Commit Graph

101 Commits (6c1bfe1c1b20ad7e6f488e173a1f418a10a77b47)

Author SHA1 Message Date
Denis Kozadaev 85e7328d52 SunOS cosmetic changes
Signed-off-by: Denis Kozadaev <denis@dilos.org>
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>
4 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 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>
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
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
Slávek Banko ba6db0daa9 Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
6 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
Slávek Banko 94033dc8bb
Add includes to UI files to resolve FTBFS
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 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>
7 years ago
Slávek Banko 3fcbeef084 Update bug reports url to bugs.trinitydesktop.org
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 years ago
Slávek Banko 449164733b kopete: Add descriptions for connection options
This relates to bug 2669

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
7 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 244c1e03a0 Kopete - jabber: Process all SRV records or fallback if SRV records not exist
This resolves bug 2723

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko 60880aed60 Fix FTBFS on missing return values
This resolves bug 2718

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Michele Calgaro d6dc04becb Kopete - jabber: Prevent startup crashes
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
8 years ago
Slávek Banko 2a0baddda5 Kopete - jabber: Not force old XMPP protocol
This resolves bug 698

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko a9aee0e6e0 Kopete - jabber: Add SASL PLAIN method for authentication
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko d2625220de Kopete - jabber: Allow SRV lookup for server+port
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
8 years ago
Slávek Banko f3c0434e8d Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Slávek Banko 3960494a9e Fix FTBFS with GCC6
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
9 years ago
Timothy Pearson c6c6969490 Fix invalid headers in PNG files and optimize for size 9 years ago
Slávek Banko 34dd52adff Fix threads initialization in kopete libjingle
[taken from FreeBSD kopete patches]
10 years ago
François Andriot dedd07e78d Fix missing return values
Signed-off-by: François Andriot <francois.andriot@free.fr>
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 11 years ago
Timothy Pearson 88d7ebff6a 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 c31057da30 Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to match XDG specifications 11 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 91d11c4334 Add rdp and vnc protocol handbooks and branding cleanup. 11 years ago
Darrell Anderson e1cfdba775 Fix unintended renaming 11 years ago
Darrell Anderson 246aeb85ed Fix unintended renaming 11 years ago
Darrell Anderson 4bc8816c94 Add end-of-file newlines. 11 years ago
Slávek Banko 45971e65a6 Additional k => tde renaming and fixes 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 4c6870471b Rename KIcon to enhance compatibility with KDE4 12 years ago
Timothy Pearson da47dd9fc6 Rename many classes and header files to avoid conflicts with KDE4 12 years ago
Timothy Pearson 9c9412b30c Rename a number of classes to enhance compatibility with KDE4 12 years ago
Timothy Pearson 44c26994c9 Rename kioslaves 12 years ago
Timothy Pearson b10a61b1fd Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 48087e1d56 Rename a number of libraries and executables to avoid conflicts with KDE4 12 years ago
Timothy Pearson 4816c4a735 Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, and KBuffer to avoid conflicts with KDE4 12 years ago