summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend
Commit message (Collapse)AuthorAgeFilesLines
* Replace Qt with TQtMichele Calgaro2024-02-161-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-029-18/+18
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2023-12-2914-211/+211
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-079-61/+61
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-041-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-241-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-042-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2026-27/+27
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerator from .ui files.Michele Calgaro2022-09-0810-81/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Renaming of files in preparation for code style tools.Michele Calgaro2021-03-1938-83/+83
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-031-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFS.Michele Calgaro2018-09-2712-98/+44
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-222-2/+2
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-3/+3
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring undo, redo, find, and revert icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-3/+3
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1526-44/+44
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1410-10/+10
|
* Fix FTBFSTimothy Pearson2013-02-111-4/+4
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-044-19/+19
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0112-15/+15
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0116-161/+161
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-015-13/+13
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2711-18/+18
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-258-25/+25
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2410-56/+56
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-209-15/+15
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-4/+4
|
* Fix QString -> TQString.Darrell Anderson2012-09-162-2/+2
|
* Rename additional global functions and variables for tqt3Timothy Pearson2012-03-021-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-013-9/+9
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1726-27/+27
|
* Rename ksocket and kcacheTimothy Pearson2012-01-301-1/+1
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2114-32/+32
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-1924-105/+105
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1825-119/+119
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1640-265/+265
| | | | This reverts commit bb7be2361770a435b3e2e8ae2ac4250bf9810bb4.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1540-265/+265
|
* Fix more FBTFS problemsTimothy Pearson2011-11-279-17/+26
|
* Fix more FTBFS problemsTimothy Pearson2011-11-2723-91/+91
|
* Fix a number of build failuresTimothy Pearson2011-11-2711-42/+42
|
* Merge cmake filesTimothy Pearson2011-11-261-91/+0
|
* CMake updatesTimothy Pearson2011-11-266-8/+8
|
* CMake fixesTimothy Pearson2011-11-261-1/+1
|
* Remove unneeded header globsTimothy Pearson2011-11-261-3/+0
|
* Initial attempt at using the standard CMake systemTimothy Pearson2011-11-261-17/+35
|
* Finish rename from prior commitTimothy Pearson2011-11-162-0/+0
|