Craig Drummond
5cea460543
Improve scrollbars with some themes
...
Issue #1150
2017-12-24 14:57:45 +00:00
Craig Drummond
77edbeca3b
Check for http and https when replacing 'Read more'
2017-12-03 20:57:06 +00:00
padertux
1200343a55
Fix last.fm artist info presentation
...
The last.fm artist info comes with a "Read more on last.fm" link. This
link is removed in favor of our own link. Due to a change in the url of
the original link the removal did not work anymore so that the link was shown twice.
2017-12-03 14:06:52 +01:00
Craig Drummond
948026d73b
Use for(var: list) and not foreach(var, list)
2017-11-27 22:36:53 +00:00
Wolfgang Scherer
426a47ec90
Some incorrect handling of absolute file names fixed
2017-11-09 07:50:55 +01:00
Craig Drummond
bea7c210cf
Revert "Remove Cantata's high-dpi handling code, this should be done by Qt."
...
This reverts commit 28df204fc4 .
Issue #1077
2017-08-30 19:25:26 +01:00
Craig Drummond
28df204fc4
Remove Cantata's high-dpi handling code, this should be done by Qt.
...
Issue #1063
2017-08-15 23:20:18 +01:00
Craig Drummond
9bdea224fb
When trying to read lyrics files; check for .txt extension as well as .lyrics. Also check ~/.lyrics/Artist - Track.txt
...
Issue #1001
2017-04-12 19:00:59 +01:00
Craig Drummond
3ef2515e45
Remove touch support - does not work that well, and QtWidgets are not designed for touch
2017-04-11 17:15:21 +01:00
Craig Drummond
e67d6e3a23
Use Qt5's translation framework - ts files, not po files.
2017-04-08 10:35:31 +01:00
Craig Drummond
06eab044da
Make headers selectable
...
Issue #990
2017-04-06 16:46:41 +01:00
Craig Drummond
a2f007a2b7
Update (c) year
2017-04-02 18:45:30 +01:00
Craig Drummond
18e2fb6dcf
Remove Qt4 support
2017-04-02 18:43:34 +01:00
Craig Drummond
e60bdafa11
Remove KDE4 and Ubuntu Touch support
2017-04-01 22:55:27 +01:00
Craig Drummond
fc111e7fe1
Replace – with -
...
Issue #984
2017-04-01 17:35:25 +01:00
Craig Drummond
98936e0504
When listing albums where composer is used for artist grouping, place album artist name after album name if different from composer.
...
Issue #896
2016-10-16 22:33:41 +01:00
alex
ef2dbd2dac
right align track numbers in album view
2016-08-05 19:52:57 +02:00
Craig Drummond
8fe3968ea9
Clamp colour of all mono icons
2016-07-22 16:37:48 +01:00
Craig Drummond
b58fbff787
Use FontAwesome icons for all action icons.
2016-07-19 19:44:51 +01:00
Craig Drummond
2fb1b909df
Always use toolbar text colour for toolbar icons
2016-07-19 18:35:27 +01:00
Craig Drummond
05647dca0f
Update (c) year
2016-01-08 18:55:13 +00:00
Craig Drummond
082ed58289
Try to handle localised Special:Export paths. de and ru defined for now
2015-12-02 19:11:13 +00:00
Martin Blumenstingl
ab457716e5
Add another "invalid indicator" for lyrics.com
...
This fixes #619
2015-11-22 16:40:17 +01:00
Martin Blumenstingl
ee2c1fe327
Remove lyricsplugin.com because it only returns errors
...
It seems that the API of this service has changed. Remove it for now as
it's only returning error messages.
2015-11-22 16:36:35 +01:00
Martin Blumenstingl
aa6feeb8ae
Merge the lyrics provider updates from Clementine
...
This includes all changes up to clementine-player/Clementine/0ad4078
2015-11-22 16:36:23 +01:00
Craig Drummond
a195fc69e4
Clear context background if no image can be found - don't leave the previous artist showing!
2015-11-07 08:50:27 +00:00
Craig Drummond
21ffa7a870
Fix context widget backdrop retrieval from fan-art
2015-11-05 21:26:35 +00:00
Craig Drummond
4421979221
No longer using discogs - API has changed.
2015-11-05 21:02:39 +00:00
Craig Drummond
42252555e7
- Revert changes to use QMessageBox icons
...
- Use QMessageBox to determine dialog icon size
2015-10-25 12:20:47 +00:00
Craig Drummond
c92a6dcecb
Use dialog pixmaps from OS
2015-10-22 22:59:43 +01:00
Craig Drummond
5b6e5cbda0
Use font-awesome icons for left/right/up/down and folder button
2015-10-17 13:32:50 +01:00
Craig Drummond
73e9a2b7c6
Fix last.fm response parsing
...
#744
2015-10-07 18:05:32 +01:00
Craig Drummond
2406289303
Update (c) year
2015-08-13 21:12:34 +01:00
Craig Drummond
a89a5a370c
Fix Qt5 build - can't use addEncodedQueryItem, so created encoded URL
...
manually.
#717
2015-08-02 21:11:01 +01:00
Craig Drummond
e5b32e9573
When parsing musicbrainz response, dont just take first artist id -
...
check to see if there is a later one where name==arist
#717
2015-08-02 16:09:31 +01:00
Craig Drummond
6d3b0af14a
Fix getting +44 lyrics from wikia - need to encode title parameter
...
ourselves
#717
2015-08-02 15:57:51 +01:00
Craig Drummond
baf1e4e5c3
Clear context when no active song
2015-07-17 23:42:50 +01:00
Craig Drummond
90a37d4cfa
Thicker line if high-dpi
2015-07-17 22:53:25 +01:00
Craig Drummond
784610d36a
Use 3px line to indicate current section, and for mouse-over
2015-07-13 23:49:16 +01:00
Craig Drummond
406f99be02
Always build support for Dynamic, Online, and Streams
2015-06-26 21:18:25 +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.p.drummond
f6e7192bda
Fix KDE build
...
BUG: 658
2015-03-31 17:25:30 +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
3922e38b53
Respect carriage returns when displaying comments in context view.
...
BUG: 631
2015-02-20 22:33:36 +00:00
craig.p.drummond
61daa79dfc
Add a 'FlatToolButton' style. Mainly for OSX, as QToolButton looks awful...
2014-10-09 19:47:05 +00:00
craig.p.drummond
21a3bd0d26
Onkly once instance of style required.
2014-10-08 21:47:14 +00:00
craig.p.drummond
7eb10c02fa
Custom/thin scrollbars for context view.
2014-10-07 18:47:56 +00:00
craig.p.drummond
3b5711589c
Simpler layout
2014-10-05 12:20:31 +00:00
craig.p.drummond
10c3907b28
Replace combo on search page with a label
2014-10-02 21:26:13 +00:00
craig.p.drummond
db1f9e9cec
- Add control buttons for windows thumbnail toolbutton.
...
- Add prev/play/pause/etc to OSX dock menu
- As part of this connect to correct triggered signal!
2014-10-01 15:50:29 +00:00