Commit graph

6,584 commits

Author SHA1 Message Date
Alexander Koblov
2dff9c8bdc DEL: Workaround code, it is not needed 2016-02-09 21:02:25 +00:00
Alexander Koblov
6361d56f9d ADD: Greek language file by Anastasios Kazakis 2016-02-09 20:21:53 +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
meteu
c22bb1ab8c FIX: duplicating opened tabs after restore minimized 2016-02-08 23:22:27 +00:00
meteu
f2535ca647 FIX: don't see file panels after minimize/maximize(dirty solution but works), UPD: code save/load tabs 2016-02-08 20:54:04 +00:00
meteu
8ebfeaaf23 FIX: crash when click on fFindDlg result and press Left or Right 2016-02-07 20:28:09 +00:00
Alexander Koblov
0d669db6ec FIX: Bug [0001291] "Scrolling through files with long names is slow" 2016-02-06 12:10:30 +00:00
Alexander Koblov
eefc03e33c FIX: Bug [0001296] "Sorting by file type cannot be reversed" 2016-02-06 11:13:37 +00:00
Alexander Koblov
56a1b37ebc UPD: Comment 2016-02-04 19:40:30 +00:00
Alexander Koblov
b1231b3daa FIX: GetStartOfLine function for one line file 2016-02-04 19:08:56 +00:00
Alexander Koblov
8bc7ceeea3 FIX: Bug [0001295] 2016-02-03 17:50:15 +00:00
Alexander Koblov
b505b51cb8 FIX: Bug [0001280] 2016-02-02 21:37:00 +00:00
Alexander Koblov
92d0838780 UPD: German translation by Vacon 2016-02-02 20:07:39 +00:00
Alexander Koblov
45bac422f0 UPD: Japanese Translation by Kazzz 2016-02-02 20:04:31 +00:00
Denis Bisson
a75457bfdf FIX-In the folder tabs configuration form, third attempt to set the left anchor correctly for the radio group box for the option "What to do after double click". 2016-02-02 05:21:18 +00:00
Alexander Koblov
2b5817472c FIX: Bad icon in dock with LCL-Qt under OS X (workaround) 2016-02-01 21:35:22 +00:00
Denis Bisson
b9366d4150 FIX-In the folder tabs configuration form, push more to the right the radio group box for the option "What to do after double click" so in Russian the box does not cover text of options on left. 2016-02-01 04:35:40 +00:00
Denis Bisson
c852737d79 FIX-In the folder tabs configuration form, set the left anchor correctly for the radio group box for the option "What to do after double click".
FIX-Correct a typo seen in the main menu under the configuration menu (missing space. Was "Configurationof", now is "Configuration of").
2016-02-01 04:15:17 +00:00
Alexander Koblov
f485516891 FIX: Build with FPC 3.0 2016-01-31 19:12:15 +00:00
Alexander Koblov
9c69b04e3d FIX: Build with FPC 3.0 2016-01-31 18:52:20 +00:00
meteu
6060146e0e FIX: little mistake before 2016-01-31 11:09:13 +00:00
meteu
f49ef97815 UPD:more intuitive keyboard handling of Search results. Left and Right arrows now can be used for jump to search results and back to button on left panel. Added highlight of first founded item by default. Default focused button after search is New search 2016-01-31 11:06:08 +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
Alexander Koblov
cb8cb3f9b4 FIX: Compilation with Lazarus 1.6 2016-01-30 16:58:49 +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
Denis Bisson
1be586dfa5 ADD: Implementation of the "Favorite Tabs" to save and restore tabs configuration a little more friendly. (Before we could have set tool button with cm_LoadTabs/cm_SaveTabs with a specified filename to do the same but it was less automatic)
ADD: Because of the new "Favorite Tabs", addition of new internal commands: "cm_ConfigFavoriteTabs", "cm_LoadFavoriteTabs", "cm_SaveFavoriteTabs", "cm_ReloadFavoriteTabs", "cm_PreviousFavoriteTabs" and "cm_NextFavoriteTabs" .
ADD: "cm_CloseAllTabs" may now accept parameter "side=" to determine on which panel side it will apply (left, right, active, inactive and both).
ADD: "cm_CloseAllTabs" may now accept parameter "dolocked=" to indicate if it also close locked tabs (true-yes-on-1/false/no-off-0).
ADD: "cm_CloseAllTabs" may now accept parameter "confirmlocked=" to bypass global setting for closing locked tabs (true-yes-on-1/false/no-off-0).
ADD: "cm_CloseDuplicateTabs" also now accept the three above mentioned possible parameters. (So it can be set to close duplicate locked tab, but with keep the locked first if a normal one exists).
ADD: "cm_SaveTabs" and "cm_LoadTabs" may now accept more than a single parameter. For specifying the filename it may be "filename=".
ADD: "cm_SaveTabs" may now accept parameter "savedirhistory=" to indicate if we want to save history or not (default is yes respecting legacy).
ADD: "cm_LoadTabs" may now accept parameter "loadlefto=" and "loadrightto=" to indicate where to load the tabs that were saved in left and right panel. For each, the possible values are left, right, active, inactive, both and none.
ADD: "cm_LoadTabs" may now accept parameter "keep=" to make it not erase the existing tabs when in the notebook when loading the new tabs from file.
ADD: Tabs popup menu and the main menu tabs are now more similar. The term "more similar" stands for the fact that some popup action may apply on an inactive tab we right click on it. So for legacy, this is respected.
ADD: New internal command "cm_ConfigFolderTabs" to bring the configuration of the tabs. Was also matched with TC command "cm_DirTabsConfig" for import/export with TC.
ADD: New internal commands to affect all tabs locked state at once: "cm_SetAllTabsOptionNormal", "cm_SetAllTabsOptionPathLocked", "cm_SetAllTabsOptionPathResets" and "cm_SetAllTabsOptionDirsInNewTab".
ADD: Above mentioned four new commands "side=" to determine on which panel it will apply (left, right, active, inactive and both).
ADD: Regarding the folder tabs configuration, add the option "Keep renamed name when unlocking a tab" (default, for legacy, is false).
ADD: Still with this, add the "Confirm close locked tabs" option with default false for legacy.
ADD: Still with this, add the "Reuse existing tab when possible" option (it was written TODO in the source).
ADD: Still with this, add the "Always show drive letter in tab title" option to make it like TC for those who sometimes work with same folder names in many drives.
ADD: Still with this, add the "Close duplicate tabs when closing application" option. This way it may do a silent clean up when quiting and restarting a session.
ADD: Add an option to configure what it does when double click on a tab. It may now be "Close tab" (default, for legacy), but also "Access Favorite Tabs", "Tabs popup men" and "nothing" for those who hated the tab closed when they double-click on tab by accident.
ADD: Add confirmation dialog when quitting folder tabs configuration without having saved modified settings.
ADD: When closing multiple tabs and there are locked tabs, we may now click "ALL" once to close all at them at once without having to confirm each one.
APD: Update mention to year "2016" in affected source files.
2016-01-30 16:13:42 +00:00
Denis Bisson
1f22fbeb55 ADD: When button becomes a menuitem and the "tooltip" becomes the caption, if it includes the suggested hint added with the "Suggest" button in the toolbar configuration, it will now be better displayed since we have just one line to show the caption of the menuitem. 2016-01-30 16:10:20 +00:00
Denis Bisson
0acf406fbd ADD: Function "RemoveInvalidCharsFromFileName" to sanitize a filename removing invalid characters. 2016-01-30 16:09:42 +00:00
Denis Bisson
a932fe0a44 -Place back language files like they were with [r6554]. 2016-01-30 02:08:13 +00:00
Denis Bisson
928fe5670d 2016-01-30 02:02:58 +00:00
meteu
b5dcdbc17c UPD: translations of groups menu to RU 2016-01-29 15:35:45 +00:00
meteu
7ad9e77117 FIX: function LoadTabs, UPD: work with Groups 2016-01-29 15:34:20 +00:00
meteu
6da6ff907a FIX: load tabs which was on exit 2016-01-29 15:31:38 +00:00
meteu
fadcfb7e32 ADD: Shift+~ can be asigned to cm_PrevGroup command, full complete group mechanism, UPD: more clean code 2016-01-26 12:37:50 +00:00
Alexander Koblov
e9a49b0b18 FIX: Escape command line 2016-01-25 21:29:14 +00:00
Alexander Koblov
392809d13c FIX: Escape directory name 2016-01-25 20:40:59 +00:00
Alexander Koblov
57c9576b50 FIX: Restore changes 2016-01-25 20:06:42 +00:00
meteu
aa922772aa ADD: Shift+Tab swith group (command: cm_NextGroup) 2016-01-25 19:29:42 +00:00
meteu
51f3bf7b5d UPD:more clean code, current active group now mark Checked 2016-01-25 15:50:20 +00:00
meteu
a150af2ccc UPD: RU-locale for tab groups 2016-01-25 14:22:07 +00:00
meteu
e0703efcfc ADD: Primitive realization of Group-Paired Tab Sets 2016-01-25 14:17:56 +00:00
Alexander Koblov
bdb02153d1 ADD: Execute command in terminal (OS X) 2016-01-24 18:27:06 +00:00
Alexander Koblov
014addb675 ADD: Script to run command in terminal (OS X) 2016-01-24 18:17:15 +00:00
Alexander Koblov
071e6cdb44 UPD: Debian control file 2016-01-24 16:09:54 +00:00
Alexander Koblov
2722992171 UPD: Show Lazarus revision only if exists 2016-01-24 16:02:36 +00:00
Alexander Koblov
b258e60b14 UPD: Path to default dcrevision.inc 2016-01-24 15:50:55 +00:00
Alexander Koblov
17a5fc4411 UPD: Use %DC_CONFIG_PATH% as default place where to store doublecmd.log and ignorelist.txt 2016-01-24 15:46:52 +00:00
Alexander Koblov
75c2c01351 FIX: Build under Windows 2016-01-24 14:19:20 +00:00
Alexander Koblov
2cd9a34b52 FIX: Save ShellTreeView width 2016-01-24 10:46:57 +00:00