3957 Commits

Author SHA1 Message Date
Arnaud Bienner
503b8445ad Remove debug message 2013-11-22 20:52:14 +01:00
John Maguire
4c23072bef Link dynamically against sqlite3 but still use a copy of QSqlLiteDriver 2013-11-22 16:31:41 +00:00
Aggelos Biboudis
2647fe4bbc Emit MPRIS notification when we add or remove a playlist.
Fixes issue 3962.
2013-11-19 00:13:45 +01:00
Clementine Buildbot
6e3a456046 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-11-18 10:02:12 +01:00
Arnaud Bienner
316b5d7db4 (Add a comment to explain why I removed this) 2013-11-17 19:42:06 +01:00
Arnaud Bienner
e7a5c482fe Don't allow tag inline editing anymore.
This was a pretty good idea, but now we have a dedicated tag dialog editor, I'm not sure it is very useful. It was probably faster to edit tags this way, but I'm afraid lot of people may inadvertently modify their tags because of this. Still allow inline editing of score and comment, because they sound less critical to me.
Fixes issue 3251.
2013-11-17 19:00:44 +01:00
Arnaud Bienner
51d9080a81 Update issue 3962: don't try to activate a playlist which doesn't exist/isn't opened anymore (otherwise we crash on Q_ASSERT) 2013-11-16 19:53:02 +01:00
Clementine Buildbot
e929b4f466 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-11-11 10:02:21 +01:00
John Maguire
95330a3d7c Deal more gracefully with a device's library not having any directories on second mount.
Fixes issue #3940
2013-11-04 18:44:07 +01:00
Clementine Buildbot
a6f4affc10 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-11-04 10:01:55 +01:00
John Maguire
a872fa3828 Redirect box login via SSL appengine page.
Apparently that's more secure than just redirecting to localhost :-S
Fixes issue #3936
2013-11-01 12:15:21 +01:00
Andreas
7470f67acf - Fix remove songs from playlist in network remote.
- Update protocol buffer version.
2013-10-31 19:52:02 +01:00
Andreas
10369cdbbb revert last commit. 2013-10-30 22:36:44 +01:00
Andreas
9bc605dc58 Try to fix the config path in windows. 2013-10-30 22:27:08 +01:00
John Maguire
981bbdce72 D'oh 2013-10-28 17:39:18 +01:00
John Maguire
b08898bf2d Add workaround for weird font issue in 10.9. 2013-10-28 17:12:23 +01:00
Clementine Buildbot
55be260750 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-10-28 10:01:41 +01:00
Andreas
afae01156d Merge branch 'portable' 2013-10-26 09:34:07 +02:00
Andreas
f6ab3a9044 Fix library download in network remote. 2013-10-25 20:31:56 +02:00
David Sansome
b34da7cb00 Merge branch 'release-1.2'
Conflicts:
	src/translations/ca.po
	src/translations/fi.po
	src/translations/fr.po
	src/translations/pl.po
	src/translations/pt.po
	src/translations/ru.po
	src/translations/tr.po
2013-10-25 19:02:06 +11:00
Clementine Buildbot
5306c290aa Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-10-21 10:01:54 +02:00
Clementine Buildbot
e737e7467f Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-10-14 10:01:50 +02:00
Andreas
8b8d3e2849 Rearrange main.cpp, so no GetConfigPath() is called before instanciating QApplication and CheckPortable(). 2013-10-10 18:36:12 +02:00
Andreas
4584b50d18 Fix wrong networkcache dir. 2013-10-10 10:00:57 +02:00
Andreas
9d0b1611c7 Fix crash when fetching lyrics with the network remote.
(cherry picked from commit 90c8929f96805bc25020bd03ec9f19dd6fb1f13b)
2013-10-09 19:43:28 +02:00
Andreas
72c10d42f4 Fix crash when fetching lyrics with the network remote.
(cherry picked from commit 90c8929f96805bc25020bd03ec9f19dd6fb1f13b)
2013-10-09 19:36:22 +02:00
Andreas
90c8929f96 Fix crash when fetching lyrics with the network remote. 2013-10-09 19:33:59 +02:00
Clementine Buildbot
8e39e70c39 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-10-07 10:01:28 +02:00
Andreas
77ac74c3f5 Merge branch 'release-1.2' into portable 2013-10-05 12:03:57 +02:00
Arnaud Bienner
cdd5bf928c Check playlist exists in manager. Fixes issue 3878
(cherry picked from commit 2e18b7eb96bed6a824e3d23d5a287c587b5a324d)
2013-10-03 20:45:12 +02:00
Arnaud Bienner
ce117da026 Don't ignore Folder (so we don't ignore playlists they contain and we don't end up with dangling pointers in playlists_by_id_)
(cherry picked from commit fb78321c161832a52c44c221068a14e6e9792747)
2013-10-03 20:45:01 +02:00
Arnaud Bienner
2e18b7eb96 Check playlist exists in manager. Fixes issue 3878 2013-10-03 20:36:46 +02:00
Andreas
98dd001a4f Further work on portable version. 2013-10-03 17:08:42 +02:00
Arnaud Bienner
fb78321c16 Don't ignore Folder (so we don't ignore playlists they contain and we don't end up with dangling pointers in playlists_by_id_) 2013-10-02 22:58:47 +02:00
Andreas
acb18cdcde First tries on a portable version. 2013-09-29 10:43:34 +02:00
Clementine Buildbot
88bb606082 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-09-23 10:01:31 +02:00
Andreas
fc78a78afc - Send songrating to client.
- Receive songrating as float (like saved in Song).
- On RemoteClient destructor check if socket is still connected before calling waitForDisconnect()
(cherry picked from commit 9237356e3310080af350db55bdb74f7437766783)
2013-09-22 12:10:18 +02:00
Andreas
9237356e33 - Send songrating to client.
- Receive songrating as float (like saved in Song).
- On RemoteClient destructor check if socket is still connected before calling waitForDisconnect()
2013-09-22 12:06:19 +02:00
Arnaud Bienner
d7d7df7646 Manually fix a bad pt translation. Fixes issue 3857 for 1.2 2013-09-18 21:28:00 +02:00
David Sansome
65b8e147ed Make the Spotify downloader optional again on Windows and Mac
(cherry picked from commit 4e8dba16d452c5ba7825fd32f0fa62351f4fe862)
2013-09-18 01:25:02 +02:00
David Sansome
96a8c5a9fe Make the GPL spotify code non-optional
(cherry picked from commit 2c55688601964861797d605a1230f51942e9c0e3)
2013-09-18 01:24:49 +02:00
David Sansome
1efd88cc2a Create a Fatal logging level, and use it when sqlite symbols can't be resolved.
(cherry picked from commit f0b9120c436a67ea8d977ec4861e4a7ef9de35a8)
2013-09-18 01:24:36 +02:00
David Sansome
4e8dba16d4 Make the Spotify downloader optional again on Windows and Mac 2013-09-18 01:27:13 +10:00
David Sansome
2c55688601 Make the GPL spotify code non-optional 2013-09-18 00:49:29 +10:00
David Sansome
f0b9120c43 Create a Fatal logging level, and use it when sqlite symbols can't be resolved. 2013-09-18 00:15:46 +10:00
Clementine Buildbot
8d8b1a70f2 Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer)
(cherry picked from commit 611731ed4a734e6ce93c07a0df7ee903e9eea1ca)
2013-09-16 11:43:55 +02:00
Clementine Buildbot
611731ed4a Automatic merge of translations from Transifex (https://www.transifex.net/projects/p/clementine/resource/clementineplayer) 2013-09-16 11:41:24 +02:00
Arnaud Bienner
1780b8192d Update Flickr API Key for Kittens
(cherry picked from commit 02e51dad2ff19370729359807b95a9d24aa4cbd3)
2013-09-12 00:00:03 +02:00
Arnaud Bienner
696f6a81b9 Hide the console for now as it's not useful for end users. Fixes issue 3853.
(cherry picked from commit daee19e076c5e79509311bf1b6c26b5093ece10d)
2013-09-11 23:59:56 +02:00
Arnaud Bienner
02e51dad2f Update Flickr API Key for Kittens 2013-09-11 23:54:41 +02:00