summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-051-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kopete: Add missing function prototypes.Slávek Banko2024-04-152-0/+2
| | | | | | This resolves issue #77. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* tqt-replace is no longer requiredMichele Calgaro2024-02-073-3/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-053-9/+9
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace auto_ptrMichele Calgaro2024-01-221-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1355-467/+467
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-211-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-052-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-093-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-251-7/+7
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kopete: change text to make clear that the encryption SSL option refers to ↵Michele Calgaro2023-08-172-6/+6
| | | | | | an old protocol and it is not recommended. This resolves issue #54. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2163-114/+114
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* SunOS cosmetic changesDenis Kozadaev2023-05-291-0/+3
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-071-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kopete: update include path for speex>=1.0.5OBATA Akio2021-12-235-8/+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>
* Fix FTBFS if the TQCA library is not installed on the default locationSlávek Banko2021-10-282-0/+2
| | | | | | for the system libraries or in TQt libraries. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Stock away original 256p high kopete icons.gregory guy2021-08-092-0/+0
| | | | Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Drop builtin tqca library.gregory guy2021-06-0717-2746/+5
| | | | | | Module tqca is expected as a dependency library by now. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* kopete - jabber/jingle: Do not enforce mediastreamer includes to be as plain CSlávek Banko2021-03-235-5/+21
| | | | | | because it can lead to FTBFS. Use extern "C" {...} inside the appropriate includes. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0987-150/+150
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-2717-81/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-07-084-105/+16
| | | | | | | + 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>
* kopete: Added ability to build with shared tqca library.Slávek Banko2020-02-0225-34/+41
| | | | | | QCA files renamed to TQCA to match tqca library. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kopete: Restore the MSN protocol because a replacement MSN server was created.Slávek Banko2019-12-112-2/+4
| | | | | | This reverts commits 0486034738 - 2d5f9c55da and f6fd4ab6c0. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Restore the AIM protocol because a replacement AIM server was created.Slávek Banko2019-12-101-0/+2
| | | | | | This reverts commits 036b0229db and dc34f9c391. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2018-12-202-0/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-013-8/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-218-34/+26
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-011-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Add descriptions for connection optionsSlávek Banko2018-06-172-3/+70
| | | | | | This relates to bug 2669 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Remove AIM protocolSlávek Banko2017-12-301-4/+2
| | | | | | | AIM network has been shutdown in 2017-12-15 This resolves Bug 2846 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kopete - jabber: Process all SRV records or fallback if SRV records not existSlávek Banko2016-11-132-6/+12
| | | | | | This resolves bug 2723 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS on missing return valuesSlávek Banko2016-10-161-0/+3
| | | | | | This resolves bug 2718 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kopete - jabber: Prevent startup crashesMichele Calgaro2016-10-151-8/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Kopete - jabber: Not force old XMPP protocolSlávek Banko2016-10-153-13/+24
| | | | | | This resolves bug 698 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kopete - jabber: Add SASL PLAIN method for authenticationSlávek Banko2016-10-151-79/+128
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kopete - jabber: Allow SRV lookup for server+portSlávek Banko2016-10-152-10/+28
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with GCC6Slávek Banko2016-09-231-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-2340-0/+0
|
* Fix threads initialization in kopete libjingleSlávek Banko2015-06-263-0/+4
| | | | [taken from FreeBSD kopete patches]
* Fix missing return valuesr14.0.0François Andriot2014-11-114-6/+10
| | | | Signed-off-by: François Andriot <francois.andriot@free.fr>
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-133-4/+4
| | | | 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
* Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, ↵Timothy Pearson2014-10-131-1/+1
| | | | fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Removed MSN support across Kopete by removing the MSN protocol and the ↵Michele Calgaro2014-03-292-4/+2
| | | | | | netmeeting plugin. This resolves bug 1547.
* Add rdp and vnc protocol handbooks and branding cleanup.Darrell Anderson2014-03-041-1/+1
|