..
foptionsarchivers.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
foptionsarchivers.lrt
ADD: Calculate/verify CRC32 in split/combine function (patch by Denis Bisson)
2014-07-27 10:25:50 +00:00
foptionsarchivers.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
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.lrt
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.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.lrt
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.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
UPD: Language files
2015-04-16 18:22:24 +00:00
foptionsbriefview.lrt
UPD: Language files
2015-04-16 18:22:24 +00:00
foptionsbriefview.pas
ADD: Brief view set column count or column width
2015-04-13 19:23:45 +00:00
foptionscolumnsview.lfm
UPD: Enable auto sizing (issue with High DPI)
2016-06-12 07:43:18 +00:00
foptionscolumnsview.lrt
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
foptionscolumnsview.pas
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
foptionsconfiguration.lfm
UPD: Enable auto sizing (issue with High DPI)
2016-06-12 07:43:18 +00:00
foptionsconfiguration.lrt
UPD: Move directory hotlist configuration to options (patch by Denis Bisson)
2014-09-14 08:55:29 +00:00
foptionsconfiguration.pas
UPD: Localize some strings
2015-01-22 16:17:59 +00:00
foptionscustomcolumns.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
foptionscustomcolumns.lrt
FIX: Bug [0001339] Option Frame Cursor no longer works
2016-05-31 20:34:24 +00:00
foptionscustomcolumns.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
foptionsdirectoryhotlist.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
foptionsdirectoryhotlist.lrt
FIX: TControl.InvalidatePreferredSize loop detected sboxOptionsEditor
2015-12-11 22:05:12 +00:00
foptionsdirectoryhotlist.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
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.lrt
UPD: Many different improvements (patch by Denis Bisson)
2015-01-11 11:33:38 +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.lrt
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.pas
UPD: Set svn:eol-style property for all source files.
2012-04-09 01:13:34 +00:00
foptionseditorcolors.lfm
ADD: Feature [0000830] "Additional file extensions for syntax highlighters"
2014-03-21 17:36:07 +00:00
foptionseditorcolors.lrt
ADD: Feature [0000830] "Additional file extensions for syntax highlighters"
2014-03-21 17:36:07 +00:00
foptionseditorcolors.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
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.lrt
UPD: Mainly an update for the Favorite Tabs.
2016-02-09 04:57:45 +00:00
foptionsfavoritetabs.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
foptionsfileassoc.lfm
UPD: In the option editor for file extension association, in the 2nd panel for the icon used for the file association, the "TFileNameEdit" has been replaced by a normal "TEdit" and an associated "TSpeedButton". This button will now invoke the same requester as pressing the big button icon on left side of it. This will allow to select the specific icon when user select a multiple icons file like a .ICL file instead of selecting just a single filename with no indication of the specific icon in it to use. Some people don't have the intuition to click on the big button icon not realizing it's a button so the small button on right side of the file is a good thing and should still be present.
2016-06-19 22:32:47 +00:00
foptionsfileassoc.lrt
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
foptionsfileassoc.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
foptionsfileassocextra.lfm
UPD: Many improvements (patch by Denis Bisson)
2015-05-31 17:36:59 +00:00
foptionsfileassocextra.lrt
UPD: Many improvements (patch by Denis Bisson)
2015-05-31 17:36:59 +00:00
foptionsfileassocextra.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
foptionsfileoperations.lfm
FIX: The internal commands "cm_MarkMarkAll", "cm_MarkUnmarkAll", "cm_MarkInvert" may now take in consideration the global "Default attribute mask value to use" setting to determine what will be selected/unselected/toggle.
2016-12-03 23:00:45 +00:00
foptionsfileoperations.lrt
FIX: The internal commands "cm_MarkMarkAll", "cm_MarkUnmarkAll", "cm_MarkInvert" may now take in consideration the global "Default attribute mask value to use" setting to determine what will be selected/unselected/toggle.
2016-12-03 23:00:45 +00:00
foptionsfileoperations.pas
FIX: The internal commands "cm_MarkMarkAll", "cm_MarkUnmarkAll", "cm_MarkInvert" may now take in consideration the global "Default attribute mask value to use" setting to determine what will be selected/unselected/toggle.
2016-12-03 23:00:45 +00:00
foptionsfilepanelscolors.lfm
FIX: Mainly cosmetic modifications that makes configuration frams looks better when translated to other languages.
2016-02-14 16:22:26 +00:00
foptionsfilepanelscolors.lrt
UPD: New panel color and custom columns configuration dialog (patch by Denis Bisson)
2015-06-06 10:00:12 +00:00
foptionsfilepanelscolors.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
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.lrt
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.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: The internal commands "cm_MarkMarkAll", "cm_MarkUnmarkAll", "cm_MarkInvert" may now take in consideration the global "Default attribute mask value to use" setting to determine what will be selected/unselected/toggle.
2016-12-03 23:00:45 +00:00
foptionsfilesviews.lrt
FIX: The internal commands "cm_MarkMarkAll", "cm_MarkUnmarkAll", "cm_MarkInvert" may now take in consideration the global "Default attribute mask value to use" setting to determine what will be selected/unselected/toggle.
2016-12-03 23:00:45 +00:00
foptionsfilesviews.pas
FIX: The internal commands "cm_MarkMarkAll", "cm_MarkUnmarkAll", "cm_MarkInvert" may now take in consideration the global "Default attribute mask value to use" setting to determine what will be selected/unselected/toggle.
2016-12-03 23:00:45 +00:00
foptionsfiletypescolors.lfm
FIX: GlyphShowMode
2016-11-06 19:39:03 +00:00
foptionsfiletypescolors.lrt
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
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: ability to change Path font size through Options(need restart program)
2016-03-09 23:32:24 +00:00
foptionsfonts.lrt
ADD: ability to change Path font size through Options(need restart program)
2016-03-09 23:32:24 +00:00
foptionsfonts.pas
ADD: ability to change Path font size through Options(need restart program)
2016-03-09 23:32:24 +00:00
foptionsframe.lfm
UPD: Mainly an update for the Favorite Tabs.
2016-02-09 04:57:45 +00:00
foptionsframe.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
foptionsgroups.pas
UPD: Set svn:eol-style property for all source files.
2012-04-09 01:13:34 +00:00
foptionshotkeys.lfm
ADD: Few little modification to help to configure hotkeys faster.
2016-11-30 04:16:46 +00:00
foptionshotkeys.lrt
ADD: Few little modification to help to configure hotkeys faster.
2016-11-30 04:16:46 +00:00
foptionshotkeys.pas
ADD: Few little modification to help to configure hotkeys faster.
2016-11-30 04:16:46 +00:00
foptionsicons.lfm
ADD: Feature [0001583] Wish: option "show icons on buttons"
2016-10-29 21:25:41 +00:00
foptionsicons.lrt
ADD: Feature [0001583] Wish: option "show icons on buttons"
2016-10-29 21:25:41 +00:00
foptionsicons.pas
ADD: Feature [0001583] Wish: option "show icons on buttons"
2016-10-29 21:25:41 +00: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.lrt
ADD: Calculate/verify CRC32 in split/combine function (patch by Denis Bisson)
2014-07-27 10:25:50 +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.lrt
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.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: Use native language name
2015-02-15 13:39:26 +00:00
foptionslayout.lfm
ADD: Use terminal without command line
2016-08-07 11:23:13 +00:00
foptionslayout.lrt
FIX: caption now is: Show tool&bar
2016-03-02 13:16:34 +00:00
foptionslayout.pas
ADD: Use terminal without command line
2016-08-07 11:23:13 +00:00
foptionslog.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
foptionslog.lrt
UPD: Many improvements (patch by Denis Bisson)
2015-05-31 17:36:59 +00:00
foptionslog.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
foptionsmisc.lfm
ADD: The internal commands "cm_MarkPlus" and "cm_MarkMinus" may now accept a new parameter named "attr" that will specified the required attributes entries must have (or not) to be selected (or not).
2016-11-29 05:57:06 +00:00
foptionsmisc.lrt
ADD: The internal commands "cm_MarkPlus" and "cm_MarkMinus" may now accept a new parameter named "attr" that will specified the required attributes entries must have (or not) to be selected (or not).
2016-11-29 05:57:06 +00:00
foptionsmisc.pas
ADD: The internal commands "cm_MarkPlus" and "cm_MarkMinus" may now accept a new parameter named "attr" that will specified the required attributes entries must have (or not) to be selected (or not).
2016-11-29 05:57:06 +00:00
foptionsmouse.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
foptionsmouse.lrt
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
foptionsmouse.pas
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
foptionsplugins.lfm
FIX: Bug [0001353] spelling and grammar errors
2016-06-13 16:37:15 +00:00
foptionsplugins.lrt
FIX: Bug [0001353] spelling and grammar errors
2016-06-13 16:37:15 +00:00
foptionsplugins.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
foptionsquicksearchfilter.lfm
ADD: Many improvements (patch by Denis Bisson)
2015-02-15 11:17:10 +00:00
foptionsquicksearchfilter.lrt
UPD: Set svn:eol-style property for all source files.
2012-04-09 01:13:34 +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.lrt
FIX: Mainly cosmetic modifications that makes configuration frams looks better when translated to other languages.
2016-02-14 16:22:26 +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
UPD: Enable auto sizing (issue with High DPI)
2016-06-12 07:43:18 +00:00
foptionstabsextra.lrt
UPD: Mainly an update for the Favorite Tabs.
2016-02-09 04:57:45 +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
FIX: Rearrange controls in the terminal option editor panel.
2016-06-21 02:04:27 +00:00
foptionsterminal.lrt
FIX: Rearrange controls in the terminal option editor panel.
2016-06-21 02:04:27 +00:00
foptionsterminal.pas
FIX: Rearrange controls in the terminal option editor panel.
2016-06-21 02:04:27 +00:00
foptionstoolbar.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
foptionstoolbar.lrt
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
foptionstoolbar.pas
FIX: Possible access violation
2016-10-23 08:23:38 +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.lrt
ADD: Calculate/verify CRC32 in split/combine function (patch by Denis Bisson)
2014-07-27 10:25:50 +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.lrt
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
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.lrt
UPD: Use autosize option
2016-01-12 12:17:41 +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
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.lrt
ADD: Some options to internal editor
2016-01-22 21:46:44 +00:00
foptionstoolseditor.pas
ADD: Some options to internal editor
2016-01-22 21:46:44 +00:00
foptionstooltips.lfm
FIX: Controls alignment
2016-03-12 09:16:16 +00:00
foptionstooltips.lrt
FIX: Controls alignment
2016-03-10 19:58:52 +00:00
foptionstooltips.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
foptionstreeviewmenu.lfm
ADD: Tree View Menu implementation.
2016-04-17 23:24:04 +00:00
foptionstreeviewmenu.lrt
ADD: Tree View Menu implementation.
2016-04-17 23:24: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: Tree View Menu implementation.
2016-04-17 23:24:04 +00:00
foptionstreeviewmenucolor.lrt
ADD: Tree View Menu implementation.
2016-04-17 23:24:04 +00:00
foptionstreeviewmenucolor.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
fquicksearch.lfm
ADD: Many improvements (patch by Denis Bisson)
2015-02-15 11:17:10 +00:00
fquicksearch.lrt
UPD: Set svn:eol-style property for all source files.
2012-04-09 01:13:34 +00:00
fquicksearch.pas
FIX: Some warnings
2015-12-04 20:21:45 +00:00
fsearchplugin.lfm
DEL: Unit title
2016-05-21 08:48:21 +00:00
fsearchplugin.lrt
DEL: Unit title
2016-05-21 08:48:21 +00:00
fsearchplugin.pas
FIX: Load search template with plugins
2016-05-14 17:40:22 +00:00
ucomponentssignature.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