Alexander Bikadorov
0ce178961a
fix for using special keys for global shortcuts in X11
2014-01-22 18:48:39 +01:00
David Sansome
7a9e5b553b
Set a lower minimum column size in the playlist again. Fixes #201
2014-01-20 22:08:43 +11:00
David Sansome
dc5670edfb
Encode song URLs when inserting them into the database. This was broken by revision 98dd001a. Fixes issue #4127
2014-01-20 21:39:18 +11:00
David Sansome
cfb8fc8fbc
Merge pull request #4125 from Fitoschido/patch-1
...
Remove font customizations. Fixes #4082
2014-01-20 02:22:43 -08:00
Clementine Buildbot
e0e69d966c
Automatic merge of translations from Transifex ( https://www.transifex.net/projects/p/clementine/resource/clementineplayer )
2014-01-20 10:01:47 +01:00
Andreas
7ad1d7abc3
Remote: Use sha1 instead of md5 for file hashing.
2014-01-18 18:33:49 +01:00
Andreas
ed3365bc0d
Lyrics: Fix "Apply exclude rules"
2014-01-18 18:22:00 +01:00
Arnaud Bienner
a700bea095
Revert "Set padding-right correctly instead of moving the clear icon"
...
This reverts commit 5c057459859f470033dac550ead560283c7676e1.
2014-01-18 00:23:07 +01:00
Arnaud Bienner
b2f16b316e
Revert "Oops"
...
This reverts commit b716f802f3a2d27610af4d29a60292efa1fcbf95.
2014-01-18 00:22:46 +01:00
Adolfo Jayme Barrientos
9642896af6
Remove font customizations
...
* Should respect whatever font the user has set.
(“Respect the user’s settings by always using the system font, sizes, and colors.” http://msdn.microsoft.com/en-us/library/windows/desktop/aa511282.aspx )
* Courier looks odd and thin (a11y issue #4082 ).
2014-01-17 11:44:08 -06:00
ArnaudBienner
bf35df140a
Merge pull request #4094 from Tatsh/playback-counter-font
...
Revert "Update playback counter font."
2014-01-17 05:01:30 -08:00
Arnaud Bienner
08a4629565
'-' is considered as 'NOT' operator by FTS, leading to unexpected results. Not sure how to escape it, better to replace it for now
2014-01-16 16:35:09 +01:00
David Sansome
f43d1576e3
Merge pull request #4118 from paperbagcorner/columncheck
...
Improve the handling of colons in library search. Fixes #925 .
2014-01-15 03:01:35 -08:00
David Sansome
d3749eace9
Select the current item if the selection is empty when using Tab to move from
...
the playlist filter to the playlist view. Fixes #4116
2014-01-14 20:07:03 +11:00
Mattias Andersson
bd880dcafe
Tweak the replacement of colons.
...
Make sure that there are no trailing whitspaces on tokens before appending "* ".
2014-01-14 01:09:24 +01:00
Mattias Andersson
3f4e8e5b88
Check if token is a valid column name in the fts table before treating it as such.
2014-01-13 16:16:33 +01:00
Clementine Buildbot
827ed9425c
Automatic merge of translations from Transifex ( https://www.transifex.net/projects/p/clementine/resource/clementineplayer )
2014-01-13 11:50:09 +01:00
Arnaud Bienner
c7b0c02800
Sanity check
2014-01-12 21:25:53 +01:00
Arnaud Bienner
b716f802f3
Oops
2014-01-12 21:00:41 +01:00
Arnaud Bienner
5c05745985
Set padding-right correctly instead of moving the clear icon
2014-01-12 20:50:03 +01:00
Arnaud Bienner
3838bd7bd7
Change a bit the LTR logic (move the clear button also when editing/removing the text
2014-01-12 17:40:28 +01:00
David Sansome
062889b50f
Merge pull request #4105 from paperbagcorner/transcoderdestination
...
Add the ability to choose destination folder in the transcoder dialog. Fixes #2776 .
2014-01-11 22:42:20 -08:00
David Sansome
7c1dc5d6cf
Merge pull request #4102 from Tatsh/fix-edittagdialog-rtl
...
In the tag editor, make the reset button appear on the left side for RTL
Fixes #2673
2014-01-11 22:39:24 -08:00
David Sansome
e5274db222
Merge pull request #4107 from goetzc/master
...
playlist context menu entry: Show in library. Fixes #1162
2014-01-11 22:37:31 -08:00
Mattias Andersson
9647636ab7
Adjust the ui and clean up code.
...
The selection of a destination folder is now done by pressing the button 'Select...'.
The last selected folders along with the option 'Alongside the originals' are
available in the box 'destination'.
The methods TranscodeDialog::TrimPath and TranscodeDialog::GetOutputFileName are now
const.
Minor formatting fixes.
2014-01-11 22:13:11 +01:00
Andrew Udvare
773258af99
Both cases move the clear button to the same position
2014-01-11 12:56:39 -08:00
Andrew Udvare
a11270f749
Use isEmpty() instead of length()
2014-01-11 12:48:52 -08:00
goetzc
ad0f8a6f90
playlist context menu entry: Show in library
2014-01-11 15:03:32 -05:00
Andrew Udvare
f201a9925b
Remove trailing semicolon
2014-01-11 05:13:28 -08:00
Andrew Udvare
59f033a583
Make is_rtl()/set_rtl() methods private
2014-01-11 04:01:08 -08:00
David Sansome
fecdae0be3
Add mp2 to the list of extensions shown in the files tab. Fixes #4103
2014-01-11 22:47:35 +11:00
Andrew Udvare
71aeda07f7
Formatting
2014-01-11 03:46:15 -08:00
Andrew Udvare
d46e0bacc6
Test for string length
2014-01-11 03:45:45 -08:00
Mattias Andersson
294023cf2d
Add the ability to choose destination folder in the transcoder dialog.
2014-01-11 10:06:41 +01:00
Andrew Udvare
509a6af788
In the tag editor, make the reset button appear on the left side for RTL text; #2673
2014-01-11 00:45:13 -08:00
John Maguire
1a972e0f36
Fix rendering of source icons in playlist view on retina OS X 10.9
2014-01-10 16:57:32 +01:00
Andrew Udvare
d48ec046a6
Revert "Update playback counter font."
...
This reverts commit 55b0d00e0248baaf45ed469ad12f10e3b0e9941d.
2014-01-09 21:16:35 -08:00
John Maguire
55b0d00e02
Update playback counter font.
...
Fixes #4082
2014-01-09 15:41:51 +01:00
David Sansome
906cf54272
Add a README file.
...
Fixes #4085
2014-01-09 20:00:33 +11:00
David Sansome
662dc8ab50
Merge pull request #4084 from paperbagcorner/fix-stopafter
...
Target the active playlist when setting 'Stop after this track' via glob...
2014-01-08 17:52:33 -08:00
Mattias Andersson
4872766f80
Target the active playlist when setting 'Stop after this track' via global shortcut or system tray.
2014-01-08 14:11:21 +01:00
John Maguire
8ac1d9a2bd
s/class/struct/
2014-01-08 12:05:48 +01:00
David Sansome
9b39547ed7
Merge pull request #4076 from paperbagcorner/osdstopaftertrack
...
Show an OSD notification when 'Stop after this track' is toggled
2014-01-08 01:59:10 -08:00
David Sansome
0a89ed9d64
Merge pull request #4080 from DevynCJohnson/patch-1
...
Added the Psychedelic preset
2014-01-07 16:11:37 -08:00
Devyn Collier Johnson
d7a4ba3841
Added the Psychedelic preset
...
The Psychedelic preset can also be used with similar genres like DarkPsy, PsyTrance, and Psybreaks. This preset may even enhance Psybient music. Generally, any type of Psy* fan will know this preset is intended for their genre.
2014-01-07 15:02:40 -05:00
Mattias Andersson
42b0ec73df
Move the emission of the signal StopAfterToggled to MainWindow::StopAfterCurrent.
2014-01-07 11:46:39 +01:00
Mattias Andersson
b0e6062a4a
Fix comments and reduce translator's burden.
2014-01-07 11:44:19 +01:00
Mattias Andersson
4cb3775366
Show an OSD notification when 'Stop after this track' is toggled
2014-01-06 14:25:04 +01:00
David Sansome
20b15a17eb
Tweak this comment
2014-01-05 18:19:39 +11:00
David Sansome
1de318a5da
Merge pull request #4068 from DevynCJohnson/patch-1
...
Added Dubstep to the equalizer presets. Fixes #4065
2014-01-04 20:09:09 -08:00