Commit graph

97 commits

Author SHA1 Message Date
cobines
9ebbfccf78 UPD: Creating menu toolbar buttons. 2012-04-12 12:08:14 +00:00
cobines
66e7033548 UPD: Don't always reload hotkeys when showing hotkeys options page. 2012-04-11 06:48:22 +00:00
cobines
87594e7799 UPD: Don't store hotkeys for toolbar because they can be retrieved from hotkey manager. 2012-04-11 06:40:25 +00:00
cobines
38a095196c FIX: Running with Lazarus 0.9.30, bug [0000421]. 2012-04-11 00:56:31 +00:00
cobines
927c9af75e UPD: Setting hotkeys for toolbar buttons. 2012-04-10 13:39:31 +00:00
cobines
6cf900a8f4 UPD: Move most of toolbar editor into an Options page. 2012-04-10 07:45:18 +00:00
cobines
60abbb7462 UPD: Set svn:eol-style property for all source files. 2012-04-09 01:13:34 +00:00
cobines
47aec6b94c UPD: Move some code to a separate package so that it can be reused in components or plugins. 2012-04-09 00:38:34 +00:00
cobines
0437e9f984 UPD: Move quick filter options back to the same row as text. Now that they are speed buttons they are small with fixed size. Remove the "Search" label to make more space. 2012-04-05 06:31:34 +00:00
cobines
bb006cbb99 ADD: Support for shortcuts sequences, i.e., commands can be executed after two or more consecutive shortcuts. 2012-04-05 05:23:22 +00:00
cobines
217dfd68e4 ADD: Support UDISKS_PRESENTATION_HIDE, UDISKS_PRESENTATION_NAME, UDISKS_AUTOMOUNT_HINT udev properties (Linux).
ADD: Option to automatically black list unmounted drives and possibility to black list by device id (for example /dev/hda1).
2012-04-05 01:15:59 +00:00
cobines
59f4134e1e FIX: Enable Add hotkey button when there are no hotkeys. 2012-04-03 09:53:01 +00:00
cobines
03e7e282cf UPD: Change options to cm_QuickFilter/cm_QuickSearch so that they can be assigned values. 2012-04-03 07:56:19 +00:00
cobines
21b90a27e6 UPD: Update the algorithm for assigning shortcuts to cm_Delete when changing UseTrash setting to automatically fix some more cases and make it work on all shortcuts not just the first. 2012-04-02 06:50:19 +00:00
cobines
ea6eb9c00d UPD: Change recycle parameter to cm_Delete to be of form "trashcan=". 2012-04-02 02:39:07 +00:00
Alexander Koblov
30e5d7b9d5 DEL: Unneeded control captions 2012-04-01 14:38:16 +00:00
Alexander Koblov
cc13940867 UPD: Remove unneeded text, move button separator 2012-04-01 14:31:58 +00:00
cobines
34d6c49e09 UPD: Edit hotkeys in a separate window. There was too little space in hotkeys options page. Support multiple parameters to commands. 2012-04-01 10:40:57 +00:00
cobines
30fee9494b UPD: Support multiple parameters to a command in HotkeyManager. 2012-04-01 05:38:40 +00:00
cobines
271eb65d46 UPD: Reorganize file operations options. 2012-03-31 06:02:51 +00:00
cobines
2a0f01af65 ADD: Option to choose how file operations progress is shown initially: separate window, minimized window or in the operations panel. 2012-03-30 10:10:36 +00:00
cobines
6f9022095d UPD: Cleanup. 2012-03-21 02:20:30 +00:00
cobines
a886335b68 ADD: Highlight new and updated files. 2012-03-18 01:15:27 +00:00
cobines
d3bd4b6fc4 ADD: Option that specifies where to put updated files in the file list, similar as the option for new files. 2012-03-17 20:44:58 +00:00
cobines
e27935198c FIX: Remove Lazarus 0.9.31 properties (bug [0000380]). 2012-03-16 16:19:17 +00:00
cobines
898ed636fe ADD: Option to insert new files at top, bottom of filelist, after directories or at normal sorted position (issue [0000012]). 2012-03-15 20:24:53 +00:00
Alexander Koblov
d79e23974f UPD: Use same font as in Editor in highlighters preview 2012-03-14 04:52:03 +00:00
Alexander Koblov
de44bf79d7 ADD: Feature [0000354] "Redesign internal editor configuration dialog" 2012-03-10 08:23:04 +00:00
cobines
0848df215e ADD: Option to delay loading file list in a tab until it is activated. 2012-03-10 05:30:44 +00:00
cobines
88889a67fa ADD: Missing lrt file for quick search. 2012-03-06 21:57:22 +00:00
Alexander Koblov
1be8e13575 ADD: Editor highlighters configuration frame 2012-03-04 10:43:53 +00:00
cobines
8d3169bc9b UPD: Add some const modifiers. Remove const from TFileView.SetFileFilter because it assigns the string parameter to a non-local string. If FFileFilter is passed as the parameter but modified before the assignment it will be dereferenced causing a crash.
UPD: Remove UpdateView call on filter change, it is not needed.
2012-03-01 13:54:24 +00:00
Alexander Koblov
2a802dea70 ADD: Option that change long/short format of drive free space label (patch by Rustem) 2012-02-23 14:27:41 +00:00
Alexander Koblov
ea8f924658 ADD: Capability to change drive free space indicator colors (patch by Rustem with small modifications) 2012-02-05 13:03:50 +00:00
Alexander Koblov
ea338c8806 FIX: Wfx plugins page width 2012-01-15 08:00:40 +00:00
Alexander Koblov
8d5686cca0 ADD: Feature [0000196] Sorting folders differently (patch by Holger Segler with modifications) 2012-01-15 07:39:46 +00:00
cobines
ed44d8b56d FIX: Setting sorting method (broken in previous commit). 2012-01-08 17:18:52 +00:00
cobines
254c1ab342 ADD: Case sensitive sorting with first upper case then lower case (issue [0000085]). 2012-01-08 17:13:07 +00:00
cobines
42da09b939 ADD: Ask for adding hotkey with Shift for cm_Delete for reversing "delete to trash" setting (issue [0000241]). 2012-01-05 21:44:02 +00:00
Alexander Koblov
82b1968bcb FIX: Some fixes for bug [0000275] 2011-12-02 17:48:34 +00:00
Alexander Koblov
6ae7e8408c FIX: Some fixes for issue [0000275] 2011-12-01 11:07:25 +00:00
Alexander Koblov
129f5c09e0 ADD: Patch [0000269] by denis230 2011-12-01 08:23:33 +00:00
Alexander Koblov
75350b1493 ADD: Rearrange items by Drag&Drop in "File Types Colors" list, optimizations (patch by vitaliyg) 2011-12-01 06:46:19 +00:00
cobines
033bd095ed UPD: Don't start typing with Space and only select files with Space without modifiers so that Alt+Space can open window menu if possible. 2011-11-15 03:23:50 +00:00
cobines
033c0382b6 FIX: Focus not set after deactivating quick search (GTK2). 2011-11-15 01:29:36 +00:00
cobines
65db13337f UPD: Cleanup. 2011-11-06 04:33:41 +00:00
cobines
28353cf39e UPD: Allow retrieving short and long caption of a command separately (action caption and hint respectively). 2011-11-01 23:01:43 +00:00
cobines
c20637aecf FIX: Building with Lazarus 0.9.30. 2011-10-30 12:07:55 +00:00
cobines
ce7296d8f1 UPD: Cleanup. 2011-10-29 12:52:34 +00:00
cobines
375329a872 ADD: Implement custom commands for any form. Issue [0000207]. 2011-10-28 21:43:22 +00:00