Commit Graph

56 Commits

Author SHA1 Message Date
craig.p.drummond
8656803587 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
64c06773ce Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
fd5936c603 Move tooltip into UI file 2014-04-01 18:02:41 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
99fc887d7d Hide dynamizer port settings if ENABLE_DYNAMIC=OFF 2014-01-06 19:28:56 +00:00
craig.p.drummond
fe91b4faa4 Fix detecting if MPD dis is readable, if it is specified as \\host
BUG: 316
2013-10-17 17:22:54 +00:00
craig.p.drummond
2621be37e0 USe native dir separators for display 2013-10-14 18:17:34 +00:00
craig.p.drummond
65be0c33ca Always use unix dir separator internally 2013-10-14 18:16:32 +00:00
craig.p.drummond
3802b64c11 When reading default MPD music folder, ensure this has a trailing slash. 2013-10-02 20:18:10 +00:00
craig.p.drummond
bdfb382de1 Fix Qt5 build... 2013-09-24 18:35:50 +00:00
craig.p.drummond
54e2e03cbf Use QDesktopServices to ascertain default music folder for 'Personal' collections. 2013-09-24 18:34:33 +00:00
craig.p.drummond
5adcd33786 Fixes for personal mpd collection 2013-09-24 18:33:25 +00:00
craig.p.drummond
2e22b1a258 HTTP stream URL is per collection 2013-08-23 16:34:03 +00:00
craig.p.drummond
b05ab4f3c5 Fix crash in settings dialog if current connection name is removed from config file. 2013-08-18 18:34:10 +00:00
craig.p.drummond
df237b3992 Strings should be in american english 2013-08-08 19:13:49 +00:00
craig.p.drummond
f0bad94c9c 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
ab853d24aa Add Cancel to add collection message box 2013-06-24 19:54:15 +00:00
craig.p.drummond
e06bb3d589 Fix special value text width 2013-06-24 18:46:20 +00:00
craig.p.drummond
c6bb1d0607 No need to emit connectTo in serversettings::save, as this is done later 2013-06-24 18:42:59 +00:00
craig.p.drummond
ff7a17dd22 Add support for a simple profile where MPD is started by cantata, and the only settings are the music folder and cover names. 2013-06-23 08:51:19 +00:00
craig.p.drummond
dc6e3af0d8 Fix Qt5 segfault on exit, due to static QIcons being destructed. 2013-06-12 19:56:59 +00:00
craig.p.drummond
9e36f0b3e4 Use style-hint to dtermine if we show icons on buttons or not 2013-06-06 18:45:40 +00:00
craig.p.drummond
9ae929a329 - Try no to use yes/no in dialogs - as Gtk reverses this to no/yes!!
- Use standard gui items, and create Qt equivalents
2013-05-29 19:00:50 +00:00
craig.p.drummond
9fc2050fd7 Document %artist% / %album% in cover name 2013-05-03 18:05:48 +00:00
craig.p.drummond
61b9bbfb55 Allow to specify cover name as (e.g.) "%artist%-%title%"
BUG:202
2013-04-24 21:20:11 +00:00
craig.p.drummond
686986d506 Always save current connection name 2013-03-18 20:16:45 +00:00
craig.p.drummond
93142f1386 Trim path 2013-02-11 19:32:49 +00:00
craig.p.drummond
c60604502f Remove Qt module prefix from includes - will make Qt5 port a little easier! 2013-01-28 19:33:42 +00:00
craig.p.drummond
fbe6f03408 Update copyright year 2013-01-17 16:57:20 +00:00
craig.p.drummond
89dd795a16 Clean caches when connection details changed. 2012-10-22 19:12:21 +00:00
craig.p.drummond@gmail.com
2056f14598 - When mpd connection state changes to connected, store name as current connection.
- When saving, if we only have 1 connection, then save this as the current connection.
BUG:117
2012-10-18 11:07:33 +00:00
craig.p.drummond
334397fe94 - Remove cover fetching from dyanmizer
- Only add config item for dynamizer port, as remote dynamizer should really be on the same machine as MPD.
2012-10-10 19:00:28 +00:00
craig.p.drummond@gmail.com
bac416a47d Configured filename is only name part, no extension. Allows for ${coverName}.jpg and ${coverName}.png
BUG: 104
2012-10-08 11:06:48 +00:00
craig.p.drummond
04a0c519a2 Add setting to control name of downloaded cover files.
BUG: 104
2012-10-07 19:27:29 +00:00
craig.p.drummond
094354c66b Make 'Icon' a class, and move icons into Icons 2012-10-03 19:16:52 +00:00
craig.p.drummond
ee457e227c Don't enforce oxygen icons for Qt-only (Linux) builds. Cehck for missing icons, and use alternatives.
NOTE: This is not 100% complete yet - still require better icons for dynamic, playlists, and others...
2012-09-18 18:47:25 +00:00
craig.p.drummond
b877562085 Add a server mode (with HTTP API) to cantata-dynamic. Intended so that dynamizer can run on same host as mpd 2012-09-07 19:42:17 +00:00
craig.p.drummond
49cc24eb46 Completly remove android changes - this NEVER worked very well, and never will with QWidgets :-( 2012-08-30 19:43:32 +00:00
craig.p.drummond
b3f36f1cae Android: more sizing fixes 2012-06-22 15:51:13 +00:00
craig.p.drummond
8894263b1f More android work... 2012-06-19 15:48:18 +00:00
craig.p.drummond
08205662ee Initial support for android (Necessitas) build.
NOTE: This is *very* much a WORK IN PROGRESS. There are *lots* of missing icons, fonts are a bit too big, etc.
2012-06-18 23:00:22 +00:00
craig.p.drummond
a147d8277d No local socket support for windows build 2012-06-18 18:25:04 +00:00
craig.p.drummond
26b3bdc59c Fix saving/reading/updating connection details. 2012-06-15 22:36:55 +00:00
craig.p.drummond
2146768b5c Set combo index 2012-06-15 22:22:41 +00:00
craig.p.drummond
4d53b63ced Fix removal of default connection 2012-06-09 12:01:12 +00:00
craig.p.drummond
384f02457d Enable connect button on state change 2012-06-08 17:56:17 +00:00
craig.p.drummond
b99ec2b073 Multiple server support fixes 2012-06-08 17:54:59 +00:00
craig.p.drummond
f31a7264cd Add support for multiple MPD servers. 2012-06-08 17:53:35 +00:00
craig.p.drummond
f5f3114145 Reduce KDE/Qt code duplication - by creating dummy Dialog, MessageBox, and InputDialog classes/namespaces for Qt. 2012-05-31 17:45:57 +00:00
craig
1e325bbd3b Add basic lyrics editing. 2012-03-25 08:42:32 +00:00