Commit graph

2,504 commits

Author SHA1 Message Date
cobines
fe72daee04 FIX: Crash on external drop into empty part of panel. 2012-04-06 07:16:08 +00:00
cobines
041647cac0 UPD: Allow same hotkeys for same command but with different parameters in different controls.
FIX: Correctly update/remove/add hotkeys depending on add/edit mode.
2012-04-05 10:34:11 +00:00
cobines
c444d8f333 UPD: Use helper function instead of calling cm_PanelsSplitterPerPos directly. 2012-04-05 07:53:44 +00:00
cobines
4d9cd8d75d FIX: Open VFS list on the correct panel when there is only one drives toolbar. 2012-04-05 07:45:00 +00:00
cobines
c4961304d9 FIX: Files not unselected after copy via drag&drop, bug [0000403]. 2012-04-05 07:07:28 +00:00
cobines
7b60c03dc0 UPD: Automatically move to next shortcut editor. 2012-04-05 06:35:45 +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
604185dae9 FIX: Change for..in loop to indexed access because it crashes with FPC < 2.7.1. Bug [0000389]. 2012-04-04 23:14:44 +00:00
cobines
7d46d74db1 ADD: Operations viewer: option to enable/disable window always on top. Add text about drag&drop of operations. 2012-04-04 02:22:02 +00:00
cobines
59f4134e1e FIX: Enable Add hotkey button when there are no hotkeys. 2012-04-03 09:53:01 +00:00
cobines
ae89d8ace7 UPD: Allow closing the edit hotkey dialog if Escape pressed twice. 2012-04-03 09:49:16 +00:00
cobines
d8a78fadcb ADD: Parameter "queueid" to cm_Copy, cm_Rename to specify queue, works only if no confirmation dialog is shown. 2012-04-03 09:41:27 +00:00
cobines
3ad27e2e4e ADD: Parameter "confirmation" to cm_Copy, cm_Rename, cm_Delete to enable/disable confirmation dialog. 2012-04-03 09:10:58 +00:00
cobines
f602180571 ADD: Show help for the command that hotkey is being assigned to, so that parameters can be looked at. 2012-04-03 08:44:37 +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
cb53b12645 FIX: Help does not jump to anchor in html. 2012-04-03 05:26:34 +00:00
cobines
31e7f34226 FIX: Remove Lazarus 0.9.31 properties. 2012-04-03 03:09:47 +00:00
cobines
48c00f8a75 UPD: Remove workaround for Lazarus 0.9.31 and up. 2012-04-02 22:08:26 +00:00
cobines
dbcb9fcaa8 FIX: Bug [0000398] Overwrite confirmation on file rename sometimes closes automatically on GTK2. 2012-04-02 21:57:40 +00:00
cobines
8558386f48 FIX: Building with Lazarus 0.9.30. 2012-04-02 21:53:44 +00:00
cobines
01aab461b0 FIX: Building on Unix. 2012-04-02 21:24:08 +00:00
cobines
817eaf997c UPD: Change cm_PanelsSplitterPerPos parameter form to "splitpct=". 2012-04-02 10:27:59 +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
cobines
7acff0c647 FIX: Building with Lazarus trunk. 2012-04-02 01:59:15 +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
9dcce442bc FIX: Comparing hotkeys parameters and silence some compiler warnings. 2012-04-01 10:17:17 +00:00
Alexander Koblov
0577627cc8 FIX: Bug [0000391] "File Operation > Archiver > Cannot create a ZIP archive (via Alt + F5) (after check / uncheck rar)" 2012-04-01 07:29:29 +00:00
cobines
81a01a5b8c UPD: Change cm_AddToQueue parameter to a form of "queueid=x". 2012-04-01 06:18:42 +00:00
cobines
fc7e83e840 UPD: Rename TOpenStringArray -> TDynamicStringArray. 2012-04-01 05:51:47 +00:00
cobines
30fee9494b UPD: Support multiple parameters to a command in HotkeyManager. 2012-04-01 05:38:40 +00:00
Alexander Koblov
ae3c0ab192 FIX: Bug [0000333] "Problems with tab scrolling" 2012-03-31 11:51:05 +00:00
cobines
e5d6ac3ab2 UPD: Change commands parameter to an array of parameters. 2012-03-31 10:51:12 +00:00
cobines
54e52482ed ADD: Allow passing queue indentifier to cm_AddToQueue. 2012-03-31 08:20:16 +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
9024ae2eb7 FIX: Cancel queue when closing progress window. 2012-03-28 09:03:58 +00:00
cobines
23f3629b3f UPD: Automatically show progress for operations added to the manager. 2012-03-28 09:03:22 +00:00
cobines
fc40d78137 UPD: Move some file source operation functions to separate unit. 2012-03-28 08:03:58 +00:00
cobines
8541cfe6e8 UPD: Replace progress for queue with a nr of left operations. 2012-03-28 07:33:03 +00:00
cobines
c89e0f8c93 UPD: Operations viewer: Move handling context menu to base item. 2012-03-27 20:09:18 +00:00
cobines
0ca2980ad5 UPD: Change header of FileOpDlg. The unit has been completely rewritten since the beginning. 2012-03-27 19:50:11 +00:00
cobines
334964252a UPD: Displaying progress window for operations queues. 2012-03-27 08:59:21 +00:00
cobines
ff4878d6c1 UPD: Unify functions for pause/unpause operation and queue, getting progress and operation state. 2012-03-27 02:40:23 +00:00
cobines
7e0946f2f3 UPD: Increase year. 2012-03-27 01:45:41 +00:00
cobines
66ba5b06f2 UPD: Cleanup. 2012-03-26 05:42:12 +00:00