Commit Graph

102 Commits (5931ac6f6c7cbb774a33575db26ae8cfd1d79ecb)

Author SHA1 Message Date
Michele Calgaro 5931ac6f6c
Remove unused code that was causing a dependency on dbus-tqt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit a8aa919300)
3 months ago
Michele Calgaro 92db16d6c0
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9610f057c7)
3 months ago
Michele Calgaro 4af8454bd7
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 213bf20912)
4 months ago
Michele Calgaro 74c9cd05a1
Fix visibility of public slots in PartBase. This resolves issue #24
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3f58dcfa4d)
5 months ago
Michele Calgaro 36694213cc
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 12255d549f)
8 months ago
Michele Calgaro c5d7758684
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 22a46b7525)
10 months ago
Michele Calgaro 5e4a772d84
Fix FTBFS caused by missing include. This resolves issue #19
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 311b228923)
10 months ago
Michele Calgaro 6ffc55cadd
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 3a8356c829)
12 months ago
Michele Calgaro 1f99527a72
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 861ae27a46)
1 year ago
Michele Calgaro 436bc26605
Remove various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c8a3b81b3c)
1 year ago
ormorph 6777b854e9
Solving the problem of launching the settings dialog without xine support
The settings dialog crashes if built without xine support.

Signed-off-by: ormorph <roma251078@mail.ru>
(cherry picked from commit 6212c1b319)
1 year ago
Michele Calgaro 8527831ef0
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 10c3044e11)
1 year ago
Michele Calgaro f29a95f684
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 4ee90855df)
1 year ago
Michele Calgaro 9f4c63556a
Replace TQ_*Focus* and TQ_Scale* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 8c5aec1920)
1 year ago
Michele Calgaro b065e535fa
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e524a45ee7)
2 years ago
Michele Calgaro da8cf2c4b2
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit f15328299d)
2 years ago
Michele Calgaro b62a1922fa
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>
(cherry picked from commit 47d29ee63f)
2 years ago
Michele Calgaro bc553efe8f
Fixed FTBFS in clang caused by wrong access to class members.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 0d8f91b1bd
Added translation of .desktop files.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko c8b0ade1ef
Copy translations to a new directory layout.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
gregory guy 95a6a36403
Drop automake build support.
Add basic cmake build instructions.
Delete empty file NEWS.
Rework of the README and the English help page files.
Update some cmake files with latest macros.
libXv and libXext are handled by cmake intern modules through X11 variables.
Few cosmetics.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
Slávek Banko 1ada9e7a11
Add support for RISC-V 32bit and 64bit.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro 753748dfff
Removed code formatting modelines.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko 93d4c006af
Fix FTBFS due to narrowing conversion from 'unsigned int' to 'int'.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro ada630a825
Fixed detection of library at runtime.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
aneejit1 abed871291 Add library paths to link_directories and supply correct Xtest check/variables
This resolves bug 3130

Signed-off-by: aneejit1 <aneejit1@gmail.com>
5 years ago
Michele Calgaro 56421bd79c
Fixed FTBFS due to missing linked libraries.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
gregory guy 5ebdc209a7
Conversion to the cmake building system.
A man page taken fron the Debian packaging system has
been added.

Signed-off-by: gregory guy <gregory-tde@laposte.net>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
gregory guy df95dcb241
Remove wrong absolute path for the cp unix command.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
5 years ago
Slávek Banko 9bf530c039
Fix building KOffice plugin.
This resolves issue #4.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: gregory guy <gregory-tde@laposte.net>
5 years ago
Slávek Banko 5249cbe62e
Add CMakeL10n rules.
Create translation template.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro 3f58a64749
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 653720e152
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 14c2f09f25
Fix automake build dependencies
Workaround for parallel build

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
gregory guy 2e8d756aee
Relate to bug 2424 7 years ago
Slávek Banko da6d8b0b34 Add GStreamer 1.0 support
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
François Andriot a01ecb74ec Fix g_object_set last argument
This resolves Bug 2433

Signed-off-by: François Andriot <francois.andriot@free.fr>
10 years ago
Slávek Banko 52c9c5f8ce Fix incorrectly renamed strings 10 years ago
Timothy Pearson 78bfb9d643 Rename most device icons to comply with XDG standards 10 years ago
Slávek Banko ce84059db7 Add ARM64 support
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson 5deadee522 Rename a few icons left in rc files 10 years ago
Timothy Pearson 6e173ff2de Fix exec icon location and bring it into XDG compliance 10 years ago
Timothy Pearson ece53d3656 Fix remaining issues from mimetype icon rename 10 years ago
Timothy Pearson bdfee9ac19 Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown 10 years ago
Timothy Pearson 0716052891 Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown 10 years ago
Timothy Pearson fa2cf6df21 Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, player_pause, player_play, player_stop, player_rew, player_fwd, player_start, player_end, rotate_ccw, rotate_cw, window_fullscreen, window_nofullscreen, window_new, viewmagfit, viewmag+, viewmag1, and viewmag- icons into XDG compliance 11 years ago
Timothy Pearson 5f6bb27441 Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance 11 years ago
Timothy Pearson ab99f8026e Bring up, down, top, and bottom icons into XDG compliance 11 years ago
Timothy Pearson 292a3a4742 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 years ago
Slávek Banko 2b66edaf73 Additional k => tde renaming and fixes 12 years ago