summaryrefslogtreecommitdiffstats
path: root/konq-plugins/kuick
Commit message (Collapse)AuthorAgeFilesLines
* Fix stragglers that were not properly renamed in the XDG standardization commitsTimothy Pearson2014-10-241-1/+1
|
* Fix exec icon location and bring it into XDG complianceTimothy Pearson2014-10-221-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-223-3/+3
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-60/+60
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-60/+60
| | | | This reverts commit 2c845776d0c5b3dccda798c0669ce9067854d3a2.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-60/+60
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-141-1/+1
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-113-3/+3
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-59/+59
|
* Fix typo.Darrell Anderson2014-01-251-1/+1
|
* Initial cmake conversionAlexander Golubev2013-10-152-0/+73
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-032-2/+2
|
* Rename KABC namespaceTimothy Pearson2013-02-203-4/+4
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-155-8/+8
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-144-4/+4
|
* Rename KIcon to enhance compatibility with KDE4Timothy Pearson2013-02-041-2/+2
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-013-3/+3
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-016-12/+12
|
* Rename kiobuffer and KHTMLTimothy Pearson2013-01-271-3/+3
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-275-7/+7
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-266-6/+6
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-251-1/+1
|
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-255-15/+15
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-243-5/+5
|
* Rename KInstance and KAboutData to avoid conflicts with KDE4Timothy Pearson2013-01-221-2/+2
|
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-083-5/+5
|
* Branding cleanup: KDE -> TDEDarrell Anderson2012-05-261-1/+1
|
* Change tqaddAction -> addAction. There is no tqaddAction defined in tqt headers.Darrell Anderson2012-03-211-1/+1
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-175-5/+5
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-192-5/+5
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-181-2/+2
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-164-8/+8
| | | | This reverts commit ca82971624269719d487c6f7980d7237f9420036.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-154-8/+8
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-1/+1
|
* rename the following methods:tpearson2011-08-108-17/+17
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@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/kdeaddons@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-091-2/+2
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdeaddonstpearson2011-06-1811-52/+57
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1237404 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt conversion fixestpearson2010-08-021-2/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3110-141/+141
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1157634 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.toma2009-11-2516-0/+1557
BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da