Commit Graph

478 Commits

Author SHA1 Message Date
craig.p.drummond
0b90c03920 Pressing search action only actives search, and does not toggle it 2013-07-18 14:54: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
4b9e65ba01 More work for Jamendo searches 2013-07-15 19:13:14 +00:00
craig.p.drummond
d0a7d25a7e Draw service icon behind view when searching 2013-07-12 19:07:51 +00:00
craig.p.drummond
cbeb44d699 SoundCloud support 2013-07-11 19:41:41 +00:00
craig.p.drummond
4121277e8b Remove ENABLE_ONLINE_SERVICE cmake option - always enabled. 2013-07-11 18:38:48 +00:00
craig.p.drummond
f02fdf4cf2 Song is a struct, not class
BUG: 254
2013-07-11 18:34:13 +00:00
craig.p.drummond
b9e5ef8203 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
d225ef1b2e Increase opacity 2013-07-10 18:33:59 +00:00
craig.p.drummond
88c55f648f 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
e7775daf86 Only set root index if this is different to current root 2013-07-10 18:32:11 +00:00
craig.p.drummond
9f680ae352 Dont show close button on overlay message 2013-07-09 18:53:34 +00:00
craig.p.drummond
ceb822b2c3 Show message when stream added to favourites, or category is bookmarked 2013-07-09 18:39:37 +00:00
craig.p.drummond
9a406801ed Show sub-text in search results 2013-07-09 14:16:16 +00:00
craig.p.drummond
179d0eeca2 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
d50001d986 Expand favourites by default 2013-07-09 14:14:01 +00:00
craig.p.drummond
f9ba35930c Show message on playqueue when fetching a stream 2013-07-05 19:21:08 +00:00
craig.p.drummond
d94395ba98 Draw base background before drawing cover 2013-07-03 15:40:35 +00:00
craig.p.drummond
6242ae9be9 Fix playlist icons 2013-07-03 15:37:52 +00:00
craig.p.drummond
b0681301a1 Improve title for icon view 2013-07-02 19:19:32 +00:00
craig.p.drummond
049a9a604b Remove spacing 2013-07-02 19:19:12 +00:00
craig.p.drummond
3a637b2bfd Esc closes search if button has focus as well 2013-07-01 19:56:26 +00:00
craig.p.drummond
e2c0b0792a Pressing return opens selected item in listview 2013-07-01 19:56:03 +00:00
craig.p.drummond
edab753eb9 Use esc to close search widget 2013-07-01 19:55:36 +00:00
craig.p.drummond
61640038a8 Update palette when playqueue is moved to/from sidebar 2013-07-01 19:55:13 +00:00
craig.p.drummond
673983a5c9 Focus lineedit when search is shown 2013-07-01 19:54:40 +00:00
craig.p.drummond
2d17a2dba0 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
6354c25dfa Disable tooltip for streams - a tooltip makes no sense in this case. 2013-06-29 07:57:03 +00:00
craig.p.drummond
ce17aebf36 ...and the code to go along with the PNG icons... 2013-06-26 16:23:09 +00:00
craig.p.drummond
7a42703c7e Optionally use current album cover as play queue backdrop 2013-06-25 18:05:48 +00:00
craig.p.drummond
68097e94c2 Fix KDE compile 2013-06-19 18:24:51 +00:00
craig.p.drummond
7c49a1c2a3 Remove gradient 2013-06-19 18:24:14 +00:00
craig.p.drummond
f566fcdea7 Better colours 2013-06-19 18:23:57 +00:00
craig.p.drummond
76ca7dddc0 Fix Qt5 crash on exit due to destructnig static QStringList 2013-06-13 18:55:00 +00:00
craig.p.drummond
f00fb0b20d Consistent way to get layout spacing 2013-06-13 18:54:28 +00:00
craig.p.drummond
f964173c42 Attempt to work-around Qt5 toolbutton auto-raise bug 2013-06-12 20:02:03 +00:00
craig.p.drummond
9e4bf4ee84 Might need light info icon for KDE builds too :-) 2013-06-12 20:00:38 +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
dafc24a53a Move 'Play Stream' icon from toolbar and into menu 2013-06-11 18:00:52 +00:00
craig.p.drummond
be9d27e84b Extra 20% added to fixed columns is not actually required. 2013-06-11 17:52:20 +00:00
craig.p.drummond
88f26a5462 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
0809530930 Use mode's SizeHint to determine size of status column 2013-06-11 11:52:18 +00:00
craig.p.drummond@gmail.com
cd483e29f6 For high dpi settings, add extra padding to fixed width columns 2013-06-11 11:41:49 +00:00
craig.p.drummond
d8af54e418 Work on high-DPI support. QWizard seems broken???
BUG:231
2013-06-08 15:01:03 +00:00
craig.p.drummond
dc70298146 Add option to place context view into sidebar 2013-06-07 19:22:26 +00:00
craig.p.drummond
803fb0b272 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
a78a0ebf7a RTL fixes 2013-06-06 18:46:38 +00:00
craig.p.drummond
4a47dda4e4 Spelling :-( 2013-06-04 18:27:49 +00:00
craig.p.drummond
7a496b894a If window is too slim for 3 views, place context views into a stacked widget and show one at a time 2013-05-31 17:26:14 +00:00