]> Some of my projects - aniplayer.git/shortlog
aniplayer.git
2022-02-21 APTXAdd support for observing properties to mpv::EventHandler
2022-02-21 APTXSplit out observed MPV proprties into separate methods
2022-02-21 APTXIntroduce EventHandler
2022-02-21 APTXAdd Handle classes for MPV handles
2022-02-21 APTXIntroduce mpvhelper.h, possible future replacement...
2022-02-21 APTXSplit out MPV event handling to separate methods
2022-02-21 APTXRemove deprecated code from qthelper.hpp
2022-02-21 APTXMark MpvInstance constructor explicit
2022-02-21 APTXUse Q_CHECK_PTR to check all MPV pointers
2022-02-21 APTXTurn off deprecated MPV features
2022-02-21 APTXUse new MPV render API
2022-02-21 APTXAdd qthelper.hpp that was removed from mpv
2022-02-21 APTXUpdate gitignore for VSCode
2022-02-21 APTXAdd annotation toggle option
2022-02-21 APTXAdd feature plugin shortcut API
2022-02-21 APTXString properties can not be null
2022-02-21 APTXAdd transition for UI show/hide
2022-02-21 APTXAdd borderless fullscreen
2022-02-21 APTXAlternate position of chapter titles
2022-02-21 APTXVolume slider updates
2022-02-21 APTXReplace placeholder with current file title
2022-02-21 APTXAdd option for cycle backwards to cycle backwards
2022-02-21 APTXAdd end of file notification
2022-02-21 APTXOnly notify volume has changed if it really did
2022-02-21 APTXAdd displayTitle
2022-02-21 APTXUpdate windows resource file
2022-02-21 APTXUpdate cmake for INTERFACE LIBRARY feature
2022-02-20 APTXFix typo Plaugin -> Plugin
2018-11-25 APTXInitialize all fields
2018-11-25 APTXEnsure that Stay On Top does not remove the usual windo...
2018-11-25 APTXMove stats to a different logging category
2018-11-25 APTXFix warnings
2018-11-25 APTXOnly save frames when they are requested
2018-11-25 APTXAdd playlist support
2018-04-28 APTXCatch any errors that occur during feature plugin loading
2018-04-28 APTXMove annotation detection to separate thread
2018-02-18 APTXLML: Only mark a file once
2017-11-26 APTXCreate a verbose category and filter it by default
2017-11-26 APTXChange PlayerControls layout to Flow
2017-11-26 APTXFix formatting
2017-11-26 APTXUse custom controls instead of QtQuick.Controls
2017-11-26 APTXAdjust logging levels for plugin loading
2017-11-26 APTXAdd logs for play/pause/stop
2017-11-26 APTXMake sure model indexes are valid
2017-11-26 APTXFix logs in mpv backend
2017-11-24 APTXFix installation paths for plugins
2017-11-24 APTXAdd option to use shared dlib target
2017-11-23 APTXCorrect mpv library name
2017-11-23 APTXTry to install pdb files only on windows
2017-11-23 APTXCorrect feature option names
2017-11-23 APTXRemove qmake build system
2017-11-23 APTXAdd annotations feature
2017-11-23 APTXAdd CMake build system
2017-11-23 APTXRemove temporary files committed by accident
2017-04-24 APTXUNFINISHED redo feature plugins
2017-03-26 APTXQuick hack to disable screensaver during playback
2017-03-26 APTXImplement track switching
2017-03-13 APTXAdd support for chapters
2017-03-12 APTXAllow files to be opened by drag&drop
2017-03-11 APTXRemove some less useful logs
2017-03-11 APTXLocalMyList should not set its own message handler
2017-03-11 APTXImplement basic settings
2017-03-05 APTXRedo file installation
2017-03-01 APTXAdd UI plugins
2017-03-01 APTXAdd feature plugins
2017-03-01 APTXMake Player aware of currentSource changes
2017-03-01 APTXMove core plugin API to its own direcotry
2017-03-01 APTXProper volume setting not based on sink volume
2017-03-01 APTXDon't delete TimeFormatter immediately
2017-02-27 APTXAdd cwd option
2017-02-27 APTXAssume positional arguments are local files
2017-02-27 APTXRevert "Proper solution to Player QML registration"
2017-02-27 APTXProper solution to Player QML registration
2017-02-26 APTXAdd simple short seek keyboard actions
2017-02-26 APTXAdd the most basic keyboard shortcuts
2017-02-26 APTXMake InstanceManager manage Player instances
2017-02-26 APTXExtend PluginManager to manage more than one plugin...
2017-02-26 APTXSplit backend plugins from backend instances
2017-02-26 APTXOnly create the player when starting the instance
2017-02-26 APTXRedo PluginManager to support multiple plugin paths
2017-02-26 APTXAdd unix icon and desktop entry
2017-02-26 APTXAdd all the required unix install commands/paths
2017-02-26 APTXAdd missing include
2017-02-26 APTXInitial Aniplayer3 commit