summaryrefslogtreecommitdiffstats
path: root/kopete/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Fix cmake build: kopete_latexconvert.sh permissionsSlávek Banko2012-11-261-1/+1
| | | | (cherry picked from commit aeff00ef479eb2f9ff26c98e119683c35e81378f)
* Fix references to user profile directory.Darrell Anderson2012-11-101-1/+1
| | | | (cherry picked from commit 1c31749c852f40e13868334a179f31c4c5c3c05d)
* Add missing file from previous commit 10026753.Darrell Anderson2012-10-271-0/+22
| | | | (cherry picked from commit 3144ada216561f263ba92045fd19066b3cfe6390)
* Added XMMS support to CMake.Darrell Anderson2012-10-271-1/+4
| | | | | Thanks to Slavek Banko. (cherry picked from commit 10026753cb9c2f8231ef0f5be01fd0f3a8142aef)
* Update kdenetwork Autotools for new DSO linkage styleTimothy Pearson2012-08-0515-28/+28
| | | | (cherry picked from commit d81f0e49aa19d9a3b627e140306abb10e3b26026)
* Fix motionaway plugin FTBFSTimothy Pearson2012-08-051-0/+5
| | | | (cherry picked from commit f9d73bf736181f8d17e9d7a6f5dcb67f13cc86a1)
* Fix a fatal error messageTimothy Pearson2012-08-051-1/+1
| | | | | Thanks to 'Nix' for the patch! (cherry picked from commit 5c988de1bdaf2c4cf692e6c195375607a8c67ab0)
* Fix html special chars in kopete nowlistening pluginSlávek Banko2012-06-201-3/+4
| | | | | This partially resolves Bug 994 (cherry picked from commit 2d699f523902244113eeec627ca6b9b18b740da0)
* Fix checking DCOP replyTypeSlávek Banko2012-06-205-14/+14
| | | | | This partially resolves Bug 994 An alternative way to compile with the original tqtinterface v3.5.13
* Improve Kaffeine support in Kopete now listening pluginSlávek Banko2012-06-101-5/+30
| | | | (cherry picked from commit f670853164f8a23f3656fa9de72b12b962b9bcaa)
* Fix inadvertent "TQ" changes.Darrell Anderson2012-06-032-4/+4
| | | | (cherry picked from commit 008eae43da364c9a910416652cf277c4ef5895c9)
* Rename a few stragglersTimothy Pearson2012-06-031-1/+1
| | | | (cherry picked from commit 5edc007124c509da7a3b6f7d96197481ecdee087)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-0313-35/+35
| | | | (cherry picked from commit 8a143ab9f846e910c583ea8e770cd05495e0c58d)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-0323-88/+88
| | | | (cherry picked from commit 1de96857f5b0ed5d4a36e9486ffc8c7f8c802f98)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0358-311/+311
| | | | (cherry picked from commit 089118c18533dfa3e6ce5065dbebdd4db94051f1)
* Fix failure to launch Kopete when statistics module is enabled due to faulty ↵tpearson2011-10-261-2/+2
| | | | | | SQLite linkage when Autotools is used to build kdenetwork git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1260896 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Link most Trinity DSOs against the most common kdelibs libraries to ↵tpearson2011-10-101-1/+1
| | | | | | compensate for linking changes in modern distributions such as Ubuntu Oneiric git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1258263 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Commit two patches to kdenetwork from Slávek Banko:tpearson2011-09-051-3/+3
| | | | | | | | 1.) fix problem with html special chars (especially &) in messages from nowlistening plugin in kopete. Kopete::Message::RichText expects already escaped chars, but messages from nowlistening is plain text. With Kopete::Message::PlainText is message valid 2.) add pongserver, that add xep-0199 responses to kopete git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1251584 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix remaining instances of tqStatus embedded in user visible stringstpearson2011-08-312-9/+9
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix a number of accidental tqStatus string conversionstpearson2011-08-271-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert accidental instances of STQL to the proper SQLtpearson2011-08-141-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1247182 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1097-173/+173
| | | | | | | | 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-1034-130/+130
| | | | | | | | | 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-0921-25/+25
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdenetwork FTBFStpearson2011-06-231-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1238116 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdenetwork Qt3 FTBFStpearson2011-06-221-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237929 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdenetwork FTBFStpearson2011-06-221-3/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1237924 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdenetworktpearson2011-06-22155-1068/+1122
| | | | | | | 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-2284-47959/+1016
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1233119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0225-38/+38
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31145-2027/+2027
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1157648 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed remaining GPL address zip codestpearson2010-01-061-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1070598 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated obsolete GPL license addresses to current GPL addresstpearson2010-01-061-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1070573 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Update to Trinity 3.5.11tpearson2009-12-136-31/+46
| | | | | | Will need to watch for commit warnings and rebuild test git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1061808 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-25334-0/+77035
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da