Michele Calgaro
9bea52fdd5
Replace Q_SIGNALS and Q_SLOTS
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e050a3eb30
)
10 months ago
Michele Calgaro
5d85a610bd
Replace auto_ptr
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bfb6a86ee2
)
10 months ago
Michele Calgaro
40393e30bb
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1329ec6abb
)
10 months ago
Michele Calgaro
51f2e0ff8c
Replace various '#define' strings - part 6
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 418e8f7a6f
)
11 months ago
Michele Calgaro
e0a2f545c0
Replaced various '#define' with actual strings - part 5
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6d077d0606
)
12 months ago
Michele Calgaro
4dbc3ab8b1
Replace 'Event' #define strings
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 5dc12cbb83
)
12 months ago
Michele Calgaro
b195cf38b5
Replaced various '#define' with actual strings - part 4
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 335c366622
)
12 months ago
Michele Calgaro
4edd87ce22
Replaced various '#define' with actual strings - part 3
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c872aae88b
)
1 year ago
Michele Calgaro
7367a61616
Replace Qt with TQt
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b53c83209a
)
1 year ago
Michele Calgaro
509d078e9a
Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, QIODevice with TQ* version
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 9cb8c6c00f
)
1 year ago
Michele Calgaro
203566f835
Replace TQ_*Focus* and TQ_Scale* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d377051849
)
1 year ago
Michele Calgaro
04646ab286
Drop USE_TQT4 code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d0f97c5603
)
1 year ago
Michele Calgaro
8c4f5d5c91
kopete: change text to make clear that the encryption SSL option refers to an old protocol and it is not recommended. This resolves issue #54 .
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 21865be19a
)
1 year ago
Michele Calgaro
9795d15cda
Drop TQT_BASE_OBJECT* defines
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 6148e60759
)
1 year ago
Michele Calgaro
4b89942b29
Replace Q_OBJECT with TQ_OBJECT
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 1c73e70c56
)
1 year ago
Michele Calgaro
f0d0dabf77
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 75b9f40221
)
1 year ago
Michele Calgaro
43562a4d0b
Drop TQT_NO_COMPAT code
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit dbf4c38635
)
1 year ago
Denis Kozadaev
762a46f071
SunOS cosmetic changes
...
Signed-off-by: Denis Kozadaev <denis@dilos.org>
(cherry picked from commit 85e7328d52
)
1 year ago
Michele Calgaro
80928325ae
Remove unnecessary accelerators from .ui files
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
2 years ago
Michele Calgaro
3459eebc29
Replaced 'includehints' with 'includes' in *.ui files.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
3 years ago
OBATA Akio
000f9cdfa9
kopete: update include path for speex>=1.0.5
...
Header files of `speex` are installed in sub directory since 1.0.4,
and speex>=1.0.5 is required for libjingle using speex.
Signed-off-by: OBATA Akio <obache@wizdas.com>
3 years ago
Slávek Banko
460c7ebb08
Fix FTBFS if the TQCA library is not installed on the default location
...
for the system libraries or in TQt libraries.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
3 years ago
gregory guy
9c8077566a
Stock away original 256p high kopete icons.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
3 years ago
gregory guy
d1bbb5bb98
Add a missing icon in kopete plugin texteffect.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
3 years 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
Mavridis Philippe
e7fdaa7a61
Fixed openDesktop category name
...
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
3 years ago
OBATA Akio
ae84576d47
Fix yahoo_crypt() prototype mismatch
...
pull the prototype from crypt.c and put it in crypt.h.
Signed-off-by: OBATA Akio <obache@wizdas.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
gregory guy
75b27d415d
Drop builtin tqca library.
...
Module tqca is expected as a dependency library by now.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
4 years ago
Slávek Banko
71415aad02
kopete: Fix crash due to null pointer dereference in IRC protocol.
...
This manifests itself only if SSL/TLS is used for IRC.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
b2f5670d7e
Add new IRC network Libera.chat, the successor in the spirit of Freenode.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Slávek Banko
db2db9c25c
kopete - jabber/jingle: Do not enforce mediastreamer includes to be as plain C
...
because it can lead to FTBFS. Use extern "C" {...} inside the appropriate includes.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
4 years ago
Michele Calgaro
a06e2c2f22
Renaming of files in preparation for code style tools.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
4 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
gregory guy
e05372302d
Should bring back xmms support in kopete's plugins.
...
Signed-off-by: gregory guy <gregory-tde@laposte.net>
5 years ago
Slávek Banko
a0c4be8ea8
Add missing option and detection for libxslt.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko
947688b6e6
Fix preservation of XMMS detection status in kopete/nowlistening plugin.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko
1037d38623
kopete: Added ability to build with shared tqca library.
...
QCA files renamed to TQCA to match tqca library.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Michele Calgaro
d69788cef6
Removed explicit usage of the 'register' keyword.
...
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
5 years ago
Chris
150267bca5
Synchronize German translation of Kopete with the rest.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 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
3a74e605bb
Add includes to UI files to resolve FTBFS.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko
fb65b9de0f
kopete: Change the default MSN server from messenger.hotmail.com
...
to m1.escargot.log1p.xyz.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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
914254104c
Add includes to UI files to resolve FTBFS.
...
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
5 years ago
Slávek Banko
2474827028
kopete: Change the default AIM server from login.oscar.aol.com to iwarg.ddns.net.
...
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
Chris
adcc0f44ef
Clean up desktop files and fix German translations.
...
Signed-off-by: Chris <xchrisx@uber.space>
5 years ago