summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplacepart.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-181-34/+34
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit af0b8f5d1e5e00b1f3b48658d89876c2df28e71c)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-221-33/+33
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 83b7abfb88bb8d138bab0ab1c9f3e2d3afa418c2)
* Fix remaining branding in tdeutils.Chris2019-08-221-1/+1
| | | | Signed-off-by: Chris <[email protected]>
* tdefilereplace: Fix a damaged character in the original author's name.Slávek Banko2019-08-221-2/+2
| | | | Signed-off-by: Slávek Banko <[email protected]>
* tdefilereplace: added save/load results functionality.Michele Calgaro2019-06-231-34/+37
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace:Michele Calgaro2019-06-211-121/+1
| | | | | | | | - 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 <[email protected]>
* tdefilereplace: improved logic for string add/edit/remove dialog.Michele Calgaro2019-06-201-3/+0
| | | | | | Removed the string edit action which is now no longer required. Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace: fixed up interaction between tdefilereplacepart andMichele Calgaro2019-06-201-76/+36
| | | | | | | tdefilereplaceview, which was causing some odd issues with GUI updates at some times. Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace: simplified format of kfr files for string lists.Michele Calgaro2019-06-201-3/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* tdefilereplace:Michele Calgaro2019-06-181-2/+11
| | | | | | | 1) fixed delete button logic 2) added remove entry functionality Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* Added support to remember search/replace strings used in TDEFileReplace. ↵Michele Calgaro2015-02-041-19/+26
| | | | | | This resolves bug 2334. Signed-off-by: Michele Calgaro <[email protected]>
* TDEFileReplace: added 'scanned folders' field in the status bar. This ↵Michele Calgaro2015-02-021-82/+87
| | | | | | relates to bug 2264. Signed-off-by: Michele Calgaro <[email protected]>
* TDEFileReplace: fixed unresponsive GUI and application crash when circular ↵Michele Calgaro2015-02-021-4/+36
| | | | | | | | 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 <[email protected]>
* Fixed maxDepth option in search-n-replace in TDEFileRelace. This relates to ↵Michele Calgaro2015-01-301-8/+13
| | | | | | bug 1238. Signed-off-by: Michele Calgaro <[email protected]>
* Added 'max depth' search option to TDEFileReplace. This resolves bug 1238.Michele Calgaro2015-01-291-7/+17
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Moved TDEFileReplace to tdeutils. This resolves bug 767.Michele Calgaro2015-01-271-0/+1680
Signed-off-by: Michele Calgaro <[email protected]>