summaryrefslogtreecommitdiffstats
path: root/tdefilereplace/tdefilereplacepart.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix remaining branding in tdeutils.Chris2019-08-221-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* tdefilereplace: Fix a damaged character in the original author's name.Slávek Banko2019-08-221-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tdefilereplace: added save/load results functionality.Michele Calgaro2019-06-231-34/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* tdefilereplace: simplified format of kfr files for string lists.Michele Calgaro2019-06-201-3/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* tdefilereplace:Michele Calgaro2019-06-181-2/+11
| | | | | | | 1) fixed delete button logic 2) added remove entry functionality 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>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* 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 <michele.calgaro@yahoo.it>
* Added 'max depth' search option to TDEFileReplace. This resolves bug 1238.Michele Calgaro2015-01-291-7/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Moved TDEFileReplace to tdeutils. This resolves bug 767.Michele Calgaro2015-01-271-0/+1680
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>