| 2021-05-16 |
Urban Wallasch | * Moved make_tlabels() to main window class where it... |
commit | commitdiff | tree | snapshot |
| 2021-05-15 |
Urban Wallasch | * Eliminated all cases of subordinate widgets directly... |
commit | commitdiff | tree | snapshot |
| 2021-05-15 |
Urban Wallasch | * Fixed regression which resulted in relative paths... |
commit | commitdiff | tree | snapshot |
| 2021-05-15 |
Urban Wallasch | * Fixed multiple instances of "DeprecationWarning:... |
commit | commitdiff | tree | snapshot |
| 2021-05-15 |
Urban Wallasch | * Replaced all occurrences of exit() with sys.exit(). |
commit | commitdiff | tree | snapshot |
| 2021-05-15 |
Urban Wallasch | * Moved even more code from main() to main window class. |
commit | commitdiff | tree | snapshot |
| 2021-05-15 |
Urban Wallasch | * Fixed lots of bugs and crashes triggered in corner... |
commit | commitdiff | tree | snapshot |
| 2021-05-14 |
Urban Wallasch | * Pressing ESC in full-screen view does not quit, just... |
commit | commitdiff | tree | snapshot |
| 2021-05-14 |
Urban Wallasch | * Added config file options 'appstyle' and 'selstyle... |
commit | commitdiff | tree | snapshot |
| 2021-05-14 |
Urban Wallasch | * Added Ctrl+F keybinding to toggle fullscreen mode. |
commit | commitdiff | tree | snapshot |
| 2021-05-14 |
Urban Wallasch | * Scroll Wars Episode III: Revenge of the Wheelscroll... |
commit | commitdiff | tree | snapshot |
| 2021-05-14 |
Urban Wallasch | * Comment. |
commit | commitdiff | tree | snapshot |
| 2021-05-14 |
Urban Wallasch | * Added platform dependent code to make ffpreview run... |
commit | commitdiff | tree | snapshot |
| 2021-05-14 |
Urban Wallasch | * Disentangled configuration data from state information. |
commit | commitdiff | tree | snapshot |
| 2021-05-14 |
Urban Wallasch | * Various small cosmetic tweaks. |
commit | commitdiff | tree | snapshot |
| 2021-05-14 |
Urban Wallasch | * Dropped now useless get/set focus methods from tLabel. |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Tiny fix in README.md. |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Fixed bug that led to thumbnail dirs generated for... |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Volodymyr Poltavets | * Fixed inconsistent mouse wheel scrolling behavior |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Swapped 'Load' and 'Remove' buttons in thumbnail... |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Reduced mouse wheel scroll step to one thumbnail... |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Dropped line numbers from batch mode console messages. |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Fixed broken delete functionality in thumbs manager. |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Fix crash when no config file found. |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Possible fix for broken delete function in thumb... |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Added thumbnail manager. |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Use os.path.join() and os.devnull where appropriate. |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Count errors in batch mode. |
commit | commitdiff | tree | snapshot |
| 2021-05-13 |
Urban Wallasch | * Allow invocation without filename, in fact no options... |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Implemented -b/--batch mode to process multiple files... |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Include the directory containing the script when... |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Show progress bar during building view. |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Write path to directoy containing the original video... |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Added context menu handler to canvas. |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Fixed excessive thumbnail label resizing by setting... |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Shrink grid size, if not enough thumbnails to fill... |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Renamed -t/--tmpdir configuration option to -o/-... |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Only attempt to chdir to non-empty path. |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Removed mouse-over effects. |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Added file open dialog; filename argument is now... |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Implemented more intuitive keyboard navigation logic. |
commit | commitdiff | tree | snapshot |
| 2021-05-12 |
Urban Wallasch | * Fixed broken 'copy thumbnail image' functionality. |
commit | commitdiff | tree | snapshot |
| 2021-05-11 |
Urban Wallasch | * Tiny fixes to tLabel geometry. |
commit | commitdiff | tree | snapshot |
| 2021-05-11 |
Urban Wallasch | * Moved license blurb to LICENSE file. |
commit | commitdiff | tree | snapshot |
| 2021-05-11 |
Urban Wallasch | * More help message improvements. |
commit | commitdiff | tree | snapshot |
| 2021-05-11 |
Urban Wallasch | * Fixed broken main window class singleton pattern. |
commit | commitdiff | tree | snapshot |
| 2021-05-11 |
Urban Wallasch | * Improved help message. |
commit | commitdiff | tree | snapshot |
| 2021-05-11 |
Urban Wallasch | * Optimized tLabel class. |
commit | commitdiff | tree | snapshot |
| 2021-05-11 |
Urban Wallasch | * Small tweaks to version check and display. |
commit | commitdiff | tree | snapshot |
| 2021-05-10 |
Urban Wallasch | * Final de-spaghettification round-up. |
commit | commitdiff | tree | snapshot |
| 2021-05-10 |
Urban Wallasch | * Refactored some of the spaghetti code. |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Added -v/--verbosity and --version options |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Suppress Qt debug logging. |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Fixed bug in fallback logic, in case no thumbnails... |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Added missing test for 'time_skip' parameter in chk_i... |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Redirect stdout and stderr of player child process... |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Partial revert of previous commit (dropped 'disown'). |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Disown player child processes to avoid side effects... |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Removed spurious parameters from call (C&P cockup). |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Botch-fixed initial window height calculation. |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Fixed application not exiting cleanly, when main... |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Fixed typo in sample configuration file. |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Ported GUI from Tkinter to PyQt5. v0.2 |
commit | commitdiff | tree | snapshot |
| 2021-05-09 |
Urban Wallasch | * Fixed broken ffprobe invocation. v0.1 |
commit | commitdiff | tree | snapshot |
| 2021-05-08 |
Urban Wallasch | * Added alternative method to get video meta data using... |
commit | commitdiff | tree | snapshot |
| 2021-05-08 |
Urban Wallasch | * Print a warning, if thumbnail scrollframe size exceed... |
commit | commitdiff | tree | snapshot |
| 2021-05-08 |
Urban Wallasch | * Fixed config file and argument parsing. |
commit | commitdiff | tree | snapshot |
| 2021-05-08 |
Urban Wallasch | * Added configuration file support. |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Urban Wallasch | * Fix: Include the saved customvf setting when checking... |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Urban Wallasch | * Store customvf filter settings in index file. |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Urban Wallasch | * Added -C/--customvf and -R/--reuse command line options. |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Urban Wallasch | * Switched popup menu focus handling from <Enter> to... |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Urban Wallasch | * Fixed context menu strange focus behaviour. |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Urban Wallasch | * Added command line options -S/--start and -E/--end... |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Urban Wallasch | * Added thumbnail right click menu. |
commit | commitdiff | tree | snapshot |
| 2021-05-05 |
Urban Wallasch | * Sanitized imports, code cleanup. |
commit | commitdiff | tree | snapshot |
| 2021-05-04 |
Urban Wallasch | * Added status bar, improved progress display. |
commit | commitdiff | tree | snapshot |
| 2021-05-04 |
Urban Wallasch | * Consolidated all scroll event handling into one funtion. |
commit | commitdiff | tree | snapshot |
| 2021-05-04 |
Urban Wallasch | * Geometry shenanigans, again. |
commit | commitdiff | tree | snapshot |
| 2021-05-04 |
Urban Wallasch | * Improved responsiveness and progress update during... |
commit | commitdiff | tree | snapshot |
| 2021-05-04 |
Urban Wallasch | * Implemented mouse-over background highlighting for... |
commit | commitdiff | tree | snapshot |
| 2021-05-04 |
Urban Wallasch | * Fixed mousewheel scrolling partially not working... |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Added option to select frames by skipping specified... |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Display total number of thumbnail images in title... |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Volodymyr Poltavets | * Tell mpv to ignore ordered-chapters as thumbnails... |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Deduplicated thumbnail grid creation code. |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Fixed stale files not being removed, replaced silentl... |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Added application icon. |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Added signal handler. |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Dynamically adjust number of thumbnail display column... |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Fixed argument precedence and help text. |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Fixed yscrollincrement computation. |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Improved scrolling, Up/Down/PgUp/PgDn/Home/End keys... |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Added 'exec ' to Popen commands, subprocess terminati... |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Consistent string quoting. |
commit | commitdiff | tree | snapshot |
| 2021-05-03 |
Urban Wallasch | * Reuse existing thumbnails and index, provided the... |
commit | commitdiff | tree | snapshot |
| 2021-05-02 |
Urban Wallasch | * Removed unused code. |
commit | commitdiff | tree | snapshot |
| 2021-05-02 |
Urban Wallasch | * Support three different methods of frame selection... |
commit | commitdiff | tree | snapshot |
| 2021-05-02 |
Urban Wallasch | Merge branch 'master' of ssh://git.latice.de/var/lib... |
commit | commitdiff | tree | snapshot |
| 2021-05-02 |
Urban Wallasch | * Use only the basename of input file for thumbnail... |
commit | commitdiff | tree | snapshot |
| next |