Commit Graph

173 Commits

Author SHA1 Message Date
craig.p.drummond
bd4ee119ae Remove 'Go Back' from context menu 2014-04-23 18:59:07 +00:00
craig.p.drummond
d26cb5ea53 Combine back button and label into 1 button 2014-04-22 18:39:06 +00:00
craig.p.drummond
17d4863385 Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +00:00
craig.p.drummond
3d8f2a9e4d Fix crash when chaging view mode whilst search is active. 2014-04-17 16:02:35 +00:00
craig.p.drummond
1929ddaffe If MPD database is refreshed whilst listview is not at top level, then reset view to top level 2014-04-04 19:34:10 +00:00
craig.p.drummond
719b10fed8 Code layout re-org 2014-04-02 17:35:21 +00:00
craig.p.drummond
6637482bc6 - When mouse-over listview title, use highlight colour for text (and not whole background). This is more consistent with time-slider's time remaining label.
- Make shortcut for 'Go Back' action changeable.
2014-03-31 17:53:25 +00:00
craig.p.drummond
e3eca2e9fb Remove action from menu when hide 2014-03-31 17:52:41 +00:00
craig.p.drummond
3700ff736f Remove home button - not really needed. 2014-03-31 17:52:20 +00:00
craig.p.drummond
3b700eefb8 REduce KDE differences 2014-03-26 19:34:28 +00:00
craig.p.drummond
c0f99fa23b - Be consistent with dsiaplying year's of albums - year is shown in brackets after album name.
- Only show album year in non-icon view.
2014-03-11 19:45:38 +00:00
craig.p.drummond
0dd5b07989 For some Gtk styles, make it appear as if there is just one line between views. 2014-02-27 17:45:16 +00:00
craig.p.drummond
efd36899dc USe different small scale factor depending upon current font size 2014-02-25 19:27:29 +00:00
craig.p.drummond
ddf3d94d5b No 'go back' action for search page - its only ever 1 level deep! 2014-02-07 20:11:35 +00:00
craig.p.drummond
4d809330ea Create a base class for TableViews 2014-02-04 19:14:11 +00:00
craig.p.drummond
65ac8cde39 Remove typo 2014-02-04 19:13:42 +00:00
craig.p.drummond
1f5e9498ce Reduce alpha - to be consistent with context view switcher widget 2014-01-30 19:25:27 +00:00
craig.p.drummond
a576364dd4 Only use 'mouse-over' if view is under mouse 2014-01-30 19:24:02 +00:00
craig.p.drummond
72e4f3de21 Simplify 2014-01-29 19:18:17 +00:00
craig.p.drummond
520ebbe6d4 Highlight background of label 2014-01-29 19:18:04 +00:00
craig.p.drummond
9d52934bd5 o need to create a widget to hold view, just add to stack. 2014-01-28 19:14:26 +00:00
craig.p.drummond
b539e047d5 Clicking on title list/icon view navigates back.
BUG: 392
2014-01-28 19:05:00 +00:00
craig.p.drummond
e61f3180c7 Use a separate page for each view type 2014-01-27 19:41:36 +00:00
craig.p.drummond
a7fc54d7d2 Aborted attempt to add actions to table view - icons overlap text :-( 2014-01-27 19:40:18 +00:00
craig.p.drummond
8b65d4f7eb Reset model to reset column count 2014-01-27 19:39:44 +00:00
craig.p.drummond
ef180aaca5 intercept OverrideShortcut event 2014-01-27 19:38:27 +00:00
craig.p.drummond
c0a0751643 Add 'Table' style view for playlists.
BUG: 391
2014-01-27 19:37:54 +00:00
craig.p.drummond
3221800241 If list view has focus, pressing Backspace will navigate back.
BUG: 392
2014-01-26 10:01:33 +00:00
craig.p.drummond
10d78e0a46 Speedup? 2014-01-23 19:51:33 +00:00
craig.p.drummond
15211595c0 Only set focus if visible 2014-01-23 19:51:09 +00:00
craig.p.drummond
820ee24dcf Re-focus view when search closed. 2014-01-23 19:50:17 +00:00
craig.p.drummond
a5f0e4f08b Only react to back or home action is listviews if view is visible! 2014-01-23 19:47:48 +00:00
craig.p.drummond
a03618d458 Add new view style "Basic Tree (No Icons)". This is as per the simple tree, but only images, and not icons, will be shown. 2014-01-17 20:04:12 +00:00
craig.p.drummond
df779145e6 Add overlay widgets to view, not viewport. 2014-01-15 19:29:23 +00:00
craig.p.drummond
05733adbb2 Use message overlay widget to indicate library is being loaded 2014-01-10 20:02:39 +00:00
craig.p.drummond
d91f8807d2 Results of cppcheck... 2014-01-08 19:49:48 +00:00
craig.p.drummond
adf2cd78db Only collapse search index 2014-01-07 19:59:41 +00:00
craig.p.drummond
addfca835a Update (c) year 2014-01-06 19:32:05 +00:00
craig.p.drummond
03849ee1c7 When closing search widget, after performing a search, collapse all bar top level items.
BUG: 367
2013-12-30 09:21:32 +00:00
craig.p.drummond
482bc95ad0 Save search category 2013-12-18 19:17:58 +00:00
craig.p.drummond
3eef603688 Add 'Search' tab - uses MPD for search. 2013-12-18 19:15:19 +00:00
craig.p.drummond
642bee5ed2 Check return of selectionModel() before using.
BUG: 333
2013-11-27 19:41:37 +00:00
craig.p.drummond
c43f6ae6d3 When showin a new page, place focus on view. 2013-11-10 07:55:14 +00:00
craig.p.drummond
aac26903a6 - Show action short-cuts in tooltips
- Move https->http conversion into NetworkAccessManager, so that it is consistent
- Place clear playqueue button back to its previous position
2013-10-09 17:07:14 +00:00
craig.p.drummond
7b36d7b2fd Expand podcasts on initial showEvent 2013-10-01 19:11:21 +00:00
craig.p.drummond
ccbb0dd87f Expand podcasts by default - if it is the only service, or if it and soundcloud are the only services 2013-10-01 18:27:27 +00:00
craig.p.drummond
3f36596d25 Hide search when provider is toggled 2013-10-01 18:24:40 +00:00
craig.p.drummond
91842114b1 Use italic font for played podcasts 2013-10-01 18:11:31 +00:00
craig.p.drummond
13c4d2bfc6 (Hopefully) fix selection order of items - and order added to playqueue. 2013-09-03 18:40:50 +00:00
craig.p.drummond
2ed44ff6c4 Dont draw item divider in icon views. 2013-08-28 18:46:11 +00:00