Craig Drummond
b6bd94c236
Update (c) year
2022-01-08 21:24:07 +00:00
Craig Drummond
31b8a6d9b9
Revert "Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings""
...
This reverts commit be9c1e74e0 .
2021-07-29 12:00:04 +01:00
Craig Drummond
be9c1e74e0
Revert "Merge pull request #1727 from jprjr/fix-deprecated-warnings"
...
This reverts commit cb18837d11 , reversing
changes made to b296cf7113 .
2021-07-28 19:44:57 +01:00
John Regan
14aca9e97a
cmake (windows): remove check for QTDIR env variable
2021-07-20 15:21:05 -04:00
Craig Drummond
11bb7571c9
Update (c) year
2021-01-01 10:06:43 +00:00
Thomas Uhle
0df2710b9e
Fix enabling of play queue navigation actions 'next' and 'previous'
...
To enable or disable 'next' action, just rely on MPD's status value
'nextSongId'. Enable 'previous' action when there is more than one item in
the play queue or one item for which its duration is known and this is more
than 5 seconds. That is to also support the feature to go to the start of a
track if already played 5 seconds of it at least (which was introduced in
version 2.4.0). Corresponding implementation of Mpris and ThumbnailToolBar
updated accordingly.
2020-05-30 17:00:12 +02: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
61efac3ca1
Add dutch to windows installer
2019-07-16 17:01:39 +01:00
Craig Drummond
a79836c798
Add Finnish translation - thanks to Tommi Nieminen.
2019-05-30 09:31:05 +01:00
Craig Drummond
abda742112
Brazilian Portuguese
2018-07-10 22:30:38 +01:00
Craig Drummond
c7cb28df79
Add Portuguese translation - thanks to Wanderson Gonçalves Pereira
2018-07-05 16:43:15 +01:00
Craig Drummond
da43faa5f3
Install cantata.png to use as Windows tray icon.
...
Closes #1308
2018-06-10 19:51:30 +01:00
Craig Drummond
0af3e97e21
Add a cantata.png for windows, to use in system tray
...
Issue #1308
2018-06-10 19:30:26 +01:00
Craig Drummond
3ca6399884
Update
2018-06-07 22:48:51 +01:00
Craig Drummond
7a1c060951
Remove Qt and TagLib texts, not required
2018-06-07 20:40:49 +01:00
Craig Drummond
12a8ac9a14
Remove qtmedia_audioengine.dll from mediaservice folder
2018-06-05 18:42:27 +01:00
Craig Drummond
639d7cfd5a
Embed more files into cantata
2018-05-16 22:43:54 +01:00
Craig Drummond
eb0b182f9a
Embed podcast directories and icons
2018-05-16 19:13:02 +01:00
Craig Drummond
9a0135fecc
TTF is embeded, so no need to install
2018-05-16 19:03:59 +01:00
Craig Drummond
43e4e2456d
Remove custom icon theme, and just use FontAwesome.
...
Issue #1277
2018-05-14 22:24:49 +01:00
Craig Drummond
4b40c7099c
Modify name of supplied font-awesome font to Cantata-FontAwesome, so as to
...
avoid conflicts with any system installed font.
Issue #1276
2018-05-13 10:32:26 +01:00
Craig Drummond
d9a42808b3
Add settings page to configure API keys.
...
Issue #1234
2018-03-14 20:32:11 +00:00
Craig Drummond
ff48cfa0c0
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
Craig Drummond
8a0f6e4438
Install 128px icon into cantata's own icon theme folder.
...
Issue #1206
2018-02-13 22:12:38 +00:00
Craig Drummond
c767a9b2f5
Add Danish translations to NSI installer
2018-01-31 19:51:32 +00:00
Craig Drummond
55b911e103
Install QtMultimedia required dlls for windows.
...
Issue #1174
2018-01-26 20:42:19 +00:00
Craig Drummond
2139d3dbb8
Update (c) year
2018-01-01 10:11:39 +00:00
CDrummond
9dda048aa2
Fix build windows build with Qt 5.9.1
...
CMake, however, complains with:
CMake Error in CMakeLists.txt:
No known features for CXX compiler
"GNU"
version 5.3.0.
...but the build still passes, so...
2017-07-09 16:04:49 +01:00
Craig Drummond
60244c36c5
Better playlist icons
2017-07-03 22:43:24 +01:00
CDrummond
db47f9a5e2
Windows fixes
2017-04-23 13:03:22 +01:00
Craig Drummond
d6b0d7431d
Fix various CMakeLists issues
2017-04-09 17:26:22 +01:00
Craig Drummond
0a73215867
Update (c) year
2017-04-02 18:45:30 +01:00
Craig Drummond
2fa648bf96
Add icon for proxy config - if proxy settings enabled.
2016-01-30 12:03:31 +00:00
Craig Drummond
69eb770bc2
Fix installing of font awesome ttf
2016-01-24 15:38:59 +00:00
CDrummond
a9964003db
Remove references to media-optical
2016-01-22 18:30:08 +00:00
Craig Drummond
01f862e0a7
Package information.svg
2016-01-15 19:09:37 +00:00
Craig Drummond
705648420a
Update (c) year
2016-01-08 18:55:13 +00:00
Craig Drummond
3b3a6efa77
Use own icons for non-KDE desktops, if not using oxygen, gnome, or humanity icons.
2016-01-07 22:04:29 +00:00
Craig Drummond
645e98304a
Add a modified verison of Humanity CD icon. Previously icon from theme was chosen.
2015-12-09 18:23:49 +00:00
Craig Drummond
247582dfbf
- Build with HTTP stream playback enabled by default.
...
- Use LibVLC by default for MPD HTTP stream playback on Linux.
2015-12-06 13:34:39 +00:00
Craig Drummond
264bcc6fe0
Completely flat icon
2015-12-06 11:14:35 +00:00
CDrummond
c9460b6eb0
Fix NSIS installer creation - warning.svg not packaged.
2015-10-26 21:18:32 +00:00
CDrummond
5ce8def4b7
Merge branch 'master' of https://github.com/CDrummond/cantata
2015-10-26 21:09:59 +00:00
Craig Drummond
423b83ca4b
Dont use media-optical.svg
2015-10-23 22:55:26 +01:00
CDrummond
77f8459003
There is no svg128!
2015-10-23 22:26:04 +01:00
Craig Drummond
80ca72201a
Windows needs dialog-xxx icons (the Qt/system ones look bad), mac does not
2015-10-23 22:10:15 +01:00
Craig Drummond
29dbf9d88a
warning icon is not used/supplied
2015-10-23 18:00:14 +01:00
Craig Drummond
1e5a8ecd9b
Merge branch 'master' of ssh://git@github.com/CDrummond/cantata.git
...
Conflicts:
dynamic/dynamicpage.cpp
2015-10-22 23:07:05 +01:00
Craig Drummond
e3aee024d0
Use dialog pixmaps from OS
2015-10-22 22:59:43 +01:00