summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-063-9/+9
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e050a3eb30a884522a3b09df0c37c8fc69c0c5bb)
* Replace auto_ptrMichele Calgaro2024-01-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit bfb6a86ee22664339e8922e55216d12e1a5b2008)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1855-467/+467
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1329ec6abbcb7b79cd960e0ca138f16598d5f11f)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-241-1/+1
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 418e8f7a6f6d79b2cbc9d83b29ef53d01582f826)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-052-2/+2
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 6d077d06067369f2060c1b011687941e84ece7c4)
* Replace Qt with TQtMichele Calgaro2023-11-093-5/+5
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit b53c83209a6b927b27600899a780db1efc985ecb)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-251-7/+7
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 9cb8c6c00f79d91afabd3d302e60e6ab6c251c41)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-042-4/+4
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit d37705184967f236c728938b2824abbed628ce26)
* 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 <[email protected]> (cherry picked from commit 21865be19a2796bfb2f92457ea5407f066972ec4)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2163-114/+114
| | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3)
* SunOS cosmetic changesDenis Kozadaev2023-05-301-0/+3
| | | | | Signed-off-by: Denis Kozadaev <[email protected]> (cherry picked from commit 85e7328d525bb152b14aa63aa21168c5c4f742d8)
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-071-3/+3
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Stock away original 256p high kopete icons.gregory guy2021-08-092-0/+0
| | | | Signed-off-by: gregory guy <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Renaming of files in preparation for code style tools.Michele Calgaro2020-12-0987-150/+150
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Removed code formatting modelines.Michele Calgaro2020-09-2717-81/+0
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-301-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Add CMakeL10n rules.Slávek Banko2018-12-202-0/+6
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-013-8/+7
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-218-34/+26
| | | | Signed-off-by: Slávek Banko <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-172-2/+2
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-011-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* kopete: Add descriptions for connection optionsSlávek Banko2018-06-172-3/+70
| | | | | | This relates to bug 2669 Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Fix FTBFS on missing return valuesSlávek Banko2016-10-161-0/+3
| | | | | | This resolves bug 2718 Signed-off-by: Slávek Banko <[email protected]>
* Kopete - jabber: Prevent startup crashesMichele Calgaro2016-10-151-8/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Kopete - jabber: Not force old XMPP protocolSlávek Banko2016-10-153-13/+24
| | | | | | This resolves bug 698 Signed-off-by: Slávek Banko <[email protected]>
* Kopete - jabber: Add SASL PLAIN method for authenticationSlávek Banko2016-10-151-79/+128
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Kopete - jabber: Allow SRV lookup for server+portSlávek Banko2016-10-152-10/+28
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with GCC6Slávek Banko2016-09-231-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Fix FTBFS with GCC6Slávek Banko2016-09-031-1/+1
| | | | Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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
|
* Fix unintended renamingDarrell Anderson2014-02-162-2/+2
|
* Fix unintended renamingDarrell Anderson2014-02-162-14/+14
|
* Add end-of-file newlines.Darrell Anderson2013-11-301-1/+1
|