Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up desktop files and fix German translations. | Chris | 2019-11-28 | 2 | -68/+100 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | Fix remaining branding in tdeutils. | Chris | 2019-08-22 | 2 | -2/+2 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | tdefilereplace: Fix a damaged character in the original author's name. | Slávek Banko | 2019-08-22 | 10 | -12/+12 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Replace Qt branding with TQt ones. | Chris | 2019-07-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Chris <xchrisx@uber.space> | ||||
* | tdefilereplace: added save/load results functionality. | Michele Calgaro | 2019-06-23 | 7 | -147/+277 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdefilereplace: | Michele Calgaro | 2019-06-21 | 9 | -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 entry | Michele Calgaro | 2019-06-21 | 2 | -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 Calgaro | 2019-06-20 | 6 | -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 and | Michele Calgaro | 2019-06-20 | 4 | -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 Calgaro | 2019-06-20 | 2 | -26/+17 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdefilereplace: | Michele Calgaro | 2019-06-18 | 4 | -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 Banko | 2018-12-25 | 1 | -0/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | qt -> tqt conversion: | Michele Calgaro | 2018-09-27 | 1 | -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 FTBFS | Slávek Banko | 2018-09-22 | 3 | -9/+12 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -2/+2 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Removed extension from icon name in desktop file. This relates to bug | Michele Calgaro | 2018-08-22 | 1 | -1/+1 |
| | | | | | | 2424. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | tdefilereplace: added default shortcut to open search/replace | Michele Calgaro | 2018-06-03 | 1 | -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 size | Timothy Pearson | 2016-07-23 | 19 | -0/+0 |
| | |||||
* | Fixed search button enable in TdeFileReplace. This resolves bug 2449. | Michele Calgaro | 2015-05-29 | 1 | -0/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added support to remember search/replace strings used in TDEFileReplace. ↵ | Michele Calgaro | 2015-02-04 | 7 | -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 Calgaro | 2015-02-02 | 5 | -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 Calgaro | 2015-02-02 | 2 | -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 Calgaro | 2015-01-30 | 2 | -9/+14 |
| | | | | | | bug 1238. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed incorrect slot connection in TDEFileRelace. This resolves bug 2322. | Michele Calgaro | 2015-01-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Fixed location of widgets in TDEFileReplace. This relates to bug 1238. | Michele Calgaro | 2015-01-30 | 1 | -1/+18 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Added 'max depth' search option to TDEFileReplace. This resolves bug 1238. | Michele Calgaro | 2015-01-29 | 8 | -13/+89 |
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
* | Moved TDEFileReplace to tdeutils. This resolves bug 767. | Michele Calgaro | 2015-01-27 | 58 | -0/+8697 |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> |