Commit Graph

6438 Commits

Author SHA1 Message Date
Craig Drummond
7c9bd034c3 Reject HTTP incomming connections quicker if host does not match.
Issue #1072
2017-08-20 14:08:51 +01:00
Craig Drummond
2903d7c43b Fix extraction of album names from DB - for use in tag editor and
playlist rules dialogs.
2017-08-19 14:49:38 +01:00
Craig Drummond
399a5fce60 Add device option to only transcode if source is FLAC or WAV (detection
is solely extension based).
Issue #1049
2017-08-19 14:24:11 +01:00
Craig Drummond
b67f681d66 Update german translation 2017-08-19 11:42:40 +01:00
Craig Drummond
7188dea49a Add sort order to smart playlists 2017-08-19 11:41:30 +01:00
Craig Drummond
9ffba0a564 Use em-dash where appropriate
Issue #1064
2017-08-18 22:54:24 +01:00
Craig Drummond
d9dc0593b5 Restrict toolbar to 3.5* font height
Issue #1063
2017-08-18 22:46:50 +01:00
Craig Drummond
ab8c33bfeb Initial implementation of smart playlists. NOT complete!!! 2017-08-18 22:45:18 +01:00
Craig Drummond
dbb4325e40 Only use menubar for macOS builds. 2017-08-18 22:44:21 +01:00
Craig Drummond
cc9468c70d Spelling 2017-08-18 22:33:21 +01:00
CraigD
2906687c8d Merge pull request #1069 from padertux/master
Fix build error
2017-08-18 20:57:50 +01:00
padertux
4f2e690a63 Fix build error 2017-08-18 20:06:59 +02:00
Craig Drummond
471c649daa Rename Dynamic to DynamicPlaylists 2017-08-17 18:05:12 +01:00
Craig Drummond
3bdcbdd022 Update contexts to reflect changed class names 2017-08-17 17:52:51 +01:00
Craig Drummond
9cad4db39d Add 'Say Thanks' button
Issue #1068
2017-08-17 17:12:28 +01:00
Craig Drummond
b381f446aa Fix build error - not sure why my gcc does not complain!
Issue #1067
2017-08-17 16:58:49 +01:00
Craig Drummond
cdf4e4386e Don't try to seek if no song loaded. 2017-08-17 16:57:55 +01:00
Craig Drummond
1198d96360 In playlists page, internet, etc, allo back navigation to go fully back. 2017-08-17 16:54:00 +01:00
Craig Drummond
7432a1d12b If the initial start-up connection fails, try again every .5 second for
a few seconds.
Issue #1037
2017-08-16 20:15:49 +01:00
Craig Drummond
1ece00457a Remove use of processEvents when expanding/collapsing
Issue #1066
2017-08-16 18:44:38 +01:00
Craig Drummond
dc5b95ad85 Remove USE_SYSTEM_MENU_ICON blocks 2017-08-16 18:30:26 +01:00
Craig Drummond
00f0a92d40 Simplify toolbar button size calcs
Issue #1063
2017-08-16 18:28:50 +01:00
Craig Drummond
42bbe81980 Rename some files 2017-08-16 18:16:06 +01:00
Craig Drummond
059b2b82d3 Fix some member initialisations
Issue #1066
2017-08-16 16:59:37 +01:00
Craig Drummond
dbf7554e67 Emit correct state
Dont log error if "stop" fails due to not connected
Issue #1037
2017-08-16 16:55:03 +01:00
Craig Drummond
a778dad230 If an error is to be shown, ensure Cantata is not minimised to system
tray.
Issue #1037
2017-08-16 16:39:48 +01:00
Craig Drummond
b43c4d689b If initial connection fails, inform ui
Issue #1037
2017-08-16 16:38:20 +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
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
293b824d86 Re-organise playlists code... Still more todo... 2017-08-15 22:42:51 +01:00
Craig Drummond
93722d5cfd Fix desktop detection via XDG_CURRENT_DESKTOP - check for colon
separated values.
2017-08-15 12:34:08 +01:00
Craig Drummond
93f5e89dd5 To support alder GNOME settings daemon installations, revert to the
previous MediaKeys DBUS interface.
Issue #1060
2017-08-15 12:07:57 +01:00
Craig Drummond
54af882cb7 Fix compile 2017-08-15 12:06:42 +01:00
Craig Drummond
bb05708411 Remove unity menu icon work-around. 2017-08-14 22:42:17 +01:00
Craig Drummond
0b18f14089 When adding items with a custom priority, or updating a custom priority,
add option to have this priority decrease with each item.

Issue #1054
2017-08-14 19:42:11 +01:00
Craig Drummond
3e5862c91e Add to changelog: Fix potential issue with priority menu items being
disabled.
Issue #1054
2017-08-13 18:00:30 +01:00
Craig Drummond
08e0a2821d Add option to set application style. 2017-08-12 22:27:58 +01:00
Craig Drummond
23d3da001b Add option to specify number of play queue tracks for dynamic playlists.
Issue #1048
2017-08-12 20:05:15 +01:00
Craig Drummond
cd48d3e979 Separate actions for add and set priority
Issue #1054
2017-08-12 16:54:06 +01:00
Craig Drummond
a82b6d3366 Change version strings for 2.2.0 2017-08-12 16:43:17 +01:00
CraigD
acc4caecab Merge pull request #1052 from kde-freebsd/master
Include ctime for time_t and fix tr() call.
2017-08-12 16:40:18 +01:00
Tobias C. Berner
c3fe888997 Merge pull request #2 from kde-freebsd/stream-backend-fix
Fix QtMultimedia include
2017-08-01 13:08:48 +02:00
Tobias C. Berner
6376d0a1fb Fix QtMultimedia include
Don't include <QtMultimedia/QMediaPlayer> if the VLC backend is used.
2017-08-01 13:02:31 +02:00
Tobias C. Berner
8b825f21c9 Fix tr() call 2017-07-31 23:39:36 +02:00
Tobias C. Berner
31d81357d4 Merge pull request #1 from kde-freebsd/freebsd-build-fix
Include ctime for time_t
2017-07-31 23:36:01 +02:00
Tobias C. Berner
a60e461c08 Include ctime for time_t 2017-07-31 23:25:29 +02:00
Craig Drummond
9f5e0077a7 Update version to 2.1.0 for release v2.1.0 2017-07-30 20:13:05 +01:00
Craig Drummond
e9891b2ff7 Fix adding covers to MTP devices when transcoding.
Issue #1044
2017-07-30 20:08:10 +01:00
CraigD
1342fa1b8b Merge pull request #1045 from Tichy/patch-1
Typo correction for italian translation
2017-07-23 11:26:03 +01:00