David Sansome
|
fe03329f78
|
Merge pull request #4141 from abika/master
fix for using special keys for global shortcuts in X11
|
2014-01-24 05:00:52 -08:00 |
|
David Sansome
|
f816a47ad9
|
Make SongLoader add URLs as raw streams if there exists a URL handler
for that scheme. This fixes a bug where sky:// URLs couldn't be added
with MPRIS.
|
2014-01-24 23:54:38 +11:00 |
|
John Maguire
|
556fb62cd2
|
Mark cd rip output filename format string as not for translation.
|
2014-01-24 11:47:19 +01:00 |
|
John Maguire
|
2010b7d500
|
Include sys/time.h required for time_t on FreeBSD.
|
2014-01-23 17:06:43 +01:00 |
|
John Maguire
|
b594f44c64
|
Merge branch 'cdrip' of https://github.com/asiviero/Clementine
Fixes #3490
Closes #4113
|
2014-01-23 16:33:28 +01:00 |
|
Andre Siviero
|
a827d71f4a
|
Moving ifdef inside the function
|
2014-01-23 13:18:35 -02:00 |
|
Andre Siviero
|
8500dce6b3
|
Removing conditional from function definition
|
2014-01-23 13:17:48 -02:00 |
|
Andre Siviero
|
4f79898e2d
|
Including the pointer rip_cd_ in a conditional
|
2014-01-23 11:47:51 -02:00 |
|
Andre Siviero
|
fe45462034
|
Including the method definition in a conditional
|
2014-01-23 11:17:38 -02:00 |
|
Andre Siviero
|
bbf7ff61af
|
Included OpenRipCD in a conditional
|
2014-01-23 11:04:30 -02:00 |
|
asiviero
|
d07174c1d4
|
Adding ifdefs to make cdio detection on compile time
|
2014-01-22 23:11:41 -02:00 |
|
Alexander Bikadorov
|
0ce178961a
|
fix for using special keys for global shortcuts in X11
|
2014-01-22 18:48:39 +01:00 |
|
asiviero
|
7cebf23bba
|
Added ripcd to optional features, deleted ui_ripcd on destruction, added a warning in case cdio_open returns NULL
|
2014-01-22 01:45:55 -02:00 |
|
asiviero
|
2859d826ae
|
Swapped non const reference for pointer, used qdata_stream writeRawData to write to file, removed unnecessary intializers
|
2014-01-20 23:38:36 -02:00 |
|
asiviero
|
c817431593
|
Greying out song and added verification to next on album mode
|
2014-01-20 22:35:01 -02:00 |
|
asiviero
|
5c21768760
|
Minor fixes and label adjustments
|
2014-01-20 22:10:23 -02:00 |
|
asiviero
|
1c0a221563
|
Added skip track feature
|
2014-01-20 22:10:16 -02:00 |
|
asiviero
|
048c2d9b9c
|
Modified queue to store tracks to skip
|
2014-01-20 22:10:08 -02:00 |
|
asiviero
|
94aa151f1a
|
Added event handlers to Skip Track
|
2014-01-20 22:09:58 -02: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 5c05745985 .
|
2014-01-18 00:23:07 +01:00 |
|
Arnaud Bienner
|
b2f16b316e
|
Revert "Oops"
This reverts commit b716f802f3 .
|
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 |
|
asiviero
|
97129ec3c0
|
Using QDataStream to write numbers to file, removed PutNum, turned pointers into objects, checking cdio_read_audio_sector return code
|
2014-01-16 03:05:24 -02: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 |
|
asiviero
|
457d240854
|
Using QByteArray and QFile instead of FILE and int16_t, adapting to code style corrections?
|
2014-01-15 03:00:41 -02: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 |
|
asiviero
|
d2881aad4b
|
Linting the code, using QDir::tempPath instead of "/tmp"
|
2014-01-13 23:41:41 -02: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 |
|
asiviero
|
d014d1549d
|
Minor fix in filename generated
|
2014-01-13 13:49:39 -02:00 |
|
asiviero
|
a3f61bd612
|
Added format string to customize file names
|
2014-01-13 13:38:25 -02: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 |
|
asiviero
|
a5021e656b
|
UI integration, needs beautification
Incorporates the 'Select Destiny' feature from 062889b , fetches values provided by user to populate file tags, UI adjustments
|
2014-01-13 03:32:25 -02: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 |
|
asiviero
|
34c178af65
|
Merge branch 'master' into cdrip
|
2014-01-12 14:02:37 -02:00 |
|
asiviero
|
d14e272018
|
Merge branch 'master' of https://github.com/clementine-player/Clementine
|
2014-01-12 13:39:12 -02:00 |
|
asiviero
|
747f1d9287
|
Updating UI
|
2014-01-12 13:37:24 -02: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 |
|