John Maguire
874eb66c46
Fix compile for Qt 4.6.
2013-04-13 15:58:49 -07:00
pie.or.paj
18e8d6ca20
- Added basic playlist management (add and remove tracks) in network remote.
2013-04-13 11:57:05 +02:00
David Sansome
264d5ee0fa
Add Radio GFM
2013-04-13 14:28:42 +10:00
Clementine Buildbot
4447467570
Automatic merge of translations from Transifex ( https://www.transifex.net/projects/p/clementine/resource/clementineplayer )
2013-04-08 10:03:23 +02:00
John Maguire
2cdbe9ea82
Do not use deprecated function in glib 2.36+
...
Fixes issue #3596
2013-04-06 13:45:40 -07:00
Arnaud Bienner
bc5aa4055c
Show a tooltip for sidebar tabs: only when needed for large side bar, always in the other cases, as I guess text will be elided most of the time.
...
Update issue 1202
This work around this issue a bit.
2013-04-01 17:54:33 +02:00
Arnaud Bienner
2081c30893
Revert "Show tooltips in the sidebar only in Tabs and IconsOnly modes"
...
This reverts commit 2dd2b615ef
.
2013-04-01 16:48:21 +02:00
Clementine Buildbot
9fe3635da6
Automatic merge of translations from Transifex ( https://www.transifex.net/projects/p/clementine/resource/clementineplayer )
2013-04-01 10:01:57 +02:00
Arnaud Bienner
88918d45c5
Update issue 1175:
...
Save rating and statistics in two distinct ways, and let users activate them separately in preferences.
2013-03-30 23:42:29 +01:00
Andreas
87ea891755
Fix issue: The wrong auth code disconnect message was not sent.
2013-03-30 19:09:58 +01:00
Andreas
a79834755b
Change connect message handling.
2013-03-27 16:54:02 +01:00
Andreas
7258cd2c17
Merge branch 'master' of https://code.google.com/p/clementine-player
2013-03-27 16:33:40 +01:00
Arnaud Bienner
6108a8a46a
Oops
2013-03-27 00:13:11 +01:00
Arnaud Bienner
db5fbe2059
Update issue 1175:
...
Add an option in preferences to save all ratings/statistics into files, for all songs
2013-03-26 23:56:46 +01:00
Clementine Buildbot
84b4b93b46
Automatic merge of translations from Transifex ( https://www.transifex.net/projects/p/clementine/resource/clementineplayer )
2013-03-25 10:01:37 +01:00
Andreas
cc05f97adf
Merge branch 'master' of https://code.google.com/p/clementine-player
2013-03-23 17:03:38 +01:00
Andreas
3f2aae602e
- Send data to clients only if they are authenticated.
...
- Send songs of the active playlist if the active playlist changes.
2013-03-23 17:02:00 +01:00
Andreas
53813ae04c
Send data to clients only if they are authenticated.
2013-03-23 16:59:24 +01:00
Andreas
8251b53411
Merge branch 'master' of https://code.google.com/p/clementine-player
2013-03-21 16:15:38 +01:00
Andreas
7939890545
- Send the playlisttracks from the currenly active one in SendFirstData().
...
- New proto type FIRST_DATA_SENT_COMPLETE: Is send, when the method SendFirstData() finishes.
2013-03-21 16:14:13 +01:00
John Maguire
1b8068dba7
Missed a spot.
2013-03-21 14:16:17 +01:00
John Maguire
a459eff0d3
Support audio/x-flac as a mime type for FLAC files.
2013-03-21 14:03:41 +01:00
Andreas
be68c9f702
If use auth code is enabled, check if the client has sent the correct auth code before processing any messages.
2013-03-21 10:57:52 +01:00
Andreas
ed86c7b09b
- New protocol buffer type: ACTIVE_PLAYLIST_CHANGED. This type is sent when the currenly active playlist changes instead of sending all playlists to the clients.
2013-03-20 15:57:22 +01:00
Andreas
329a91c265
SetActiveToCurrent: Check if the playlist changed. If not, then do not call SetActivePlaylist().
2013-03-20 15:33:53 +01:00
Andreas
b9ff2dc46d
Debug output interface and ip address for windows mDNS discovery.
2013-03-19 22:24:56 +01:00
Arnaud Bienner
8450a9ded0
Try to fix Windows build
2013-03-18 23:41:01 +01:00
Arnaud Bienner
69d291c621
Change a test value to avoid rounding error.
...
IMHO it's fine as it doesn't matter if the value is changed a bit after being saved, as the difference is negligible.
2013-03-18 22:46:11 +01:00
John Maguire
b05dc7109d
Minor style fix.
2013-03-18 18:48:43 +01:00
John Maguire
21d96a2f10
Use integer comparison for integer song ratings.
2013-03-18 18:02:36 +01:00
John Maguire
a8144c0599
Use native language names in language selector when available.
2013-03-18 17:35:54 +01:00
Arnaud Bienner
77c6a22962
Write/Read score to/from files' tags, as "Amarok score" as we use the same algorithm
2013-03-15 22:54:59 +01:00
David Sansome
dc208962f6
Don't update device_ tables with %allsongstables_fts.
2013-03-15 20:25:38 +11:00
Andreas
3e01d32a89
Fix issue 3545. Disconnect a client when the expected protocol buffer length is more than 128MB to prevent a crash.
2013-03-12 12:12:04 +01:00
Andreas
e4ac2e6d82
Add debug output to pin down issue 3545.
2013-03-11 22:22:22 +01:00
Clementine Buildbot
aa7d204297
Automatic merge of translations from Transifex ( https://www.transifex.net/projects/p/clementine/resource/clementineplayer )
2013-03-11 10:03:43 +01:00
Mateusz Kowalczyk
2cb58ab937
Blur the colour channels instead of just the alpha channel of playlist
...
background images. Fixes issue 3498
2013-03-10 18:19:40 +11:00
David Sansome
d89954ae31
Fix style, hide the new columns by default, and move the new columns to the end of the enum
2013-03-10 18:16:14 +11:00
Uwe Klotz
a6d3b48231
Extend tag support: performer, grouping
...
The transaction handling while upgrading the database schema had to be revised.
Furthermore some QSqlQuery statements needed to be finished properly.
Fixes issue 2556
2013-03-10 18:16:03 +11:00
Andreas
d083f38f54
Revert "Add ipv6 to windows mdns."
2013-03-09 18:01:56 +01:00
Andreas
bcf3c519de
Fix compile errors.
2013-03-09 13:29:46 +01:00
Andreas
e09da09d31
Add ipv6 to windows mdns.
2013-03-09 12:04:17 +01:00
Andreas
9fb46f0d29
Another quick fix.
2013-03-08 19:04:26 +01:00
Andreas
6546779626
- Remove initialization of QList.
...
- Fixed compile error.
2013-03-08 19:00:34 +01:00
Andreas
5747b7acb0
Fix tinysvcmdns compile errors.
2013-03-08 18:20:57 +01:00
Andreas
c5246a722b
Add include for QList.
2013-03-08 16:14:57 +01:00
Andreas
79c2aaacd9
Windows: Publish service on all interfaces.
2013-03-08 15:20:31 +01:00
Arnaud Bienner
fa5a16e057
Inhibit autoscroll only for 30 seconds instead of 1 minute
2013-03-05 23:51:27 +01:00
Karol Werner
9504bb7653
Add an option to restart playback when starting.
...
Fixes issue 359.
2013-03-03 22:29:27 +01:00
Andreas
f68f6ddf42
Show the computers ip address in the remote control settings.
2013-03-03 13:26:11 +01:00