summaryrefslogtreecommitdiffstats
path: root/tdefilereplace
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-147-94/+94
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-212-37/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-085-11/+11
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-207-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-111-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-193-21/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Simplify CMake rules for desktop file translations.Slávek Banko2020-07-091-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Desktop file translations:Slávek Banko2020-05-224-159/+16
| | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Clean up desktop files and fix German translations.Chris2019-11-282-68/+100
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Fix remaining branding in tdeutils.Chris2019-08-222-2/+2
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* tdefilereplace: Fix a damaged character in the original author's name.Slávek Banko2019-08-2210-12/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Replace Qt branding with TQt ones.Chris2019-07-221-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* tdefilereplace: added save/load results functionality.Michele Calgaro2019-06-237-147/+277
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace:Michele Calgaro2019-06-219-213/+81
| | | | | | | | - removed old unused code - removed broken and non functional "recent string files" menu code - moved string load code from part to view, together with the save code. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace: fixed SEGFAULT when trying to delete or remove an entryMichele Calgaro2019-06-212-22/+2
| | | | | | from the result listview. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace: improved logic for string add/edit/remove dialog.Michele Calgaro2019-06-206-113/+29
| | | | | | Removed the string edit action which is now no longer required. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace: fixed up interaction between tdefilereplacepart andMichele Calgaro2019-06-204-147/+118
| | | | | | | tdefilereplaceview, which was causing some odd issues with GUI updates at some times. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace: simplified format of kfr files for string lists.Michele Calgaro2019-06-202-26/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace:Michele Calgaro2019-06-184-35/+75
| | | | | | | 1) fixed delete button logic 2) added remove entry functionality Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2018-12-251-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-271-1/+1
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-223-9/+12
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed extension from icon name in desktop file. This relates to bugMichele Calgaro2018-08-221-1/+1
| | | | | | 2424. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace: added default shortcut to open search/replaceMichele Calgaro2018-06-031-1/+1
| | | | | | window (CTRL+F as used in many editors for Find). Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2319-0/+0
|
* Fixed search button enable in TdeFileReplace. This resolves bug 2449.Michele Calgaro2015-05-291-0/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added support to remember search/replace strings used in TDEFileReplace. ↵Michele Calgaro2015-02-047-59/+149
| | | | | | This resolves bug 2334. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TDEFileReplace: added 'scanned folders' field in the status bar. This ↵Michele Calgaro2015-02-025-87/+131
| | | | | | relates to bug 2264. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* TDEFileReplace: fixed unresponsive GUI and application crash when circular ↵Michele Calgaro2015-02-022-6/+39
| | | | | | | | references are found on the file system. Added a message to advice the user of the possible circular reference. This relates to bug 2264. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed maxDepth option in search-n-replace in TDEFileRelace. This relates to ↵Michele Calgaro2015-01-302-9/+14
| | | | | | bug 1238. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed incorrect slot connection in TDEFileRelace. This resolves bug 2322.Michele Calgaro2015-01-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed location of widgets in TDEFileReplace. This relates to bug 1238.Michele Calgaro2015-01-301-1/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Added 'max depth' search option to TDEFileReplace. This resolves bug 1238.Michele Calgaro2015-01-298-13/+89
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Moved TDEFileReplace to tdeutils. This resolves bug 767.Michele Calgaro2015-01-2758-0/+8697
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>