Commit graph

118 commits

Author SHA1 Message Date
cobines
c697a01d2c UPD: Update LFM and LRT files with Lazarus 1.0. 2012-11-04 11:07:53 +00:00
cobines
0c004ba284 UPD: Rename CloneSelectedFiles to CloneSelectedOrActiveFiles so that it explicitly says that active file may be returned if there are no selected files. CloneSelectedFiles will now only return the list of selected files (with Insert). 2012-10-06 19:06:24 +00:00
cobines
c63414ed51 UPD: When loading some config file fails ask user, instead of just printing to console.
UPD: Treat files with size 0 as if the configuration not existed, not an error.
UPD: Don't save a default config at the start as it only has defaults anyway. Save only when changed (OK, Apply in Options) or at exit, if not disabled and write is allowed.
2012-09-23 13:57:58 +00:00
Alexander Koblov
7e1e854266 ADD: Feature [0000376] Improvement to the "short file size" option (patch by pktfag) 2012-09-14 07:15:43 +00:00
cobines
33e676fc34 UPD: Remove the border in quick search panel to save some space. 2012-09-11 19:38:26 +00:00
Alexander Koblov
ebc7d39fae FIX: Save external tools under Mac OS X 2012-09-02 06:29:17 +00:00
Alexander Koblov
ce702bb51a FIX: Compatibility with Lazarus 0.9.30 2012-09-01 20:24:48 +00:00
Alexander Koblov
7300cbbd18 FIX: Bug [0000552] Missing acceleration keys and bad Tab order in dialog "Configuration/Options" (patch by pktfag) 2012-09-01 13:00:44 +00:00
vitaliyg
aa6f55a44a UPD: Set svn:eol-style property to "native" 2012-08-19 15:11:56 +00:00
Alexander Koblov
6fe711895b ADD: Requests from issue 0000306 2012-08-10 04:21:00 +00:00
Alexander Koblov
3a611b6398 FIX: Call TfrmQuickSearch.OnHide only when panel hided by action in it (fixes 0000517) 2012-07-15 07:54:01 +00:00
Alexander Koblov
ee61830b67 ADD: Feature [0000502] "Disable special icons for some directories" 2012-07-02 20:03:19 +00:00
vitaliyg
18b7289680 FIX: Replaced EConverError exception when entering incorrect date time format with error message string
FIX: Prevent storing of incorrect date time format in options
UPD: Replaced dot in predefined date time formats with system configured date separator ("/" in format string)
FIX: Prevent DC crash on startup when incorrect date time format was stored in options (fall back to default format)
2012-05-13 12:32:58 +00:00
cobines
d6588be58c UPD: Reduce number of updates when filter called with many parameters. 2012-05-10 16:43:15 +00:00
cobines
092afe12e5 ADD: Options to show confirmation window for Copy, Move, Delete operations. Issue [0000135]. 2012-05-09 18:34:45 +00:00
cobines
c8c8136b87 UPD: Disable overlay icon checkbox in options if icons are disabled. 2012-05-08 17:49:21 +00:00
Alexander Koblov
b05eefbffc UPD: Disable and hide gListFilesInThread option under Mac OS X Carbon, because loading file list in separate thread are very very slow 2012-05-06 08:42:58 +00:00
cobines
c93d7e6871 UPD: Enter characters with Ctrl+Alt only if the keyboard layout has AltGr mapped (Windows). 2012-05-01 11:00:21 +00:00
Alexander Koblov
891335aeba FIX: Some warnings and notes 2012-04-29 13:20:08 +00:00
cobines
d48c195d1f FIX: Destroying toolbars when editing submenus in Options. 2012-04-17 14:22:59 +00:00
cobines
84045f2995 UPD: Allow drag&drop toolbar buttons between different toolbars when editing submenus in Options. 2012-04-17 14:07:45 +00:00
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