1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-23 16:28:19 +01:00
Commit Graph

6181 Commits

Author SHA1 Message Date
ArnaudBienner
cc1b504bec Merge pull request #5050 from narunlifescience/master
make library view sort line themable
2015-09-22 10:19:57 +02:00
Arun Narayanankutty
ec60406f14 make library view sort line themable
set line color alpha to 100
2015-09-21 20:17:50 -05:00
John Maguire
cad2621434 Merge pull request #5048 from Ede123/master
Add Musixmatch as lyrics provider
2015-09-21 21:20:17 +01:00
Eduard Braun
12ac4ae063 Add Musixmatch as lyrics provider 2015-09-21 22:17:32 +02:00
John Maguire
c6e56813ef Merge pull request #5042 from narunlifescience/master
volume slider handle glow effect using system theme
2015-09-21 20:25:54 +01:00
narunlifescience
eaf79c3397 rename similar functions 2015-09-21 14:07:43 -05:00
narunlifescience
c2e11bed30 move functions to private section & rename a function 2015-09-21 13:25:31 -05:00
Clementine Buildbot
d7f10788c7 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-09-21 10:00:44 +00:00
Arnaud Bienner
399da3c7bc Convert cocoa key down/up pressed event to equivalent Qt events 2015-09-21 00:47:11 +02:00
Arnaud Bienner
774aeaaf11 Revert "clean up library view"
This reverts commit 97cbf556a0.
2015-09-21 00:23:30 +02:00
Arnaud Bienner
bfe5042132 Don't give focus to search box when setting the reseting the text to empty string on OS X, otherwise it will get focus when it doesn't need to 2015-09-21 00:21:39 +02:00
Arnaud Bienner
e83848edd1 Seems we don't need this anymore.
Not sure when it was needed at some point, but now pressing "Esc" correctly cleans the search field. And this code (which also cleans the search field) was triggered in other situation, when pressing Cmd+A for example.
2015-09-21 00:18:57 +02:00
narunlifescience
90c09d1d0a code optimized & added paintevent entry for theme change
Update sliderwidget.cpp
2015-09-19 00:28:59 -05:00
narunlifescience
85d4340bfe Merge remote-tracking branch 'upstream/master' 2015-09-18 14:57:32 -05:00
Arnaud Bienner
21ab4518d9 Change the way we give focus to the search bar on OS X. This prevents the text from being selected then accidentally erased by the user, when he starts typing with focus on the playlist view 2015-09-18 01:44:25 +02:00
narunlifescience
4d75fc086b volume slider handle glow effect using system theme
clean up
2015-09-17 16:19:57 -05:00
John Maguire
cdde9c99db Merge pull request #5038 from narunlifescience/master
change help_text QPalette to WindowText
2015-09-16 15:34:03 +01:00
David Sansome
651753867a Install libsqlite 2015-09-17 00:17:55 +10:00
Arun Narayanankutty
f1cae49ad9 change help_text QPalette to WindowText 2015-09-16 09:08:47 -05:00
David Sansome
1e7242afa5 Remove Radio GFM since it's no longer running 2015-09-16 22:37:01 +10:00
John Maguire
8757cb36c6 Merge pull request #5035 from narunlifescience/master
Volume pixmap render on the fly using system theme
2015-09-16 12:18:56 +01:00
narunlifescience
785a7ee717 changed variable name & comments added 2015-09-16 06:10:13 -05:00
narunlifescience
af8cccc1cd theme change check inside paint event 2015-09-15 16:43:52 -05:00
Arnaud Bienner
74781cb601 Add playlist actions to Spotify songs
Fixes #5000
2015-09-14 23:58:08 +02:00
narunlifescience
e269f7ae40 const & format 2015-09-14 07:38:07 -05:00
narunlifescience
aaec092454 Volume Pixmap render
volume pixmap
2015-09-14 06:50:46 -05:00
Clementine Buildbot
62851770a0 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-09-14 10:00:47 +00:00
John Maguire
f657f438ff Merge pull request #5030 from narunlifescience/master
volume text color palette
2015-09-10 18:22:43 +01:00
Arun Narayanankutty
9d3e3eb33a Update sliderwidget.cpp 2015-09-10 12:14:32 -05:00
Arun Narayanankutty
e2063fe78b volume text color palette
This modification makes the volume percentage text color match general text color.
2015-09-10 11:11:43 -05:00
John Maguire
ddade273d8 Merge pull request #5015 from narunlifescience/master
clean up library view
2015-09-10 11:13:55 +01:00
Arun Narayanankutty
97cbf556a0 clean up library view
library view sorts the library and display the contents in alphabetical order (bold letter/number followed by a line) . the line cannot be themed as it is hard-coded "QPen line_pen(opt.palette.color(QPalette::Dark))". Here i try to remove the line, align the letter to left and give the letter a highlight using QRect. this way it looks better and is completely themable ...
2015-09-10 03:52:35 -05:00
Clementine Buildbot
c11ffdb54c Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-09-07 10:00:45 +00:00
John Maguire
28e09c0ddd Merge pull request #5018 from redyoshi49q/double_click_playlist
Fixed default settings for double clicking a playlist
2015-09-02 11:33:57 +01:00
Ethan Warth
1df1260c6a fixing default settings for double clicking a playlist (oops) 2015-09-01 22:41:17 -05:00
John Maguire
d6aa395227 Merge pull request #5013 from obscenelysad/patch-1
Polish translations provider
2015-09-01 13:33:18 +01:00
Clementine Buildbot
5aa4a262a7 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-08-31 10:00:43 +00:00
obscenelysad
048ee427be Update ultimate_providers.xml
Tekstowo.pl offers lyric in original track language and polish translation. I just added polish translation as another provider based on tekstowo.pl
2015-08-30 04:33:20 +02:00
John Maguire
52579228ec Merge pull request #5007 from ivan-leontiev/fix-vk-autocaching
Fix inability to disable vk autocaching
2015-08-24 16:32:14 +01:00
Clementine Buildbot
d97e9aebb6 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-08-24 10:01:18 +02:00
Clementine Buildbot
2cfafbd160 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-08-21 15:02:00 +00:00
Ivan Leontiev
1ed85871e3 Fix inability to disable vk autocaching 2015-08-20 01:03:57 +00:00
John Maguire
509b4ccdba Merge pull request #5004 from ivan-leontiev/fix-nullptr-deref
Add condition against nullptr dereferencing to AnalyzerContainer::TogglePsychedelicColors()
2015-08-18 21:52:13 +01:00
Ivan Leontiev
651289ea26 Add condition against nullptr dereferencing to AnalyzerContainer::TogglePsychedelicColors() 2015-08-18 23:21:34 +00:00
John Maguire
15b33aff04 Merge pull request #4991 from redyoshi49q/double_click_playlist
Options for double clicking a song in the playlist
2015-08-17 12:59:53 +01:00
Clementine Buildbot
7dced352f2 Automatic merge of translations from Transifex (https://www.transifex.com/projects/p/clementine/resource/clementineplayer) 2015-08-17 10:01:14 +02:00
Ethan Warth
40d985c7f9 performed a make format 2015-08-14 15:48:01 -05:00
Ethan Warth
2356a9b591 Merge branch 'master' into double_click_playlist
this will allow the make format to happen without causing a merge conflict
2015-08-14 15:45:01 -05:00
John Maguire
fff58e772e Merge pull request #4992 from ivan-leontiev/fix-time-label-blinking
Fix time labels blinking when playing streams without known duration
2015-08-14 12:36:26 +01:00
John Maguire
e9b8dae2df Merge pull request #4986 from santigl/master
Save mood file as hidden on Windows
2015-08-11 19:27:32 +01:00