Stein Magnus Jodal
|
ae4cd6a7de
|
Extract .desktop file path to new setting DESKTOP_FILE
|
2011-07-29 22:35:46 +02:00 |
|
Stein Magnus Jodal
|
bd8471b353
|
Convert from listener impl to mock for testing actually emitting of events
|
2011-07-28 01:54:42 +02:00 |
|
Stein Magnus Jodal
|
596d29ebf6
|
Test that seek() emits seeked event
|
2011-07-28 01:17:39 +02:00 |
|
Stein Magnus Jodal
|
d14dbc5587
|
Split MPRIS frontend into multiple files. Fix some pylint warnings.
|
2011-07-28 01:03:51 +02:00 |
|
Stein Magnus Jodal
|
3c1ba51580
|
Add util method for emitting PropertiesChanged
|
2011-07-28 00:34:44 +02:00 |
|
Stein Magnus Jodal
|
2ad54204ee
|
Emit mpris.Seeked signal on seek
|
2011-07-27 01:23:39 +02:00 |
|
Stein Magnus Jodal
|
607cdc7871
|
Add seeked event
|
2011-07-27 01:20:00 +02:00 |
|
Stein Magnus Jodal
|
3c2a944e8a
|
Emit signal on volume change
|
2011-07-27 01:01:34 +02:00 |
|
Stein Magnus Jodal
|
db4f2d135f
|
Add missing tests for default impl of listener methods
|
2011-07-27 00:53:18 +02:00 |
|
Stein Magnus Jodal
|
1399bb61dc
|
Update listener method names to match interface
|
2011-07-27 00:49:18 +02:00 |
|
Stein Magnus Jodal
|
c7c9f6b718
|
Merge branch 'develop' into feature/mpris-frontend
|
2011-07-27 00:21:23 +02:00 |
|
Stein Magnus Jodal
|
7a2984528c
|
Merge branch 'develop' into feature/mpris-frontend
Conflicts:
mopidy/backends/base/playback.py
mopidy/listeners.py
tests/backends/events_test.py
tests/listeners_test.py
|
2011-07-27 00:19:04 +02:00 |
|
Thomas Adamcik
|
fcaaa5e645
|
Remove workaround from last to commits in favor of fix of root cause. Problem was that 'elapsed' should be returned in seconds, not milliseconds
|
2011-07-27 00:08:17 +02:00 |
|
Stein Magnus Jodal
|
6e2bfcf3d5
|
Add test for previous commit
|
2011-07-26 10:57:20 +02:00 |
|
Thomas Adamcik
|
035af38b02
|
Merge branch 'develop' into feature/support-telnet
Conflicts:
tests/utils/network/lineprotocol_test.py
|
2011-07-25 17:39:00 +02:00 |
|
Thomas Adamcik
|
9fe4674b36
|
Update on_received to handle that decode can fail
|
2011-07-25 01:24:19 +02:00 |
|
Thomas Adamcik
|
c724fcd7c9
|
Turns out idle and noidle are not commands that should be listed
|
2011-07-25 01:00:18 +02:00 |
|
Thomas Adamcik
|
4049b23c3f
|
Add concept of delimeter to complemend terminator in LineProtocol
|
2011-07-25 00:50:41 +02:00 |
|
Thomas Adamcik
|
451b52fde5
|
Make sure we prevent timeouts when in idle mode
|
2011-07-24 01:59:32 +02:00 |
|
Thomas Adamcik
|
9895f5197c
|
Test via on_receive instead of on_line_received to ensure timeout code is also tested
|
2011-07-23 14:48:52 +02:00 |
|
Thomas Adamcik
|
0e58d771cd
|
Make tests check that response only has values once, fixes double OK bug
|
2011-07-23 03:58:26 +02:00 |
|
Thomas Adamcik
|
63dba5553f
|
Move idle code from dispatcher to protocol.status module
|
2011-07-23 03:32:45 +02:00 |
|
Thomas Adamcik
|
171137504f
|
Move subscriptions and events into context object
|
2011-07-23 02:30:13 +02:00 |
|
Thomas Adamcik
|
08d486785d
|
Basic working version of idle command
|
2011-07-23 02:23:20 +02:00 |
|
Thomas Adamcik
|
37d5509a62
|
Merge branch 'develop' into feature/mpd-idle-support
|
2011-07-21 01:59:26 +02:00 |
|
Thomas Adamcik
|
b5a32a1dc3
|
Migrate authentication_test
|
2011-07-20 20:35:27 +02:00 |
|
Thomas Adamcik
|
df66a4234b
|
Migrate command_list_test
|
2011-07-20 20:30:50 +02:00 |
|
Thomas Adamcik
|
15e6f1a6ca
|
Cleanup imports and dispatcher assignment in protocol.BaseTestCase
|
2011-07-20 20:27:38 +02:00 |
|
Thomas Adamcik
|
f88a0a0090
|
Migrate connection_test and support any number of blanks as empty command
|
2011-07-20 20:23:14 +02:00 |
|
Thomas Adamcik
|
b445af7cfb
|
Migrate reflection_test
|
2011-07-20 20:09:58 +02:00 |
|
Thomas Adamcik
|
730368dbeb
|
Migrate regression_test
|
2011-07-20 20:00:25 +02:00 |
|
Thomas Adamcik
|
5d18c64bf9
|
Migrate stored_playlists_test
|
2011-07-20 19:44:06 +02:00 |
|
Thomas Adamcik
|
ec69ce2044
|
Partially migrate status_test
|
2011-07-20 19:36:03 +02:00 |
|
Thomas Adamcik
|
c3a498e62b
|
Migrate stickers_test
|
2011-07-20 18:00:59 +02:00 |
|
Thomas Adamcik
|
93d2aa8240
|
Migrate music_db_test.py
|
2011-07-20 17:53:24 +02:00 |
|
Thomas Adamcik
|
c4a1692d92
|
Migrate current_playlist_test
|
2011-07-20 17:38:05 +02:00 |
|
Thomas Adamcik
|
523f5eb03a
|
Migrate audo_output_test
|
2011-07-20 16:29:39 +02:00 |
|
Thomas Adamcik
|
6d444362a1
|
Cleanup imports in playback_test
|
2011-07-20 16:25:16 +02:00 |
|
Thomas Adamcik
|
3d1c47586e
|
Match assertIn behaviour and rename helper to assertInResponse
|
2011-07-20 16:14:43 +02:00 |
|
Thomas Adamcik
|
da9b6470ba
|
Switched playback test over to testing via MpdSession slightly higher level testing
|
2011-07-19 23:57:26 +02:00 |
|
Thomas Adamcik
|
215ed61b0b
|
Update existing listener events to reflect that they only notify about track changes
|
2011-07-19 03:44:46 +02:00 |
|
Stein Magnus Jodal
|
a8459c1d9b
|
Merge branch 'develop' into feature/mpris-frontend
|
2011-07-17 23:57:32 +02:00 |
|
Thomas Adamcik
|
1727a73f5f
|
Merge branch 'develop' into feature/glib-loop
Conflicts:
docs/changes.rst
|
2011-07-17 23:45:20 +02:00 |
|
Thomas Adamcik
|
292d0e26cf
|
Fix minor issue in get_class bug caused by bad user input.
|
2011-07-17 04:18:24 +02:00 |
|
Thomas Adamcik
|
e2597ab23f
|
Fix minor bug in settings subsystem that prevented _FILE/PATH settings to be set to None
|
2011-07-17 02:11:06 +02:00 |
|
Thomas Adamcik
|
d07a758f68
|
Update tests to reflect that server's socket errors should simply not be handeled
|
2011-07-17 00:42:37 +02:00 |
|
Thomas Adamcik
|
d2a9e3d1ec
|
Make send_callback respect flags from gobject
|
2011-07-17 00:33:15 +02:00 |
|
Thomas Adamcik
|
c773998fd8
|
Stop actor if decode or encode fails
|
2011-07-17 00:26:50 +02:00 |
|
Thomas Adamcik
|
ffd4ae5045
|
Some more test cleanup and improvement
|
2011-07-17 00:06:10 +02:00 |
|
Thomas Adamcik
|
91b450bd6b
|
Add tests for line protocol host and port properties
|
2011-07-16 22:56:43 +02:00 |
|