Commit graph

3,860 commits

Author SHA1 Message Date
cobines
92ebc8a69a UPD: Make language configuration page as TFrame.
UPD: Add Save result to report that options change needs restart.
2011-08-30 21:25:58 +00:00
cobines
3dadcdc476 UPD: Use identifiers instead of numbers in options frames so that reordering, adding, removing editors is easier. 2011-08-28 23:21:30 +00:00
cobines
862a9c69bd DEL: Remove leftovers of old hotkeys per control method. 2011-08-28 22:43:37 +00:00
Alexander Koblov
499825d1f7 UPD: Version info 2011-08-28 15:14:05 +00:00
Alexander Koblov
cb1f0666ca FIX: Update button text 2011-08-28 13:19:06 +00:00
Alexander Koblov
98ed103fe4 ADD: Patch [3388083] "Disable "Find text in file" in file search dialog" 2011-08-28 13:10:53 +00:00
Alexander Koblov
55cd74d49d UPD: Spanish language file by patgmez 2011-08-28 13:05:19 +00:00
Alexander Koblov
dff8c7c96b UPD: Ukrainian language file by ma$terok 2011-08-28 12:59:46 +00:00
Alexander Koblov
abbeb47676 UPD: Russian language file 2011-08-27 15:33:09 +00:00
Alexander Koblov
89606ad6ab UPD: Language files 2011-08-27 15:28:38 +00:00
Alexander Koblov
e91e001773 UPD: Language files 2011-08-27 15:07:42 +00:00
Alexander Koblov
fb0723a67c UPD: Localize some strings 2011-08-27 14:59:00 +00:00
Alexander Koblov
31466ad1d0 UPD: Some default options 2011-08-27 07:45:10 +00:00
cobines
f77e4e564c UPD: Cleanup disabling actions in command line.
UPD: Rename "CommandLine" -> "Command Line" for consistency with the other names.
2011-08-27 04:57:20 +00:00
cobines
a84b417537 UPD: HotMan: Put shortcuts conflicting with OS only to Files Panel. 2011-08-27 02:38:57 +00:00
cobines
3d54c886fa FIX: Double create. 2011-08-27 01:54:16 +00:00
cobines
fec2fc137d ADD: Patch "Hotkey manager leak fix" [3398827]. 2011-08-27 01:53:14 +00:00
cobines
2cc644d916 UPD: HotMan: Normalize order of shortcut modifiers when reading from configuration file in case user enters them in different order. 2011-08-27 01:38:43 +00:00
cobines
75fb79e7a0 UPD: Move some shortcut related code to keyboard module and split to smaller functions. 2011-08-27 01:33:43 +00:00
cobines
3b1d2ee630 UPD: HotMan: When adding default hotkeys don't add hotkey for a command that already has a different hotkey assigned. 2011-08-26 21:11:48 +00:00
Alexander Koblov
b0d4a4c556 ADD: "Beta" build mode for next release 2011-08-26 15:03:17 +00:00
Alexander Koblov
cd8fa9a35f ADD: Update plugins if DC version is changed 2011-08-26 14:40:53 +00:00
cobines
cf4a956a5f UPD: HotMan: Change back to storing shortcut as text because of ambiguity when more than one keycode maps to the same string. Perfomance wouldn't be much different anyway if we stored all possible keycodes because of similar time of conversions String<->TShortcut. 2011-08-25 22:47:57 +00:00
cobines
3652577fe4 ADD: Patch "Hotkeys for controls" [3395786]. 2011-08-25 21:59:14 +00:00
cobines
8371d9c7a5 UPD: HotMan: Save each hotkey once per form to avoid duplication in case it is registered for many controls. 2011-08-25 21:38:16 +00:00
cobines
fbeaaa4dc2 UPD: Spanish language update from patgmez. 2011-08-23 00:35:30 +00:00
cobines
c7bc729e93 UPD: Speed up VirtualKeyToText by using a cache. 2011-08-22 22:55:00 +00:00
Alexander Koblov
6965bb1aaa FIX: Select all text when open "Make directory" dialog 2011-08-20 05:21:39 +00:00
cobines
04bccd07f0 UPD: HotMan: Allow registering multiple actionlists per form in case there are multiple instances. 2011-08-19 21:59:25 +00:00
cobines
6919a0b3c6 UPD: Merge some fixes from trunk. 2011-08-19 20:42:29 +00:00
cobines
2be9aca77d FIX: Function result. 2011-08-19 20:13:49 +00:00
cobines
6ed03541c9 UPD: HotMan: Clear hotkeys before loading from file. 2011-08-19 19:29:25 +00:00
cobines
97765369f4 FIX: Don't call onChange handler directly, it is called by setting ItemIndex line above. 2011-08-18 15:56:46 +00:00
cobines
4bd15e85c5 FIX: Compiling with FPC trunk. 2011-08-18 14:56:21 +00:00
cobines
f9b0b988e7 UPD: Optimize FillCommandList a bit. 2011-08-17 22:41:51 +00:00
cobines
eb4f9ebcbb UPD: Put Ctrl before Shift in hotkeys modifiers text. 2011-08-17 02:35:45 +00:00
cobines
e15e9a53bb UPD: HotMan: automatically update actions shortcuts. 2011-08-17 00:38:10 +00:00
cobines
777eab4794 UPD: HotMan: Change shortcuts file to xml. 2011-08-16 20:57:30 +00:00
cobines
fa9a5c675c UPD: HotMan: Don't use the 'Frm' prefix anymore. 2011-08-16 17:18:27 +00:00
Alexander Koblov
88e74fffeb FIX: Compilation 2011-08-16 05:30:08 +00:00
cobines
28279d0c25 UPD: HotMan: register controls by custom name instead of using component name in case they are renamed in future (plus: more human readable). 2011-08-16 04:10:54 +00:00
cobines
fea1e0cc29 UPD: Forgotten file for previous commit. 2011-08-16 03:33:29 +00:00
cobines
54ea0f6faa UPD: Redesign hotkey manager internals (saving temporarily disabled until new file format). 2011-08-16 03:32:39 +00:00
Alexander Koblov
6959f37976 UPD: Merge changes/fixes from trunk (r3791-3817) 2011-08-15 17:57:08 +00:00
Alexander Koblov
d42d76526b ADD: Get Mac OS X version string 2011-08-15 17:12:10 +00:00
Alexander Koblov
ddf51d9864 UPD: Samba - Use custom dialog for authentication 2011-08-15 13:58:52 +00:00
Alexander Koblov
149d661e1a FIX: Compiling with other build modes 2011-08-15 04:09:39 +00:00
Alexander Koblov
49f6abbea8 FIX: inotify under Linux kernel version >= 3.0 2011-08-14 12:02:32 +00:00
Alexander Koblov
b56b885950 UPD: Calling convention for zip and unrar plugins 2011-08-14 09:04:51 +00:00
Alexander Koblov
8747f614fc FIX: Build under Linux 2011-08-14 07:50:23 +00:00