Commit graph

396 commits

Author SHA1 Message Date
Alexander Koblov
824de51e1a FIX: Don't use UTF8Decode/UTF8Encode functions (issue #245)
(cherry picked from commit 57ba2a297f)
2021-12-03 22:31:47 +03:00
Alexander Koblov
b5f68e8f0a FIX: Disable tooltip edit with empty file type list 2021-10-15 19:58:09 +03:00
Alexander Koblov
d9726d2741 FIX: Bug [0002034] Graphical improvements and default settings 2021-09-12 18:30:56 +03:00
Alexander Koblov
aadb9dff42 FIX: Tab order and caption 2021-09-01 20:34:46 +03:00
WhiteChairFromIkea
3c6282a986
ADD: Show current Dir in title bar (cleaned up commits) (#169) 2021-08-31 10:36:25 +03:00
Alexander Koblov
1baac8196f ADD: Capability to execute test arсhive operation in the queue 2021-08-14 16:24:23 +03:00
Alexander Koblov
0d279040aa ADD: Feature: Separate configuration for header and footer file size formatting (fixes #58) 2021-06-09 00:04:41 +03:00
Alexander Koblov
4b9042bd41 FIX: Bug [0002618] Missing PO messages 2021-03-06 18:53:20 +00:00
Alexander Koblov
9644bc6d6b ADD: Editor - option to disable right edge 2021-02-12 17:47:23 +00:00
Alexander Koblov
34afb3e08e FIX: Build with Lazarus trunk 2021-02-07 13:06:59 +00:00
Alexander Koblov
602d0f50f9 FIX: Save multirename log file name 2021-01-26 21:08:19 +00:00
Alexander Koblov
79d6a334de FIX: Wrong controls state 2020-08-16 13:19:18 +00:00
Alexander Koblov
52994ace26 UPD: Caption 2020-08-16 12:54:40 +00:00
Alexander Koblov
08c1f53eb0 ADD: Max log file count option 2020-08-16 12:46:28 +00:00
Alexander Koblov
4e868ec7dc FIX: Export/import middle toolbar 2020-06-12 08:41:47 +00:00
Alexander Koblov
cfef0b46ed FIX: Show hotkeys for middle toolbar in the hint and menu 2020-01-19 14:50:48 +00:00
Denis Bisson
2d68ebe363 CHG:Standardization of the term "Multi-Rename Tool" to replace "Multi Rename" and "MultiRename" in are where the users SEE it with no impact in existing configuration regarding settings and hotkeys.
UPD:Language files adapted so the "Multi-Rename" uniformization has no impact in other languages.
2020-01-14 02:13:45 +00:00
Alexander Koblov
419a550dcd UPD: Optimization 2020-01-11 21:37:24 +00:00
Alexander Koblov
15bdf92456 FIX: Middle toolbar - execute command by hotkey 2020-01-11 17:20:53 +00:00
Denis Bisson
aad62b2555 FIX: In MultiRename dialog, when option "Icons > Show icons > Show icons for actions in menus" was disabled, three buttons were left with no images.
FIX: In MultiRename dialog, default button for the "Yes/No" confirmation of preset deletion was "Yes". It's more secure for user to have it at "No".
FIX: Same thing as above for overwriting an existing preset name. It's more secure for user to have it at "No".
FIX: In MultiRename configuration form, two buttons associated with common MultiRename log location were not sized correctly vertically.
FIX: In MultiRename dialog, when sorting project, the button to sort alphabetically the list was not working in some conditions.
2020-01-03 15:53:11 +00:00
Alexander Koblov
a34f45f1d2 FIX: Build under Linux 2020-01-03 11:14:49 +00:00
Denis Bisson
be0aed37ff ADD: We may configure the font used in the Tree View Menu.
FIX: The font used for the search results is not correctly preserved and restored from a session to another.
ADD: The font used for the function button at the buttom in main panel is now configurable (before, we were able to change size, but not actual font used).
CHG: The elements of the configuration window for the font are now generated at run-time instead of being at design-time. Elements are generated from the "gFonts" so we won't forget any configurable font this way.
UPD: New language files for above modification. But they have been updated in such way that the translated strings for the font usage have been preserved. Only the last three that were forgotten and not present visually in previous versions are to be translated.
2020-01-03 04:55:45 +00:00
Denis Bisson
0029f9386c CHG: Many modifications in the MultiRename dialog window still preserving general look, parameter parsing, existing configured presets and translated captions.
ADD: Easier way to access the presets in MultiRename dialog.
ADD: As we cycle in the MultiRename preset drop list, it now shows on the fly the various masks and their effect for each preset.
CHG: Without changing too much the MultiRename dialog window loayer, rearrange it slightly to possibly allow more room to the filename and extension filters and to filename of rename log.
ADD: Allow user to sort the presets of MultiRename dialog the way he wants instead of being forced and sorted via hidden hash value of their name which gave not intuitive order.
ADD: In MultiRename dialog, add many keyboard shortcuts to allow user with the keyboard to quickly set his preset and do other actions.
ADD: Add a possibility of having a "preset" parameter when invoking the internal command "cm_MultiRename".
ADD: Add an extra configuration page in the Options to allow user to customize some behavior of the MultiRename actions.
ADD: When exiting the MultiRename dialog, have a an option to determine the behavior when attempting to exit with unsaved modification in a preset.
ADD: Add an option to determine the preset to load when launching the MultiRename dialog.
ADD: Add basic functions with preset in MultiRename dialog to quickly allow to load, save, save as, rename, delete, etc.
ADD: Keyboard hotkeys may now be configured in the MultiRename dialog for most of the functions.
CHG: Shortcut keys to access presets of MultiRename dialog and to exit it similar to other apps.
ADD: In MultiRename dialog, add filters "[G]" and "[V:Hint]".
ADD: In MultiRename dialog, add many functionalities around the "Renaming log" to define it easier, to make it using special directory description for portable implementation, etc.
ADD: The log associated with MultiRename may now be appened instead of being overwrite on each call.
ADD: The complete filename with its path may be configured to be stored in log.
ADD: New option in the configuration to set the invalid character replacement so it can now be something else than a single dot.
ADD: Seventeen icons associated with actions in MultiRename dialog in four resolutions: 16x16, 20x20, 24x24 and 32x32.
ADD: New functionality in dialog window selecting range from a string to indicate if we count the chars from the start and/or from the end or if we work with a start;length basis.
ADD: New dialog window to in MultiRename to indicate the level of path range we want to recuperate for a rename portion, and if we count from start or the end.
ADD: New languages files with new strings accomodating the above modifications.
INF: Above modifications in MultiRename log has been made to have the less impact regarding translation in other languages for existing translated string.
2020-01-03 03:13:54 +00:00
cordylus
48eb6cd7e6 UPD: New faster natural sorting algorithm
ADD: Sort methods for special characters
2019-12-31 20:56:31 +00:00
Alexander Koblov
66901eb041 ADD: Toolbar - space style separator 2019-12-08 14:19:06 +00:00
Alexander Koblov
645d311458 FIX: Quick search - buttons under Qt 2019-08-25 10:24:00 +00:00
cordylus
8fe1d49e67 UPD: Disable dimmed hidden file icons checkbox in options if icons are disabled 2019-07-09 18:49:18 +00:00
Alexander Koblov
835f7282dd ADD: Save middle toolbar options 2019-07-07 09:52:11 +00:00
Alexander Koblov
9dd65625c5 DEL: Unneeded file 2019-07-07 09:37:53 +00:00
Alexander Koblov
0d0b5e6c18 ADD: Middle toolbar configuration page 2019-07-07 09:23:01 +00:00
cordylus
4555b89e88 FIX: Bug [0001982] File Search with Brief View Navigation style Causes Issues with Selecting Files 2019-06-29 01:14:54 +00:00
cordylus
e2450b0438 FIX: Bug [0002153] Don't reset filter when changing view #2 2019-06-29 00:11:31 +00:00
cordylus
12d3ebae67 FIX: Bug [0002153] Don't reset filter when changing view
UPD: Quick search/filter is now cloned with FileView (currently used e.g. in Target = Source)
2019-06-24 21:23:51 +00:00
cordylus
39b3264dfc UPD: Accept hotkey modifiers in any order in filter in options 2019-06-23 16:54:25 +00:00
cordylus
0d27027975 ADD: Feature [0002074] Add an option to filter hotkeys using the name of the keys 2019-06-23 02:58:11 +00:00
cordylus
3b91617d05 FIX: Bug [0002085] File selection with "INSERT" not working on filtered list 2019-06-23 00:27:12 +00:00
Alexander Koblov
51797f8c25 DEL: Duplicate option 2019-06-22 12:32:05 +00:00
Alexander Koblov
44aded6668 ADD: Middle toolbar - initial implementation 2019-06-22 09:00:11 +00:00
cordylus
f9097bec94 FIX: Tab order in options 2019-06-17 23:40:40 +00:00
cordylus
790bdb8537 FIX: Exception when closing quick search panel using mouse after revision 8891 2019-06-17 16:32:45 +00:00
cordylus
3f2bf9bcfd FIX: Quick search moved to the next or previous result with every configuration button click if there was a manual move before the click 2019-06-17 16:05:32 +00:00
cordylus
7f5ddeeb62 FIX: Quick search moved to the next or previous result with every filter button click if there was a manual move before the click 2019-06-17 02:26:09 +00:00
cordylus
87edb410c0 FIX: Prevent quick search buttons from capturing focus on mouse click 2019-06-17 02:06:11 +00:00
cordylus
2cf81a061b FIX: Quick search moved to the next or previous result with every change of search text if there was a manual move before the edit 2019-06-16 19:54:02 +00:00
Alexander Koblov
b9b5b48a3a FIX: Draw menu button overlay 2019-05-16 18:27:04 +00:00
Alexander Koblov
e6821ae098 ADD: Feature [0002242] Custom ruler position 2019-05-10 11:36:02 +00:00
Denis Bisson
13a973bc41 UPD: Language files updated so no fuzzy string created with previous modification in toolbar configuration. 2019-04-05 01:56:45 +00:00
Denis Bisson
b9d972a34b FIX: In toolbar configuration page, solve keyboard accelerator conflict with the "D" key where it was used for both "&Delete" and external "Comman&d". Now the "M" key will be used for external "Co&mmand". (So ones doing "Atl-D" thinking setting the external command will stop deleting their button!). 2019-04-05 01:54:28 +00:00
Denis Bisson
54cd8ffc85 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.
ADD: Still to help new user, if user attempts to add a Lua script based WDX plugin and there is a problem attempting to load Lua library, report to user the proper message about the library loading error instead of reporting that the plugin is invalid.
ADD: In the above scenario, offer to switch to Lua library location configuration tab if library can't be loaded.
2019-04-03 00:43:00 +00:00
Denis Bisson
f5807ddfe4 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.
ADD: Path for the Lua library file may now be relative to another path or environment variable.
ADD: Even if after changing the path we instruct user to restart application, to launch Lua script or after manually refreshing display of panel using using Lua WDX plugin, new location will be effective immediately without restarting application (library is reloaded).
INF: Still backward compatible with someone who configured just "luaxxx.dll" and rely on system searching path to locate the library.
2019-04-03 00:10:01 +00:00