summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/jabber
Commit message (Collapse)AuthorAgeFilesLines
* Fix automake build: jingle supportSlávek Banko2012-11-2610-16/+43
| | | | (cherry picked from commit 99a94433e4c65ab7e2343f58b653569b9b65d23d)
* Fix cmake build: automoc × specific rule in kopete jabber protocolSlávek Banko2012-11-261-1/+3
| | | | (cherry picked from commit b3fd66461505bff730a204987581bf9588526a3c)
* Rename QCA to TQCASlávek Banko2012-11-268-198/+7
| | | | | | Fix FTBFS (part of the original commit) (cherry picked from commit 68b5e38626333b0c1c0396ef8b4b9221e425465a)
* Fix online URL link.Darrell Anderson2012-11-261-1/+1
| | | | (cherry picked from commit b701e9bde1ec398e3c9a89ba8f4de08ab71cd1a7)
* Update kopete references of gaim to pidgin.Darrell Anderson2012-11-102-2/+2
| | | | | | This resolves bug report 865. Thanks to Kristopher Gamrat. (cherry picked from commit 6e76ea6798905b5afa5079133a957fbe93bac028)
* Fix inadvertent tqt changes.Darrell Anderson2012-11-102-2/+2
| | | | (cherry picked from commit dae1f24c0744203503ea888a1b7c64544fdd1522)
* Fix various cmake build issuesSlávek Banko2012-10-261-2/+2
| | | | (cherry picked from commit 93dc872306fb4daa2eda10382fff841fd6b9bcdc)
* Remove nuisance unsermake warning with automakeSlávek Banko2012-10-261-1/+1
| | | | | Thanks to Darrell Anderson (cherry picked from commit 5df439b28de8a028b4940bd2b4772e54654b4e89)
* Fix build errorsTimothy Pearson2012-09-301-1/+1
| | | | | Thanks to Roman Savochenko for the patch! (cherry picked from commit 6f17856dec29f6a84d5e38b6db12fdc632cd4394)
* Update kdenetwork Autotools for new DSO linkage styleTimothy Pearson2012-08-053-8/+8
| | | | (cherry picked from commit d81f0e49aa19d9a3b627e140306abb10e3b26026)
* Fix inadvertent "TQ" changes.Darrell Anderson2012-06-0314-51/+51
| | | | (cherry picked from commit 008eae43da364c9a910416652cf277c4ef5895c9)
* Fix minor linking and string issues.Darrell Anderson2012-06-031-1/+1
| | | | | This resolves bug report 748. (cherry picked from commit 7c85760c482a04669867cb7e1d671c29424895ac)
* Fix linear alphabet string errorsTimothy Pearson2012-06-032-2/+2
| | | | (cherry picked from commit 3516f9bc3f3af5ae21cdbd2d3af835645cf72274)
* Fix jabber protocol compilationTimothy Pearson2012-06-033-2/+3
| | | | | This closes Bug 695 (cherry picked from commit 3acd5cf92bcf0e40e98a5735f429f2a0de6a3649)
* Fix jingle FTBFSTimothy Pearson2012-06-039-9/+9
| | | | | This closes Bug 700 (cherry picked from commit 00fe193f5a98776c136dee2f74fe392d1f595a51)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-0318-45/+45
| | | | (cherry picked from commit 8a143ab9f846e910c583ea8e770cd05495e0c58d)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-0329-100/+100
| | | | (cherry picked from commit 1de96857f5b0ed5d4a36e9486ffc8c7f8c802f98)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-0365-443/+443
| | | | (cherry picked from commit 089118c18533dfa3e6ce5065dbebdd4db94051f1)
* Fix Kopete Jabber plugin failing to loadtpearson2011-10-293-5/+14
| | | | | | | This closes Bug 556 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1261215 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix kdenetwork FTBFStpearson2011-09-062-32/+31
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1251871 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Commit two patches to kdenetwork from Slávek Banko:tpearson2011-09-052-19/+64
| | | | | | | | 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-314-5/+5
| | | | 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
* rename the following methods:tpearson2011-08-10114-349/+349
| | | | | | | | 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-1054-185/+185
| | | | | | | | | 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-0966-121/+121
| | | | | | | | | | | | 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-22279-2533/+2625
| | | | | | | 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-7/+7935
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1233119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* * Batch 1/2 of kdemultimedia bugfix patches from the Chakra projecttpearson2010-09-071-8/+12
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1172709 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed FTBFS from last committpearson2010-08-211-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1166444 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Additional Kopete MOC/Automake fixestpearson2010-08-212-3/+7
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1166435 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix Jabber plugin load failure caused by previous kdenetwork committpearson2010-08-201-2/+6
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1166119 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Attempt at fixing secure Jabbertpearson2010-08-201-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1166103 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-0218-29/+29
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1158449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-31143-4560/+4560
| | | | 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-06158-159/+159
| | | | 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-06159-160/+160
| | | | 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-25529-0/+101021
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da