Commit Graph

77 Commits

Author SHA1 Message Date
Craig Drummond
6461b575c2 Cube for dynamic playlist icon? 2015-09-06 16:19:19 +01:00
Craig Drummond
2d9b604fbf Use font-awesome icons 2015-08-22 08:57:21 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
d91493d1b4 Combine playlists and dynamic into sub-pages of playlists tab 2015-06-26 18:10:00 +01:00
Craig Drummond
087bffb08c Initial work on using SQL for MPD cache. Not 100% functional. Eventually
will also use SQL for Jamendo and Magantune...
2015-06-07 22:18:19 +01:00
craig.p.drummond
12b7bf0e83 Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
2015-03-16 19:18:52 +00:00
craig.p.drummond
7a0747d17d Add option to disable song info tooltips. 2014-09-14 08:01:19 +00:00
craig.p.drummond
5ab4137798 Show correct rating 2014-08-01 20:32:47 +00:00
craig.p.drummond
dacc6e2403 Show rating in sub text 2014-07-24 17:36:31 +00:00
craig.p.drummond
a8b5b133b0 Add ratings support to dynamic playlists 2014-07-23 18:05:01 +00:00
craig.p.drummond
a1766acefc Use systemDir() 2014-06-03 15:47:45 +00:00
craig.p.drummond
d0f466ae31 Should not need to move from old to new locations anymore 2014-06-01 08:55:05 +00:00
craig.p.drummond
581363ce68 Update strings 2014-05-23 21:39:35 +00:00
craig.p.drummond
5f0b67f02c Use client-to-client to talk to cantata-dynamic when run in server mode => no need for port setting! 2014-05-23 21:38:33 +00:00
craig.p.drummond
d29d9a8781 Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
7e02d0058b Move model roles into separate roles.h file. 2014-04-23 20:36:38 +00:00
craig.p.drummond
2873cca889 Put plural translations in separate source files. 2014-03-25 20:11:58 +00:00
craig.p.drummond
0f320b7631 Use Q_GLOBAL_STATIC for Qt only builds 2014-03-17 19:52:47 +00:00
craig.p.drummond
20d5759c73 Add support for 'comment' tag in tag-editor and dynamic playlists.
BUG: 427
2014-02-28 20:14:45 +00:00
craig.p.drummond
2f24b3fd9b Results of cppcheck... 2014-01-08 19:49:48 +00:00
craig.p.drummond
ab7ffecca3 Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
016a0f724e Add model test code 2013-11-21 18:15:36 +00:00
craig.p.drummond
159fecd66f Store data under XDG_DATA_HOME (~/.local/share) 2013-09-24 18:38:31 +00:00
craig.p.drummond
5683f7939b Use NetworkJob to automatically, and consistently, handle re-directs 2013-09-18 18:11:49 +00:00
craig.p.drummond
69469c633a If playqueue is cleared when dynamizer is running, then also stop dynamizer. 2013-09-02 18:27:30 +00:00
craig.p.drummond
e872124e3b Initial support for Composer tag 2013-08-22 18:18:59 +00:00
craig.p.drummond
f0aad581a6 Dont include qtplural in localize.h - support folder should be as stand-alone as possible 2013-07-18 14:54:10 +00:00
craig.p.drummond
72cd22161c Use i18n is a more KDE-like manner, other wise debug builds of kdelibs produce (I18N_ARGUMENT_MISSING)
BUG: 254
2013-07-18 14:52:45 +00:00
craig.p.drummond
2b17d713a5 Only poll remote server when dynamic page is visible (and server is not running), and poll every 2 seconds. 2013-06-19 18:25:57 +00:00
craig.p.drummond
81840dc63d No need to update remote status just because MPD status has changed 2013-06-19 18:23:29 +00:00
craig.p.drummond
f439925729 Only log that a message is sent if we actually send one! 2013-06-19 18:23:04 +00:00
craig.p.drummond
ed22024d48 Show error label if remote dynamizer is not running 2013-06-19 18:22:37 +00:00
craig.p.drummond
19e6a428ef Poll cantata-dynamic if its not running 2013-06-19 18:22:07 +00:00
craig.p.drummond
d17b3aecc5 Better url change code 2013-06-19 18:21:46 +00:00
craig.p.drummond@gmail.com
9dc21e732e Send UDP message details from helper to client via id request 2013-06-19 11:15:34 +00:00
craig.p.drummond
46c0fa450d Bind to IPV4 address 2013-06-18 18:37:40 +00:00
craig.p.drummond
6b9d3dd983 Send ID from helper to client 2013-06-18 18:36:57 +00:00
craig.p.drummond
31ef77e17f Set content-header for HTTP POST messages 2013-06-18 18:35:53 +00:00
craig.p.drummond
aeffbd7db7 If cantata-dynamic is started in server mode, then communicate status via UDP multicast messages. 2013-06-18 18:35:10 +00:00
craig.p.drummond@gmail.com
ebbda96e71 Check that perl is installed before attempting to start cantata-dynamic in local mode.
BUG: 240
2013-06-17 11:09:25 +00:00
craig.p.drummond
a5622b4682 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
78f5298bab Monochrome sidebar icons 2013-04-25 22:25:03 +00:00
craig.p.drummond
2ccccc902e Put scripts into 'scripts' sub-folder, and .css files into 'themes' 2013-04-08 17:10:02 +00:00
craig.p.drummond
fbb9a5d41c Remove QPointer usage 2013-03-04 19:39:41 +00:00
craig.p.drummond
65b6387052 Use list of actions 2013-03-01 21:32:22 +00:00
craig.p.drummond
20a5a4db49 - Move common actions into StdActions
- Models are in control of what actions are show at what level
2013-02-18 17:07:46 +00:00
craig.p.drummond
c65fc7713c Support for Qt5 2013-02-08 17:57:02 +00:00
craig.p.drummond
09374f37a4 Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
e05342bb2a Install cantata-dynamic to $prefix/share/cantata - as this is script is not intended to be run by users. 2013-01-22 18:08:28 +00:00
craig.p.drummond
9c3ec5b2b4 Delay for 1/2 second before checking if dynamic is running - gives everything time to be set-up. 2013-01-18 20:13:33 +00:00