Commit Graph

117 Commits (ef09a34f3a1bc5f9fb4631adf10f7067991b3220)

Author SHA1 Message Date
Michele Calgaro ef09a34f3a
Rename KUniqueApplication to TDEUniqueApplication
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 months ago
Michele Calgaro 98e861ec6c
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 months ago
Michele Calgaro ddd81fab61
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 months ago
Michele Calgaro 2ce6b37181
Replace Q_SIGNALS and Q_SLOTS
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro c04ba2b381
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro df38a0402c
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 51e1505d8c
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro a62657e2c7
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro 1cb737eca8
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 55a03e6774
Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro 5e9733c127
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Slávek Banko 534dd67805
Add PO_DIR option to properly merge translations into desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 637b8632f4
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 5c6c9bca52
Remove old Debian packaging files from kttsd.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko cd53cb68f5
Remove the unnecessary "compat" folder.
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>
4 years ago
Slávek Banko 32f9e36ff0
Define byteswap functions for FreeBSD and NetBSD.
This resolves FTBFS for kttsd alsaplayer.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko 91fc9555ab
cmake: Simplify 'skel' and 'stub' generation for kspeech and kspeechlink
as well as their subsequent linking.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
gregory guy 6b3181cf92
Conversion to the cmake building system.
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>
4 years ago
Michele Calgaro 57b4c0a5b0
Removed additional code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro edd810f957
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Michele Calgaro b55a431c4f
Removed .lsm files. lsm database is outdated and unmaintained. 6 years ago
OBATA Akio 12ef306abc change large file support to more portable
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>
6 years ago
Slávek Banko 2fecb1619e
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro fa3ad54e20
qt -> tqt conversion:
qtlib -> tqtlib
libqt -> libtqt
QTLIB -> TQTLIB
LIBQT -> LIBTQT

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro 921a022b2d
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
7 years ago
Slávek Banko d9d79cf82a Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
François Andriot e5988bd8fc Fix FTBFS on Mageia 6
Signed-off-by: François Andriot <francois.andriot@free.fr>
8 years ago
Slávek Banko 25e481de06 Do not make and install kttsd/compat
Everything is already contained in tdelibs

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Timothy Pearson 65525c5ad5 Fix invalid headers in PNG files and optimize for size 9 years ago
Michele Calgaro 765adcd5dc Update version number to R14.1.0
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
10 years ago
Timothy Pearson e0af5b18e8 Fix exec icon location and bring it into XDG compliance 10 years ago
Timothy Pearson 34c62c47e1 Fix remaining missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson 6abfa210dd Revert "Fix remaining missing semicolons at end of Keywords strings"
This reverts commit 9fe64cd28c.
10 years ago
Timothy Pearson 9fe64cd28c Fix remaining missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson b7389152c1 Fix missing semicolons at end of Keywords strings 10 years ago
Timothy Pearson 00d2ec14f2 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 10 years ago
Timothy Pearson e681083aa4 Bring undo, redo, find, and revert icons into XDG compliance 10 years ago
Timothy Pearson 65032ab3d3 Bring up, down, top, and bottom icons into XDG compliance 10 years ago
Timothy Pearson 95db838098 Bring stop, lock, exit, and run icons into XDG compliance 10 years ago
Timothy Pearson c4563138a2 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Timothy Pearson b060ebc605 Fix Keywords separators to match XDG desktop specifications 11 years ago
Michele Calgaro 11bfdf862b Rebranding: TDE Control Center --> Trinity Control Center 11 years ago
Darrell Anderson 8a7b075bc6 Update and rename files in support of commit 722ce1ef. 11 years ago
Darrell Anderson ef074810e9 Fix desktop files to correctly populate kcontrol. 11 years ago
Darrell Anderson 7817a86b9a KDE->TDE branding cleanup. 11 years ago
Slávek Banko 868adeb593 Add missing LDFLAGS causing FTBFS 12 years ago
Slávek Banko 53f92b0c25 Additional k => tde renaming and fixes 12 years ago
Timothy Pearson c96f95eaac Rename additional header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 127600d4f1 Rename common header files for consistency with class renaming 12 years ago
Timothy Pearson aa049a28e9 Rename KAbout to avoid conflicts with KDE4 12 years ago