summaryrefslogtreecommitdiffstats
path: root/ksirc
Commit message (Collapse)AuthorAgeFilesLines
* ksirc: Use Getopt::Std instead of deprecated getopts.pl library.Slávek Banko2024-09-211-25/+20
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit f60724cc0c251a5662047cc9e77422d4dd8d66dd)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-061-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3e0f7a409460b4a40872efd34398ea4ebcf64c47)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-0611-21/+21
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e050a3eb30a884522a3b09df0c37c8fc69c0c5bb)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1844-370/+370
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1329ec6abbcb7b79cd960e0ca138f16598d5f11f)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-248-33/+33
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 418e8f7a6f6d79b2cbc9d83b29ef53d01582f826)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-051-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6d077d06067369f2060c1b011687941e84ece7c4)
* Replace 'Event' #define stringsMichele Calgaro2023-12-021-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5dc12cbb83fe0a99816c94292071e9495cc2c440)
* Replace Qt with TQtMichele Calgaro2023-11-0911-33/+33
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b53c83209a6b927b27600899a780db1efc985ecb)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-043-6/+6
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d37705184967f236c728938b2824abbed628ce26)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-172-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6148e60759606fe8c1d7037956a38b9a4427e8b2)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2163-69/+69
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3)
* Drop compatibility code for TQButtonMichele Calgaro2023-07-161-2/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7614fcf38af4b1215e0a53708025c63a26c8c230)
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-1312-18/+18
| | | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 75b9f40221399ae82b0169494af7db6d35d0a070)
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-073-10/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add new IRC network Libera.chat, the successor in the spirit of Freenode.Slávek Banko2021-05-201-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed code formatting modelines.Michele Calgaro2020-09-2715-41/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-07-084-418/+20
| | | | | | | + 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>
* Clean up desktop files and fix German translations.Chris2019-11-281-10/+6
| | | | Signed-off-by: Chris <xchrisx@uber.space>
* Use socklen_t directly, instead of deprecated ksize_t.Slávek Banko2019-02-171-1/+1
| | | | | | This resolves FTBFS on FreeBSD 12. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix empty translation.Slávek Banko2019-01-131-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2018-12-201-0/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-273-3/+3
| | | | | | | | | 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-217-38/+26
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2372-0/+0
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-222-2/+2
|
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-1/+1
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Bring up, down, top, and bottom icons into XDG complianceTimothy Pearson2014-10-131-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Fix ksirc help handbook not appearing in main handbook table of contents.Darrell Anderson2014-01-221-1/+2
|
* Fix unknown icon type configuration warnings.Darrell Anderson2013-12-231-1/+4
| | | | This resolves bug report 1501.
* Update Q->TQ constants in ui files.Darrell Anderson2013-11-112-30/+30
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-6/+6
|
* Fix unintended rename of many various *klist*Slávek Banko2013-02-191-3/+3
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1534-47/+47
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1423-26/+26
|
* Rename KComp to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-061-2/+2
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-042-13/+13
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0122-33/+33
|
* Fix FTBFSTimothy Pearson2013-02-011-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0123-71/+71
|
* Rename a few build variables for overall consistencyTimothy Pearson2013-01-296-11/+11
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2731-36/+36
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-262-3/+3
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2519-59/+59
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-2412-50/+50
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-222-4/+4
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-205-9/+9
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-192-4/+4
|