summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/ui
Commit message (Collapse)AuthorAgeFilesLines
* Removed code formatting modelines.Michele Calgaro2020-09-2724-57/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8aa8074403fd918cf105b776bc57e5aab3e2a771)
* Fix obsolete KDE version check for Kopete.Chris2019-12-171-4/+2
| | | | | | | ...which resulted in wrong configure entry. Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit c119edad50acbb8c1c2a67639e74fa31058f83f7)
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-218-32/+28
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 94033dc8bbdc719864d178f67d9a32396ec35583)
* Fix CMake build dependenciesSlávek Banko2016-12-011-0/+13
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit a2f55c2d170e5c9ccd00e4bd42e05b689b7e402e)
* Fix FTBFS with clangSlávek Banko2015-06-261-2/+2
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ec6378cdd8ea847ecdd81f8976b5adf2551cef56)
* Bring mail_forward, mail_new, mail_replyall, mail_reply, mail_send, ↵Timothy Pearson2014-10-131-2/+2
| | | | 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
* KDE->TDE branding cleanup.Darrell Anderson2013-12-261-1/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Rename makekdewidgetsTimothy Pearson2013-02-211-1/+1
|
* Rename KABC namespaceTimothy Pearson2013-02-2012-28/+28
|
* Fix references to lkabcTimothy Pearson2013-02-171-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-1513-15/+15
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-143-3/+3
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-2/+2
|
* Fix unintended renamingTimothy Pearson2013-02-029-16/+16
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-0116-30/+30
|
* Fix FTBFSTimothy Pearson2013-02-015-0/+0
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-0117-81/+81
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-273-4/+4
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-274-5/+5
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-261-1/+1
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-241-5/+5
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-224-4/+4
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1715-16/+16
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-218-50/+50
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-199-25/+25
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-1820-69/+69
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1624-147/+147
| | | | This reverts commit 808e453c56036211f57482ed847d54aca01bba68.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1524-147/+147
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-163-3/+3
|
* Rename kwin to twin (part 1 of 2)Timothy Pearson2011-11-071-1/+1
|
* Fix a number of accidental tqStatus string conversionstpearson2011-08-271-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1034-163/+163
| | | | | | | | 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-5/+5
| | | | | | | | | 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-0910-33/+33
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-071-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdenetworktpearson2011-06-2245-428/+444
| | | | | | | 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/+56
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1233119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Part 2/2 of Chakra patchestpearson2010-09-074-28/+405
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1172713 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-3138-577/+577
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated obsolete GPL license addresses to current GPL addresstpearson2010-01-062-4/+4
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2550-0/+7019
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da