1
0
mirror of https://github.com/clementine-player/Clementine synced 2025-01-31 11:35:24 +01:00

5187 Commits

Author SHA1 Message Date
Krzysztof A. Sobiecki
0ecf1e76a6 Reformat done with clang-3.5 svn200967 2014-02-07 17:08:31 +01:00
John Maguire
5f3d548c70 pngcrush all our data pngs
find data -name '*.png' -exec
    pngcrush {} {}.new \; -exec mv {}.new {} \;
2014-02-07 16:46:48 +01:00
John Maguire
bebd781fdf Reformat all non-3rd-party C/C++/Objective-C++.
Command line:
find src ext -regex '.*\.\(h\|cpp\|mm\)' -exec clang-format -i
 -style='{BasedOnStyle: Google, DerivePointerBinding: false}' {} \;
2014-02-07 16:34:20 +01:00
John Maguire
acfc7e6d21 Add missing header for _exit()
Fixes #4188
2014-02-07 13:41:26 +01:00
David Sansome
81933c5069 Merge pull request #4187 from paperbagcorner/ip-notrans
Do not translate ip address.
2014-02-07 23:03:39 +11:00
Mattias Andersson
eb622b7e00 Do not translate ip address. 2014-02-07 13:00:24 +01:00
David Sansome
eaf182a59a Merge pull request #4161 from BrummbQ/master
don't rescan unchanged files if library has been unavailable.  Fixes #3032
2014-02-07 22:45:55 +11:00
John Maguire
90d838ba37 Merge pull request #4182 from sobkas/master
Fix auto download podcasts
2014-02-07 11:56:54 +01:00
John Maguire
7671108aa8 Add missing include for symlink() 2014-02-06 19:46:08 +01:00
Gregor Tätzner
0cab75b28f removed useless debug log 2014-02-06 19:27:36 +01:00
John Maguire
3df3a5b645 Add missing header for syscall().
This is cunningly not defined in syscall.h
2014-02-06 19:03:10 +01:00
John Maguire
4902e8e2c7 Remove boost from tests. 2014-02-06 18:24:46 +01:00
John Maguire
1ac3f53a89 Build spotify blob as c++11 2014-02-06 18:06:25 +01:00
John Maguire
8d1f4612db Hide use of boost multi-index behind pimpl. 2014-02-06 17:53:33 +01:00
Krzysztof A. Sobiecki
30fff5dfc4 Fix automatic podcast episodes downloads 2014-02-06 17:34:17 +01:00
John Maguire
71893e4847 Use nullptr instead of NULL everywhere. 2014-02-06 17:29:59 +01:00
John Maguire
d309d4ab27 Use c++11 instead of boost where possible. 2014-02-06 16:51:39 +01:00
John Maguire
5b4b06f64b Remove boost::scoped_ptr & boost::shared_ptr 1.2.2 2014-02-06 15:35:36 +01:00
John Maguire
8424c18516 Use c++11 instead of boost where possible. 2014-02-06 14:48:00 +01:00
John Maguire
2649a452de Update changelog for 1.2.2 2014-02-06 12:07:58 +01:00
John Maguire
cfe6b268bb Fix rendering of source icons in playlist view on retina OS X 10.9
(cherry picked from commit 1a972e0f3639df3cb1a6a64b65d7a9d3e972f912)
2014-02-05 16:41:49 +01:00
John Maguire
7c102ace45 Merge pull request #4174 from pejakm/transl
[Transcoder] Translate transcoder presets as well
2014-02-05 14:41:54 +01:00
Mladen Pejaković
e50ef0dd42 [Transcoder] Translate transcoder presets as well 2014-02-05 14:17:24 +01:00
Arnaud Bienner
7084697aa3 Prevent Clementine to loop forever when trying to play a song with repeat enabled in a playlist which contains only unavailable songs 2014-02-04 22:08:32 +01:00
John Maguire
3a5aee5047 Merge pull request #4172 from pejakm/langcont2
Fix for pull request #4170
2014-02-04 12:01:30 -08:00
Mladen Pejaković
657bbcf00f Fix for pull request #4170 2014-02-04 15:04:19 +01:00
John Maguire
69809d356b Update DLL list for new version of protobuf
(cherry picked from commit 054686226e0e8cbcc1603f4b10f12c6669fc36e4)
2014-02-04 14:39:00 +01:00
John Maguire
f246eda5a8 u_int8_t is missing on mingw
(cherry picked from commit ddda13ceb7db10c170a8993f7f7ee965d8520e34)
2014-02-04 14:11:42 +01:00
John Maguire
ddda13ceb7 u_int8_t is missing on mingw 2014-02-04 14:10:59 +01:00
John Maguire
46565bdf8c Remove TIFF plugin support from Mac at least for now.
(cherry picked from commit 03e2fc428282bfb02e541f197ffe72921a9819d5)
2014-02-04 13:41:53 +01:00
John Maguire
d36f0536e8 Fix tautological comparison.
(cherry picked from commit 09eeeaab4e5b80628d19ede0586be9ad00be2328)
2014-02-04 13:37:50 +01:00
John Maguire
b87cd1641b Compile fixes for 10.9
(cherry picked from commit b17b075361ceb9cf31da36db32731881f9fb186e)
2014-02-04 13:26:17 +01:00
John Maguire
bf88730510 Try building on OS X with libc++
(cherry picked from commit 327181ef18fee22e2c05f2e8303efeffdc63cae0)
(cherry picked from commit 3e46b6134eb9788b9431f4bb5e4cff570bb79a6c)
2014-02-04 12:31:50 +01:00
David Sansome
6a7a3a7f5b Update the changelog for 1.2.2 2014-02-04 22:14:13 +11:00
John Maguire
73ac5bc1ee Print out the Clementine display version in the cmake summary.
(cherry picked from commit 9858a9d5068216bc8a42f4f69a92cb44c3bd0c15)
2014-02-04 12:01:46 +01:00
John Maguire
9acd2e59c2 Do not log IP address from network remote settings.
(cherry picked from commit 0a778e2901f933836dbf9b9d3ea75879de9826fa)
2014-02-04 12:01:31 +01:00
Andreas
d88d0d420e Androids like kittens, too
(cherry picked from commit 00fd9b4724c0a35937a89b4c14d8c1fbeb549615)
2014-02-04 12:00:16 +01:00
John Maguire
7983343e50 Update Skydrive client id & secret for redirect url change.
Fixes #4013

(cherry picked from commit f583c40ffa3498dc36bf750012b6ae2aa310d6f4)
2014-02-04 11:59:53 +01:00
John Maguire
ce0eb1b50f D'oh
(cherry picked from commit 981bbdce72debfe986587f6bf1044a764ac43e1d)
2014-02-04 11:58:11 +01:00
John Maguire
b40d834c8c Rename SkyDrive to OneDrive.
http://blog.onedrive.com/onedrive-for-everything-your-life/
(cherry picked from commit 977a6769b27895d4b296aa79151624fa7b863c80)
2014-02-04 11:53:26 +01:00
John Maguire
29da035139 Set version number for 1.2.2 2014-02-04 11:48:07 +01:00
John Maguire
f78ba77169 Merge pull request #4170 from pejakm/langcont
Add contexts to some translation strings, v2. Closes #4163
2014-02-03 14:20:03 -08:00
Mladen Pejaković
033d266fe9 Add contexts to some translation strings 2014-02-03 21:54:02 +01:00
David Sansome
bdced17a57 Namespace clementine's 3rdparty implementation of sha2 to prevent its symbols
conflicting with the system's openssl symbols with the same names.

This was causing SSL connections to fail in weird ways on Debian.

Fixes #4130.

(cherry picked from commit 96075faf88bf65ed7b94985f98228a2d0974a437)
2014-02-03 18:48:05 +01:00
John Maguire
f45f93fd2e Merge pull request #4168 from paperbagcorner/ripcd-clean-tmpfiles
Make the CD ripper clean up after itself
2014-02-03 08:14:11 -08:00
Mattias Andersson
3bf44c78d4 Only remove the temporary directory if it has a non-empty name. 2014-02-03 15:14:08 +01:00
Mattias Andersson
4676e2839d Make the CD ripper clean up after itself. 2014-02-03 13:38:38 +01:00
Clementine Buildbot
efd4e8666e Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2014-02-03 10:01:44 +01:00
Arnaud Bienner
a349a96f5a Avoid having similar filenames when organising songs (number them instead) 2014-02-02 19:28:45 +01:00
David Sansome
96075faf88 Namespace clementine's 3rdparty implementation of sha2 to prevent its symbols
conflicting with the system's openssl symbols with the same names.

This was causing SSL connections to fail in weird ways on Debian.

Fixes #4130.
2014-02-02 20:25:11 +11:00