Clementine Buildbot
4325be6944
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2017-02-13 10:00:46 +00:00
Andreas
07f1ab6311
Change license for network remote protocol buffer meassages to Apache
2017-02-09 15:46:05 +01:00
Clementine Buildbot
9967bd4194
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2017-02-06 10:00:57 +00:00
Clementine Buildbot
6483510bca
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2017-01-30 10:00:44 +00:00
Clementine Buildbot
df0e7ab203
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2017-01-23 10:00:46 +00:00
John Maguire
987aa20b9d
Merge pull request #5602 from Chocobozzz/qt5
...
update qt5 branch
2017-01-18 15:37:27 +00:00
Florian Bigard
69b2a832db
Merge branch 'master' into qt5
2017-01-18 15:57:07 +01:00
Ted Stein
69cddf70ef
macOS: Clear stale native notifications on 10.9+. ( #5601 )
2017-01-18 13:51:00 +00:00
Clementine Buildbot
b463e63dde
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2017-01-16 10:00:51 +00:00
Bigard Florian
3485bbe438
Workaround to spotify loading playlist issue ( #5593 )
2017-01-12 18:00:32 +00:00
Ilya Selyuminov
1a477201ed
Use CaseInsensitive file type checking #5499 ( #5592 )
...
* Fix Seafile setting page loading
Check access_token instead of QSetting parameters to make
sure that we're logged in.
* Use CaseInsensitive file type checking (#5499 )
CloudFileService and TagReader classes use
QString::endWith() method for checking file type.
This method is CaseSensitive by default.
2017-01-12 15:58:44 +00:00
Clementine Buildbot
7ce7fe185e
Automatic merge of translations from Transifex ( https://www.transifex.com/projects/p/clementine/resource/clementineplayer )
2017-01-12 13:22:21 +00:00
John Maguire
becb0b3d7f
Remove some stray vkontakte code
2017-01-11 18:51:12 +00:00
John Maguire
c7b8aacad8
Remove support for VK
...
Fixes #5591
2017-01-11 18:08:43 +00:00
Pavel Vatagin
09c4b05ec5
fix Windows build libmygpo-qt5 ( #5581 )
2017-01-09 23:25:13 +00:00
Pavel Vatagin
b52c99755d
Fix windows7thumbbar.cpp and osdpretty.cpp ( #5588 )
...
* fix problem with toWinHICON() in Qt5
* fix Windows (Qt5) build (conversion to HWND)
2017-01-09 20:11:27 +00:00
Pavel Vatagin
446b382c74
fix configure Windows build (Qt5) ( #5586 )
2017-01-09 14:19:54 +00:00
Pavel Vatagin
cb47beb4df
fix Windows build qsqlite ( #5583 )
2017-01-09 14:19:18 +00:00
Pavel Vatagin
168ec9d7ab
fix linking qsqlite ( #5582 )
2017-01-09 14:17:57 +00:00
Pavel Vatagin
f08cf3ed8e
fix build (Qt5) qtwin ( #5585 )
2017-01-09 14:17:38 +00:00
John Maguire
87d12ffccf
Use versioned FLAC DLL.
2017-01-06 15:57:37 +00:00
Marko Hauptvogel
57d00394ee
Bugfix for resume playback on start
...
This fixes issue #5365 .
Because of the asynchronous loading of playlists introduced by
09e83935, the resume playback on startup logic finds the active
playlist as empty, because it is not restored yet. By attaching
the playback resume to the RestoreFinish signal, the playback
will be triggered as soon as the playlist is restored. It may be
possible (but unlikely) that the playlist will already be restored
before we wait for the signal, and playback won't be resumed.
Signed-off-by: Marko Hauptvogel <marko.hauptvogel@googlemail.com>
2017-01-05 17:09:57 +00:00
Santiago Gil
00c96f7334
Consider depth levels in path sorting ( #5445 ) ( #5573 )
2016-12-31 13:22:10 +00:00
Golubev Alexander
789c4924f4
Fix a typo in a header guard ( #5570 )
2016-12-27 00:12:54 +00:00
John Maguire
265f27aff6
Fix libhogweed dll
2016-12-23 14:00:15 +00:00
John Maguire
43c2fad0e9
Excludes must go before directory in tar command.
...
Lovely that the behaviour changed in some random tar version between
Fedora 24 and Fedora 25...
2016-12-21 17:59:52 +00:00
John Maguire
230e8222f8
Bump DLL versions
2016-12-21 17:10:56 +00:00
Santiago Gil
d3898d2f47
Add dialog to display streams' audio details ( #5547 )
...
* Add Stream Details window
* Fix capitalization in StreamDiscoverer::Discover()
* StreamDiscoverer::Discover(): get URL by const reference
* Refactor StreamDiscoverer::Discover
* Rename StreamDiscoverer callbacks
* StreamDiscoverer::OnDiscovered: fix nullptr comparison
* StreamDiscoverer: rename DiscoverFinished signal
* StreamDiscoverer::DataReady: receive const reference
* StreamDiscoverer: Remove unsigned types
* StreamDetailsDialog: rename Close slot
* StreamDetailsDialog: rename ui pointer to ui_
* MainWindow::ShowStreamDetails: receive a const reference
* StreamDetailsDialog: use unique_ptr, remove unsigned types
2016-12-21 16:57:04 +00:00
Mark Furneaux
589d641955
Fix playlist save on dialogs which do not enforce extensions ( #5496 )
...
like GTK+
2016-12-21 14:41:48 +00:00
Santiago Gil
1c0891202d
Let the audio sink autonegotiate the bit depth. (Possible fix for #5533 ) ( #5541 )
2016-12-21 14:40:40 +00:00
John Maguire
f166780be5
Try building a more featureful dmg again
2016-12-20 17:34:28 +00:00
John Maguire
08e1db494d
Create dmg with genisoimage & libdmg-hfsplus
2016-12-20 15:55:30 +00:00
John Maguire
809387c75a
Revert "Add libdmg-hfsplus to 3rdparty"
...
This reverts commit 3662b5e4030c050e6f08b4897db8b63c137029f8.
Too much effort to build this for host vs. build system
2016-12-20 15:26:31 +00:00
John Maguire
ff8a970aac
Revert "Add copyright for libdmg-hfsplus"
...
This reverts commit e91cc363dea0c96f728fa9dd6d3a87e0d7d6a353.
2016-12-20 15:26:14 +00:00
John Maguire
e91cc363de
Add copyright for libdmg-hfsplus
2016-12-20 15:16:24 +00:00
John Maguire
3662b5e403
Add libdmg-hfsplus to 3rdparty
2016-12-20 15:16:00 +00:00
John Maguire
bd2de93e3c
Add more override specifiers.
2016-12-20 14:16:42 +00:00
John Maguire
df5c53af84
Add "override" to SpotifyService.
2016-12-20 13:02:06 +00:00
John Maguire
f829fd2d0d
Use cross version of otool if available.
2016-12-19 12:54:23 +00:00
John Maguire
03428b53c2
Merge pull request #5561 from Chocobozzz/qt5
...
Update qt5 branch
2016-12-18 17:35:55 +00:00
Chocobozzz
2ede85bdcd
Merge branch 'master' into qt5
2016-12-18 17:04:08 +01:00
Bigard Florian
6901c9b1b6
Fix podcast episodes forgotten ( #5560 )
2016-12-18 15:48:08 +00:00
John Maguire
da90d1ccf2
Fix cross compiling for mac
2016-12-15 18:45:51 +00:00
John Maguire
ae4fac4b4f
Use cross version of install_name_tool if available.
2016-12-15 11:43:47 +00:00
John Maguire
acc5e9f07c
Use linux-compatible commands in mac script.
2016-12-15 11:37:01 +00:00
John Maguire
6f356592a5
Fixes for cross compiling for mac.
2016-12-15 11:36:05 +00:00
John Maguire
36d617a3a7
Merge pull request #5555 from Chocobozzz/qt5
...
[Qt5] Update from master
2016-12-13 19:42:47 +00:00
Chocobozzz
2096b1f268
Merge branch 'master' into qt5
2016-12-13 20:26:19 +01:00
John Maguire
d3ea0c8482
Merge pull request #5553 from Chocobozzz/master
...
Fix compilation with chromaprint >= 1.4
2016-12-13 18:11:44 +00:00
Chocobozzz
ded3126857
Add compatibility with chromaprint >= 1.4
2016-12-08 23:12:17 +01:00