Craig Drummond
|
11bb7571c9
|
Update (c) year
|
2021-01-01 10:06:43 +00:00 |
|
Craig Drummond
|
d7b3965b9b
|
Update (c) year
|
2020-01-01 11:51:13 +00:00 |
|
Craig Drummond
|
cb9efe205f
|
Update (c) year
|
2019-09-15 15:56:58 +01:00 |
|
Craig Drummond
|
7e8c0ab29b
|
Use 'small bullet' unicode character to separate fields
Closes #1494
|
2019-05-23 17:42:32 +01:00 |
|
Craig Drummond
|
eff0e66d39
|
Use AUTOMOC
|
2018-03-07 19:04:14 +00:00 |
|
Craig Drummond
|
2139d3dbb8
|
Update (c) year
|
2018-01-01 10:11:39 +00:00 |
|
Craig Drummond
|
6e100a5ef5
|
Use for(var: list) and not foreach(var, list)
|
2017-11-27 22:36:53 +00:00 |
|
Craig Drummond
|
9b1ef09dea
|
Use em-dash where appropriate
Issue #1064
|
2017-08-18 22:54:24 +01:00 |
|
Craig Drummond
|
32468f7e1e
|
Revert "Use em-dash where appropriate"
This reverts commit aa41876e0c.
|
2017-08-15 23:00:26 +01:00 |
|
Craig Drummond
|
fd2f7bdbac
|
Use em-dash where appropriate
Issue #1064
|
2017-08-15 22:57:07 +01:00 |
|
Craig Drummond
|
4a1bcd654d
|
Add support for OriginalDate tag.
Issue #1012
|
2017-04-28 17:41:45 +01:00 |
|
Craig Drummond
|
b63c6fbe26
|
Use Qt5's translation framework - ts files, not po files.
|
2017-04-08 10:35:31 +01:00 |
|
Craig Drummond
|
0a73215867
|
Update (c) year
|
2017-04-02 18:45:30 +01:00 |
|
Craig Drummond
|
b0b0140d98
|
Remove Qt4 support
|
2017-04-02 18:43:34 +01:00 |
|
Craig Drummond
|
a517bf4f17
|
Remove KDE4 and Ubuntu Touch support
|
2017-04-01 22:55:27 +01:00 |
|
Craig Drummond
|
a0152fe7d4
|
Refactor code to make adding a new search based online service easier.
|
2016-06-11 20:55:08 +01:00 |
|
Craig Drummond
|
705648420a
|
Update (c) year
|
2016-01-08 18:55:13 +00:00 |
|
Craig Drummond
|
e02d31229c
|
Use mono icon for music file and playlists
|
2015-09-06 00:25:59 +01:00 |
|
Craig Drummond
|
9533f12881
|
Update (c) year
|
2015-08-13 21:12:34 +01:00 |
|
Craig Drummond
|
9dcc39d788
|
Show song durations
|
2015-06-28 09:02:36 +01:00 |
|
Craig Drummond
|
97271a60d1
|
Call fixPath so that correct URL is passed
|
2015-06-19 22:55:51 +01:00 |
|
Craig Drummond
|
54f615cc77
|
Re-work online services so that Jamendo and Magantune use SQL backend.
This is NO WHERE NEAR COMPLETE! There are *lots* of missing features,
etc.
|
2015-06-19 21:39:56 +01:00 |
|
craig.p.drummond
|
4e7705ceae
|
Show composer images - see README for details.
|
2015-04-05 22:32:27 +00:00 |
|
craig.p.drummond
|
93b70ec240
|
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
|
8a315200c6
|
- Separate title and track number in search model table view.
- Show rating in search model table view.
|
2015-02-27 22:06:34 +00:00 |
|
craig.p.drummond
|
5eb4c67062
|
Fix header context menu items
BUG: 640
|
2015-02-27 18:05:39 +00:00 |
|
craig.p.drummond
|
3c880d8707
|
Allow setting of column alignments in table views.
BUG: 632
|
2015-02-24 11:32:10 +00:00 |
|
craig.p.drummond
|
2190ba242b
|
Add option to disable song info tooltips.
|
2014-09-14 08:01:19 +00:00 |
|
craig.p.drummond
|
a11ac21525
|
Allow all bar title and artist columns to be hidden in playqueue.
|
2014-09-14 07:23:26 +00:00 |
|
craig.p.drummond
|
37e1ca0e21
|
Split genres by comma in table views
|
2014-08-17 14:59:37 +00:00 |
|
craig.p.drummond
|
09eeacd309
|
Show covers in search response
|
2014-08-17 14:58:45 +00:00 |
|
craig.p.drummond
|
479b124bb1
|
Use consistent song tooltip everywhere
|
2014-07-10 19:49:53 +00:00 |
|
craig.p.drummond
|
0e4bfcea2a
|
Store radio station 'name' field in extra map
|
2014-06-16 19:14:18 +00:00 |
|
craig.p.drummond
|
071be39b0d
|
Add performer and composer to table-view for playqueue, playlists, and search
|
2014-06-11 18:27:13 +00:00 |
|
craig.p.drummond
|
f333fd6399
|
If artist is different to album-artist, then show track title as "title - artist"
|
2014-06-09 18:43:00 +00:00 |
|
craig.p.drummond
|
519c72db7b
|
Use column 0 only
|
2014-05-23 21:44:14 +00:00 |
|
craig.p.drummond
|
64c06773ce
|
Alter includes to have su-folder - e.g. utils.h -> support/utils.h
|
2014-05-13 18:37:52 +00:00 |
|
craig.p.drummond
|
786f2b39f6
|
Move model roles into separate roles.h file.
|
2014-04-23 20:36:38 +00:00 |
|
craig.p.drummond
|
eb34a2bcd5
|
Remove Actions and Icons from Ubuntu build
|
2014-04-11 17:45:59 +00:00 |
|
craig.p.drummond
|
c0192a8c89
|
Display album year
|
2014-04-11 17:39:21 +00:00 |
|
craig.p.drummond
|
b119ad0c65
|
Put plural translations in separate source files.
|
2014-03-25 20:11:58 +00:00 |
|
craig.p.drummond
|
c1a1f90f4c
|
More Song::formattedTime into Utils class
|
2014-03-19 19:47:47 +00:00 |
|
craig.p.drummond
|
15b91d0273
|
Speedup song list
|
2014-03-14 19:15:57 +00:00 |
|
craig.p.drummond
|
0e1f1fc79c
|
Combine track number and title as per playlists table view
|
2014-02-07 20:12:22 +00:00 |
|
craig.p.drummond
|
f85c782d1a
|
Add table style for search results. Not officially part of 1.3.0, as this is being translated, will be part of 1.4.0
|
2014-02-05 19:24:52 +00:00 |
|
craig.p.drummond
|
b16fded0dc
|
Show track number
|
2014-02-04 19:11:45 +00:00 |
|
craig.p.drummond
|
addfca835a
|
Update (c) year
|
2014-01-06 19:32:05 +00:00 |
|
craig.p.drummond
|
5525103b3f
|
Show number of matched tracks at bottom of search page
|
2013-12-19 20:04:28 +00:00 |
|
craig.p.drummond
|
11d11e549a
|
Fix row count
|
2013-12-18 19:17:41 +00:00 |
|
craig.p.drummond
|
092258bc18
|
More icons
|
2013-12-18 19:17:26 +00:00 |
|