summaryrefslogtreecommitdiffstats
path: root/kttsd
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-034-12/+12
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1132-435/+435
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-202-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-061-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-253-3/+3
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2042-47/+47
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-122-4/+4
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-204-36/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add PO_DIR option to properly merge translations into desktop files.Slávek Banko2021-05-0522-2/+29
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Added translation of .desktop files.Slávek Banko2021-05-0323-1540/+66
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove old Debian packaging files from kttsd.Slávek Banko2021-03-1416-561/+0
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove the unnecessary "compat" folder.Slávek Banko2021-03-1415-1520/+0
| | | | | | | It is not possible that there are some distributions that build it together with tdelibs < 3.5. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Define byteswap functions for FreeBSD and NetBSD.Slávek Banko2021-01-261-2/+9
| | | | | | This resolves FTBFS for kttsd alsaplayer. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: Simplify 'skel' and 'stub' generation for kspeech and kspeechlinkSlávek Banko2021-01-264-69/+5
| | | | | | as well as their subsequent linking. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2021-01-2649-178/+1058
| | | | | | | | | | | | | | | | Added several man pages taken from the Debian packaging. Cleanup headers in ui files. Add png icons for mono theme. Signed-off-by: gregory guy <gregory-tde@laposte.net> cmake: - Use tde_add_check_executable instead of a combination of separate calls to tde_add_executable and add_test. - Simplify the detection of time.h and sys/time.h headers. - Refactor phrasebook files install, kmouth. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed additional code formatting modelines.Michele Calgaro2020-09-271-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2196-103/+93
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed .lsm files. lsm database is outdated and unmaintained.Michele Calgaro2019-09-011-19/+0
|
* change large file support to more portableOBATA Akio2019-01-153-14/+14
| | | | | | | It is not portable to use lseek64/off64_t directly. Change to set large file support macro and use usual names. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Add CMakeL10n rules.Slávek Banko2018-12-291-0/+17
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* qt -> tqt conversion:Michele Calgaro2018-09-271-4/+4
| | | | | | | | | qtlib -> tqtlib libqt -> libtqt QTLIB -> TQTLIB LIBQT -> LIBTQT Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-176-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-011-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on Mageia 6François Andriot2017-06-274-4/+4
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Do not make and install kttsd/compatSlávek Banko2017-05-271-1/+0
| | | | | | Everything is already contained in tdelibs Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2319-0/+0
|
* Update version number to R14.1.0Michele Calgaro2015-07-121-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-222-2/+2
|
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-34/+34
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-34/+34
| | | | This reverts commit 9fe64cd28cdfec84513bf0661d9eb780cdadaccf.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-34/+34
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* 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 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-132-7/+7
|
* Bring stop, lock, exit, and run icons into XDG complianceTimothy Pearson2014-10-122-2/+2
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-1118-19/+19
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-34/+34
|
* Rebranding: TDE Control Center --> Trinity Control CenterMichele Calgaro2014-06-082-2/+2
|
* Update and rename files in support of commit 722ce1ef.Darrell Anderson2014-03-022-22/+22
|
* Fix desktop files to correctly populate kcontrol.Darrell Anderson2014-02-122-2/+2
|
* KDE->TDE branding cleanup.Darrell Anderson2013-12-265-6/+6
|
* Add missing LDFLAGS causing FTBFSSlávek Banko2013-09-111-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-036-9/+9
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1541-63/+63
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1412-21/+21
|
* Rename KAbout to avoid conflicts with KDE4Timothy Pearson2013-02-071-1/+1
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-4/+4
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-045-37/+37
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0112-15/+15
|