Michele Calgaro
418e8f7a6f
Replace various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
11 months ago
Michele Calgaro
6d077d0606
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
5dc12cbb83
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
12 months ago
Michele Calgaro
9cb8c6c00f
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
d377051849
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
6148e60759
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
1c73e70c56
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Michele Calgaro
75b9f40221
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>
1 year ago
Michele Calgaro
dbf4c38635
Drop TQT_NO_COMPAT code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
1 year ago
Mavridis Philippe
7a3a7896b3
Fixed Kopete FTBFS
...
This commit also adds initial V4L2 support for Motion AutoAway plugin.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
Mavridis Philippe
de786a075b
Fixes for Kopete videodevice support
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
OBATA Akio
87477e6c2b
Fix enum mismatch
...
Using own enum Direction, not Qt::Orientation
Signed-off-by: OBATA Akio <obache@wizdas.com>
3 years ago
Michele Calgaro
8aa8074403
Removed code formatting modelines.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 years ago
Slávek Banko
d36d926753
Desktop file translations:
...
+ 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>
4 years ago
Chris
c119edad50
Fix obsolete KDE version check for Kopete.
...
...which resulted in wrong configure entry.
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago
Slávek Banko
73f0033617
kopete: Restore the MSN protocol because a replacement MSN server was created.
...
This reverts commits 0486034738
- 2d5f9c55da
and f6fd4ab6c0
.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko
91ba38a1df
kopete: Restore the AIM protocol because a replacement AIM server was created.
...
This reverts commits 036b0229db
and dc34f9c391
.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro
53fe3bf43a
Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
db944412a6
QT_NO_* -> TQT_NO_* renaming.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Michele Calgaro
adaee77261
qt -> tqt conversion:
...
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>
6 years ago
Slávek Banko
94033dc8bb
Add includes to UI files to resolve FTBFS
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 years ago
Michele Calgaro
716e33b80b
LIB_QT -> LIB_TQT conversion to align to updated admin module
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
6 years ago
Slávek Banko
dc34f9c391
kopete: Remove AIM protocol
...
AIM network has been shutdown in 2017-12-15
This resolves Bug 2846
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
c49165ddb7
kopete: Fix unintended renaming ICQ => ICTQ
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko
ed71acf6dc
Fix detection whether the system is big endian
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
46042bc67e
Kopete - avdevice: Use standard integer types instead of Linux specific
...
This resolves FTBFS on FreeBSD
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
a2f55c2d17
Fix CMake build dependencies
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
9faa91eecd
Fix FTBFS with GCC6
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
c7ed96db83
Kopete: Improve check for videodev header
...
This resolves bug 2725
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
3960494a9e
Fix FTBFS with GCC6
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko
74f46ee8bd
Add webcam support in kopete on freebsd
...
[taken from FreeBSD kopete patches]
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Slávek Banko
ec6378cdd8
Fix FTBFS with clang
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
10 years ago
Timothy Pearson
ecc461cfc7
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
10 years ago
Michele Calgaro
0486034738
Removed MSN support across Kopete by removing the MSN protocol and the netmeeting plugin.
...
This resolves bug 1547.
11 years ago
Darrell Anderson
005f6b57c2
KDE->TDE branding cleanup.
11 years ago
Slávek Banko
d0a2c00173
Rename kdewidgets => tdewidgets
11 years ago
Darrell Anderson
4bc8816c94
Add end-of-file newlines.
11 years ago
Slávek Banko
45971e65a6
Additional k => tde renaming and fixes
11 years ago
Timothy Pearson
cce87d87ca
Rename KWallet to TDEWallet
11 years ago
Timothy Pearson
b559e6fbfe
Rename makekdewidgets
12 years ago
Timothy Pearson
abed891d4e
Rename KABC namespace
12 years ago
Timothy Pearson
60bf5bc20f
Fix references to lkabc
12 years ago
Timothy Pearson
0e88a100de
Rename additional header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
5497356b6c
Rename common header files for consistency with class renaming
12 years ago
Timothy Pearson
9a03aa40e3
Rename KCmd to avoid conflicts with KDE4
12 years ago
Timothy Pearson
4c6870471b
Rename KIcon to enhance compatibility with KDE4
12 years ago
Timothy Pearson
2cb1d1c8ed
Fix unintended renaming
12 years ago
Timothy Pearson
da47dd9fc6
Rename many classes and header files to avoid conflicts with KDE4
12 years ago
Timothy Pearson
903aacf3fd
Fix FTBFS
12 years ago
Timothy Pearson
9c9412b30c
Rename a number of classes to enhance compatibility with KDE4
12 years ago