Commit Graph

92 Commits

Author SHA1 Message Date
craig.p.drummond
66b0f2fecb Better status labels for streams and dynamic pages. 2013-05-08 18:27:51 +00:00
craig.p.drummond
62545a8df6 Use correct error icon 2013-05-07 18:16:51 +00:00
craig.p.drummond
78f5298bab Monochrome sidebar icons 2013-04-25 22:25:03 +00:00
craig.p.drummond
77ca29fe8d Add 'add' button to dialog, so that can create multiple rules without closing dialog 2013-04-19 18:33:27 +00:00
craig.p.drummond
458cfc70a8 PRevent duplicates in dynamic rules 2013-04-19 18:32:58 +00:00
craig.p.drummond
320ddedf90 s/songs the match/songs that match/g 2013-04-09 17:44:45 +00:00
craig.p.drummond
aebf181b75 Remove 'windowTitle' property from widgets 2013-04-08 17:14:57 +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
ea80ce87f8 Use different icon for 'add dynamic playlist' 2013-04-03 16:58:52 +00:00
craig.p.drummond
83c78ecff4 Fix example text 2013-03-25 19:54:16 +00:00
craig.p.drummond
f0b2e83dad Save, and restore, sizes of (most) dialogs. 2013-03-18 20:15:41 +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
5d4ed6cdf9 Date range of 20years max 2013-02-22 20:39:51 +00:00
craig.p.drummond
90f9257958 Allow wildcard genres. e.g. 'Rock*' for 'Hard Rock' and 'RockNRoll' 2013-02-22 20:38:21 +00:00
craig.p.drummond
1e36f0a066 Use a property to determine slim combo 2013-02-20 16:49:25 +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
0b1adb1724 Reduce spacing of icons at bottom of window 2013-02-15 17:24:28 +00:00
craig.p.drummond
6f8968fe78 Reduce #includes 2013-02-15 17:22:52 +00:00
craig.p.drummond
8942a18141 Make tool buttons square 2013-02-15 17:22:14 +00:00
craig.p.drummond
2b5884a36c Use GenreCombo 2013-02-13 19:47:09 +00:00
craig.p.drummond
c70397610b DOnt use messagewidget - takes too much space. Show an icon and label instead. 2013-02-08 21:15:23 +00:00
craig.p.drummond
f6581f901b Use message-widget to display errors, etc 2013-02-08 18:13:24 +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
102beb6d86 Use com.googlecode.cantata instead of org.kde.cantata for DBUS service, etc. 2013-01-22 18:09:21 +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
craig.p.drummond
634e2ad565 cantata-dynamic has no 'status' routine... 2013-01-18 20:01:50 +00:00
craig.p.drummond
4c43616dfc Better text for start button 2013-01-17 18:23:17 +00:00
craig.p.drummond
476d132466 Update copyright year 2013-01-17 16:57:20 +00:00
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