Commit graph

23 commits

Author SHA1 Message Date
Alexander Koblov
ce4eb5ebb0 FIX: Open/Save dialogs all files filter 2024-06-09 11:50:15 +03:00
Alexander Koblov
d016db9302 FIX: Change default text encoding 2022-10-14 21:10:21 +03:00
Alexander Koblov
40c7b0d68a ADD: Default single-byte text encoding option 2022-08-24 21:42:24 +03:00
Alexander Koblov
e933679fe3 ADD: Early config file
ADD: Feature [0001272] Option to turn off splash screen
2022-06-03 23:11:10 +03:00
WhiteChairFromIkea
3c6282a986
ADD: Show current Dir in title bar (cleaned up commits) (#169) 2021-08-31 10:36:25 +03:00
Denis Bisson
d8b5191927 FIX: The name of file types in some file requesters for opening/saving various file, mainly in configuration windows, are now translatable.
UPD: Because of above modification, update of language files.
CHG: Replace the .lrt file of fLinker by its new .lrj equivalent.
2018-12-12 03:50:49 +00:00
Denis Bisson
362af98a54 FIX: In the "Miscellaneous" configuration page, when the "Configuration file" of TC is specified with a relative path, the file couldn't be displayed when we click on the button to view it. This has been fixed. 2018-11-07 02:05:55 +00:00
Denis Bisson
33406900c7 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).
ADD: In the "File Operation" option page, we may now enter an attribute filter to use when marking/unmarking entries. This way, we may set for example "d-" so directories won't be selected when doing a mark with mask equals "*".
ADD: Still in the "File Operation" option page, we may check an option so in the input mask selector when doing a select group that will allow user to enter an attribute filter. This was, we may set each time an attribute filter to indicate what we want like having only files, only directory, only hidden entries, etc. The filter will be remembered during the session from an invocation to another.
UPD: Move the option "Windows style filter when marking files" from the "Miscellaneous" options page to the "File Operation" option page.
UPD: Languages files have been updated related with these changes. It should have been regenerated also anyway since a few commits.
2016-11-29 05:57:06 +00:00
Denis Bisson
6604bf1305 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.
UPD: Since we were playing in many options editors, took the opportunity to update the copyright years, update the GNU license text for the "51 Franklin Street" address and few minor modifications do decrease the overall warning/hints at the end of a build.
2016-06-20 03:39:03 +00:00
Alexander Koblov
e783979f9a FIX: Bug [0001278] GetFileComment and descript.ion encoding 2016-06-12 16:11:07 +00:00
Denis Bisson
19b3a7dbe7 ADD: Internal command "cm_markplus" may now receive four new parameters: "mask=string", "casesensitive=on/off", "ignoreaccents=on/off" and "windowsinterpretation=on/off".
ADD: When invoking internal command "cm_markplus" without parameters, the requester allows us to indicate if mark should be interpreted case-sensitively and if we want to ignore accentued letter or not.
ADD: New global miscellaneous option to have the specified filter be evaluated like Windows. So for example "*.*" will select anything "*." will select all entries without extensions, etc. Default is legacy, so non-compatible with Windows. So * select all, *.* don't select all.
ADD: Same three above modifications also apply for the internal command "cm_MarkMinus".
FIX: Regarding the input mask history list, since we were adding the new mask at the *end* of the existing ones in the list and we were saving the 50 ones at the *beginning* of it, after many sessions, we were not saving any new mask values! This has been fixed in such a way that when we're typing mask, they are placed always at the beginning of the list so they will be saved and restored correctly on future session. Since they are recent, it's also convenient to have them on top of the list.
2016-06-01 01:26:50 +00:00
Alexander Koblov
2de10efdc9 UPD: Many different improvements (patch by Denis Bisson) 2015-01-11 11:33:38 +00:00
Alexander Koblov
16281c3dd6 UPD: Many different improvements (patch by Denis Bisson) 2015-01-09 19:29:23 +00:00
Alexander Koblov
6a7e37f6b8 ADD: Option - go to root when change drive (patch by s1n) 2013-02-24 11:59:42 +00:00
Alexander Koblov
01fab1fa0c ADD: Option to set thumbnails size 2013-01-11 21:57:10 +00:00
cobines
60abbb7462 UPD: Set svn:eol-style property for all source files. 2012-04-09 01:13:34 +00:00
cobines
271eb65d46 UPD: Reorganize file operations options. 2012-03-31 06:02:51 +00:00
cobines
65db13337f UPD: Cleanup. 2011-11-06 04:33:41 +00:00
cobines
94f979a6d0 UPD: Make Files Views, Columns View options pages. 2011-10-02 21:53:01 +00:00
cobines
390ecb12c7 UPD: Some optimizations to showing options editors to reduce visual flicker. 2011-09-23 19:53:08 +00:00
cobines
cdb39d0426 ADD: Grouping editors in options. 2011-09-22 19:13:13 +00:00
cobines
508a425d6b UPD: Remove notebook with pages in Options, create and show options editor as needed. 2011-09-01 21:40:37 +00:00
cobines
c415964698 UPD: Make AutoRefresh, Icons, Misc options pages as TFrame. 2011-09-01 04:10:59 +00:00