Commit graph

5,795 commits

Author SHA1 Message Date
Alexander Koblov
41fa2878ad FIX: CopyFile function result 2011-09-07 18:56:31 +00:00
Alexander Koblov
175a0b918e FIX: Multi rename files with not ASCII names and using range 2011-09-06 05:40:03 +00:00
Alexander Koblov
4e4375b8a3 ADD: Feature Request [3404185] 2011-09-06 03:34:15 +00:00
Alexander Koblov
a98983666a FIX: Move files when can not copy attributes (e.g. move files from NTFS to EXT3 file system under Linux) 2011-09-04 18:03:09 +00:00
cobines
03b535d515 UPD: Center path label vertically (patch [3403238] with some modifications). 2011-09-03 21:40:43 +00:00
Alexander Koblov
89a305534a FIX: Delete HotDir with ItemIndex=0 2011-09-03 08:57:10 +00:00
cobines
84e891c87d FIX: Access violation. Using array of char=PAnsiChar does not seem to at all check length of PAnsiChar string. 2011-09-02 09:13:57 +00:00
cobines
cb9981ef57 FIX: Update plugins options page after Load. 2011-09-01 22:09:28 +00:00
cobines
508a425d6b UPD: Remove notebook with pages in Options, create and show options editor as needed. 2011-09-01 21:40:37 +00:00
cobines
03af988e26 FIX: Building with Lazarus 0.9.30. 2011-09-01 19:45:06 +00:00
cobines
cac0c5db65 FIX: Crash when no shortcut file selected. 2011-09-01 19:15:19 +00:00
cobines
2c67d6331e UPD: Make Archivers, IgnoreList options pages as TFrame. 2011-09-01 05:01:58 +00:00
cobines
c415964698 UPD: Make AutoRefresh, Icons, Misc options pages as TFrame. 2011-09-01 04:10:59 +00:00
cobines
c2a9053b09 UPD: Make Columns, Configuration, Log options pages as TFrame. 2011-09-01 03:26:44 +00:00
cobines
f013a14dac UPD: Make File operations, QuickSearchFilter, Tabs pages as TFrame. 2011-09-01 01:53:36 +00:00
cobines
e5a79a406d FIX: Remove accidently committed properties of Lazarus 0.9.31. Remove forgotten font dialog. 2011-08-31 08:10:59 +00:00
cobines
176b72dc74 UPD: Make Fonts configuration page as TFrame. 2011-08-31 05:10:29 +00:00
cobines
073175af8c UPD: Make Layout configuration page as TFrame. 2011-08-31 04:51:41 +00:00
cobines
8db8098a4e UPD: Make Hotkeys configuration page as TFrame. 2011-08-31 04:34:29 +00:00
cobines
aa603f94cb UPD: Copy comment/licence header. 2011-08-31 00:10:04 +00:00
cobines
a5d9bdb53b UPD: Make Tools configuration page as TFrame. 2011-08-31 00:07:48 +00:00
cobines
b35499edf0 UPD: Make Behavior configuration page as TFrame. 2011-08-30 23:15:08 +00:00
cobines
d45440955a UPD: Don't auto create newly added forms/frames. 2011-08-30 22:25:45 +00:00
cobines
26129fac3b UPD: Apply Align=alClient automatically to all options editors. 2011-08-30 21:50:47 +00:00
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
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
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
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
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
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