summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber/ui
Commit message (Collapse)AuthorAgeFilesLines
* Replace Q_SIGNALS and Q_SLOTSMichele Calgaro2024-02-052-4/+4
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-1312-59/+59
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-021-2/+2
| | | | 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-2112-14/+14
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replaced 'includehints' with 'includes' in *.ui files.Michele Calgaro2022-01-071-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop builtin tqca library.gregory guy2021-06-071-1/+1
| | | | | | Module tqca is expected as a dependency library by now. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Removed code formatting modelines.Michele Calgaro2020-09-277-57/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* kopete: Added ability to build with shared tqca library.Slávek Banko2020-02-022-2/+2
| | | | | | QCA files renamed to TQCA to match tqca library. 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-7/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-217-29/+23
| | | | 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 - jabber: Not force old XMPP protocolSlávek Banko2016-10-151-5/+8
| | | | | | This resolves bug 698 Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1511-20/+20
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-273-6/+6
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-253-11/+11
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-242-7/+7
|
* Rename QCA to TQCASlávek Banko2012-11-241-2/+2
| | | | Fix FTBFS
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1712-14/+14
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-2110-27/+27
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-196-11/+11
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1817-66/+66
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1622-108/+108
| | | | This reverts commit 808e453c56036211f57482ed847d54aca01bba68.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1522-108/+108
|
* Update kdenetwork Autotools for new DSO linkage styleTimothy Pearson2011-11-181-6/+6
|
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-311-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1024-47/+47
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-103-3/+3
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-0913-22/+22
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdenetworktpearson2011-06-2236-410/+424
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237912 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* [kdenetwork/kopete] added cmake supportsamelian2011-05-221-0/+43
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1233119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-022-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3124-216/+216
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2538-0/+7185
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da