1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 03:45:56 +01:00
Commit Graph

308 Commits

Author SHA1 Message Date
Krzysztof Sobiecki
6efb5d05b7 Fix some problems 2014-11-05 17:48:04 +01:00
Krzysztof Sobiecki
a85728dfb3 Fix some problems 2014-11-05 17:48:03 +01:00
John Maguire
b4784e82fd Make Soup check SSL against our shipped root certs. 2014-10-01 15:06:22 +02:00
John Maguire
e9dc93942d Update plugin library names for gstreamer-1.0 2014-09-30 17:52:51 +02:00
John Maguire
db91aed036 Update mac gstreamer plugin search path 2014-09-30 17:30:34 +02:00
John Maguire
af11f5551d Update Fedora package names for gstreamer 1 2014-09-26 13:37:17 +02:00
David Sansome
4d3d12b93b Give those audio libraries some more libgstvideo. Audio libraries love libgstvideo. 2014-09-25 15:09:56 +00:00
David Sansome
98a583550c Include the new windows libraries in the NSIS installer. 2014-09-25 14:48:59 +00:00
David Sansome
abcd8e181d Change the deb and rpm specs to use gstreamer-1.0 instead of 0.10 2014-09-22 22:35:35 +10:00
John Maguire
ff371a6769 Add appdata xml to RPM spec 2014-06-02 11:52:33 +02:00
David Sansome
3e51d13bc0 Add an AppData file. Fixes #4381 2014-06-01 20:39:15 +10:00
David Sansome
f7f1fcd1e5 Install libgmp-10.dll which is required by libgiognutls.dll. Fixes #4332 2014-05-10 09:04:40 +00:00
David Sansome
7c5be02030 Oops, wrong package name for fedora 2014-03-30 17:29:26 +11:00
David Sansome
7fc3596575 Depend on libpulse-dev 2014-03-30 17:27:03 +11:00
John Maguire
e9a6ae87be Change make format to ignore deleted files. 2014-03-28 14:55:04 +01:00
John Maguire
9b01c03f71 Remove libimobiledevice from RPM dependencies. 2014-03-14 11:50:59 +01:00
Janez Troha
000206190a Add: Slovenian translation
Added Slovenian translation for GenericName and Comment.

Signed-off-by: Andrej Mernik <andrejm@ubuntu.si>
2014-03-08 12:17:48 +01:00
Andreas
20d122a31b Remove Asturian language from nsis script (is not available). 2014-03-05 18:45:52 +01:00
Andreas
95ca1372dc Revert "First try to warn user it should close Clementine before if upgrading it"
This reverts commit 80ce992c9c & ff29ea29db.

The use of MUI_INSTALLOPTIONS_DISPLAY is no longer supported in MUI2, so this solution is not possible.
2014-03-05 18:08:32 +01:00
Andreas
389b7c57f4 Added language selection to nsis installer. 2014-03-05 17:51:41 +01:00
Arnaud Bienner
ff29ea29db oops, missed to git add new file 2014-03-05 16:35:05 +01:00
Arnaud Bienner
80ce992c9c First try to warn user it should close Clementine before if upgrading it 2014-03-05 16:31:11 +01:00
John Maguire
1c3cee8719 Install libffi DLL. 2014-03-05 15:12:11 +01:00
John Maguire
8c2f927bc2 Add new DLLs to windows install. 2014-03-05 13:34:55 +01:00
John Maguire
49c2fe8de1 Bump installed dependency DLL versions. 2014-03-05 12:16:10 +01:00
John Maguire
b81e5bce5e Remove google code upload scripts. 2014-02-20 18:00:26 +01:00
John Maguire
0f790796a0 Update repo in PPA upload script. 2014-02-19 18:34:22 +01:00
David Sansome
c36f4e46db Add "make format-diff" and "make format" commands that use clang-format to reformat source. 2014-02-12 01:20:49 +11:00
John Maguire
fd183a80ff Merge branch 'coding_style_fixes_and_c++11' of https://github.com/sobkas/Clementine into sobkas-coding_style_fixes_and_c++11
Conflicts:
	src/podcasts/addpodcastbyurl.cpp
	src/podcasts/gpoddersync.cpp
	src/podcasts/podcastinfowidget.cpp
	src/podcasts/podcastupdater.cpp
2014-02-10 15:55:42 +01:00
Adolfo Jayme Barrientos
3f8976b217 Remove deprecated X-Ayatana actions
Replace with Freedesktop Actions which work with newer Unity.

While I’m here, remove old, redundant es_AR and update ca and es.
2014-02-08 13:25:26 -06:00
Krzysztof A. Sobiecki
8f646de79d A hack to check code with cpplint.py 2014-02-08 15:11:55 +01:00
Krzysztof A. Sobiecki
b7da89b978 Default filters are already set, no need for it here 2014-02-07 22:35:29 +01:00
Krzysztof A. Sobiecki
90c69db428 Set default filters in cpplint.py 2014-02-07 22:35:29 +01:00
Krzysztof A. Sobiecki
da4658c5fc New line with newline 2014-02-07 22:35:29 +01:00
Krzysztof A. Sobiecki
1e6fc23940 Add cpplint.py options used by myself 2014-02-07 22:35:29 +01:00
Krzysztof A. Sobiecki
6cf22ed5d2 Updated and modified cpplint.py 2014-02-07 22:35:29 +01:00
John Maguire
80d4ef2c87 Merge pull request #4157 from pejakm/desktopfile
[Desktop file] Add Audio category
2014-01-30 08:11:29 -08:00
Mladen Pejaković
e3e03bcc18 [Desktop file] Add Audio group 2014-01-30 17:04:55 +01:00
Mladen Pejaković
d58686e94a [Desktop file] Serbian translations 2014-01-30 17:02:11 +01:00
John Maguire
5a6ea923d0 Try emulating Mavericks' codesign --deep for earlier OS X versions. 2013-12-17 16:15:40 +01:00
John Maguire
054686226e Update DLL list for new version of protobuf 2013-11-26 18:52:08 +01:00
John Maguire
03e2fc4282 Remove TIFF plugin support from Mac at least for now. 2013-11-26 14:27:30 +01:00
John Maguire
3b8cde6691 Add sqlite dependencies for Fedora 2013-11-26 14:24:09 +01:00
John Maguire
d7aed8b260 Remove generated file again. 2013-11-01 12:46:51 +01:00
Andreas
7470f67acf - Fix remove songs from playlist in network remote.
- Update protocol buffer version.
2013-10-31 19:52:02 +01:00
David Sansome
30cca8adc4 Remove this generated file from git 2013-10-28 14:26:19 +11:00
Andreas
afae01156d Merge branch 'portable' 2013-10-26 09:34:07 +02:00
David Sansome
343414c52d Add saucy to the codesite upload script 2013-10-25 19:37:13 +11:00
David Sansome
b546dcba64 Add Lucid back to the list of packages to upload. We can deprecate it later. 2013-10-13 12:28:29 +11:00
David Sansome
1399493a5c Remove this old line that was used for testing 2013-10-13 11:33:58 +11:00