| .. |
|
foptionsarchivers.lfm
|
ADD: MultiArc - use archive name without extension as list
|
2018-11-03 19:07:17 +00:00 |
|
foptionsarchivers.lrj
|
FIX: In the "Archivers" configuration page, there was one string that was not exported to language file. This has been fixed.
|
2018-11-13 02:12:08 +00:00 |
|
foptionsarchivers.pas
|
FIX: Packer name lost
|
2022-08-28 12:44:34 +03:00 |
|
foptionsautorefresh.lfm
|
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 |
|
foptionsautorefresh.lrj
|
UPD: Replace some .lrt by .lrj
|
2019-02-24 13:38:29 +00:00 |
|
foptionsautorefresh.pas
|
UPD: Modification in many of the option editors so if we change a setting in them and attempt to quit without saving what have been modified, we will be warned about that and will be either offered to save the modification, discard the modification or cancel the act of exiting. Previously, some option editors had that behaviour, but it was a case per case verification made from an option editor to another. Now it has been arranged is such way that it is at the ancestor level that is done the act of verifying if modification have been done when closing option editor. Maybe there are many forms affected, but overall it has simplified the code since it's done globally instead of having "CanWeClose" and "GenericSomethingChanged" functions duplicated in many option editor.
|
2016-06-20 03:39:03 +00:00 |
|
foptionsbehavior.lfm
|
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 |
|
foptionsbehavior.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsbehavior.pas
|
ADD: Support UDISKS_PRESENTATION_HIDE, UDISKS_PRESENTATION_NAME, UDISKS_AUTOMOUNT_HINT udev properties (Linux).
|
2012-04-05 01:15:59 +00:00 |
|
foptionsbriefview.lfm
|
FIX: Field "100" in this form is not fit by width (fixes #631)
|
2022-11-05 12:13:24 +03:00 |
|
foptionsbriefview.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsbriefview.pas
|
ADD: Brief view set column count or column width
|
2015-04-13 19:23:45 +00:00 |
|
foptionscolors.lfm
|
ADD: Dark mode - force enabled option
|
2022-05-23 19:07:12 +03:00 |
|
foptionscolors.lrj
|
ADD: Option to disable dark mode
|
2022-05-21 22:03:02 +03:00 |
|
foptionscolors.pas
|
ADD: Early config file
|
2022-06-03 23:11:10 +03:00 |
|
foptionscolumnsview.lfm
|
ADD: Feature [0000194] Extend filenames without extension to the max
|
2017-04-16 11:30:19 +00:00 |
|
foptionscolumnsview.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionscolumnsview.pas
|
ADD: Feature [0000194] Extend filenames without extension to the max
|
2017-04-16 11:30:19 +00:00 |
|
foptionsconfiguration.lfm
|
FIX: Tab order in options
|
2019-06-17 23:40:40 +00:00 |
|
foptionsconfiguration.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsconfiguration.pas
|
UPD: Store doublecmd.cfg near doublecmd.xml
|
2022-07-06 20:13:40 +03:00 |
|
foptionscustomcolumns.lfm
|
FIX: Remove incorrect hint
|
2018-03-18 09:05:39 +00:00 |
|
foptionscustomcolumns.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionscustomcolumns.pas
|
DEL: Unused components
|
2022-10-02 13:41:52 +03:00 |
|
foptionsdirectoryhotlist.lfm
|
CHG: In "Hot Directory", Most of the action are now actually a "TAction" from an "TActionList" instead of being simply from a "TPopupMenu". This way, the keyboard shortcut for them is working even if the focus is not on the TreeView like it was before.
|
2017-06-27 01:51:48 +00:00 |
|
foptionsdirectoryhotlist.lrj
|
ADD: New extra configuration tab for toolbar configuration to set possible relative paths to icons, commands and starting paths to external commands when adding them.
|
2019-01-02 00:58:09 +00:00 |
|
foptionsdirectoryhotlist.pas
|
FIX: Error Access Violation in "Directory Hotlist" (fixes #491)
|
2022-07-08 18:45:20 +03:00 |
|
foptionsdirectoryhotlistextra.lfm
|
ADD: New extra configuration tab for toolbar configuration to set possible relative paths to icons, commands and starting paths to external commands when adding them.
|
2019-01-02 00:58:09 +00:00 |
|
foptionsdirectoryhotlistextra.lrj
|
ADD: New extra configuration tab for toolbar configuration to set possible relative paths to icons, commands and starting paths to external commands when adding them.
|
2019-01-02 00:58:09 +00:00 |
|
foptionsdirectoryhotlistextra.pas
|
ADD: New extra configuration tab for toolbar configuration to set possible relative paths to icons, commands and starting paths to external commands when adding them.
|
2019-01-02 00:58:09 +00:00 |
|
foptionsdragdrop.lfm
|
UPD: Modification in many of the option editors so if we change a setting in them and attempt to quit without saving what have been modified, we will be warned about that and will be either offered to save the modification, discard the modification or cancel the act of exiting. Previously, some option editors had that behaviour, but it was a case per case verification made from an option editor to another. Now it has been arranged is such way that it is at the ancestor level that is done the act of verifying if modification have been done when closing option editor. Maybe there are many forms affected, but overall it has simplified the code since it's done globally instead of having "CanWeClose" and "GenericSomethingChanged" functions duplicated in many option editor.
|
2016-06-20 03:39:03 +00:00 |
|
foptionsdragdrop.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsdragdrop.pas
|
UPD: Modification in many of the option editors so if we change a setting in them and attempt to quit without saving what have been modified, we will be warned about that and will be either offered to save the modification, discard the modification or cancel the act of exiting. Previously, some option editors had that behaviour, but it was a case per case verification made from an option editor to another. Now it has been arranged is such way that it is at the ancestor level that is done the act of verifying if modification have been done when closing option editor. Maybe there are many forms affected, but overall it has simplified the code since it's done globally instead of having "CanWeClose" and "GenericSomethingChanged" functions duplicated in many option editor.
|
2016-06-20 03:39:03 +00:00 |
|
foptionsdriveslistbutton.lfm
|
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 |
|
foptionsdriveslistbutton.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsdriveslistbutton.pas
|
UPD: Set svn:eol-style property for all source files.
|
2012-04-09 01:13:34 +00:00 |
|
foptionseditorcolors.lfm
|
FIX: SynEdit gutter separator colors
|
2022-05-02 12:47:28 +03:00 |
|
foptionseditorcolors.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionseditorcolors.pas
|
ADD: Allow SynUniSyn change colors
|
2022-05-21 18:26:28 +03:00 |
|
foptionsfavoritetabs.lfm
|
FIX: Mainly cosmetic modifications that makes configuration frams looks better when translated to other languages.
|
2016-02-14 16:22:26 +00:00 |
|
foptionsfavoritetabs.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsfavoritetabs.pas
|
UPD: New faster natural sorting algorithm
|
2019-12-31 20:56:31 +00:00 |
|
foptionsfileassoc.lfm
|
CHG: Change a little the way the popup menu to help to enter the percent variables is arranged in such a way that it's created on the spot when required and concentrated related code is in one unit instead of having its creation spread around.
|
2019-01-26 15:53:01 +00:00 |
|
foptionsfileassoc.lrj
|
FIX: In the "File associations" configuration form, the hint displayed when moving the mouse over the speed buttons on right in "Action description" toolbox were not adequate. This has been corrected.
|
2018-11-13 01:54:44 +00:00 |
|
foptionsfileassoc.pas
|
CHG: Change a little the way the popup menu to help to enter the percent variables is arranged in such a way that it's created on the spot when required and concentrated related code is in one unit instead of having its creation spread around.
|
2019-01-26 15:53:01 +00:00 |
|
foptionsfileassocextra.lfm
|
FIX: Fix two typos in extra configuration page of file associations.
|
2019-01-02 13:53:32 +00:00 |
|
foptionsfileassocextra.lrj
|
FIX: Fix two typos in extra configuration page of file associations.
|
2019-01-02 13:53:32 +00:00 |
|
foptionsfileassocextra.pas
|
ADD: New extra configuration tab for toolbar configuration to set possible relative paths to icons, commands and starting paths to external commands when adding them.
|
2019-01-02 00:58:09 +00:00 |
|
foptionsfileoperations.lfm
|
ADD: Capability to execute test arсhive operation in the queue
|
2021-08-14 16:24:23 +03:00 |
|
foptionsfileoperations.lrj
|
ADD: Capability to execute test arсhive operation in the queue
|
2021-08-14 16:24:23 +03:00 |
|
foptionsfileoperations.pas
|
ADD: Capability to execute test arсhive operation in the queue
|
2021-08-14 16:24:23 +03:00 |
|
foptionsfilepanelscolors.lfm
|
FIX: Tab order in options
|
2019-06-17 23:40:40 +00:00 |
|
foptionsfilepanelscolors.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsfilepanelscolors.pas
|
DEL: Unused components
|
2022-10-02 13:41:52 +03:00 |
|
foptionsfilesearch.lfm
|
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.
|
2016-12-01 02:23:28 +00:00 |
|
foptionsfilesearch.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsfilesearch.pas
|
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.
|
2016-12-01 02:23:28 +00:00 |
|
foptionsfilesviews.lfm
|
FIX: Controls autosize
|
2022-09-03 12:48:23 +03:00 |
|
foptionsfilesviews.lrj
|
ADD: Feature: Separate configuration for header and footer file size formatting (fixes #58)
|
2021-06-09 00:04:41 +03:00 |
|
foptionsfilesviews.pas
|
ADD: Feature: Separate configuration for header and footer file size formatting (fixes #58)
|
2021-06-09 00:04:41 +03:00 |
|
foptionsfilesviewscomplement.lfm
|
FIX: Tab order in options
|
2019-06-17 23:40:40 +00:00 |
|
foptionsfilesviewscomplement.lrj
|
ADD: User may now personalized the unit he will see for file size.
|
2018-11-29 04:39:57 +00:00 |
|
foptionsfilesviewscomplement.pas
|
ADD: User may now personalized the unit he will see for file size.
|
2018-11-29 04:39:57 +00:00 |
|
foptionsfiletypescolors.lfm
|
FIX: GlyphShowMode
|
2016-11-06 19:39:03 +00:00 |
|
foptionsfiletypescolors.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsfiletypescolors.pas
|
UPD: Modification in many of the option editors so if we change a setting in them and attempt to quit without saving what have been modified, we will be warned about that and will be either offered to save the modification, discard the modification or cancel the act of exiting. Previously, some option editors had that behaviour, but it was a case per case verification made from an option editor to another. Now it has been arranged is such way that it is at the ancestor level that is done the act of verifying if modification have been done when closing option editor. Maybe there are many forms affected, but overall it has simplified the code since it's done globally instead of having "CanWeClose" and "GenericSomethingChanged" functions duplicated in many option editor.
|
2016-06-20 03:39:03 +00:00 |
|
foptionsfonts.lfm
|
ADD: We may configure the font used in the Tree View Menu.
|
2020-01-03 04:55:45 +00:00 |
|
foptionsfonts.lrj
|
ADD: We may configure the font used in the Tree View Menu.
|
2020-01-03 04:55:45 +00:00 |
|
foptionsfonts.pas
|
UPD: Allow zero (default) font size
|
2022-02-21 18:23:25 +03:00 |
|
foptionsframe.lfm
|
UPD: Mainly an update for the Favorite Tabs.
|
2016-02-09 04:57:45 +00:00 |
|
foptionsframe.pas
|
ADD: Option to disable dark mode
|
2022-05-21 22:03:02 +03:00 |
|
foptionsgroups.pas
|
UPD: Set svn:eol-style property for all source files.
|
2012-04-09 01:13:34 +00:00 |
|
foptionshotkeys.lfm
|
FIX: Bug [0002034] Graphical improvements and default settings
|
2021-09-12 18:30:56 +03:00 |
|
foptionshotkeys.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionshotkeys.pas
|
FIX: Don't use UTF8Decode/UTF8Encode functions (issue #245)
|
2021-11-08 18:47:30 +03:00 |
|
foptionsicons.lfm
|
ADD: Feature [0001254] Hidden files: Show with half-transparent icons
|
2018-07-22 15:02:30 +00:00 |
|
foptionsicons.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsicons.pas
|
UPD: Store doublecmd.cfg near doublecmd.xml
|
2022-07-06 20:13:40 +03:00 |
|
foptionsignorelist.lfm
|
UPD: Cosmetic modification to eliminate unaesthetic empty spaces around button of "TFileNameEdit" and "TEditButton". This was done in forms for the configuration forms for archivers, file associations, logs, miscellaneous, toolbar, differ and editor tool and ignore list.
|
2016-06-04 15:37:28 +00:00 |
|
foptionsignorelist.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsignorelist.pas
|
UPD: Modification in many of the option editors so if we change a setting in them and attempt to quit without saving what have been modified, we will be warned about that and will be either offered to save the modification, discard the modification or cancel the act of exiting. Previously, some option editors had that behaviour, but it was a case per case verification made from an option editor to another. Now it has been arranged is such way that it is at the ancestor level that is done the act of verifying if modification have been done when closing option editor. Maybe there are many forms affected, but overall it has simplified the code since it's done globally instead of having "CanWeClose" and "GenericSomethingChanged" functions duplicated in many option editor.
|
2016-06-20 03:39:03 +00:00 |
|
foptionskeyboard.lfm
|
UPD: Modification in many of the option editors so if we change a setting in them and attempt to quit without saving what have been modified, we will be warned about that and will be either offered to save the modification, discard the modification or cancel the act of exiting. Previously, some option editors had that behaviour, but it was a case per case verification made from an option editor to another. Now it has been arranged is such way that it is at the ancestor level that is done the act of verifying if modification have been done when closing option editor. Maybe there are many forms affected, but overall it has simplified the code since it's done globally instead of having "CanWeClose" and "GenericSomethingChanged" functions duplicated in many option editor.
|
2016-06-20 03:39:03 +00:00 |
|
foptionskeyboard.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionskeyboard.pas
|
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 |
|
foptionslanguage.lfm
|
UPD: Set svn:eol-style property for all source files.
|
2012-04-09 01:13:34 +00:00 |
|
foptionslanguage.pas
|
UPD: Rename doublecmd.po to doublecmd.pot
|
2022-11-13 16:46:55 +03:00 |
|
foptionslayout.lfm
|
DEL: Duplicate option
|
2019-06-22 12:32:05 +00:00 |
|
foptionslayout.lrj
|
DEL: Duplicate option
|
2019-06-22 12:32:05 +00:00 |
|
foptionslayout.pas
|
DEL: Duplicate option
|
2019-06-22 12:32:05 +00:00 |
|
foptionslog.lfm
|
UPD: Caption
|
2020-08-16 12:54:40 +00:00 |
|
foptionslog.lrj
|
UPD: Caption
|
2020-08-16 12:54:40 +00:00 |
|
foptionslog.pas
|
FIX: Wrong controls state
|
2020-08-16 13:19:18 +00:00 |
|
foptionsmisc.lfm
|
ADD: Default single-byte text encoding option
|
2022-08-24 21:42:24 +03:00 |
|
foptionsmisc.lrj
|
ADD: Default single-byte text encoding option
|
2022-08-24 21:42:24 +03:00 |
|
foptionsmisc.pas
|
FIX: Change default text encoding
|
2022-10-14 21:10:21 +03:00 |
|
foptionsmouse.lfm
|
UPD: Spacing
|
2018-08-11 20:07:59 +00:00 |
|
foptionsmouse.lrj
|
UPD: Language resource file
|
2018-08-13 18:35:41 +00:00 |
|
foptionsmouse.pas
|
ADD: SingleClickStart option to mouse options dialog
|
2018-08-11 20:06:31 +00:00 |
|
foptionsmultirename.lfm
|
FIX: In MultiRename dialog, when option "Icons > Show icons > Show icons for actions in menus" was disabled, three buttons were left with no images.
|
2020-01-03 15:53:11 +00:00 |
|
foptionsmultirename.lrj
|
FIX: Build under Linux
|
2020-01-03 11:14:49 +00:00 |
|
foptionsmultirename.pas
|
FIX: Save multirename log file name
|
2021-01-26 21:08:19 +00:00 |
|
foptionspluginsbase.lfm
|
FIX: Text in labels for plugin description in configuration windows will now wordwrapped their content when resized so windows are better looking (especially with language with looooooooong words like in French!). Buttons at the bottom are then closer instead of being on far right since panel was originally resized to allow label to fit on one single line.
|
2018-11-04 22:10:15 +00:00 |
|
foptionspluginsbase.lrj
|
CHG: Few modifications regarding plugins configuration.
|
2018-11-03 20:17:43 +00:00 |
|
foptionspluginsbase.pas
|
ADD: Setting for the location of the Lua library file now present in the main page of the plugins configuration tab. Easier to change it.
|
2019-04-03 00:10:01 +00:00 |
|
foptionspluginsdsx.lfm
|
CHG: Few modifications regarding plugins configuration.
|
2018-11-03 20:17:43 +00:00 |
|
foptionspluginsdsx.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionspluginsdsx.pas
|
ADD: New internal command "cm_AddPlugin".
|
2019-01-20 02:50:52 +00:00 |
|
foptionspluginsgroup.lfm
|
ADD: Setting for the location of the Lua library file now present in the main page of the plugins configuration tab. Easier to change it.
|
2019-04-03 00:10:01 +00:00 |
|
foptionspluginsgroup.lrj
|
ADD: Setting for the location of the Lua library file now present in the main page of the plugins configuration tab. Easier to change it.
|
2019-04-03 00:10:01 +00:00 |
|
foptionspluginsgroup.pas
|
FIX: Bug [0002618] Missing PO messages
|
2021-03-06 18:53:20 +00:00 |
|
foptionspluginswcx.lfm
|
CHG: Few modifications regarding plugins configuration.
|
2018-11-03 20:17:43 +00:00 |
|
foptionspluginswcx.lrj
|
CHG: Few modifications regarding plugins configuration.
|
2018-11-03 20:17:43 +00:00 |
|
foptionspluginswcx.pas
|
ADD: New internal command "cm_AddPlugin".
|
2019-01-20 02:50:52 +00:00 |
|
foptionspluginswdx.lfm
|
FIX: Text in labels for plugin description in configuration windows will now wordwrapped their content when resized so windows are better looking (especially with language with looooooooong words like in French!). Buttons at the bottom are then closer instead of being on far right since panel was originally resized to allow label to fit on one single line.
|
2018-11-04 22:10:15 +00:00 |
|
foptionspluginswdx.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionspluginswdx.pas
|
ADD: While in configuration of Lua library location, if after a modification of it the configured Lua library location doesn't work, report it to user immediately.
|
2019-04-03 00:43:00 +00:00 |
|
foptionspluginswfx.lfm
|
FIX: Text in labels for plugin description in configuration windows will now wordwrapped their content when resized so windows are better looking (especially with language with looooooooong words like in French!). Buttons at the bottom are then closer instead of being on far right since panel was originally resized to allow label to fit on one single line.
|
2018-11-04 22:10:15 +00:00 |
|
foptionspluginswfx.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionspluginswfx.pas
|
ADD: New internal command "cm_AddPlugin".
|
2019-01-20 02:50:52 +00:00 |
|
foptionspluginswlx.lfm
|
FIX: Text in labels for plugin description in configuration windows will now wordwrapped their content when resized so windows are better looking (especially with language with looooooooong words like in French!). Buttons at the bottom are then closer instead of being on far right since panel was originally resized to allow label to fit on one single line.
|
2018-11-04 22:10:15 +00:00 |
|
foptionspluginswlx.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionspluginswlx.pas
|
FIX: Error message encoding
|
2019-02-19 18:31:29 +00:00 |
|
foptionsquicksearchfilter.lfm
|
ADD: Many improvements (patch by Denis Bisson)
|
2015-02-15 11:17:10 +00:00 |
|
foptionsquicksearchfilter.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionsquicksearchfilter.pas
|
ADD: Many improvements (patch by Denis Bisson)
|
2015-02-15 11:17:10 +00:00 |
|
foptionstabs.lfm
|
FIX: Mainly cosmetic modifications that makes configuration frams looks better when translated to other languages.
|
2016-02-14 16:22:26 +00:00 |
|
foptionstabs.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionstabs.pas
|
UPD: Modification in many of the option editors so if we change a setting in them and attempt to quit without saving what have been modified, we will be warned about that and will be either offered to save the modification, discard the modification or cancel the act of exiting. Previously, some option editors had that behaviour, but it was a case per case verification made from an option editor to another. Now it has been arranged is such way that it is at the ancestor level that is done the act of verifying if modification have been done when closing option editor. Maybe there are many forms affected, but overall it has simplified the code since it's done globally instead of having "CanWeClose" and "GenericSomethingChanged" functions duplicated in many option editor.
|
2016-06-20 03:39:03 +00:00 |
|
foptionstabsextra.lfm
|
FIX: Tab order in options
|
2019-06-17 23:40:40 +00:00 |
|
foptionstabsextra.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionstabsextra.pas
|
UPD: Modification in many of the option editors so if we change a setting in them and attempt to quit without saving what have been modified, we will be warned about that and will be either offered to save the modification, discard the modification or cancel the act of exiting. Previously, some option editors had that behaviour, but it was a case per case verification made from an option editor to another. Now it has been arranged is such way that it is at the ancestor level that is done the act of verifying if modification have been done when closing option editor. Maybe there are many forms affected, but overall it has simplified the code since it's done globally instead of having "CanWeClose" and "GenericSomethingChanged" functions duplicated in many option editor.
|
2016-06-20 03:39:03 +00:00 |
|
foptionsterminal.lfm
|
DEL: Wrong hint
|
2022-04-24 17:00:18 +03:00 |
|
foptionsterminal.lrj
|
DEL: Wrong hint
|
2022-04-24 17:00:18 +03:00 |
|
foptionsterminal.pas
|
FIX: Rearrange controls in the terminal option editor panel.
|
2016-06-21 02:04:27 +00:00 |
|
foptionstoolbar.lfm
|
ADD: Middle toolbar configuration page
|
2019-07-07 09:23:01 +00:00 |
|
foptionstoolbar.pas
|
FIX: Export/import middle toolbar
|
2020-06-12 08:41:47 +00:00 |
|
foptionstoolbarbase.lfm
|
ADD: Toolbar - space style separator
|
2019-12-08 14:19:06 +00:00 |
|
foptionstoolbarbase.lrj
|
ADD: Toolbar - space style separator
|
2019-12-08 14:19:06 +00:00 |
|
foptionstoolbarbase.pas
|
FIX: Export/import middle toolbar
|
2020-06-12 08:41:47 +00:00 |
|
foptionstoolbarextra.lfm
|
RMV: Remove erroneous hint in toolbar extra configuration page.
|
2019-01-24 03:35:30 +00:00 |
|
foptionstoolbarextra.lrj
|
RMV: Remove erroneous hint in toolbar extra configuration page.
|
2019-01-24 03:35:30 +00:00 |
|
foptionstoolbarextra.pas
|
ADD: New extra configuration tab for toolbar configuration to set possible relative paths to icons, commands and starting paths to external commands when adding them.
|
2019-01-02 00:58:09 +00:00 |
|
foptionstoolbarmiddle.lfm
|
ADD: Middle toolbar configuration page
|
2019-07-07 09:23:01 +00:00 |
|
foptionstoolbarmiddle.pas
|
FIX: Export/import middle toolbar
|
2020-06-12 08:41:47 +00:00 |
|
foptionstoolbase.lfm
|
UPD: Cosmetic modification to eliminate unaesthetic empty spaces around button of "TFileNameEdit" and "TEditButton". This was done in forms for the configuration forms for archivers, file associations, logs, miscellaneous, toolbar, differ and editor tool and ignore list.
|
2016-06-04 15:37:28 +00:00 |
|
foptionstoolbase.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionstoolbase.pas
|
FIX: Bug [0000982] "options do not accept external editor Path"
|
2015-01-08 18:11:17 +00:00 |
|
foptionstools.lfm
|
ADD:experimental Ctrl+Wheel zoom of search results,improved selection and PopUp of search results
|
2016-01-21 20:30:42 +00:00 |
|
foptionstools.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionstools.pas
|
ADD: Some options to internal editor
|
2016-01-22 21:46:44 +00:00 |
|
foptionstoolsdiffer.lfm
|
UPD: Cosmetic modification to eliminate unaesthetic empty spaces around button of "TFileNameEdit" and "TEditButton". This was done in forms for the configuration forms for archivers, file associations, logs, miscellaneous, toolbar, differ and editor tool and ignore list.
|
2016-06-04 15:37:28 +00:00 |
|
foptionstoolsdiffer.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionstoolsdiffer.pas
|
UPD: Cosmetic modification to eliminate unaesthetic empty spaces around button of "TFileNameEdit" and "TEditButton". This was done in forms for the configuration forms for archivers, file associations, logs, miscellaneous, toolbar, differ and editor tool and ignore list.
|
2016-06-04 15:37:28 +00:00 |
|
foptionstoolseditor.lfm
|
ADD: Editor - block indent option
|
2022-11-13 16:28:34 +03:00 |
|
foptionstoolseditor.lrj
|
ADD: Editor - block indent option
|
2022-11-13 16:28:34 +03:00 |
|
foptionstoolseditor.pas
|
ADD: Editor - block indent option
|
2022-11-13 16:28:34 +03:00 |
|
foptionstooltips.lfm
|
FIX: Disable tooltip edit with empty file type list
|
2021-10-14 20:18:08 +03:00 |
|
foptionstooltips.lrj
|
ADD: Various minor modifications around tooltip configuration.
|
2018-08-26 00:22:18 +00:00 |
|
foptionstooltips.pas
|
FIX: Disable tooltip edit with empty file type list
|
2021-10-14 20:18:08 +03:00 |
|
foptionstreeviewmenu.lfm
|
ADD: Tree View Menu implementation.
|
2016-04-17 23:24:04 +00:00 |
|
foptionstreeviewmenu.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
foptionstreeviewmenu.pas
|
UPD: Modification in many of the option editors so if we change a setting in them and attempt to quit without saving what have been modified, we will be warned about that and will be either offered to save the modification, discard the modification or cancel the act of exiting. Previously, some option editors had that behaviour, but it was a case per case verification made from an option editor to another. Now it has been arranged is such way that it is at the ancestor level that is done the act of verifying if modification have been done when closing option editor. Maybe there are many forms affected, but overall it has simplified the code since it's done globally instead of having "CanWeClose" and "GenericSomethingChanged" functions duplicated in many option editor.
|
2016-06-20 03:39:03 +00:00 |
|
foptionstreeviewmenucolor.lfm
|
ADD: We may configure the font used in the Tree View Menu.
|
2020-01-03 04:55:45 +00:00 |
|
foptionstreeviewmenucolor.lrj
|
ADD: We may configure the font used in the Tree View Menu.
|
2020-01-03 04:55:45 +00:00 |
|
foptionstreeviewmenucolor.pas
|
ADD: We may configure the font used in the Tree View Menu.
|
2020-01-03 04:55:45 +00:00 |
|
fquicksearch.lfm
|
FIX: Exception when closing quick search panel using mouse after revision 8891
|
2019-06-17 16:32:45 +00:00 |
|
fquicksearch.lrj
|
UPD: Replace all .lrt by .lrj
|
2019-02-24 14:38:04 +00:00 |
|
fquicksearch.pas
|
ADD: Qt 6 widgetset support (fixes #402)
|
2022-11-13 20:38:18 +03:00 |
|
fsearchplugin.lfm
|
RMV: Remove the term "unit" from table in plugin tab in search file dialog.
|
2018-11-28 02:42:20 +00:00 |
|
fsearchplugin.lrj
|
RMV: Remove the term "unit" from table in plugin tab in search file dialog.
|
2018-11-28 02:42:20 +00:00 |
|
fsearchplugin.pas
|
FIX: Restore plugin operator in the search templates (fixes #644)
|
2022-10-21 18:43:43 +03:00 |
|
ucomponentssignature.pas
|
CHG: Few modifications regarding plugins configuration.
|
2018-11-03 20:17:43 +00:00 |