summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete
Commit message (Collapse)AuthorAgeFilesLines
* Replace QObject, QWidget, QImage, QPair, QRgb, QColor, QChar, QString, ↵Michele Calgaro2023-09-252-2/+2
| | | | | | QIODevice with TQ* version Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-025-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_BASE_OBJECT* definesMichele Calgaro2023-08-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-2158-64/+64
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the ↵Michele Calgaro2023-07-121-23/+23
| | | | | | merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop TQT_NO_COMPAT codeMichele Calgaro2023-06-106-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fixed Kopete FTBFSMavridis Philippe2021-06-301-2/+2
| | | | | | This commit also adds initial V4L2 support for Motion AutoAway plugin. Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fixes for Kopete videodevice supportMavridis Philippe2021-06-303-67/+82
| | | | Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
* Fix enum mismatchOBATA Akio2021-06-191-5/+5
| | | | | | Using own enum Direction, not Qt::Orientation Signed-off-by: OBATA Akio <obache@wizdas.com>
* Removed code formatting modelines.Michele Calgaro2020-09-2782-198/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Desktop file translations:Slávek Banko2020-07-084-174/+9
| | | | | | | + 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>
* Fix obsolete KDE version check for Kopete.Chris2019-12-161-4/+2
| | | | | | ...which resulted in wrong configure entry. Signed-off-by: Chris <xchrisx@uber.space>
* kopete: Restore the MSN protocol because a replacement MSN server was created.Slávek Banko2019-12-116-12/+33
| | | | | | 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-102-5/+22
| | | | | | This reverts commits 036b0229db and dc34f9c391. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Adapted to new KPasswordEdit::password() signature. This relates to bug 2961.Michele Calgaro2018-12-012-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* QT_NO_* -> TQT_NO_* renaming.Michele Calgaro2018-10-173-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* qt -> tqt conversion:Michele Calgaro2018-09-276-6/+6
| | | | | | | | | QT_NO_ASCII_CAST -> TQT_NO_ASCII_CAST QT_NO_STL -> TQT_NO_STL QT_NO_COMPAT -> TQT_NO_COMPAT QT_NO_TRANSLATION -> TQT_NO_TRANSLATION Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-218-32/+28
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kopete: Remove AIM protocolSlávek Banko2017-12-302-22/+5
| | | | | | | 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-5/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix detection whether the system is big endianSlávek Banko2017-02-031-0/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kopete - avdevice: Use standard integer types instead of Linux specificSlávek Banko2016-12-041-13/+9
| | | | | | This resolves FTBFS on FreeBSD Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix CMake build dependenciesSlávek Banko2016-12-011-0/+13
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with GCC6Slávek Banko2016-12-011-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Kopete: Improve check for videodev headerSlávek Banko2016-11-133-51/+6
| | | | | | This resolves bug 2725 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>
* Add webcam support in kopete on freebsdSlávek Banko2015-06-264-29/+57
| | | | | | [taken from FreeBSD kopete patches] Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS with clangSlávek Banko2015-06-262-4/+4
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-132-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
* Removed MSN support across Kopete by removing the MSN protocol and the ↵Michele Calgaro2014-03-296-33/+12
| | | | | | netmeeting plugin. This resolves bug 1547.
* KDE->TDE branding cleanup.Darrell Anderson2013-12-261-1/+1
|
* Rename kdewidgets => tdewidgetsSlávek Banko2013-12-231-1/+1
|
* Add end-of-file newlines.Darrell Anderson2013-11-304-10/+2
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-0320-55/+55
|
* Rename KWallet to TDEWalletTimothy Pearson2013-08-276-26/+26
|
* Rename makekdewidgetsTimothy Pearson2013-02-211-1/+1
|
* Rename KABC namespaceTimothy Pearson2013-02-2018-69/+69
|
* Fix references to lkabcTimothy Pearson2013-02-173-3/+3
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1555-80/+80
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1428-33/+33
|
* Rename KCmd to avoid conflicts with KDE4Timothy Pearson2013-02-062-3/+3
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-045-14/+14
|
* Fix unintended renamingTimothy Pearson2013-02-029-16/+16
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0127-44/+44
|
* Fix FTBFSTimothy Pearson2013-02-017-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0136-146/+146
|
* Rename KLock and KTrader to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename KStandard for enhanced compatibility with KDE4Timothy Pearson2013-01-311-1/+1
|
* Rename KSharedTimothy Pearson2013-01-317-11/+11
|