Fix some failures in qmencoder
Move to PyQt6
Decode to latin-1 instead of utf-8
Port to Python 3
Fix a couple more Qt5 bugs
Fix problems with drag and drop
Add preview tab back
Add more MS formats
Move everything to qmencoder directory
Add extra options box
Fix problem with extra options
Fix seeking during import
Allow setting of output filetype
Enable FPS adjustment
Merge branch 'qmencoder'
Check in QMencoder
Migrate qmencoder to PyQt5
Add .gitignore
Move old trunk version to "old" branch
Move everything to trunk in preparation for check-in of QT 4 version
Move new QT4 version to trunk
Add deinterlace, stop-xscreensaver, and fit to width options
Make behavior more sane when loading new playlists
Fix new bug passing files at the command line
Fix problem adding relative URL's to playlist
Enable page step on fullscreen slider
Fix problem reading from uninitialized playlist cells
Fix problem with not resetting the time slider properly
Clear playlist box selection after populating it
Fix problem playing streams
Prevent fullscreen controls from hiding while being moved
Add file(s) and folder actions
Make the window behave more predictably when showing/hiding the video output area
Don't stick the fullscreen controls in the middle of the video by default
Copyright updates and version bump in setup.py
Middle click tray icon to play
Version bump to 2.0
Version bump for execute fix
Only run as many file info instances as there are CPU cores
Use platform-appropriate /dev/null. Patch by Toon Vandendries.
Use correct ao on Windows. Patch by Toon Vandendries.
Make winid work in windows
Win: path wrong when loading media file
win: Switching back to pcm with nowaveheaders, as waveheaders is not needed
Changed wrong comment about pcm:nowaveheader
Fix problems escaping filenames
Volume improvements
Allow changing volume by steps
Improve tray icon tooltip
Remove unnecessary volume set
Fix problem with EOF detection on older versions of MPlayer
Disable icon in system tray. change gui look for better usability in windows
pass syncWithMPlayer in windows
Use a window Icon in title in Windows
Fix minor problem with volume
Only don't set tray icon on Windows
Indentation fix
Make minimize to tray optional
setup.py version bump
Fix problem with occasional unpausing
setup.py version bump
Limit log widget text size
Copyright update
Left click on tray icon to play/pause
Various fixes/improvements
Fix problem with next button
Ignore volume updates right after changing volume
Fix bug with time updates
Don't emit volume when it hasn't changed
Port to PyQt5
Fix problem with unicode id3 info
Port to PyQt5