Commit Graph

479 Commits

Author SHA1 Message Date
craig.p.drummond
d538f8d155 Use KIconTheme to ascertain icon theme name with KDE builds. 2013-07-22 21:52:25 +00:00
craig.p.drummond
67546bed2a Pressing search action only actives search, and does not toggle it 2013-07-18 14:54:59 +00:00
craig.p.drummond
01080397e4 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
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
ea0aef26df More work for Jamendo searches 2013-07-15 19:13:14 +00:00
craig.p.drummond
a90fe42b4d Draw service icon behind view when searching 2013-07-12 19:07:51 +00:00
craig.p.drummond
12cc3c0822 SoundCloud support 2013-07-11 19:41:41 +00:00
craig.p.drummond
fe1eb01433 Remove ENABLE_ONLINE_SERVICE cmake option - always enabled. 2013-07-11 18:38:48 +00:00
craig.p.drummond
854d56d5dc Song is a struct, not class
BUG: 254
2013-07-11 18:34:13 +00:00
craig.p.drummond
db63858b06 USe two views - one for normal display, and one for searhcing. This way expanded items are preserved when exiting search 2013-07-10 18:36:10 +00:00
craig.p.drummond
1c4757d455 Increase opacity 2013-07-10 18:33:59 +00:00
craig.p.drummond
91af9283b7 Add 'home' button to navigate back to to top level. Only visible if 2 or more levels deep 2013-07-10 18:32:51 +00:00
craig.p.drummond
6149e8bdc0 Only set root index if this is different to current root 2013-07-10 18:32:11 +00:00
craig.p.drummond
b1897f19e4 Dont show close button on overlay message 2013-07-09 18:53:34 +00:00
craig.p.drummond
6791fe82ae Show message when stream added to favourites, or category is bookmarked 2013-07-09 18:39:37 +00:00
craig.p.drummond
559ed9a64d Show sub-text in search results 2013-07-09 14:16:16 +00:00
craig.p.drummond
8e3d577201 Better TunIn searches. Search is now in main window, and all types are searched.
BUG:252
2013-07-09 14:15:11 +00:00
craig.p.drummond
8c441d953b Expand favourites by default 2013-07-09 14:14:01 +00:00
craig.p.drummond
d273009c66 Show message on playqueue when fetching a stream 2013-07-05 19:21:08 +00:00
craig.p.drummond
ba4efd15aa Draw base background before drawing cover 2013-07-03 15:40:35 +00:00
craig.p.drummond
c604d84629 Fix playlist icons 2013-07-03 15:37:52 +00:00
craig.p.drummond
ca8189b865 Improve title for icon view 2013-07-02 19:19:32 +00:00
craig.p.drummond
2594a26877 Remove spacing 2013-07-02 19:19:12 +00:00
craig.p.drummond
554a8aa2be Esc closes search if button has focus as well 2013-07-01 19:56:26 +00:00
craig.p.drummond
a35346af7f Pressing return opens selected item in listview 2013-07-01 19:56:03 +00:00
craig.p.drummond
41c7ad074d Use esc to close search widget 2013-07-01 19:55:36 +00:00
craig.p.drummond
ad19432c27 Update palette when playqueue is moved to/from sidebar 2013-07-01 19:55:13 +00:00
craig.p.drummond
41303e6d6a Focus lineedit when search is shown 2013-07-01 19:54:40 +00:00
craig.p.drummond
8e7dc5c102 Place search fields on bottom of views, and hide by default. Show when Ctrl-F is used for views, and Ctrl-Shift-F for playqueue. 2013-06-30 21:35:43 +00:00
craig.p.drummond
a41b1ba50b Disable tooltip for streams - a tooltip makes no sense in this case. 2013-06-29 07:57:03 +00:00
craig.p.drummond
c61dc71a33 ...and the code to go along with the PNG icons... 2013-06-26 16:23:09 +00:00
craig.p.drummond
b0f0a723a1 Optionally use current album cover as play queue backdrop 2013-06-25 18:05:48 +00:00
craig.p.drummond
17c2924766 Fix KDE compile 2013-06-19 18:24:51 +00:00
craig.p.drummond
09a2a710f4 Remove gradient 2013-06-19 18:24:14 +00:00
craig.p.drummond
35950c10ac Better colours 2013-06-19 18:23:57 +00:00
craig.p.drummond
7c2666e011 Fix Qt5 crash on exit due to destructnig static QStringList 2013-06-13 18:55:00 +00:00
craig.p.drummond
89d415ded2 Consistent way to get layout spacing 2013-06-13 18:54:28 +00:00
craig.p.drummond
96eea2f0ad Attempt to work-around Qt5 toolbutton auto-raise bug 2013-06-12 20:02:03 +00:00
craig.p.drummond
68d4e4e8a9 Might need light info icon for KDE builds too :-) 2013-06-12 20:00:38 +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
44860efc17 Move 'Play Stream' icon from toolbar and into menu 2013-06-11 18:00:52 +00:00
craig.p.drummond
634c454f61 Extra 20% added to fixed columns is not actually required. 2013-06-11 17:52:20 +00:00
craig.p.drummond
19f0b642f6 Enable MPD HTTP stream playback using QtMultiMedia for Qt5 builds. Thanks to Marcel Bosling for the patch. Disabled by default, to enable pass -DENABLE_HTTP_STREAM_PLAYBACK=ON to cmake. 2013-06-11 17:46:19 +00:00
craig.p.drummond@gmail.com
f22dfc4d2c Use mode's SizeHint to determine size of status column 2013-06-11 11:52:18 +00:00
craig.p.drummond@gmail.com
121ce5cde6 For high dpi settings, add extra padding to fixed width columns 2013-06-11 11:41:49 +00:00
craig.p.drummond
529a9e8952 Work on high-DPI support. QWizard seems broken???
BUG:231
2013-06-08 15:01:03 +00:00
craig.p.drummond
18be905799 Add option to place context view into sidebar 2013-06-07 19:22:26 +00:00
craig.p.drummond
aaa98260c8 No need for special i18n string for RTL languages, any RTL translation can handle this. 2013-06-07 19:20:37 +00:00
craig.p.drummond
5afc580d1b RTL fixes 2013-06-06 18:46:38 +00:00
craig.p.drummond
7ed5f42056 Spelling :-( 2013-06-04 18:27:49 +00:00