summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update final HTML install path so all modules are consistent.v3.5.13.1Slávek Banko2012-09-082-0/+0
|
* Revert style and class names to QtCurveSlávek Banko2012-09-019-171/+175
| | | | | Fix FTBFS on Qt3 (cherry picked from commit 821d7de7dfeba296893708dd702445dfa8f6477f)
* Fix broken locale install location for tr mo file.Darrell Anderson2012-09-011-0/+3
| | | | (cherry picked from commit 96931af97f382dc9bbebe5e6a6ca0373f584add6)
* Remove unecessary defines that conflicted with previous TQ cleanup.Darrell Anderson2012-09-011-4/+0
| | | | (cherry picked from commit 69e56afcd50a10468a088bd81b9a2f709f9c8efc)
* Fix FTBFS...again...Timothy Pearson2012-09-011-3/+4
| | | | (cherry picked from commit 84dbffd9edc5afb15fc3a08064c17d8651ee70cf)
* Fix FTBFSTimothy Pearson2012-09-011-14/+14
| | | | (cherry picked from commit 7173a2aa830ab04bd92e0a13ac257c7beb3d7916)
* Fix FTBFSTimothy Pearson2012-09-014-55/+85
| | | | (cherry picked from commit aa4b9a06db72dfcf769e40613ed0aeefbfc111c3)
* TQt conversion of config moduleTimothy Pearson2012-09-012-146/+146
| | | | (cherry picked from commit f21c6e30665e28ac55ae6895aad83e177585ce01)
* Fix additional FTBFSTimothy Pearson2012-09-013-190/+193
| | | | (cherry picked from commit e9d913d6017e67dd60f27d704c470e21425cd362)
* Fix FTBFSTimothy Pearson2012-09-012-14/+39
| | | | (cherry picked from commit 657d173148f3db568aabe5f531f4bacbbda490ac)
* Fix CMake filesTimothy Pearson2012-09-012-1/+2
| | | | (cherry picked from commit 49b7f1fc787b969aad8fea4d4d2b15ef63cc4795)
* Fix FTBFSTimothy Pearson2012-09-011-2/+0
| | | | (cherry picked from commit fd5c28e98646633a12d2e8c51d731e8295375d6e)
* Add common directoriesSlávek Banko2012-09-012-0/+3
|
* Initial conversion to standard CMake systemTimothy Pearson2012-09-015-157/+289
| | | | (cherry picked from commit 1899f45e7a77a15dcb9c8aa6b382a3fed578142d)
* Fix FTBFSSlávek Banko2012-07-071-1/+1
| | | | An alternative way to compile with the original tqtinterface v3.5.13
* Fix inadvertent "TQ" changes.Darrell Anderson2012-06-304-65/+65
| | | | (cherry picked from commit 08dfb934381c0377115ca32c632c8e5ce176ea1a)
* Fix a couple build warningsTimothy Pearson2012-06-301-1/+4
| | | | (cherry picked from commit a22fee101153c4847ed2e2516ec64526aa664e9c)
* Fix FTBFSTimothy Pearson2012-06-302-18/+18
| | | | (cherry picked from commit 010f9683bfed4aabe4e5f435eb964663d2d09fec)
* Rename a few stragglersTimothy Pearson2012-06-301-12/+12
| | | | (cherry picked from commit db4b84ac8a2335f85b021c9fe1232ebe8bf25df9)
* Rename obsolete tq methods to standard namesTimothy Pearson2012-06-301-34/+34
| | | | (cherry picked from commit 2f2607de820383e5b613e7eb6df58ecaea4aefd0)
* Remove additional unneeded tq method conversionsTimothy Pearson2012-06-302-44/+44
| | | | (cherry picked from commit 0d3aa6374c7c6753c3dd68bda19e220439b12901)
* Rename old tq methods that no longer need a unique nameTimothy Pearson2012-06-305-125/+125
| | | | (cherry picked from commit 965dc06c3148fe15166123ff463a32a50c6077ba)
* Add common directoriesSlávek Banko2012-06-302-0/+3
|
* Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵v3.5.13tpearson2011-09-183-5/+5
| | | | | | | | | from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Add PE_HeaderSectionMenu to QtCurve styletpearson2011-09-011-0/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1250784 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Convert remaining references to kde3 (e.g. in paths) to trinitytpearson2011-08-215-21/+21
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Use TDE_FULL_SESSION instead of KDE_FULL_SESSIONtpearson2011-08-201-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1248149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-102-64/+64
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-106-91/+91
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-092-83/+83
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename incorrect instances of tqrepaint[...] to repaint[...]tpearson2011-07-072-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFStpearson2011-05-071-9/+14
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1230758 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kde-style-qtcurvetpearson2011-05-0611-2379/+2396
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1230744 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Update qtcurve to latest upstream versiontpearson2010-10-0547-2982/+18703
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1182805 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed imagestpearson2010-03-239-0/+0
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1106826 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added qtcuve theme enginetpearson2010-02-1545-0/+17721
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kde-style-qtcurve@1090657 283d02a7-25f6-0310-bc7c-ecb5cbfe19da