summaryrefslogtreecommitdiffstats
path: root/kopete/protocols
Commit message (Collapse)AuthorAgeFilesLines
* kopete/sms: fix FTBFS when building with gsmlibr14.1.xAlexander Golubev2025-08-221-0/+1
| | | | | | | This is a fixup to the previous series of patches to kopete/sms. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 7e38228d6bf3a23f03b1b62a649ca9317456fc0e)
* kopete/sms: overhaul build/configure process with gsmlibAlexander Golubev2025-08-218-45/+8
| | | | | | | | | * Build cpp files conditionally rather than #ifdef their content * Rename {INCLUDE_SMSGSM -> HAVE_GSMLIB} for consistency * Merge gsmlib's configuration check to the ConfigureChecks.cmake in the root directory. (cherry picked from commit 4dca9b8265b84c09d7156ccf1d70f3f5c401c896)
* kopete/sms: fix account manipulation issuesAlexander Golubev2025-08-212-18/+34
| | | | | | | | This fixes error message on account creation about inability to load service with empty name. As well as issue about that settings after changing them won't apply until restart of kopete. (cherry picked from commit 7568cd2b93bfdc23fd580fc50485db833b219a07)
* kopete/sms: fix a crash caused by returning a reference to local objectAlexander Golubev2025-08-211-1/+1
| | | | | Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 0bf48d928d7a50f6d3c3285ca88014100b828315)
* kopete/sms: move INCLUDE_SMSGSM to the root configAlexander Golubev2025-08-212-4/+1
| | | | | | | | This fixes INCLUDE_SMSGSM's #ifdef`s in kopete/protocols/sms/serviceloader.cpp which were ignored before. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit b15319ca4f4d4cc232b72dd16390d5c3d8ac2620)
* kopete/sms: Remove deprecated throw() specifiersAlexander Golubev2025-08-172-16/+12
| | | | | | | | This fixes FTBFS when kopete is built with BUILD_KOPETE_PROTOCOL_SMS and WITH_GSM and c++ standard >=c++17. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 5558fa4e77ee0238810db1fae61c8becff9f89fc)
* Replace TRUE/FALSE with boolean values true/falseMichele Calgaro2025-05-0821-64/+64
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 89969dcb2142d91b295c8d18cde46e22ef118dce)
* Replace pthread linking with cmake-based variableMichele Calgaro2024-12-272-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e91e7e7f8a13ac99d8fe717b9fb7a6535c2bdf2f)
* Drop Borland compiler specific codeMichele Calgaro2024-10-311-9/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f0ce55a284dff093bf7a20e2da92667367978326)
* Replace kdemacros.h with tdemacros.hMichele Calgaro2024-07-012-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dd8d99038909d994be861a5e772e337cf17a66bf)
* Replace KDE_DEPRECATED with TDE_DEPRECATEDMichele Calgaro2024-05-151-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f55fd652198eee4f0b3eaf4884364e141a6116c8)
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-066-8/+8
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3e0f7a409460b4a40872efd34398ea4ebcf64c47)
* kopete: Add missing function prototypes.Slávek Banko2024-04-162-0/+2
| | | | | | | This resolves issue #77. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ca2e5007d04eeceef14fd952edf2d9255e8f92eb)
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-069-25/+25
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e050a3eb30a884522a3b09df0c37c8fc69c0c5bb)
* Replace auto_ptrMichele Calgaro2024-01-231-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit bfb6a86ee22664339e8922e55216d12e1a5b2008)
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-18221-2283/+2283
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1329ec6abbcb7b79cd960e0ca138f16598d5f11f)
* Replace various '#define' strings - part 6Michele Calgaro2023-12-245-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 418e8f7a6f6d79b2cbc9d83b29ef53d01582f826)
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-055-5/+5
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6d077d06067369f2060c1b011687941e84ece7c4)
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-263-17/+17
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 335c366622612e7641001c7b4de62024152f0ff1)
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-252-3/+3
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c872aae88b96bf8978e123b9074d5e389d245140)
* Replace Qt with TQtMichele Calgaro2023-11-097-13/+13
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b53c83209a6b927b27600899a780db1efc985ecb)
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵r14.1.1Michele Calgaro2023-09-253-27/+27
| | | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9cb8c6c00f79d91afabd3d302e60e6ab6c251c41)
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-045-7/+7
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d37705184967f236c728938b2824abbed628ce26)
* Drop USE_TQT4 codeMichele Calgaro2023-08-312-8/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d0f97c560383bca36d505ae58d9c44f0f544349d)
* 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> (cherry picked from commit 21865be19a2796bfb2f92457ea5407f066972ec4)
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-173-6/+4
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6148e60759606fe8c1d7037956a38b9a4427e8b2)
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-21335-403/+403
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1c73e70c5605c86ab3ee2da13874ecfa0fe769f3)
* SunOS cosmetic changesDenis Kozadaev2023-05-301-0/+3
| | | | | Signed-off-by: Denis Kozadaev <denis@dilos.org> (cherry picked from commit 85e7328d525bb152b14aa63aa21168c5c4f742d8)
* Remove unnecessary accelerators from .ui filesMichele Calgaro2022-09-185-30/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-0710-34/+20
| | | | 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-283-0/+3
| | | | | | 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>
* Fix yahoo_crypt() prototype mismatchOBATA Akio2021-06-193-4/+41
| | | | | | pull the prototype from crypt.c and put it in crypt.h. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Drop builtin tqca library.gregory guy2021-06-0732-5497/+9
| | | | | | Module tqca is expected as a dependency library by now. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* kopete: Fix crash due to null pointer dereference in IRC protocol.Slávek Banko2021-05-241-1/+1
| | | | | | This manifests itself only if SSL/TLS is used for IRC. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add new IRC network Libera.chat, the successor in the spirit of Freenode.Slávek Banko2021-05-201-0/+11
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* 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-0996-172/+172
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Removed code formatting modelines.Michele Calgaro2020-09-27264-727/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-07-0829-979/+132
| | | | | | | + 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-0240-60/+74
| | | | | | 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-303-37/+37
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFS.Slávek Banko2019-12-112-8/+6
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Change the default MSN server from messenger.hotmail.comSlávek Banko2019-12-116-8/+8
| | | | | | to m1.escargot.log1p.xyz. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Restore the MSN protocol because a replacement MSN server was created.Slávek Banko2019-12-11118-4/+21931
| | | | | | This reverts commits 0486034738 - 2d5f9c55da and f6fd4ab6c0. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add includes to UI files to resolve FTBFS.Slávek Banko2019-12-101-3/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Change the default AIM server from login.oscar.aol.com to ↵Slávek Banko2019-12-103-9/+9
| | | | | | iwarg.ddns.net. 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-1078-66/+4956
| | | | | | This reverts commits 036b0229db and dc34f9c391. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix branding of kopete and make it promoting TDE.Chris2019-07-171-3/+3
| | | | Signed-off-by: Chris <xchrisx@uber.space>