Commit graph

4,575 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
25e3d34956 UPD: Show also conflicts for hotkeys for the same command but with different parameters. 2012-04-11 02:13:19 +00:00
cobines
d134709a8d UPD: Remove unneeded definitions of TDynamicStringArray. 2012-04-11 00:58:55 +00:00
cobines
38a095196c FIX: Running with Lazarus 0.9.30, bug [0000421]. 2012-04-11 00:56:31 +00:00
cobines
e24057af65 UPD: Language files. 2012-04-10 13:47:17 +00:00
cobines
927c9af75e UPD: Setting hotkeys for toolbar buttons. 2012-04-10 13:39:31 +00:00
cobines
de64ab5931 UPD: Unify showing options pages in a single function. 2012-04-10 11:50:50 +00:00
cobines
717e5bc37b UPD: Create a default toolbar at the start of the program if it does not exist. This way the hints can be automatically translated. 2012-04-10 09:14:03 +00:00
cobines
0a01976817 FIX: Building on Unix. 2012-04-10 08:44:37 +00:00
cobines
7c8616c263 UPD: Up requirement for KASComp package. 2012-04-10 08:37:05 +00:00
cobines
74a82c8d63 FIX: Typo in build script. 2012-04-10 08:15:46 +00:00
cobines
6cf900a8f4 UPD: Move most of toolbar editor into an Options page. 2012-04-10 07:45:18 +00:00
cobines
df6ab63ad9 UPD: Add BeginUpdate/EndUpdate when making a list of commands. 2012-04-10 07:40:43 +00:00
cobines
2e29d5849b UPD: Toolbar: Apply Flat and GroupIndex properties also to separator buttons. 2012-04-10 01:44:40 +00:00
cobines
a082141458 FIX: Use correct GetParent function. 2012-04-09 23:14:05 +00:00
cobines
4875457f09 UPD: Move default toolbar configuration into doublecmd.xml. 2012-04-09 22:59:32 +00:00
cobines
c83c8b6ccd UPD: Update dcrevision.inc in the build process by directly calling svn2revision - for all build modes. 2012-04-09 12:46:49 +00:00
cobines
0559f147cb UPD: Update dcrevision.inc in the build process by directly calling svn2revision. 2012-04-09 12:42:42 +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
Alexander Koblov
f67cc8a262 UPD: Ukrainian language file by ma$terok 2012-04-08 15:00:45 +00:00
Alexander Koblov
e7615f60ae UPD: Language files 2012-04-08 14:10:24 +00:00
Alexander Koblov
e8d2b2e651 UPD: Russian language file (fixes 0000415) 2012-04-08 14:08:44 +00:00
cobines
8f7a54153d UPD: Chinese language translation from mlance_2. 2012-04-08 08:14:16 +00:00
cobines
000fda2c46 UPD: German language translation from Vacon. 2012-04-08 08:08:33 +00:00
cobines
43d91daa56 UPD: Store toolbar buttons configuration inside doublecmd.xml. 2012-04-08 08:01:10 +00:00
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
76a64477bb UPD: Language files. 2012-04-05 06:48:47 +00:00
cobines
83764f45fa UPD: Slovenian language translation from Matej Urbančič. 2012-04-05 06:41:31 +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
83d857d61a UPD: German language translation from Vacon. 2012-04-05 03:36:05 +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