hatstand
3ed34076c8
Merge pull request #2625 from Fitoschido/patch-1
...
Delete Spanish (AR) translation
2013-12-11 04:27:57 -08:00
Adolfo Jayme Barrientos
03b2414b6b
Delete Spanish (AR) translation
...
It won’t be updated, and contains typos, mistranslations (such as “Aproximadamente” instead of “Acerca de” for “About”), the tone is wrong…
Closes issue 4005.
2013-12-10 13:38:23 -06:00
Martin Brodbeck
818a028739
Added rudimentary support for METADATA_BLOCK_PICTURE tag
2013-12-10 15:39:43 +01:00
John Maguire
4b0d49b61a
Add stricter Apple code signing.
2013-12-09 17:27:55 +01:00
Andreas
03a4145082
Check if track position is valid before sending. Bump protocol version.
2013-12-08 20:19:25 +01:00
Andreas
3122593ab4
Read urls correctly when inserting into playlist.
...
Fixes issue 4003.
2013-12-05 16:20:59 +01:00
Andreas
b5ba1164af
Send only songs from library which are available.
2013-12-03 12:19:46 +01:00
David Sansome
7fdaff079d
Don't try to stop the chromaprinter event loop a second time after it's
...
already been stopped. This can happen if the song is exactly 30 seconds long.
Fixes issue 4001
2013-12-03 20:32:26 +11:00
Paweł Szymański
6e8cfc7762
Add an Encyclopaedia Metallum lyrics provider. Fixes issue 3568
2013-12-03 20:21:52 +11:00
Alexander Bikadorov
5207af6f93
Create QShortcuts to catch key bindings from global shorcuts and hide them from widgets
...
Fixes issue 722
2013-12-02 21:36:14 +11:00
David Sansome
186a981614
Start at a random visualisation. Fixes issue 3966.
2013-12-02 21:24:15 +11:00
David Sansome
d678788af7
Load and save the visualisation delay setting properly. Fixes issue 3968.
2013-12-02 21:24:08 +11:00
Clementine Buildbot
22d3bffd9e
Automatic merge of translations from Transifex ( https://www.transifex.net/projects/p/clementine/resource/clementineplayer )
2013-12-02 10:02:22 +01:00
Arnaud Bienner
2a0f1266ce
Revert "Disable inline editing with 'SelectedClicked'. Still available using F2. Fixes 3251 (once again)."
...
This reverts commit 4a1d3e2de6
.
2013-11-30 18:10:20 +01:00
Andreas
42d9a86ff0
Calculate chunkcount with the real file size, not the size saved in the database (might be wrong and results in corrupted download).
2013-11-29 13:59:48 +01:00
John Maguire
d053039f80
Ignore generated file
2013-11-27 14:53:41 +01:00
John Maguire
35f7760014
Add test for sqlite FTS3 support.
2013-11-27 14:53:00 +01:00
Clementine Buildbot
d04b4a602e
Automatic merge of translations from Transifex ( https://www.transifex.net/projects/p/clementine/resource/clementineplayer )
2013-11-27 12:11:07 +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
34103a11cf
Add sqlite dependencies for Ubuntu
2013-11-26 14:26:44 +01:00
John Maguire
3b8cde6691
Add sqlite dependencies for Fedora
2013-11-26 14:24:09 +01:00
David Sansome
c2ff72deba
Merge branch 'release-1.2'
...
Conflicts:
cmake/Version.cmake
src/main.cpp
2013-11-26 10:10:04 +11:00
Arnaud Bienner
4a1d3e2de6
Disable inline editing with 'SelectedClicked'. Still available using F2. Fixes 3251 (once again).
2013-11-22 21:55:46 +01:00
Arnaud Bienner
3715e5f15e
Revert revision 316b5d7db4
and revision e7a5c482fe
(aka re-enable inline editing)
2013-11-22 20:59:31 +01:00
Arnaud Bienner
503b8445ad
Remove debug message
2013-11-22 20:52:14 +01:00
John Maguire
5b19c520d0
Use gtest's builtin tuple type again for 10.9
2013-11-22 16:31:56 +00:00
John Maguire
4c23072bef
Link dynamically against sqlite3 but still use a copy of QSqlLiteDriver
2013-11-22 16:31:41 +00:00
John Maguire
331d471b51
Avoid tr1 for 10.9
2013-11-22 16:05:38 +00:00
John Maguire
e7c63fdfb9
Update deprecated function call.
2013-11-22 12:08:24 +00:00
John Maguire
cc43e339c1
Use boost function for compatibility
2013-11-22 11:53:47 +00:00
John Maguire
b17b075361
Compile fixes for 10.9
2013-11-21 17:59:31 +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
44a154ef56
Update issue 3962: don't try to activate a playlist which doesn't exist/isn't opened anymore (otherwise we crash on Q_ASSERT)
...
(cherry picked from commit 51d9080a81
)
2013-11-17 16:28:59 +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
David Sansome
fe34d4d028
Set the version to 1.2.1
2013-11-16 13:57:32 +11:00
David Sansome
f103d159e4
Update the changelog for 1.2.1
...
(cherry picked from commit 36a263975e
)
2013-11-16 13:49:44 +11:00
David Sansome
36a263975e
Update the changelog for 1.2.1
2013-11-16 13:49:27 +11:00
David Sansome
d25f4b4ae7
Fix a stupid typo. Fixes issue 3710
...
(cherry picked from commit 0497e941c7
)
2013-11-16 13:45:51 +11: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
1c69dee947
Add favicon to oauth success page.
2013-11-01 15:56:57 +01:00
John Maguire
d426da99b0
Redirect box login via SSL appengine page.
...
Apparently that's more secure than just redirecting to localhost :-S
Fixes issue #3936
(cherry picked from commit a872fa3828
)
2013-11-01 12:52:43 +01:00
John Maguire
d8e01157b0
Add workaround for weird font issue in 10.9.
...
(cherry picked from commit b08898bf2d
)
2013-11-01 12:47:44 +01:00
John Maguire
92eb4fe74a
Remove generated file again.
...
(cherry picked from commit d7aed8b260
)
2013-11-01 12:47:26 +01:00
John Maguire
7218130cfd
Revert "Remove file..."
...
This reverts commit 7f0d437d71
.
2013-11-01 12:47:15 +01:00