Commit Graph

5573 Commits

Author SHA1 Message Date
Mark Furneaux ce8b7303c0 Formatting 2014-04-25 22:50:52 -04:00
Mark Furneaux c890af6306 More elegant solution to last commit
set_current_row now takes optional parameter "is_stopping" for when auto stop
is enabled.
2014-04-25 22:45:25 -04:00
David Sansome a9abe4a4f0 Merge pull request #4303 from vkrishtal/issue_858
BugFix: clementine cannot delete directories in file tab.  Fixes #858
2014-04-26 12:26:41 +10:00
Joseph Freeman fe4a80b2d5 Removed commented-out code and ran make format. 2014-04-25 19:41:04 -04:00
Joseph Freeman 156728390d Increase performance of mass rating changes. 2014-04-25 19:37:46 -04:00
Mark Furneaux 416d06bb06 Fix stop after track
Stop after track would cause now playing widget, OSD, and last.fm
scrobbler to change to next track after stopping. This patch prevents
set_current_row() from firing an event which triggers the track change.
2014-04-25 14:30:31 -04:00
vkrishtal 42f62be5b6 Fix after review 2014-04-25 08:57:31 +04:00
vkrishtal 69b4f9113a BugFix: clementine cannot delete directories in file tab #858 2014-04-25 00:28:22 +04:00
John Maguire b3ef8b0fe0 Try out actually using lambdas for something useful. 2014-04-23 18:05:59 +02:00
David Sansome c7459b1b28 Load songs in a background thread while initialising the Organise dialog 2014-04-23 21:46:05 +10:00
David Sansome 98a328cf97 Switch from foreach to for 2014-04-23 21:13:58 +10:00
David Sansome 25ee987ec7 Recursively add songs in subdirectories to the organise dialog. Broken in revision 35060d6. 2014-04-23 21:06:23 +10:00
David Sansome 1957c41ada Add more things to the 1.2.3 changelog
(cherry picked from commit e8a0c1cd9f)
2014-04-23 20:16:44 +10:00
David Sansome e8a0c1cd9f Add more things to the 1.2.3 changelog 2014-04-23 20:16:20 +10:00
John Maguire 3245d6c419 Install libffi DLL.
(cherry picked from commit 1c3cee8719)
2014-04-23 11:48:33 +02:00
John Maguire 034aa26ad8 Add new DLLs to windows install.
(cherry picked from commit 8c2f927bc2)
2014-04-23 11:48:33 +02:00
John Maguire 4421ea894f Bump installed dependency DLL versions.
(cherry picked from commit 49c2fe8de1)
2014-04-23 11:48:33 +02:00
Arnaud Bienner d49d818b37 Very minor style change 2014-04-23 00:40:06 +02:00
Arnaud Bienner 3f79fa5c65 Try to make the slider more accurate when moodbar is activated.
Previously, the slide wasn't displayed at the exact position where the user clicked, and the moodbar's width was equal to the slider's width, while it should have been as long as long the groove.
2014-04-23 00:03:30 +02:00
John Maguire 494882b732 Add missing include for symlink()
(cherry picked from commit 7671108aa8)
2014-04-22 15:10:47 +02:00
John Maguire 2b3acb2ba8 Add missing header for _exit()
Fixes #4188

(cherry picked from commit acfc7e6d21)
2014-04-22 14:25:53 +02:00
John Maguire 7f745cba91 Add missing header for syscall().
This is cunningly not defined in syscall.h

(cherry picked from commit 3df3a5b645)
2014-04-22 14:25:38 +02:00
John Maguire 89ff164efa Bump changelog for 1.2.3
(cherry picked from commit 2e61ef9b17)
2014-04-22 13:43:47 +02:00
John Maguire 2e61ef9b17 Bump changelog for 1.2.3 2014-04-22 13:43:27 +02:00
John Maguire 22e422296a Bump 1.2 release version 2014-04-22 13:41:52 +02:00
John Maguire bb497dd7c1 Fix compiling 1.2 branch on GCC 4.9 2014-04-22 13:40:41 +02:00
Mattias Andersson 70f98ece65 Add explanatory comment to last commit.
(cherry picked from commit 5fffbbc689)
2014-04-22 13:38:18 +02:00
Mattias Andersson c4b5f000de Fix slow library search on sqlite 3.8.
(cherry picked from commit 56dade2598)

Conflicts:
	src/library/libraryquery.cpp
2014-04-22 13:38:08 +02:00
John Maguire c94a94ece2 Merge pull request #4285 from paperbagcorner/sqlite-3.8
Fix slow library search on sqlite 3.8.
2014-04-22 18:47:45 +08:00
Mattias Andersson 5fffbbc689 Add explanatory comment to last commit. 2014-04-22 12:25:59 +02:00
Clementine Buildbot e09298b9a3 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2014-04-21 10:01:49 +02:00
Mattias Andersson 56dade2598 Fix slow library search on sqlite 3.8. 2014-04-19 14:23:50 +02:00
Arnaud Bienner 3dad47e7ca Reorder SoundCloud menu 2014-04-16 23:17:23 +02:00
Arnaud Bienner 67951f64a5 SoundCloud: retrieve user's playlists 2014-04-16 23:09:48 +02:00
Arnaud Bienner ef01353a0f SoundCloud: retrieve stream playlists 2014-04-16 22:37:40 +02:00
Andre Siviero af34bf6062 Removing extra parenthesis 2014-04-16 11:07:50 -03:00
Andre Siviero 5cb2514b12 Merge pull request #1 from paperbagcorner/ripcdupdate
Resolve merge conflicts and add extra call to cdio_get_media_changed
2014-04-15 16:49:12 -03:00
David Sansome 8c164e2a8f Merge pull request #4278 from paperbagcorner/fix-filename
Remove unnecessary string conversion
2014-04-15 15:32:43 +02:00
Mattias Andersson 773c3475ba Remove unnecessary string conversion. 2014-04-15 14:47:26 +02:00
Clementine Buildbot 2c82826d26 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2014-04-14 10:01:28 +02:00
David Sansome baeff2e897 Merge pull request #4277 from Fitoschido/patch-1
[Trivial] Remove space in provider’s name
2014-04-14 07:45:20 +02:00
Adolfo Jayme Barrientos 15e4f7fe9c Remove space in provider’s name 2014-04-14 00:32:58 -05:00
Mattias Andersson ddf0c0cbc3 Merge remote-tracking branch 'origin/master' into asivieromaster 2014-04-13 14:59:58 +02:00
Mattias Andersson 44025dc588 Add a call to cdio_get_media_changed in RipCD::CheckCDIOIsValid
This prevents an erroneous message that the media has changed the first
time the ripCD dialog is used.
2014-04-13 14:41:04 +02:00
David Sansome b9279ca128 Merge pull request #4263 from abika/master
Load all songs that require disc-read non-blocking.
2014-04-12 16:03:55 +02:00
Mattias Andersson 31400f2740 Run 'make format' 2014-04-12 09:20:25 +02:00
Mattias Andersson d66a73bed5 Merge remote-tracking branch 'origin/master' into HEAD
Conflicts:
	src/ui/mainwindow.cpp
	src/ui/ripcd.cpp
2014-04-12 09:08:21 +02:00
John Maguire f75c2a9bf6 Merge pull request #4270 from fumiyas/master
Update Transifex URL
2014-04-11 12:16:21 +02:00
SATOH Fumiyasu 9add1ad708 Update Transifex URL 2014-04-11 16:30:57 +09:00
John Maguire 8429e92b52 Remove obsolete configure #defines 2014-04-10 18:03:15 +02:00