OSDN Git Service

Do not close the application in shutdownComputer(), if hibernation was requested.
[x264-launcher/x264-launcher.git] / src / win_main.cpp
2021-05-29 lordmulderDo not close the application in shutdownComputer()...
2020-01-19 lordmulderUpdated download links for x264/x265 binaries.
2020-01-03 lordmulderHappy new year 2020!
2019-05-02 lordmulderSome improvements to binary checker thread.
2019-05-02 lordmulderUpdated copyright year.
2018-10-12 lordmulderSome improvements to initial window size on "High DPI...
2018-02-26 lordmulderAdded "do nothing" item to post-operation sub-menu.
2018-02-26 lordmulderMoved option to shut-down computer from the preferences...
2018-02-26 lordmulderUpdated copyright year.
2017-05-06 lordmulderSave log files to the same directory where the output...
2017-01-07 lordmulderAdded an option to preferences that allows for saving...
2017-01-07 lordmulderHappy new year 2017!
2016-12-14 lordmulderImproved logging code. Each log line now has a timestamp.
2016-06-12 lordmulderUpdated web links.
2016-01-01 lordmulderHappy new year 2016!
2015-12-20 lordmulderAdded menu entries for removing all "complete" jobs...
2015-10-24 lordmulderChanged the resize-mode for the "Status" and "Progress...
2015-08-02 lordmulderMore code refactoring: Got rid of the "binaries" class...
2015-08-02 lordmulderRefactored code to better manage the encoder binary...
2015-03-23 lordmulderSome code simplification.
2015-03-23 lordmulderAdded option to enable line-wrapping + added option...
2015-03-14 lordmulderFixed a typo.
2015-03-14 lordmulderMoved binaries checking code into a separate thread...
2015-03-01 lordmulderImproved Avisynth detection code. We now detect 32...
2015-02-28 lordmulderSome more improvements to VapourSynth detection + overh...
2015-02-27 lordmulderImproved VapourSynth detection code.
2015-02-08 lordmulderSome more clean-up + moved some more functions to MUtil...
2015-02-02 lordmulderRemoved a lot of old cruft and use MUtils functions...
2015-02-01 lordmulderMoved some more functions into MUtilities libraries.
2015-02-01 lordmulderSome initial work to use the MUtilities library.
2015-01-31 lordmulderHappy new year 2015 !!!
2015-01-05 lordmulderSome improvements to x264 version check. In particular...
2014-11-02 lordmulderAdded support for Windows 10 tech preview.
2014-08-13 lordmulderImproved error message when VapourSynth is *not* available.
2014-08-13 lordmulderAdded support for VapourSynth r24+. Minimum required...
2014-05-18 lordmulderCode simplification: Removed the "m_status" member...
2014-05-14 lordmulderMinimize main window into the notification area ("systr...
2014-05-05 lordmulderAdded link to x265 online documentation.
2014-05-03 lordmulderImplemented corner widget for the menubar.
2014-05-03 lordmulderUpdated Python download address + some code refactoring.
2014-04-21 lordmulderOn systems where the QDesktopServices::MoviesLocation...
2014-04-21 lordmulderSimplified file verification code quite a bit.
2014-04-20 lordmulderCorrectly handle the "--first-run" CLI option.
2014-04-20 lordmulderChanged behavior of launchNextJob() to launch the ...
2014-04-20 lordmulderMake it possible to move jobs up/down the in the queue...
2014-04-18 lordmulderImplemented initial queue saving/loading support.
2014-04-16 lordmulderImproved exception handling.
2014-04-11 lordmulderUpdated web-site URL's to make them more consistent.
2014-02-26 lordmulderFinished new "About" dialog and removed old code.
2014-02-26 lordmulderAdded new "About" dialog.
2014-02-25 lordmulderShow confirmation dialog before aborting a job.
2014-02-21 lordmulderAdded x265 about box and web-links.
2014-02-21 lordmulderImplemented x265 detection. Also improved x264 and...
2014-02-14 lordmulderSelect the 64-Bit encoder by default on 64-Bit systems.
2014-02-14 lordmulderActually create the EncodeThread instance.
2014-02-13 lordmulderRefactored SysinfoModel and PreferencesModel. Also...
2014-02-12 lordmulderRefactored calculation of the binary path to a separate...
2014-02-12 lordmulderAdded a new model to store the system capabilities.
2014-02-11 lordmulderRemoved "use 10-Bit encoding" from preferences. Also...
2014-02-01 lordmulderUse the new CLI parser class in a few more places.
2014-02-01 lordmulderRefactored command-line parser into a separate class...
2014-02-01 lordmulderWhen job's are added via "--add-job", the job will...
2014-01-29 lordmulderSome more refactoring of the IPC code. Moved "core...
2014-01-29 lordmulderSome small improvements to IPC handling.
2014-01-28 lordmulderSome fixes for UI status handling.
2014-01-28 lordmulderImproved UI status handling.
2014-01-27 lordmulderHandle incoming IPC commands in the "main" window.
2014-01-27 lordmulderFixed IPC initialization + some code refactoring.
2014-01-27 lordmulderHappy new year 2014!
2014-01-20 lordmulderAdded a new "--add-job <src_file> <out_file> <template...
2013-12-14 lordmulderImplemented update reminder to main window. Also added... v2.28
2013-12-13 lordmulderSome updates to the updater dialog.
2013-12-11 lordmulderImproved web-update to actually check for new versions...
2013-12-09 lordmulderAdded binary utils required for the web-update utility.
2013-11-29 lordmulderMore VapourSynth path fixes: We now store the VapourSyn...
2013-11-29 lordmulderFixed VapourSynth detection with newer (R22+) VapourSyn...
2013-11-22 lordmulderFirst mock-up of the upcoming updater dialog.
2013-11-14 lordmulderSwitched the method for including the UIC header files...
2013-11-08 lordmulderImproved VapourSynth detection code.
2013-11-03 lordmulderMassive clean up: Removed Win32 API dependency from...
2013-10-13 lordmulderNow also for "restart job" dialog: Only check "Run...
2013-08-11 lordmulderImproved VapourSynth warning message (added notice...
2013-08-08 lordmulderAdded option to disable the Avisynth/VapourSynth warnin...
2013-08-07 lordmulderUpdated web-links.
2013-08-07 lordmulderRefactored VapourSynth detection code into a separate...
2013-08-04 lordmulderMuch improved VapourSynth detection + added option...
2013-08-02 lordmulderImplemented VaporSynth input support.
2013-08-02 lordmulderAdded VapourSynth detection code.
2013-07-07 lordmulderAdded CLI option to skip the x264 version test.
2013-07-03 lordmulderFixed regression in previous commit.
2013-07-03 lordmulderSome more refactoring.
2013-07-03 lordmulderCode refactoring: Now "Preferences" and "Recently"...
2013-07-01 lordmulderAdded sound effect when a job has completed or failed...
2013-06-16 lordmulderAdded option to set the process priority of the encoder...
2013-05-11 lordmulderFixed a small bug: When adding multiple files and enabl...
2013-05-10 lordmulderFinished work to better handle multiple input files.
2013-05-08 lordmulderSome more refactoring to allow better handling of multi...
2013-05-07 lordmulderSome initial refactoring to allow better handling of...
2013-05-05 lordmulderBetter support for new x264 builds with OpenCL Lookahead.
2013-04-02 lordmulderMoved the Avisynth detected code into a background...
next