summaryrefslogtreecommitdiffstats
path: root/libkcddb
Commit message (Collapse)AuthorAgeFilesLines
* Removed code formatting modelines.Michele Calgaro2020-09-2733-58/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 34da0c702e28c52477c27720de0d41918b65ee33)
* Changed CDDB query address from freedb.org to gnudb.org since freedb.org is ↵gregory guy2020-08-277-8/+8
| | | | | | | | | not available anymore. This refers to TDE/tde#28 Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit ed09d89f42d56059ba2cf3f6a328fe28ddfb78b1)
* Desktop file translations:Slávek Banko2020-05-303-110/+7
| | | | | | | | + Creation of POT template for desktop files added to CMakeL10n rules. + Added creation of translated desktop files during build. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ff3f2006ce72b2edabc534188a4ad006e89b4f84)
* Fix duplicate icon for kcmcddb.Chris2019-12-151-1/+1
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit c1ac60f0fc2ba193f7219d25d727dec4fc97fd1b)
* Streamline CDDB module with the rest.Chris2019-10-171-64/+0
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit d9a920bc6a65b8d23fc4884bd9f5aa61345c78fc)
* Add CMakeL10n rules.Slávek Banko2018-12-172-0/+11
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f81d5707244152ad95e141a43bbbb52b9edbc85)
* Add includes to UI files to resolve FTBFSSlávek Banko2018-09-212-10/+10
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 11485aa4a296406f2d6a96d7f30d09d416d91f03)
* Initial cmake conversionSlávek Banko2017-03-264-11/+207
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 8b12682035e2ae92a29a9ce12abc5fbcf38b1192)
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-041-1/+1
| | | | (cherry picked from commit 7287466fa162d84bf6febb3faeb5b91ba3951112)
* Fixed help handbook sections for Sound & Multimedia -> AudioCDs / CDDB ↵Michele Calgaro2014-11-202-1/+15
| | | | Retrieval. This relates to bug 1850.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-4/+4
|
* Revert "Fix remaining missing semicolons at end of Keywords strings"Timothy Pearson2014-10-191-4/+4
| | | | This reverts commit 8dce9b10382e94a40f19fc0e84300fab28dab989.
* Fix remaining missing semicolons at end of Keywords stringsTimothy Pearson2014-10-191-4/+4
|
* Fix missing semicolons at end of Keywords stringsTimothy Pearson2014-10-181-1/+1
|
* Fix ServiceTypes, ExcludeServiceTypes, and DocPath desktop file entries to ↵Timothy Pearson2014-10-111-1/+1
| | | | match XDG specifications
* Fix Keywords separators to match XDG desktop specificationsTimothy Pearson2014-10-111-1/+1
|
* Add Help buttons to kcontrol module dialogs in support of bug report 1889.Darrell Anderson2014-02-171-1/+1
|
* Improve compatibility with non-Trinity environment menus.Darrell Anderson2014-02-141-0/+1
|
* Add new help handbooks.Darrell Anderson2014-02-011-0/+1
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-158-12/+12
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-1411-21/+21
|
* Rename many classes and header files to avoid conflicts with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename a number of classes to enhance compatibility with KDE4Timothy Pearson2013-02-011-1/+1
|
* Rename kioslavesTimothy Pearson2013-01-271-1/+1
|
* Rename a number of libraries and executables to avoid conflicts with KDE4Timothy Pearson2013-01-2714-18/+18
|
* Fix FTBFS resulting from KCModule renameTimothy Pearson2013-01-251-1/+1
|
* Rename KServer, KSocket, KIO_EXPORT, KIOInput, KIOJob, KIOConfig, KIOBuffer, ↵Timothy Pearson2013-01-253-3/+3
| | | | and KBuffer to avoid conflicts with KDE4
* Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4Timothy Pearson2013-01-2523-53/+53
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-243-4/+4
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-2010-10/+10
|
* Rename KCmdLineArgs to TDECmdLineArgs to avoid conflicts with KDE4Timothy Pearson2013-01-1910-10/+10
|
* Update autotools for new DSO linkage styleSlávek Banko2012-08-051-1/+1
| | | | Thanks to Francois Andriot for the patch
* Update XDG information in support of bug report 892.Darrell Anderson2012-06-081-3/+3
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-1713-13/+13
|
* Rename obsolete tq methods to standard namesTimothy Pearson2011-12-212-5/+5
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-198-23/+23
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-187-25/+25
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-1615-56/+56
| | | | This reverts commit 83fbc82a101309e171089f0d5ed080f82a367345.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-1515-56/+56
|
* Fix FTBFSTimothy Pearson2011-11-181-0/+1
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-163-3/+3
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-062-2/+2
|
* rename the following methods:tpearson2011-08-106-9/+9
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-106-16/+16
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-093-5/+5
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Rename all instances of "tqgeometry" (including quotes) to the more-correct ↵tpearson2011-06-143-3/+3
| | | | | | "geometry" string git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236712 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port kdemultimediatpearson2011-06-1138-199/+212
| | | | | | | This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1236079 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix FTBFS on Slackwaretpearson2010-09-111-0/+2
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1174323 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Trinity Qt initial conversiontpearson2010-07-3161-383/+383
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da