summaryrefslogtreecommitdiffstats
path: root/amarok
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary accelerators from .ui files.Michele Calgaro2022-09-091-3/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6852a92e9a32646ee2bfe5033f019b4984b8acbc)
* Use CGI::unescape instead of deprecated URL::decoder14.0.12Mavridis Philippe2022-04-101-2/+2
| | | | | | | https://ruby-doc.org/stdlib-2.5.1/libdoc/uri/rdoc/URI/Escape.html#method-i-unescape Signed-off-by: Mavridis Philippe <mavridisf@gmail.com> (cherry picked from commit ff7694cd46931691d0afa8dceaa28f2c0b5ef4c2)
* Fix FTBFS due to invalid syntax in riokarmaFrançois Andriot2021-08-031-1/+1
| | | | | Signed-off-by: François Andriot <francois.andriot@free.fr> (cherry picked from commit d48822d5c57127c3bc3f30ff93c46650266c65aa)
* Add CMakeL10n rules for desktop files.Slávek Banko2021-07-141-0/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 43510b0dc851892d797a830b4859c9c2a72d7198)
* Replaced install() with tde_create_translated_desktop() for .desktop files ↵Ray-V2021-07-1416-34/+79
| | | | | | | in relevant CMakeLists.txt Signed-off-by: Ray-V <ray-v@inbox.lv> (cherry picked from commit a2177ee5555fb5491d4d75f279b68b0b7252b36f)
* Split .desktop translationsRay-V2021-07-1426-2437/+98
| | | | | | | Removed *desktop.orig files Signed-off-by: Ray-V <ray-v@inbox.lv> (cherry picked from commit f0f6bfb197823d9ba5a2468a5a5ef54a2da1817f)
* Renamed konquisidebar/amarok.desktop to ↵Ray-V2021-07-142-3/+3
| | | | | | | konquisidebar/amarok_konquisidebar.desktop Signed-off-by: Ray-V <ray-v@inbox.lv> (cherry picked from commit 7827ca64ccb7b97ad9f70d89f51a9a169109d98e)
* Copied po directory to translations/messagesRay-V2021-07-141-1/+1
| | | | | | Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit d445d306213fcc908e03ae267e5ebc11c9380602)
* Do not enforce include <gpod/itdb.h> to be as plain CSlávek Banko2021-03-101-3/+0
| | | | | | | because it can lead to FTBFS. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit bd89e48ee76fe17ccafc08c5083164cd22931ae5)
* Fix compilation of mysql db backend against MariaDBAlexander Golubev2021-03-101-1/+0
| | | | | | | | | | MariaDB's connector-c by default provides mariadb_version.h instead of mysql_version.h header, However, it's inderectly included through mysql.h in both implementation: mariadb and mysql, so remove it's direct inclussion from the source. Signed-off-by: Alexander Golubev <fatzer2@gmail.com> (cherry picked from commit 9c1eb0dc5e8696cdca48ddf233fa07d491d4943a)
* Fixed references to TDE website.Michele Calgaro2021-02-051-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c9a122c1bc5831b0efdf316b1e89a1de27322915)
* Rename the action icon "editcopy" to "edit-copy" to match the XDG names.Slávek Banko2020-12-025-0/+0
| | | | | | | | This aligns the name with the program code where it is referenced. This solves the display of the icon in the menu. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 723964f03bfd691c116fdebbe5922be6a51e550c)
* Removed code formatting modelines.Michele Calgaro2020-09-283-5/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1f1a40876aa3ccb4ab07b08a0271c64b0034e304)
* Fixed xine scope plugin functionality with xine 1.2.10. This resolves issue #19.Michele Calgaro2020-07-173-57/+94
| | | | | | | | Special thanks to xine developer Petri Hintukainen <phintuka@gmail.com> for his support to get passed the last hurdle. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit c5f901c03ec2cb61d2c2820d81d2ecf26e43d70a)
* Add akode library path to link_directoriesaneejit12020-06-261-0/+1
| | | | | Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit b75198842550c75fbb2a2d5023f4716dfe2a5c77)
* Make mysql includes consistent with cmake testsaneejit12020-06-261-2/+2
| | | | | Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit e639ca83dd38c6d70be8e79966ad6ef929f23e51)
* Ask pkg-config about PostgreSQL/add library path to link_directoriesaneejit12020-06-261-0/+1
| | | | | Signed-off-by: aneejit1 <aneejit1@gmail.com> (cherry picked from commit 226d54f648a6fe9ab1d9815cfe3ebc90a7a19e5b)
* Fixed FTBFS with xine 1.2.10. The use of the xine scope plugin is currentlyMichele Calgaro2020-06-242-5/+22
| | | | | | | | | | | | | | | | disabled when xine >= 1.2.10 is detected. This resolves bug 3065 and 3066. Additional info: The xine scope plugin is statically linked and therefore written by accessing internal xine data that are no longer publicly available from xine 1.2.10. To add back the scope plugin functionality, the plugin will have to be converted into a dynamically linked one and further work done to fix the logic of the plugin itself. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit f643355717f541980638b84933b987f6e4ed27a1)
* Fix CMake build dependencies.Slávek Banko2020-06-012-0/+2
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> Signed-off-by: Emanoil Kotsev <deloptes@gmail.com> (cherry picked from commit 598a8df6da080d5d25585a36e7a151535a51ac1f)
* Remove excess COPYING files from script directories.gregory guy2020-03-065-5/+5
| | | | | | | Remove Mac OSX resource fork file. Signed-off-by: gregory guy <gregory-tde@laposte.net> (cherry picked from commit 5a39b72448ea23fc3e56b4516568fa425604f831)
* Conversion to the cmake building system based on S.Amelian's work.gregory guy2020-03-0525-713/+799
| | | | | | | | | | The embedded sqlite3 has been upgraded to 3.4.2 . Added few man pages taken from the Debian packaging system. Rework of the README and INSTALL files. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 16ec57d25f13f92bd0d84317f1679fef3b98eeaa)
* Enable the use of aKode engine.Slávek Banko2020-03-051-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit af56fd3c134a4304763d656f99b694f85acf8238)
* Fix support for GCC hidden visibility.Slávek Banko2020-03-0516-44/+60
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7ee42b7b38da55a4c297397e4ad2f29702a14f4c)
* Remove remaining 'register' instructions.Michele Calgaro2020-02-211-2/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 46033f12ce9fc986dc1b96538a1b7278542ba07c)
* Removed explicit usage of the 'register' keyword.Michele Calgaro2020-01-304-14/+14
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3c3924c909c73c3c4acd51efc42213609b2df0dd)
* Add includes to UI files to resolve FTBFS.Chris2020-01-2821-119/+70
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit a42dcb06acb422314bacfc9d1ec3f7abc77b1695)
* Clean up desktop file and fix German translation.Chris2019-11-281-9/+6
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit f55d36b2244469f78e9540ead0303dc0c733b805)
* Fix bug #2056, amarok does not rely anymore on pkg-configgregory guy2019-11-261-54/+62
| | | | | | | | to build Ruby support, only rbconfig.rb is needed. Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 2d6d94a45c156bd29d370690f24e6e540917d085)
* Fix constant name for the OpenGL support test result.gregory guy2019-09-171-2/+2
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 3afe017ec84c50a492395c2bbf7434aa93761051)
* Added detection whether the basic structure of MySQL / MariaDBSlávek Banko2019-09-082-1/+36
| | | | | | | | | | client is named st_mysql or MYSQL. This resolves FTBFS with MySQL client >= 8.0. This resolves issue #9. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 7b0045aa6b827715b1e8e4efc28278ebdabb55f5)
* Fix remaining branding in Amarok.Chris2019-07-264-8/+5
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit 227548b633640b86337a09cfe6032fb5fa351359)
* Remove old upstream URL, display of the build date and old IRC.Chris2019-07-164-13/+6
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit b2e7e8ecf5086328fd27e371e58058d87c973b36)
* Replace dead websites with working ones.Chris2019-07-131-2/+2
| | | | | Signed-off-by: Chris <xchrisx@uber.space> (cherry picked from commit a88eb4129611e2bccbb4032cb9e80adda0473b5b)
* Fix FTBFS caused by latest mysql library.Michele Calgaro2019-02-101-1/+2
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7f0f9e1b19e2d3a8e088653dfb6747860afa16e2)
* Add CMakeL10n rules.Slávek Banko2018-12-182-0/+6
| | | | | | | Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 6a9901792af015c0c99039300b77135a0701a5c7)
* Fixed typedef-related warnings from compiler.Michele Calgaro2018-08-231-2/+0
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0c6a7fd944aee25c2885025c7ebd467a878ff9ce)
* Fix FTBFS with stricter C++11Slávek Banko2018-08-201-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 1a51ca569fb641a2b63dcadf59d35db5cef5f672)
* Add ruby 2.5 and 2.4 detectionr14.0.5Slávek Banko2018-05-301-1/+1
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit dbfe7ad92f062902eaf41a07e30bcb03be0ed591)
* Fixed mimetype for rar files.Michele Calgaro2018-05-291-1/+1
| | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1b3cc36b147655cfbb48188df695f35e83e1303d)
* Add ruby 2.3 detectionSlávek Banko2017-05-291-22/+7
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 97556e4496c7453ce7e868a7081a59dca56c2e1e)
* Fix FTBFS with GCC6r14.0.4Slávek Banko2016-09-033-3/+3
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 13fa4cffad157c41fccbaa6018ffb9a31f10e16c)
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-24284-0/+0
| | | | (cherry picked from commit 519eecfffccc805b22ad39e263cde5f11ee2695f)
* Add ruby 2.2 detectionr14.0.3Slávek Banko2015-12-081-0/+6
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 26e29db0fcc716e756e58b032af76ecb3a1edfc5)
* Fix FTBFS with clangr14.0.2Slávek Banko2015-09-272-4/+4
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ae29f50ac6c1edd872b824bbd1fe1e202ef57fa9)
* Rename most device icons to comply with XDG standardsTimothy Pearson2015-03-046-14/+14
| | | | (cherry picked from commit 23741c32aaec51e9e065d118e1a2bdcb1a0158b7)
* Fix exec icon location and bring it into XDG compliancer14.0.0Timothy Pearson2014-10-221-1/+1
|
* Fix remaining issues from mimetype icon renameTimothy Pearson2014-10-221-1/+1
|
* Bring most mimetypes in line with XDG specifications. The following are not ↵Timothy Pearson2014-10-223-5/+5
| | | | fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
* Bring package_development, package_games, package_graphics, package_network, ↵Timothy Pearson2014-10-145-6/+6
| | | | package_multimedia, package_wordprocessing, edu_science, package_utilities, input_devices_settings, kcmsystem, personal, and looknfeel icons into XDG compliance
* Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, ↵Timothy Pearson2014-10-141-1/+1
| | | | text_italic, text_under, text_strike, and spellcheck icons into XDG compliance