Craig Drummond
|
e1fc44fb07
|
Add (untested!) option to group tracks within configured folder as 'Various Artists / Single Tracks'
|
2015-06-08 18:46:39 +01:00 |
|
Craig Drummond
|
087bffb08c
|
Initial work on using SQL for MPD cache. Not 100% functional. Eventually
will also use SQL for Jamendo and Magantune...
|
2015-06-07 22:18:19 +01:00 |
|
Craig Drummond
|
9ab375ffe7
|
Move MPD specific settings out of gui/settings and just use
Configuration to read.
|
2015-04-27 20:43:13 +01:00 |
|
craig.p.drummond
|
5d7f2ea2d6
|
CMake option to enabkle touch-friendly support. Disable by default (apart from in Windows) as it only really works under windows.
|
2015-04-05 20:09:16 +00:00 |
|
craig.p.drummond
|
9c959d930b
|
Remove touch friendly setting from OSX builds - no touch screen Macs?
|
2015-04-05 09:55:11 +00:00 |
|
craig.p.drummond
|
1693fe4ef8
|
Add option to provide a list of genres which should use composer, and not album-artist, to group albums.
|
2015-03-25 23:19:42 +00:00 |
|
craig.p.drummond
|
12b7bf0e83
|
Rename mpd source folder to mpd-interface to help build errors when libmpdclient(?) is also installed.
BUG: 650
|
2015-03-16 19:18:52 +00:00 |
|
craig.p.drummond
|
3371f479f0
|
Call lsinfo recusrively to populate artists and albums, instead of using listallinfo
|
2014-12-05 14:33:17 +00:00 |
|
craig.p.drummond
|
22fc168a13
|
Construct a new config object, rather than changing group, to avoid any race conditions.
BUG: 600
|
2014-12-03 19:11:05 +00:00 |
|
craig.p.drummond
|
cc7105c1e4
|
Add config item to set music root folder
|
2014-11-21 18:12:21 +00:00 |
|
craig.p.drummond
|
1a3734f8df
|
Re-add option to show artist images in tree and list views.
BUG: 575
|
2014-10-30 17:21:11 +00:00 |
|
craig.p.drummond
|
0908970798
|
Seek current track when Control+Arrow key pressed.
BUG: 566
|
2014-10-17 22:18:39 +00:00 |
|
craig.p.drummond
|
7b13d2aad9
|
Use separate action for playqueue search
|
2014-10-02 17:08:30 +00:00 |
|
craig.p.drummond
|
c9cb3f6b5f
|
Don't make media keys backend configurable, auto detect the best one.
|
2014-09-29 11:26:05 +00:00 |
|
craig.p.drummond
|
720dda7965
|
If initial settings wizard is canceled, ensure that it is shown at next start.
|
2014-09-26 16:50:35 +00:00 |
|
craig.p.drummond
|
753900a55f
|
Use correct function!
|
2014-09-25 21:08:11 +00:00 |
|
craig.p.drummond
|
93ead18ce4
|
Configurable podcast download limit; 0 (dont download), 1, 2, 5, 10, 15, 20, 50, or all episodes.
BUG: 547
|
2014-09-25 20:56:56 +00:00 |
|
craig.p.drummond
|
90023282b5
|
Use dark background for context view by default.
|
2014-09-25 20:28:06 +00:00 |
|
craig.p.drummond
|
ceedf3697f
|
- add inhibit suspend whilst playing for Mac
- add detection of resume from suspend for Mac
|
2014-09-22 19:45:48 +00:00 |
|
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
|
5078e933ea
|
- Fix saving of file paths
- Convert home-path to/from ~ for files too
BUG: 544
|
2014-09-17 18:28:44 +00:00 |
|
craig.p.drummond
|
7a0747d17d
|
Add option to disable song info tooltips.
|
2014-09-14 08:01:19 +00:00 |
|
craig.p.drummond
|
c163f88331
|
~ / QDir::homePath()
BUG: 538
|
2014-09-12 20:40:43 +00:00 |
|
craig.p.drummond
|
aba4d7c1ee
|
Hide rating widget in toolbar by default
|
2014-09-03 18:28:31 +00:00 |
|
craig.p.drummond
|
4ff6985437
|
Fix reading of playqueue, and context, backdrop settings.
BUG: 525
|
2014-08-22 15:49:17 +00:00 |
|
craig.p.drummond
|
11f50c7889
|
Init settings
|
2014-08-18 19:07:37 +00:00 |
|
craig.p.drummond
|
58982bc321
|
Fix fade range
|
2014-08-18 19:05:52 +00:00 |
|
craig.p.drummond
|
1305da10de
|
No need for settings to be a QObject
|
2014-07-30 19:01:11 +00:00 |
|
craig.p.drummond
|
59c40ef1b0
|
Remove some old config compatibility code
|
2014-07-30 19:00:44 +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
|
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
|
999cebc843
|
Only save size if greater than 16,16
|
2014-06-19 19:25:52 +00:00 |
|
craig.p.drummond
|
16ed892a45
|
Re-add collapsing of interface
|
2014-06-18 19:05:26 +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
|
0924c3f398
|
Oops...
|
2014-06-10 19:48:17 +00:00 |
|
craig.p.drummond
|
d76b2a6044
|
Match Q_OS_WIN and Q_OS_MAC more
|
2014-06-10 19:46:18 +00:00 |
|
craig.p.drummond
|
00003720f9
|
s/Q_OS_WIN32/Q_OS_WIN/g
|
2014-06-10 19:45:33 +00:00 |
|
craig.p.drummond
|
cbe2977d9f
|
Show track info in context-view as well as artist and album info. Track info is stacked behind lyrics.
|
2014-06-09 18:43:49 +00:00 |
|
craig.p.drummond
|
d261939009
|
Remove 'Stop dynamizer on exit' option. Stop dynamzer if 'Stop playback on exit' is enabled.
|
2014-05-23 21:40:50 +00:00 |
|
craig.p.drummond
|
5f0b67f02c
|
Use client-to-client to talk to cantata-dynamic when run in server mode => no need for port setting!
|
2014-05-23 21:38:33 +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
|
6720738531
|
Store streams in '[Radio Streams]' MPD playlist - and not streams.xml.gz
|
2014-05-02 16:36:25 +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
|
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
|
04ab916bda
|
Fix saving of playqueue clear prompt
|
2014-04-19 08:48:31 +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
|
88c109288a
|
Context panels can be completely collapsed - but this is saved with splitter state. Because enabling thi si snew, we need to ignore any previously saved state.
|
2014-04-12 18:37:14 +00:00 |
|