summaryrefslogtreecommitdiffstats
path: root/kopete/protocols
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-059-25/+25
| | | | 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-13221-2283/+2283
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace various '#define' strings - part 6Michele Calgaro2023-12-215-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 5Michele Calgaro2023-12-055-5/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 4Michele Calgaro2023-11-263-17/+17
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced various '#define' with actual strings - part 3Michele Calgaro2023-11-242-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-097-13/+13
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-253-27/+27
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-025-7/+7
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop USE_TQT4 codeMichele Calgaro2023-08-252-8/+0
| | | | 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>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-173-6/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-21335-403/+403
| | | | 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>
* 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>
* Fix empty translation.Slávek Banko2019-01-131-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add CMakeL10n rules.Slávek Banko2018-12-203-0/+9
| | | | 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-2127-108/+89
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-1715-22/+22
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed typedef-related warnings from compiler.Michele Calgaro2018-08-231-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-192-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Update bug reports url to bugs.trinitydesktop.orgSlávek Banko2018-07-013-3/+3
| | | | 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 the AIM specific code from liboscarSlávek Banko2017-12-3027-716/+68
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Remove AIM protocolSlávek Banko2017-12-3052-4243/+4
| | | | | | | AIM network has been shutdown in 2017-12-15 This resolves Bug 2846 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* kopete: Fix unintended renaming ICQ => ICTQSlávek Banko2017-12-291-7/+7
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection whether the system is big endianSlávek Banko2017-02-032-5/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>