Commit Graph

61 Commits

Author SHA1 Message Date
craig.p.drummond
b79f87a377 Import initial cover download dialog. This is so that trunk actually compiles!
THIS IS NOT FINISHED, NOT EVEN SLIGHTLY!!!
2012-12-15 12:39:45 +00:00
craig.p.drummond
b10ff6582a Fix windows build 2012-10-24 18:20:46 +00:00
craig.p.drummond
1a49f6af40 Encode/decode UTF-8 sent to /recieved from MPD.
BUG:120
2012-10-21 18:13:55 +00:00
craig.p.drummond
7a81703258 Read-rules in as UTF8
BUG:120
2012-10-20 16:29:36 +00:00
craig.p.drummond
b12d2e2503 Set codec to UTF-8 when reading/writing rules.
BUG:120
2012-10-20 16:19:16 +00:00
craig.p.drummond
ea618918ef Display extra information texts in messageboxs and not whats-this popups, as QGtkStyle seems to have issues with the palette in these.
BUG:119
2012-10-20 16:05:54 +00:00
craig.p.drummond
2521a1efd5 - 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
e6d2094c86 - Fix missing 'edit' icons in non-oxygen icon sets
- Add icon to createAction
2012-10-10 18:41:43 +00:00
craig.p.drummond@gmail.com
d697b4dc06 Move cacheDir/configDir helpers into Utils 2012-10-08 11:35:29 +00:00
craig.p.drummond@gmail.com
70b6f5d550 Move most of Utils into support lib 2012-10-08 11:22:54 +00:00
craig.p.drummond
a0c0cd9634 Support for modifiable keyboard shortcuts in Qt-only builds. (Code stolen from Quassel!) 2012-10-03 19:58:42 +00:00
craig.p.drummond
7562762728 Make 'Icon' a class, and move icons into Icons 2012-10-03 19:16:52 +00:00
craig.p.drummond@gmail.com
068cbc931e Add a custom spinbox to closer match Gtk3's large button spinbox style. Only for linux builds NOT run under KDE, and using QGtkStyle. 2012-09-21 11:08:09 +00:00
craig.p.drummond
4ebdf8e337 Add a ON/OFF style checkbox for linux builds when NOT run under KDE. 2012-09-19 18:42:14 +00:00
craig.p.drummond
f508ddbbc2 - Use a random icon that matches the repeat icon better.
- Draw the consume icon in code, so that it matches random and repeat better.
2012-09-19 15:10:26 +00:00
craig.p.drummond
80ebbf5780 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@gmail.com
9bf2f0aeb3 Remove tabstop reference to invalid widget 2012-09-11 11:07:46 +00:00
craig.p.drummond
b54a7d0992 Add support for 'Similar Artists' in dynamic mode. 2012-09-10 19:32:03 +00:00
craig.p.drummond
24f06e01b2 Set image mime-type 2012-09-09 18:47:38 +00:00
craig.p.drummond
3c5dc17617 Improvements to HTTP mode
- Show spinner when loading list
- Only mark entry as active if it is the current entry, and HTTP state is not IDLE
- Clear currentJob when response received
2012-09-09 10:12:01 +00:00
craig.p.drummond
ccec6fe2bf Install directory as mpd:mpd 2012-09-07 19:49:58 +00:00
craig.p.drummond
9654ce15a9 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
affa21ccc5 Add 3 forms for Qt plural translations; none, singular, and others 2012-09-03 19:07:31 +00:00
craig.p.drummond@gmail.com
e5059c0a48 Use lupdate/lrelease for generating Qt translations from KDE ones.
Hack-around issues with Qt plural forms - use 'Tracks: 2' instead of '2 Tracks'
2012-09-03 11:27:16 +00:00
craig.p.drummond
6a29c8a261 Fix compilation!!!! 2012-09-02 20:17:35 +00:00
craig.p.drummond
5669f724f6 Initial work on Qt translations. Commented out for the moment, as xgettext is crashing!!! 2012-09-02 20:13:00 +00:00
craig.p.drummond@gmail.com
fb14d116c9 Reset 'mpdDbUpdated' flag each time before getting mpd status. 2012-08-16 17:15:40 +00:00
craig.p.drummond
06a6957e47 Fix non-android compile! 2012-06-22 15:55:46 +00:00
craig.p.drummond
5b32b51a23 Android: more sizing fixes 2012-06-22 15:51:13 +00:00
craig.p.drummond
632bc04c9b Add support for multiple MPD servers. 2012-06-08 17:53:35 +00:00
craig.p.drummond
f9f1edcb6f 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.p.drummond
d06dbf624d Have cantata-dynamic helper script send a dbus message when it starts and stops - so that cantata main window can show the current status if the helper is started externally. 2012-05-18 16:37:27 +00:00
craig.p.drummond@gmail.com
0ed27e3b16 Create a 'BuddyLabel' class. When this receives a mouse-release event, it passes focus to its buddy - and if the buddy is a checkbox, it toggles the setting.
BUG:4
2012-04-27 11:09:51 +00:00
craig.p.drummond@gmail.com
4999dc2f2c If we remove the currently playing dynamic rules, then stop cantata-dynamic
Before linking new rules file, always remove the previous - even if QFile::exists() is false (as seems to be the case for dangling symlinks)
BUG:2
2012-04-27 11:06:18 +00:00
craig.p.drummond@gmail.com
0afd84221c Fix usage of rules that only contain dates. Thanks to bug reporter for patch.
BUG:1
2012-04-27 11:03:11 +00:00
craig.p.drummond@gmail.com
5712827e8c If not playing, and we fill playqueue, then start playing first track. 2012-04-22 20:41:23 +00:00
craig.p.drummond@gmail.com
3d5ebc3b0d Fix remove 2012-04-20 16:47:15 +00:00
craig.p.drummond@gmail.com
97677aa94d Place rules info in a QWhatsThis window, activated by clicking on label. 2012-04-20 16:47:01 +00:00
craig.p.drummond@gmail.com
b9a504b749 Set flag when mpd database has been updated. 2012-04-20 11:21:30 +00:00
craig.p.drummond@gmail.com
19300a508b - Move showPage dbus command out of Mpris class and into mainwindow
- Make MainWindow::showError visible on dbus interface
- When cantata-dynamic fails to locate any songs it will now emit an error and terminate.
2012-04-20 11:20:44 +00:00
craig.p.drummond@gmail.com
76c467d4b7 Use a QListView to display rules list, so that we can show include rules above exclude rules. 2012-04-19 17:30:18 +00:00
craig.p.drummond@gmail.com
8f2b83caac Fix eclude rule usage when there are no include rules. 2012-04-19 17:29:38 +00:00
craig
e94c6e6612 Reduce delay 2012-04-18 21:50:54 +00:00
craig
cbc69b399b Also need to check for player events 2012-04-18 21:25:34 +00:00
craig
9e37f5129f Better help text 2012-04-18 20:22:54 +00:00
craig
f8c45d1588 Add option to set a rule as 'exclude songs matching..' 2012-04-18 20:08:59 +00:00
craig
ffc30b31ed - Fix local socket connections
- Fix handling of errors - these start with ACK
2012-04-18 19:01:31 +00:00
craig
3048d6a54e Add extr-large cover sizes (64pixels library, 160pixels albums). 2012-04-18 18:33:39 +00:00
craig
f742de3277 Check timestamp of rules file before re-reading 2012-04-18 18:32:55 +00:00
craig
558a14f770 Re-write dynamic script in perl -> no need for mpc!!! 2012-04-18 18:32:36 +00:00