]> Some of my projects - aniplayer.git/log
aniplayer.git
8 years agoProper solution to Player QML registration
APTX [Mon, 27 Feb 2017 00:11:50 +0000 (01:11 +0100)]
Proper solution to Player QML registration

8 years agoAdd simple short seek keyboard actions
APTX [Sun, 26 Feb 2017 23:41:19 +0000 (00:41 +0100)]
Add simple short seek keyboard actions

8 years agoAdd the most basic keyboard shortcuts
APTX [Sun, 26 Feb 2017 23:28:57 +0000 (00:28 +0100)]
Add the most basic keyboard shortcuts

8 years agoMake InstanceManager manage Player instances
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.

8 years agoExtend PluginManager to manage more than one plugin at a time
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.

8 years agoSplit backend plugins from backend instances
APTX [Sun, 26 Feb 2017 18:43:01 +0000 (19:43 +0100)]
Split backend plugins from backend instances

8 years agoOnly create the player when starting the instance
APTX [Sun, 26 Feb 2017 14:44:18 +0000 (15:44 +0100)]
Only create the player when starting the instance

8 years agoRedo PluginManager to support multiple plugin paths
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.

8 years agoAdd unix icon and desktop entry
APTX [Sun, 26 Feb 2017 14:08:30 +0000 (15:08 +0100)]
Add unix icon and desktop entry

8 years agoAdd all the required unix install commands/paths
APTX [Sun, 26 Feb 2017 13:47:52 +0000 (14:47 +0100)]
Add all the required unix install commands/paths

8 years agoAdd missing include
APTX [Sun, 26 Feb 2017 13:38:01 +0000 (14:38 +0100)]
Add missing include

8 years agoInitial Aniplayer3 commit
APTX [Sun, 26 Feb 2017 12:44:11 +0000 (13:44 +0100)]
Initial Aniplayer3 commit