Commit Graph

5368 Commits

Author SHA1 Message Date
John Maguire 54c9393358 Merge pull request #4201 from Fitoschido/patch-1
Remove deprecated X-Ayatana actions
2014-02-08 23:52:45 +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
John Maguire c6ff832cf4 Merge pull request #4200 from pejakm/dismbg
More disabmiguations
2014-02-08 16:26:53 +01:00
Mladen Pejaković f09a0c00a8 More disabmiguations 2014-02-08 16:09:27 +01:00
John Maguire ef6d53c5ac Merge pull request #4199 from pejakm/popravke
Fix extraction of context messages from ui files + more disambiguations
2014-02-08 15:17:58 +01:00
Krzysztof A. Sobiecki 8f646de79d A hack to check code with cpplint.py 2014-02-08 15:11:55 +01:00
Mladen Pejaković da535d6429 More disambiguations 2014-02-08 15:11:06 +01:00
Mladen Pejaković 2114494375 Fix extraction of context messages from Qt ui files 2014-02-08 15:08:37 +01:00
Mattias Andersson 175827f73f Add a tool tip to the library search field. 2014-02-08 14:50:12 +01:00
Dave Sansome 89369029ab Merge branch 'skip_track' of https://github.com/asiviero/Clementine into asiviero-skip_track
Conflicts:
	src/playlist/playlist.cpp
	src/playlist/playlistitem.h
	src/ui/mainwindow.cpp
2014-02-08 13:19:23 +11: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
Krzysztof A. Sobiecki 22a00da717 Fix all+1 errors reported by cpplint.py 2014-02-07 22:35:28 +01:00
Krzysztof A. Sobiecki 171529c5b6 Fix all errors reported by cpplint.py 2014-02-07 22:35:28 +01:00
Alexander Bikadorov 2ab8ab8077 Use double click settings as default behaviour for new files added as command line arguments. 2014-02-07 20:28:37 +01:00
John Maguire 96aabc3ac5 Merge pull request #4193 from pejakm/xgttxt
Allow context flag creation in po files. Brings #4163 to effect
2014-02-07 17:28:53 +01:00
John Maguire 5469c0469e Merge pull request #4192 from pejakm/trfixes
[EditTag Dialog] Fix not displaying translated string
2014-02-07 17:21:55 +01:00
John Maguire 5681b9bc85 Merge pull request #4191 from sobkas/clang_r200967
Reformat done with clang-3.5 svn200967
2014-02-07 17:21:13 +01:00
Mladen Pejaković 39147b9cd0 Allow context creation in po files. Brings #4163 to effect 2014-02-07 17:20:59 +01:00
Mladen Pejaković 4c534e54ec [EdiTag Dialog] Fix not displaying translated string 2014-02-07 17:10:53 +01:00
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 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 1a972e0f36)
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
asiviero 9a0b149877 Removed unnecessary clear and switched to clearContents on cdio not available 2014-02-05 10:25:47 -02:00
asiviero 62d919c1b5 Fixing segfaults, checking for cd change on the fly 2014-02-04 23:29:39 -02: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