summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-082-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1420-162/+162
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 6Michele Calgaro2023-12-294-43/+43
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-244-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-076-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-4/+4
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-184-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2122-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed Qt4 specific code and template filesMichele Calgaro2023-07-141-8/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-121-1/+1
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-181-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2810-22/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-07-3023-194/+109
| | | | | | | + 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>
* Add missing link_directories for TQtaneejit12020-06-231-0/+4
| | | | Signed-off-by: aneejit1 <aneejit1@gmail.com>
* Fix remaining brandings in tdevelop and adapt to TGW.Chris2019-07-171-1/+1
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* 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-236-38/+25
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-174-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-191-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Revert to .kdevelop files with <kdevelop> entity name for project files.Michele Calgaro2015-06-173-10/+10
| | | | | | This resolves bug 2308. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed generation of API documentation. Updated TDevelop API documentation ↵Michele Calgaro2014-10-182-3/+3
| | | | | | toc file. This relates to bug 1859. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-132-2/+2
| | | | 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
|
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-1/+1
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-122-2/+2
|
* Fixed several warning messages that were printed when launching ↵Michele Calgaro2014-08-161-1/+1
| | | | KDevAssistant. This resolves bug 1971.
* Added TDevelop Programming Handbook to TDevelop help menu just after the ↵Michele Calgaro2014-05-292-1/+18
| | | | TDevelop Handbook entry. This resolves bug 1860.
* Revert "Finish renaming tdevelop components"Michele Calgaro2014-05-2564-288/+288
| | | | This reverts commit 722ce1efbac31c61b1d4b13f7e075c9f311e3e73.
* Revert "Minor tdevelop->kdevelop restorations in support of commit 722ce1ef."Michele Calgaro2014-05-252-4/+4
| | | | This reverts commit 2c241008bc2a541aba15e83447f45970db3f59df.
* Minor tdevelop->kdevelop restorations in support of commit 722ce1ef.Darrell Anderson2014-03-022-4/+4
|
* Finish renaming tdevelop componentsDarrell Anderson2014-03-0264-288/+288
|
* KDE->TDE branding cleanup.Darrell Anderson2013-12-263-20/+20
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0343-59/+59
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1521-39/+39
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1420-32/+32
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-064-5/+5
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0115-33/+33
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0120-150/+150
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-019-55/+55
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-273-3/+3
|
* Rename kioslavesTimothy Pearson2013-01-272-2/+2
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2726-53/+49
|
* Fix FTBFSFrancois Andriot2013-01-271-0/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2616-54/+54
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2512-41/+41
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-249-19/+19
|