John Maguire
dc85614596
Add bionic & disco to workflow
2019-10-02 15:43:31 +01:00
John Maguire
321bceb4bf
Add bionic and disco builds
2019-10-02 15:42:20 +01:00
John Maguire
cab5ebc95e
Fix cmake_debian
2019-10-02 15:33:28 +01:00
John Maguire
cc80754f9a
Bump circleci version for commands
2019-10-02 15:27:54 +01:00
John Maguire
2cd6fcabd6
Build 32-bit & 64-bit xenial debs
2019-10-02 15:26:30 +01:00
John Maguire
49428d9a86
Store debian artifact
2019-10-02 15:05:24 +01:00
John Maguire
efce3603e8
Add git and ssh as dependencies
2019-10-02 15:05:12 +01:00
John Maguire
8581e22e2a
Non-interactive apt-get install
2019-10-02 14:52:00 +01:00
John Maguire
a0c3eb8234
Build from base ubuntu image
2019-10-02 14:50:33 +01:00
John Maguire
4df8c20981
Add CircleCI config
2019-10-02 14:33:40 +01:00
Clementine Buildbot
e2bc2eee90
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-09-24 00:24:59 +00:00
Clementine Buildbot
0c7b280b95
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-09-17 00:25:04 +00:00
Clementine Buildbot
da6ff91241
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-09-10 00:25:00 +00:00
Clementine Buildbot
47f80d67c5
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-09-03 00:25:11 +00:00
Clementine Buildbot
b423808ddf
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-08-27 00:25:09 +00:00
Clementine Buildbot
3e7be7357e
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-08-22 11:13:28 +00:00
Clementine Buildbot
773f26a42d
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-08-22 10:30:35 +00:00
John Maguire
19f2712ce7
Merge pull request #6393 from luzpaz/misc-typos
...
Fix misc. source comment typos
2019-08-22 10:22:48 +01:00
luz.paz
fb93ae4b02
Fix misc. source comment typos
...
Typos found via `codespell`
2019-08-21 23:43:16 -04:00
John Maguire
e1affba4ba
Merge pull request #6386 from ronjouch/fix-rating-not-written-to-file
...
Fix ratings not saved to file tag (Fix #6385 )
2019-08-09 10:26:33 +01:00
Ronan Jouchet
483be6ef7c
Fix ratings not saved to file tag ( Fix #6385 )
...
Commit 96a7e18a8d
by @smithjd15 from
2019-04-03 fixed a number of potential zero-value field values, but it
also flipped the early exit condition skipping saving a rating to file.
It seems out of place with the rest of the commit, so considering it a
mistake and reverting to the original condition.
Manually tested; works and saves again ratings to file.
2019-08-09 03:09:17 +02:00
Jonas Kvinge
546078c317
Fix memory leaks ( #6376 )
2019-08-02 16:24:26 +01:00
John Maguire
ec2e8be4d6
Merge pull request #6375 from jonaski/database
...
Fix memory leaks in database
2019-07-25 18:38:35 +01:00
Jonas Kvinge
8d921c15be
Fix memory leaks in database
2019-07-25 19:02:43 +02:00
John Maguire
b910cd402e
Merge pull request #6373 from jonaski/taglib
...
Add missing taglib configure checks
2019-07-21 08:55:23 +01:00
Jonas Kvinge
21762dd402
Add missing taglib configure checks
2019-07-20 21:40:14 +02:00
Clementine Buildbot
a2dcb33d84
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-07-20 17:55:03 +00:00
Jonas Kvinge
5bb35bf08a
Fix crash in messagereply ( #6372 )
...
* Fix crash in messagereply
* Fix formatting
2019-07-20 18:52:37 +01:00
Clementine Buildbot
da0447142b
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-07-09 00:25:09 +00:00
Clementine Buildbot
a0e4785346
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-07-02 00:25:09 +00:00
John Maguire
9cdf0bb0f9
Merge pull request #6359 from hal7df/dbus-notification-fix
...
Support per-app notification settings in KDE Plasma 5.16
2019-06-17 10:14:08 +01:00
Paul Bonnen
b697e962b3
Make D-Bus 'desktop-entry' hint match system filename.
...
"Clementine" (as returned by QCoreApplication::applicationName())
does not match the system .desktop file name (but it may match user
.desktop files, as was the case for me); Clementine won't be picked up
as an application in KDE Plasma notification settings unless it case
matches.
2019-06-16 13:03:47 -04:00
Paul Bonnen
8483d24a04
Add `desktop-entry' hint to D-Bus notifications.
...
The notification system in KDE Plasma 5.16+ requires a 'desktop-entry'
hint in the D-Bus message to enable per-application notification
settings.
2019-06-16 12:37:53 -04:00
John Maguire
dd19df6ee4
Merge pull request #6354 from smithjd15/tagZeroValues
...
Fix a number of zero-value tag issues (New PR)
2019-06-05 10:16:10 +01:00
Clementine Buildbot
c1af92d24d
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-06-04 00:24:56 +00:00
James D. Smith
32e867a84b
clang-formatter changes.
2019-05-31 11:25:38 -06:00
James D. Smith
96a7e18a8d
Fix a number of potential zero-value field values.
2019-05-31 11:25:38 -06:00
Clementine Buildbot
4ed4eec817
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-05-21 00:25:05 +00:00
Clementine Buildbot
ebdaaaf714
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-05-14 00:25:05 +00:00
Clementine Buildbot
d3e79436af
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-05-07 00:25:10 +00:00
Clementine Buildbot
44ac3936ea
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-04-30 00:25:05 +00:00
Clementine Buildbot
013ee87177
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-04-27 16:41:30 +00:00
John Maguire
96c7374689
Merge pull request #6338 from jonaski/chromaprinter
...
Fix gst_buffer_unref assertion with chromaprinter
2019-04-27 17:39:21 +01:00
Jonas Kvinge
8094957e09
Fix gst_buffer_unref assertion in chromaprinter
2019-04-26 20:40:42 +02:00
Clementine Buildbot
d079f00cfe
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-04-23 00:25:03 +00:00
Clementine Buildbot
b11316ff03
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-04-16 00:25:05 +00:00
James D. Smith
553c4013cf
Merge remote-tracking branch 'upstream/master'
2019-04-15 18:07:05 -06:00
Clementine Buildbot
7c5a050ab8
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-04-13 18:32:41 +00:00
John Maguire
40400e850d
Merge pull request #6323 from jbroadus/async-load-errors
...
Add error handling path for async song loading.
2019-04-13 19:30:24 +01:00
Clementine Buildbot
4630032565
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2019-04-12 10:12:55 +00:00