Commit Graph

88 Commits

Author SHA1 Message Date
David Sansome 5f0f50435c Bump the spotify blob version so we can create a new one linked against libspotify.so.11.1.56 2012-04-04 17:11:38 +01:00
David Sansome 50c0cd78a3 Oops - add the git revision information even when forced 2012-02-28 19:34:37 +00:00
David Sansome d21cd0edd7 Maybe fix git revision numbers in PPA debs 2012-02-28 17:49:32 +00:00
David Sansome bc0623bc0d Merge commit '1.0.1' 2012-01-22 13:33:34 +00:00
David Sansome 8e3ce51304 Bump version to 1.0.1 2012-01-11 21:26:09 +00:00
David Sansome 5abfdf4eb0 Fix a cmake error when getting the git revision number of an exact tag checkout
(cherry picked from commit 9e2e035ae1)
2012-01-11 21:04:48 +00:00
David Sansome 9e2e035ae1 Fix a cmake error when getting the git revision number of an exact tag checkout 2011-12-28 14:13:12 +01:00
David Sansome b0e8f43dd6 Set master branch back to including git revision numbers in commits 2011-12-28 00:01:12 +00:00
David Sansome d5254cb02c Change version from 1.0rc1 to 1.0 2011-12-12 20:53:23 +00:00
David Sansome ec8416443f Use the sparkle version for the tarball and source directory, tell the rpm spec to use that instead of the default 2011-12-02 19:08:34 +00:00
David Sansome 08d7d0ce8c Fix the version numbers in rpm filenames 2011-12-02 18:08:12 +00:00
David Sansome 7bc2de39b5 Prepend a big number to the mac version strings because we have to be bigger than the svn revision numbers that were there before 2011-12-02 14:56:26 +00:00
David Sansome c0ac798a71 Create a 1.0 release branch, and rework the way version numbers are done everywhere. 2011-12-02 14:48:19 +00:00
David Sansome ed154b463c Add a MOCK_COMMAND cmake option to change the "mock" command, and use a --resultdir inside CMAKE_BINARY_DIR 2011-11-30 18:53:16 +00:00
David Sansome 332aeadec0 Keep the appsrc half full to prevent tiny stalls when libspotify is waiting to send us audio data 2011-11-29 11:10:31 +00:00
David Sansome eb719fad77 Bump the spotify blob version again 2011-11-28 21:27:12 +00:00
David Sansome 6722d1cc6a Bump the spotify blob version number 2011-11-28 12:33:45 +00:00
John Maguire e71fa7d279 Bump spotify blob version. 2011-11-24 14:22:16 +01:00
David Sansome ce66bdf1e8 Always run uic on optional ui files so we can get translations out. It was supposed to do this already... 2011-11-03 17:19:37 +00:00
David Sansome a2cd7dc7e4 Use relative filenames for the source file locations in .pot files 2011-11-02 23:55:50 +00:00
Arnaud Bienner f9da363f9d Oops... 2011-11-01 19:56:56 +01:00
Arnaud Bienner bfee1be5dd Add (do not remove) location to pot/po files 2011-11-01 19:14:22 +01:00
David Sansome 3395078a90 Add the Content-Transfer-Encoding line to the pot header so it gets added every time 2011-10-30 12:24:36 +00:00
David Sansome 1f6bc7cd9a Don't update the .po files automatically from the .pot each build (Transifex will do that now). Also add source files that aren't compiled because of options being disabled to the OTHER_SOURCES list (for translation) automatically. 2011-10-29 18:37:30 +01:00
David Sansome c05a2ee182 Add a spotify gstreamer source element instead of hacking about with gsttcpserversrc. Implement seeking on spotify tracks. 2011-09-25 19:24:44 +01:00
David Sansome 4ac16f0dd4 Add a "tooltip" that shows the songs within each album in the global search results 2011-09-18 00:06:07 +01:00
David Sansome 21be90a941 Change spotify protobuf namespace to something that isn't reserved, and do album loading in spotify 2011-08-29 03:32:37 +01:00
David Sansome 27e837a8bb Fix spotify audio stuttering on Linux 2011-08-28 01:30:32 +01:00
David Sansome c4280c2cf4 Maybe fix git revision numbers in RPM packages. 2011-08-28 01:18:13 +01:00
David Sansome 13fc24f6c6 Refactor the last.fm, magnatune, spotify and di.fm settings pages - moving the login state display into a separate widget. 2011-08-27 22:01:28 +01:00
David Sansome dd3eee63e5 Remove python scripting support 2011-07-23 15:32:12 +01:00
John Maguire a2e4f8e6b3 Update cmake version script to use git describe instead of svn info. 2011-07-19 16:59:42 +02:00
David Sansome cab5d63b74 Rename empty .po target files to .po.target so pkgbinarymangler doesn't choke on them. Thanks Felix Geyer <debfx-pkg@fobos.de> 2011-06-17 19:38:58 +00:00
David Sansome 5220091db2 Maybe fix the fc14 build 2011-06-08 10:08:59 +00:00
David Sansome 6bb81f9a9c Explicitly set the rpm distro in the .spec so builds work from ubuntu boxes, and do a verbose mock 2011-06-07 16:58:48 +00:00
John Maguire 7d8a07e8de Bump spotify blob version 2011-05-25 14:50:50 +00:00
David Sansome 7b84b23366 Add bindings for classes from network.h 2011-05-15 16:12:49 +00:00
David Sansome d9bb8ffd8c Add the pythonqt bindings generator and make some bindings for RadioService and UrlHandler 2011-05-15 15:45:49 +00:00
David Sansome 7c05b42dcd Add PythonQt to 3rdparty, use it in the python engine instead of SIP/PyQt. 2011-05-15 13:41:54 +00:00
David Sansome a2ceca673c Bump trunk's version to 0.7.1 (oops), show an error when the spotify blob crashes, actually use the LD_LIBRARY_PATH that is created 2011-04-29 21:49:48 +00:00
David Sansome 3deb371537 If the spotify blob isn't installed, try to download it from the Clementine website. Also, make the blob separate from the core Spotify code in Clementine so you can build the core code without building the blob 2011-04-29 19:44:51 +00:00
David Sansome ec07d9d46f Don't statically initialise Python extensions on Windows, add some more debug logging 2011-04-24 17:02:32 +00:00
David Sansome 468c970e65 Bump trunk's version to 0.7 2011-03-29 21:12:53 +00:00
David Sansome e9a13bc864 Look for sip files in /usr/share/py-sip as well for freebsd 2011-02-27 12:14:12 +00:00
David Sansome a9336c4d80 Include automatically generated docstrings for functions that don't have any 2011-02-15 21:08:39 +00:00
David Sansome a361dc128d Sort out the cmake dependency mess when generating/compiling translations - should hopefully fix some compile issues with parallel jobs. 2011-02-03 22:01:31 +00:00
David Sansome e4d9d54414 Link Clementine against SIP and PyQt on Windows, and add the modules to python's inittab 2011-01-31 23:44:44 +00:00
David Sansome e312057068 Maybe fix the fc14 build 2011-01-27 21:02:08 +00:00
John Maguire 16b5466922 Nicer platform specific sip flags. 2011-01-27 15:40:53 +00:00
John Maguire 508aaed088 Fix pyqt on mac. 2011-01-27 15:29:26 +00:00