Commit Graph

227 Commits

Author SHA1 Message Date
Craig Drummond
74fb297167 Make 'Icon' a namespace not class 2018-05-24 19:05:54 +01:00
Craig Drummond
b5dda707c4 Change dirble icon 2018-05-24 18:07:39 +01:00
Craig Drummond
153c68f0b1 Use more mono icons 2018-05-23 21:14:42 +01:00
Craig Drummond
b8ef7384f4 Revert #62537412bf66c023af3be969ec606c7f1fa4ab5f
Closes #1267
2018-05-05 12:04:46 +01:00
Craig Drummond
62537412bf Open text files with QIODevice::Text
Issue #1261
2018-05-02 21:41:08 +01:00
Craig Drummond
a7c5f1e6d1 Show wanring if Dirble API monthly limit reached
Closes #1234
2018-03-14 22:05:47 +00:00
Craig Drummond
62316d3f46 Add settings page to configure API keys.
Issue #1234
2018-03-14 20:32:11 +00:00
Craig Drummond
c5e7fa9c0d Use AUTOMOC 2018-03-07 19:04:14 +00:00
Craig Drummond
9b5ca00680 Cleanup some settings. No longer offer to save lyrics, artist images,
and backdrops in MPD folder, just save in cache dir. Move cover setting
into interface settings - in a new 'Covers' tab.
2018-02-15 20:18:08 +00:00
padertux
d01f915b4a Refactor code to use C++11 nullptr 2018-01-08 23:01:25 +01:00
Craig Drummond
445d1497ac Update (c) year 2018-01-01 10:11:39 +00:00
Craig Drummond
948026d73b Use for(var: list) and not foreach(var, list) 2017-11-27 22:36:53 +00:00
Craig Drummond
9ffba0a564 Use em-dash where appropriate
Issue #1064
2017-08-18 22:54:24 +01:00
Craig Drummond
3ef49aa27d Revert "Use em-dash where appropriate"
This reverts commit aa41876e0c.
2017-08-15 23:00:26 +01:00
Craig Drummond
aa41876e0c Use em-dash where appropriate
Issue #1064
2017-08-15 22:57:07 +01:00
Craig Drummond
79e41ee7fa And better radio icon 2017-07-03 22:51:39 +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
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
05647dca0f Update (c) year 2016-01-08 18:55:13 +00:00
Craig Drummond
b504d00346 Call ActionMode::data for unhandled roles 2015-09-19 15:39:14 +01:00
Craig Drummond
e88e23d266 More font-awesome icons... 2015-09-06 11:57:11 +01:00
Craig Drummond
2d21f47b10 Bookmark icon 2015-08-30 16:09:30 +01:00
Craig Drummond
a807adae70 Always use custom icon for favourites 2015-08-29 23:03:45 +01:00
Craig Drummond
2d9b604fbf Use font-awesome icons 2015-08-22 08:57:21 +01:00
Craig Drummond
2406289303 Update (c) year 2015-08-13 21:12:34 +01:00
Craig Drummond
b6c83dc89e Better text? 2015-08-09 16:52:56 +01:00
Craig Drummond
5fe2db6319 Move view settings into menu button for each view 2015-06-27 17:06:14 +01:00
Craig Drummond
406f99be02 Always build support for Dynamic, Online, and Streams 2015-06-26 21:18:25 +01:00
Craig Drummond
8e6dd7cb5d - Move streams into online page
- Rename online to internet
2015-06-24 22:30:22 +01:00
Craig Drummond
c83eb3fc27 Various devel changes
- Use time_t to store MPD DB version, as that is what MPD sends anyway
- Initial changes for an (experimental) webapp
2015-06-01 21:53:55 +01:00
craig.p.drummond
a7f884139a Dirble v2 API. 2015-04-15 21:58:06 +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
af062a8fd3 When playing a digitally imported (or JazzRadiom, etc) stream from the favourites section, then modify the URL if the user has a premium account (to match what existing behaviour is stream is played from the station list)
BUG: 623
2015-02-15 15:20:12 +00:00
craig.p.drummond
1a0b401a90 - (both) don't allow to set shorcut for actions that are menus (set prio, copy to dev)
- (trunk) reduce number of actions that can have shortcuts defined, list was way tooooo large!
2014-12-15 13:21:11 +00:00
craig.p.drummond
ffedcf5f26 Use correct #define! 2014-10-01 17:00:05 +00:00
craig.p.drummond
2e89fc8bcc - Fix missing toolbar icon under OSX
- Menubar icon hack is only applicable when running under Unity for Linux/Qt builds.
2014-10-01 16:03:08 +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
craig.p.drummond
faba22097b Ignore empty station names in shoutcast and dirble. 2014-09-26 18:02:36 +00:00
craig.p.drummond
7a0747d17d Add option to disable song info tooltips. 2014-09-14 08:01:19 +00:00
craig.p.drummond
275b45eadf Cleanup 2014-07-30 19:01:34 +00:00
craig.p.drummond
df494f9445 Use Qt5's own json parser fopr Qt5 builds. 2014-07-10 19:46:40 +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
7cc1d9e06e Remove cache when remove provider 2014-05-09 19:38:39 +00:00
craig.p.drummond
5fe47a0112 Dowload stream providers 2014-05-09 19:37:31 +00:00
craig.p.drummond
58540cf611 Dont load providers from install prefix, no longer installed there. 2014-05-08 19:41:09 +00:00
craig.p.drummond
86e5b224e5 Fix build! 2014-05-08 19:36:36 +00:00
craig.p.drummond
d2a78ceb62 Use JSON as format for stream provider settings file 2014-05-08 18:47:17 +00:00
craig.p.drummond
94eed69fa9 Simplify code.
- Don't split listen live into categories
- Only list 1 stream per listen live entry
- Do same Genre reduction to IceCast as Clementine
2014-05-08 18:46:35 +00:00