Commit Graph

98 Commits

Author SHA1 Message Date
craig.p.drummond
16d719f3d2 Better retina support. 2014-09-18 16:29:58 +00:00
craig.p.drummond
5731ef4c30 Add option to have separate play queue search action.
BUG: 545
2014-09-17 21:01:59 +00:00
craig.p.drummond
7a0747d17d Add option to disable song info tooltips. 2014-09-14 08:01:19 +00:00
craig.p.drummond
d611d079f4 Hack around some glitches in OSX. 2014-09-13 07:43:41 +00:00
craig.p.drummond
6c77389b3a Add note-label classes to ensure consistency 2014-08-21 16:40:46 +00:00
craig.p.drummond
681ae23b2a Re-arrange sidebar options if limited height 2014-08-21 16:38:58 +00:00
craig.p.drummond
5953a568ee Combine 2 notes into 1 2014-08-20 19:31:13 +00:00
craig.p.drummond
184fb3176d Fix text 2014-08-18 19:08:27 +00:00
craig.p.drummond
4c5d424cd6 If screen is 800px or less, re-arrange view config items so that pref dlg can be smaller 2014-08-12 19:43:26 +00:00
craig.p.drummond
59b7c5a0f1 - Place toolbar options in there own tab
- Add option to toggle rating widget in toolbar
2014-07-24 17:37:02 +00:00
craig.p.drummond
3d1a4f88ce Simple view config 2014-07-17 16:14:22 +00:00
craig.p.drummond
0d19ee77ab - Remove GUI option to control saving of scaled covers. This is enabled by default, and can be toggled via the config file.
- Dont re-load view when sort changes.
2014-07-16 19:07:41 +00:00
craig.p.drummond
d5d5c23479 - Remove cover size setting, set automtically.
- Artist images only shown in grid view.
- No images, or icons, shown in basic tree view.
2014-07-16 19:06:33 +00:00
craig.p.drummond
448607a206 Scrollbar are no longer hidden if touch-friendly, just reduced in width 2014-06-23 20:04:20 +00:00
craig.p.drummond
ac9e3a7d80 Re-add option to have cover in toolbar 2014-06-18 18:52:18 +00:00
craig.p.drummond
265587cec6 Touch-style spin for all styles 2014-05-15 11:15:14 +00:00
craig.p.drummond
9472249ec6 Spelling! 2014-05-15 11:13:38 +00:00
craig.p.drummond
d29d9a8781 Alter includes to have su-folder - e.g. utils.h -> support/utils.h 2014-05-13 18:37:52 +00:00
craig.p.drummond
345b755818 Add option to only act on songs that pass current string or genre filter.
BUG: 473
2014-04-30 18:48:00 +00:00
craig.p.drummond@gmail.com
50a661b264 Better tooltip 2014-04-25 17:41:35 +00:00
craig.p.drummond
fb5094f7ff Dont increase icon size for 'touch friendly' - looks awful. Instead, just increase with of toolbuttons by 33% 2014-04-24 19:10:27 +00:00
craig.p.drummond
1232bdee69 Re-organize play-queue view mode setting - make it easier to add more modes in future. 2014-04-22 18:41:48 +00:00
craig.p.drummond
54b0eb57cc Make QtWidgets version more touch friendly? 2014-04-17 16:06:00 +00:00
craig.p.drummond
343788c0df More album sort options 2014-04-15 19:15:12 +00:00
craig.p.drummond
3e22ae544d Add some tooltips 2014-04-01 18:03:14 +00:00
craig.p.drummond
ff55be5305 Remove grouping of multiple-artist albums under 'Various Artists' 2014-04-01 18:02:12 +00:00
craig.p.drummond
66b3ea366f - 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
7440d95888 Set 'no interaction' flag on NOTE labels - so that Oxygen's window drag works. 2014-02-28 20:11:51 +00:00
craig.p.drummond
4ad24c4e07 Configurable search view 2014-02-17 20:16:39 +00:00
craig.p.drummond
7ecca144d3 Remove colon from group-box titles 2014-02-13 19:15:45 +00:00
craig.p.drummond
9e4cb2332c Place 'Grouped Albums' before 'Table' in playqueue view settings, to be consistent with playlist view settings. 2014-01-30 19:24:53 +00:00
craig.p.drummond
4999f8979a Increase max blur to 20 pixels 2014-01-25 10:01:47 +00:00
craig.p.drummond
e1f0b38148 - Add option to use a custom image as playqueue background.
- Add option to specify blur and opacity of playqueue background image
BUG: 386

(Similar options to be added to context view background)
2014-01-25 09:59:21 +00:00
craig.p.drummond
5407da54d5 Add option to NOT download covers from last.fm 2014-01-25 09:56:54 +00:00
craig.p.drummond
a192b93b5e Use list-view to control sidebar views - this is required as not all items (Dynamic, Streams, Online, or Devices) may be avaialble (e.g. compiled out!) 2014-01-22 21:01:23 +00:00
craig.p.drummond
aec2966290 Move all sidebar settings into settings dialog. 2014-01-16 19:30:39 +00:00
craig.p.drummond
b3b2062987 Move configuring of enabled views into main interface section of settings dialog. 2014-01-15 19:33:45 +00:00
craig.p.drummond
72a6e4ea04 No need to mention how image is cropped. 2014-01-08 19:48:00 +00:00
craig.p.drummond
afcadec227 Remove usage of Gtk-style on-off button for Gtk style, and instead give checkboxes better text and adjust config layout. 2014-01-06 20:43:24 +00:00
craig.p.drummond
e01d97e66e Add option to set language in Qt only builds 2014-01-06 19:30:00 +00:00
craig.p.drummond
6a582befa1 Optionally save scaled covers (used in artist and albums views) to disk. 2013-12-19 20:06:06 +00:00
craig.p.drummond
571419b861 Add option to control startup-state; visible, hidden, or remebered from previous run.
BUG: 337
2013-12-16 19:28:06 +00:00
craig.p.drummond
fc85f03d0d Add a UI option to control clear playqueue prompt.
BUG: 318
2013-10-16 18:21:39 +00:00
craig.p.drummond
151fbfd9ee Only show config pages, and tabs, that are relevant to the enabled views. 2013-10-08 18:00:28 +00:00
craig.p.drummond
81ebccd6c1 - Optionally support Qxt global shortcuts for Qt-only (Qt4) Linux, and Windows, builds.
- Move media-keys setting into shortcuts page.
2013-10-04 18:42:56 +00:00
craig.p.drummond
e872124e3b Initial support for Composer tag 2013-08-22 18:18:59 +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
6115ba30ca Remove lyrics and info pages, and place within a new context view. 2013-05-18 10:13:53 +00:00
craig.p.drummond
ce7c738e9d If we change the single click setting, then highlight the note label 2013-05-01 07:04:53 +00:00
craig.p.drummond
c6f89ee6d5 Library view has been renamed Artists 2013-04-15 18:36:11 +00:00