]>
Some of my projects - aniplayer.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
APTX [Wed, 1 Mar 2017 15:06:09 +0000 (16:06 +0100)]
Proper volume setting not based on sink volume
This allows the backend to play volume in a greater
range than 0-1. For MPV this is now 0-1.3.
APTX [Wed, 1 Mar 2017 15:01:12 +0000 (16:01 +0100)]
Don't delete TimeFormatter immediately
It will is deleted implicitly as a child of
InstanceManager.
APTX [Mon, 27 Feb 2017 11:05:20 +0000 (12:05 +0100)]
Add cwd option
This option is intended to pass correct working
directory to the running instance which may have
been started in a different directory.
APTX [Mon, 27 Feb 2017 00:36:33 +0000 (01:36 +0100)]
Assume positional arguments are local files
This should make it possible to use relative file paths
as arguments.
APTX [Mon, 27 Feb 2017 00:34:13 +0000 (01:34 +0100)]
Revert "Proper solution to Player QML registration"
This reverts commit
9ad7034db4f00a0a9cc586d49b89152501f5f611 .
This change breaks on Qt5.7, the workaround for 5.7 crashes
on Qt5.8.
APTX [Mon, 27 Feb 2017 00:11:50 +0000 (01:11 +0100)]
Proper solution to Player QML registration
APTX [Sun, 26 Feb 2017 23:41:19 +0000 (00:41 +0100)]
Add simple short seek keyboard actions
APTX [Sun, 26 Feb 2017 23:28:57 +0000 (00:28 +0100)]
Add the most basic keyboard shortcuts
APTX [Sun, 26 Feb 2017 21:01:11 +0000 (22:01 +0100)]
Make InstanceManager manage Player instances
InstanceManager's job is to control the
configuration of Player instances. Player no
longer handles loading backend plugins.
APTX [Sun, 26 Feb 2017 20:24:26 +0000 (21:24 +0100)]
Extend PluginManager to manage more than one plugin at a time
Currently errorString always returns an empty
string as there is more than one potential error.
This method should be removed in the future.
APTX [Sun, 26 Feb 2017 18:43:01 +0000 (19:43 +0100)]
Split backend plugins from backend instances
APTX [Sun, 26 Feb 2017 14:44:18 +0000 (15:44 +0100)]
Only create the player when starting the instance
APTX [Sun, 26 Feb 2017 14:38:12 +0000 (15:38 +0100)]
Redo PluginManager to support multiple plugin paths
On unix the path could be in /usr/lib if the player is installed
or a local path otherwise. This path should be made configurable
when settings are added.
APTX [Sun, 26 Feb 2017 14:08:30 +0000 (15:08 +0100)]
Add unix icon and desktop entry
APTX [Sun, 26 Feb 2017 13:47:52 +0000 (14:47 +0100)]
Add all the required unix install commands/paths
APTX [Sun, 26 Feb 2017 13:38:01 +0000 (14:38 +0100)]
Add missing include
APTX [Sun, 26 Feb 2017 12:44:11 +0000 (13:44 +0100)]
Initial Aniplayer3 commit