Commit graph

134 commits

Author SHA1 Message Date
Alexander Koblov
b5aa53407c ADD: Devices icons 40, 48 and 64 2017-03-11 15:45:20 +00:00
Alexander Koblov
b5e2966f8c ADD: 20x20 icons 2017-03-11 11:10:04 +00:00
Alexander Koblov
4457210219 ADD: 60x60, 72x72 and 96x96 icons 2017-03-11 08:53:12 +00:00
Alexander Koblov
af2c780043 ADD: Missing icons 2017-03-11 08:10:20 +00:00
Alexander Koblov
9f0a78bf19 ADD: 64x64 icons 2017-03-10 21:35:37 +00:00
Alexander Koblov
0f369c03a2 ADD: 40x40 icons 2017-03-10 21:26:47 +00:00
Denis Bisson
3c8068c942 ADD: New internal command "cm_AddNewSearch" to generate a new instance of the "Find files" dialog window. This way, more than one search may be done at the same time.
ADD: When closing any "Find files" dialog window, if at least one search has been done, that window will remain in memory. If no search has been done, it will be cleared from memory.
ADD: New internal command "cm_ViewSearches" to show a list of "Find files" dialog window and select one of them to activate it. This way, it possible to do a second search without losing the first one and to be able to reactive it.
ADD: New internal command "cm_DeleteSearches" to delete all the "Find files" dialog windows we may have in memory. If you want to delete just one, activate it via the "cm_ViewSearches" internal command and then clear it from memory from there.
ADD: New internal command "cm_ConfigSearches" to jump directly to the configuration of options related with searches.
ADD: New 32x32 icons for the new internal commands "cm_AddNewSearch", "cm_ViewSearches", "cm_DeleteSearches" and "cm_ConfigSearches". For the 16x16, the last three mentionned were added since for the "cm_AddNewSearch" it was already there, added by mistake too early but now it's used.
ADD: There is now a dedicated page for the option of the search instead of being inside the "File operations" page.
UPD: On new installation, in the "Find files" dialog window, the "ENTER" key is not a shortcut anymore to launch a search. Too many persons get used that pressing enter in the result page was making us to jump to the file location. Code were already in place to have pertinent action on default button so pressing "ENTER" do the pertinent expected job.
ADD: Possibility to have a menu bar in the "Find files" dialog window. This is mainly to help the user at first to see all the possibility. There is an option to hide it and probably experienced user after a while will hide it to gain some 20 extra pixels vertically.
ADD: Reserve, if not already used, the keyboard shortcut "Ctrl+Shift+F7" for the new internal command "cm_AddNewSearch".
UPD: Inside the "Find files" unit, re-arrange the code so the buttons will use TAction to do something instead of the opposite where the TAction were pressing button.
UPD: Language files have been updated.
2016-12-01 02:23:28 +00:00
Denis Bisson
80189a6330 ADD: Few little modification to help to configure hotkeys faster.
ADD: Internal command "cm_ConfigHotKeys" to jump directly to hotkey configuration page.
UPD: In the "TfrmEditHotkey", there is now an option to make the "Enter" key not used for a shortcut but reserve it instead to confirm the shortcut key we may have set just before. This way, user will intuitively press the wanted shortcut key and press "Enter" to accept and close window instead of having the use the mouse to close it like before.
ADD: Still in the "TfrmEditHotkey", we now have a button "F1" we may click to get a popup menu to help us to quickly choose the shortcut we want to use by offering us the choice between the remaining availble shortcut keys not used yet.
ADD: In the "fOptionsHotkeys", new functions to better deal with various setup files of hotkeys definition (remame, copy, delete, etc.)
UPD: In the "fOptionsHotkeys", the search filter is now on left so people will view it and think more to use it instead of having it far right.
ADD: In the "fOptionsHotkeys", we may sort our table of shortcut per three ways: by command, by shortcut keys grouped and by separate hotkey, one per line. This will help to better view and arrange our shortcuts.
ADD: In the "fOptionsHotkeys", we may restore the default DC hotkeys.
2016-11-30 04:16:46 +00:00
Denis Bisson
40a3a373aa UPD: Change the 32x32 icon of the internal commands "cm_markcurrentpath", "cm_unmarkcurrentpath", "cm_markcurrentname", "cm_unmarkcurrentname", "cm_markcurrentextension", "cm_unmarkcurrentextension", "cm_markcurrentnameext" and "cm_unmarkcurrentnameext". The new icons now follow the same pattern to identify path, filename without its extension, the extension and the combination of file name with its extension as the existing icons for internal commands "cm_copypathoffilestoclip", "cm_copypathnosepoffilestoclip", "cm_copynamestoclip", "cm_copyfullnamestoclip", "cm_addpathtocmdline", "cm_addfilenametocmdline" and "cm_addpathandfilenametocmdline". (The 16x16 are already following this). 2016-11-27 04:55:34 +00:00
Denis Bisson
b41e06b50a ADD: Add a 32x32 icon for the internal command "cm_ExecuteScript". (The 16x16 was already there). 2016-11-27 04:37:24 +00:00
Denis Bisson
ea3f1f7d1b RMV: Remove the 32x32 and 16x16 icons for the non-existing "cm_SaveFavoriteTabsOverLastLoaded" command. 2016-11-27 04:33:40 +00:00
Denis Bisson
df3746ffb1 UPD: Modify slightly the three 32x32 icons for the internal commands "cm_addfilenametocmdline", "cm_addpathandfilenametocmdline" and "cm_addpathtocmdline" so they are consistent. The part of the icon representing the command line is also now the same height for the three icons as oppose as before where it was not the case. 2016-11-26 14:07:35 +00:00
Denis Bisson
521949aa9b ADD: Add the remaining 3 icons in 16x16 for some internal commands to have the complete set which are cm_configtreeviewmenus, cm_configtreeviewmenuscolors and cm_workwithdirectoryhotlist.
UPD: Modify slightly 10 of the 16x16 icons of some internal commands to be consistent between themselves. The commands are the ones where they are picking up complete or part of current selected files. The little letters shown inside the icons now all follow the pattern "c:\f.x" where "c" is the path, "f" the file name (excluding the extension) and ".x" is the extension. These commands are cm_addfilenametocmdline, cm_addpathandfilenametocmdline, cm_markcurrentextension, cm_markcurrentname, cm_markcurrentnameext, cm_markcurrentpath, cm_unmarkcurrentextension, cm_unmarkcurrentname, cm_unmarkcurrentnameext and cm_unmarkcurrentpath.
2016-11-26 12:58:11 +00:00
Denis Bisson
b725029a46 -Addition of 7 icons in 16x16 for some internal commands.
-These includes cm_rename, cm_renamenoask, cm_togglefullscreenconsole, cm_universalsingledirectsort, cm_showbuttonmenu, cm_previousfavoritetabs and cm_savefavoritetabsoverlastloaded.
2016-11-25 04:00:06 +00:00
Denis Bisson
283553268f -Addition of 16 icons in 16x16 for some internal commands.
-These includes cm_doanycmcommand, cm_editpath, cm_nextfavoritetabs, cm_debugshowcommandparameters, cm_cmdlinenext, cm_cmdlineprev, cm_changedirtoroot, cm_changedirtoparent, cm_addpathtocmdline, cm_addpathandfilenametocmdline, cm_addfilenametocmdline, cm_executescript, cm_clearlogwindow, cm_copyfiledetailstoclip, cm_copypathoffilestoclip and cm_copypathnosepoffilestoclip.
2016-11-24 02:17:14 +00:00
Denis Bisson
6a8cd63d05 -Addition of 16 icons in 16x16 for some internal commands.
-These includes cm_pastefromclipboard, cm_cuttoclipboard, cm_copytoclipboard, cm_leftthumbview, cm_rightthumbview, cm_rightflatview, cm_leftflatview, cm_flatview, cm_rightreverseorder, cm_leftreverseorder, cm_rightopendrives, cm_leftopendrives, cm_leftcolumnsview, cm_rightcolumnsview, cm_rightbriefview and cm_leftbriefview.
2016-11-23 02:40:32 +00:00
Denis Bisson
e9c0e32542 -Addition of 16 icons in 16x16 for some internal commands.
-These includes cm_rightsortbyattr, cm_rightsortbydate, cm_rightsortbysize, cm_rightsortbyext, cm_rightsortbyname, cm_leftsortbyattr, cm_leftsortbydate, cm_leftsortbysize, cm_leftsortbyext, cm_leftsortbyname, cm_closeduplicatetabs, cm_copyalltabstoopposite, cm_shellexecute, cm_setalltabsoptionpathresets, cm_setalltabsoptiondirsinnewtab and cm_setalltabsoptionpathlocked.
2016-11-22 03:31:22 +00:00
Denis Bisson
5ac556ab6c -Addition of 16 icons in 16x16 for some internal commands.
-These includes cm_addnewsearch, cm_copy, cm_copynoask, cm_delete, cm_copysamepanel, cm_dirhistory, cm_editnew, cm_focuscmdline, cm_loadtabs, cm_networkconnect, cm_networkdisconnect, cm_open, cm_openbar, cm_quickfilter, cm_quicksearch and cm_renameonly.
2016-11-20 17:17:08 +00:00
Denis Bisson
b3714b1b5f -Remove the 16x16 icon for eventual "cm_addnewsearch" internal command. (Idea is not accepted yet).
-Add the 16x16 icon for internal command "cm_clearlogfile" instead.
2016-11-19 03:28:51 +00:00
Denis Bisson
cb1dda82e6 -Addition of 16 icons in 16x16 for some internal commands.
-These includes cm_showmainmenu, cm_showcmdlinehistory, cm_setalltabsoptionnormal, cm_savetabs, cm_rightequalleft, cm_leftequalright, cm_panelssplitterperpos, cm_openarchive, cm_minimize, cm_gotolastfile, cm_gotofirstfile, cm_edit, cm_contextmenu, cm_addnewsearch, cm_changedirtohome and cm_changedir.
2016-11-19 03:24:32 +00:00
Denis Bisson
b09f793166 -Addition of 12 icons in 16x16 for some internal commands.
-These includes cm_srcopendrives, cm_switchignorelist, cm_syncdirs, cm_transferleft, cm_transferright, cm_view, cm_viewhistory, cm_viewhistorynext, cm_viewhistoryprev, cm_viewlogfile, cm_wipe and cm_configsavesettings.
2016-11-18 03:56:08 +00:00
Denis Bisson
fb45a8fdc3 ADD: New mark internal commands icons in 22x22 for cm_MarkCurrentPath, cm_UnmarkCurrentPath, cm_MarkCurrentName, cm_UnmarkCurrentName, cm_MarkCurrentNameExt and cm_UnmarkCurrentNameExt.
UPD: To fit with set of previous ones, new icons in 22x22 for the internal commands cm_MarkCurrentExtension and cm_UnmarkCurrentExtension.
2016-11-17 02:02:14 +00:00
Denis Bisson
1f895fa0fd ADD: New mark internal commands icons in 16x16 for cm_MarkCurrentPath, cm_UnmarkCurrentPath, cm_MarkCurrentName, cm_UnmarkCurrentName, cm_MarkCurrentNameExt and cm_UnmarkCurrentNameExt.
UPD: To fit with set of previous ones, new icons in 16x16 for the internal commands cm_MarkCurrentExtension and cm_UnmarkCurrentExtension.
2016-11-08 03:18:59 +00:00
Alexander Koblov
6b17d763a9 ADD: New mark commands icons 2016-11-06 19:02:37 +00:00
Denis Bisson
7b833d6d64 -Light modifications regarding Command "cm_ConfigSaveSettings".
-Set its tag to appropriate category number. This way, when invoking the "fmaincommandsdlg", the "cm_ConfigSaveSettings" command is in the correct "configuration" category instead of being "All". Also, when invoking the function "Add toolbar with ALL DC commands" in the toolbar configuration, the "cm_ConfigSaveSettings" won't be alone in its category and be in the correct "configuration" category.
-Add an icon for the "cm_ConfigSaveSettings".
2016-10-29 17:38:55 +00:00
Alexander Koblov
21a17a5340 UPD: Tree view small icon 2016-06-11 05:40:21 +00:00
Alexander Koblov
a8796774ac ADD: Small tree view icon 2016-06-06 13:50:09 +00:00
Denis Bisson
46878d3453 UPD: Change the icon for the internal command "cm_markunmarkall" for a new one. The previous one was identical to the "cm_markminus" and could be confuse with it. 2016-06-01 01:00:07 +00:00
Denis Bisson
92565d38a5 ADD: Tree View Menu implementation.
ADD: The possibility to use a concept of "Tree View Menu" where the possible actions offered to the user are placed into a tree view. There is above an edit box where user might enter a few letters to eliminate the non-matching choices from the visual field so only the matching ones are remaining visible. User might use arrows keys to move up and down through possible selectable items from the three. He might even use ALT+KEY shorcut to select item. This way, user might choose quicker when list are long without having to give much attention.
ADD: The "Tree View Menu" are not offered by default so it won't impact on user by default. User needs to activate the "Tree View Menu" presentation from "Tree View Menu" configuration page.
ADD: "Tree View Menu" may be activated for selection from hot directories configured independently if it was called from internal command "cm_DirHotList" or from a double click for the top of the panel.
ADD: "Tree View Menu" may be activated for selection from favorite tabs configured independently if it was called from internal command "cm_LoadFavoriteTabs" or from a double click on a tabs.
ADD: "Tree View Menu" may be activated for selection from directories in dir history.
ADD: "Tree View Menu" may be activated for selection from directories in fileview history, 
ADD: "Tree View Menu" may be activated for selection  of commands when looking at the command line history. 
UPD: The internal commands "cm_ShowMainMenu" may now supports the parameter "treeview" with boolean possible values to offer the possibility to choose item from main menu items through a "Tree View Menu" look.
UPD: Put back in action the internal command "cm_ShowButtonMenu" to make visible or not the toolbar with the parameter "toolbar" with boolean possible values.
UPD: The internal commands "cm_ShowButtonMenu" may now supports the parameter "treeview" with boolean possible values to offer the possibility to choose item from toolbar items through a "Tree View Menu" look.
ADD: In the TKASToolBar, add a "PublicExecuteToolItem" function so given a "TKASToolItem", we may call its execution directly from it.
ADD: Two new configuration pages related with the "Tree View Menus" which are a page for basic settings "fOptionsTreeViewMenu" and one for colors "fOptionsTreeViewMenuColor".
ADD: Add new 32x32 icon for the commands "cm_configtreeviewmenus" and "cm_configtreeviewmenuscolors".
UPD: Change 32x32 icon for the "cm_showbuttonmenu" so it looks like a little more to a DC toolbar.
UPD: New parameter "position=" for the internal command "cm_DirHotList" with possible values "panel" or "cursor" to determine where it will be shown. Previous one was not documented and use only internally so no need to respect legacy here.
2016-04-17 23:24:04 +00:00
Denis Bisson
f60b9b75dd UPD: Mainly an update for the Favorite Tabs.
ADD: Add a new item in the main menu called "Favorites" for the Favorite Tabs (validated with AK).
UPD: Favorite Tabs stored in a separate single config file called "favoritetabs.xml" in the %DC_CONFIG_PATH% directory and not trace in the "doublecmd.xml" (except maybe the ID of the last active Favorite Tabs).
UPD: "favoritetabs.xml" now holds both the tree structure of Favorite Tabs menu AND the actual bare data for what the tabs are.
ADD: New configuration form called "Folder tabs extra" for little more specific behaviors when we save/load Favorite Tabs.
ADD: New settings to enable or not options related with Favorite Tabs when they are loaded. So there is like a "simple" mode and a kind of extra" mode.
FIX: Favorite Tabs now saves directory history (before was not working). In the "simple" mode, it will be according to the general "Save dir history" setting. In the extra mode it could be set independently from a setup to another.
ADD: In the Favorite Tabs configuration, we may import legacy existing .tab files to have their contents in the Favorite Tabs. (We may export back to .tab file also).
UPD: Refactor the "LoadThisToThis" function that was in "umaincommands.pas" to now be "LoadTheseTabsWithThisConfig" in "fmain". It can now be called directly by functions in "ufavoritetabs.pas" since they load directly tabs from there.
ADD: Add six 16x16 icons for commands related with favorite tabs.
UPD: Change the 32x32 icons for the cm_configfoldertabs internal command as well of the 16x16 image in the options page related with that so it looks like the other blue tab related command (validated with AK).
ADD: Add the internal parametrable command "cm_copyalltabstoopposite" to copy tabs from a side to the opposite one. Parameter value of "side=" indicates which tab to use as source and it could be "left", "right", "active", "inactive" or even "both".
RMV: Remove two unused image that were related with Favorite Tabs (newadditionfavtabs.png & submenufavtabs.png).
RMV: Remove the "Group" related menus, actions and variables. (validated with meteu and AK).
2016-02-09 04:57:45 +00:00
Denis Bisson
5bda03e8ba UPD: Change the order of the actions for the "Tabs" and "Configuration" to be a slightly more logical so they better appear in the internal command selector dialog.
FIX: Added the call to the "actExecute" for few actions related with Favorite Tabs that were missing (actNextFavoriteTabs, actPreviousFavoriteTabs and actReloadFavoriteTabs).
ADD: New internal command "cm_ResaveFavoriteTabs" to save over the last loaded Favorite Tabs the current tabs configuration.
UPD: Since the new command "cm_ResaveFavoriteTabs", use it in the Favorite Tabs popup menu.
2016-01-30 18:49:54 +00:00
Denis Bisson
f89485d0f1 ADD: Some icons related with the configuration of the Favorite Tabs. 2016-01-30 16:18:45 +00:00
Denis Bisson
b5ea1ff9d9 ADD: New icon for new commands added with [6559]. 2016-01-30 16:15:29 +00:00
Alexander Koblov
cf4ea15855 ADD: Forgotten pixmap 2016-01-17 16:49:24 +00:00
Alexander Koblov
ba4609fefe ADD: Icon for cm_TreeView action 2015-11-07 09:02:18 +00:00
Alexander Koblov
9a8407f72c ADD: 48x48/mimetypes 2015-08-08 09:57:22 +00:00
Alexander Koblov
27b967f889 ADD: 48x48/actions 2015-08-08 09:23:48 +00:00
Alexander Koblov
5f0454eb4a ADD: Patch [0000991] "Dragging: different mouse cursors according to the function, which is called" 2015-04-12 09:18:32 +00:00
Alexander Koblov
be4fbcec69 ADD: Toggle console to full screen command (patch by RedSkotina) 2015-04-05 12:20:16 +00:00
Alexander Koblov
254b5a1e94 UPD: Update/add action icons (patch by Denis Bisson) 2015-02-14 22:18:35 +00:00
Alexander Koblov
c246f2c0b6 ADD: Icons for some internal commands (by Denis Bisson) 2015-01-02 10:44:46 +00:00
Alexander Koblov
51d3f2a2d3 UPD: Move directory hotlist configuration to options (patch by Denis Bisson) 2014-09-14 08:55:29 +00:00
Alexander Koblov
c5895da8f1 ADD: Icons for cm_MakeDir command 2013-12-15 16:47:13 +00:00
Alexander Koblov
5671f4b08f ADD: Icons for actions (patch by frost.asm) 2013-02-18 17:05:57 +00:00
cobines
f52bb5c113 ADD: The source file for the main DC icon and SVGs in various sizes. Add Andryei Gudyak, the author of the icon, to contributors. 2012-06-12 07:15:36 +00:00
cobines
78413ac23b ADD: Main icon in SVG format and 128x128, 256x256 PNG. 2012-05-14 20:40:28 +00:00
Alexander Koblov
84e6546682 ADD: Show special icon for removable usb drives 2012-02-12 08:04:01 +00:00
cobines
20c3b0331f ADD: Icon for drive with removable media. 2011-09-12 10:45:45 +00:00
Alexander Koblov
856bccfab4 ADD: Virtual drive button 2011-07-09 12:25:45 +00:00
Alexander Koblov
5fa4243940 ADD: Forward and back buttons to default toolbar 2010-07-11 07:20:55 +00:00