159 Commits

Author SHA1 Message Date
431f68b115 Added support for latest Vapoursynth versions that require use of "-c" option instead of "--y4m". Minimal required Vapoursynth version is r57 now. 2024-06-16 15:10:40 +02:00
e03fa75d20 Updated copyright year. 2023-06-18 13:32:08 +02:00
04310cbc46 Updated copyright year. 2022-06-16 16:37:14 +02:00
eb41bbfb46 Updated copyright year. 2021-12-08 00:03:40 +01:00
fbbbe8faec Slightly increase update reminder timeout. 2021-12-07 23:42:05 +01:00
2b1ba73e43 Bump NVEncC binaries to version 5.33. 2021-05-29 19:44:34 +02:00
7fe6779177 Do not close the application in shutdownComputer(), if hibernation was requested. 2021-05-29 19:44:33 +02:00
b3d696aae0 Updated download links for x264/x265 binaries. 2020-01-19 12:56:14 +01:00
e4253a7dc6 Happy new year 2020! 2020-01-03 01:04:32 +01:00
40fe40be80 Some improvements to binary checker thread. 2019-05-02 15:45:30 +02:00
24ce592604 Updated copyright year. 2019-05-02 12:47:47 +02:00
548a86e707 Some improvements to initial window size on "High DPI" screens. 2018-10-12 20:31:30 +02:00
cbfa3a3600 Added "do nothing" item to post-operation sub-menu. 2018-02-26 20:38:37 +01:00
5b91737789 Moved option to shut-down computer from the preferences dialog to the menubar. 2018-02-26 17:57:46 +01:00
d90f8d0508 Updated copyright year. 2018-02-26 15:56:51 +01:00
a34a9b8b61 Save log files to the same directory where the output file is located. 2017-05-06 13:03:12 +02:00
4d4da2273d Added an option to preferences that allows for saving the pending jobs *without* confirmation. 2017-01-07 20:29:25 +01:00
f823b485d7 Happy new year 2017! 2017-01-07 18:48:20 +01:00
b160867111 Improved logging code. Each log line now has a timestamp. 2016-12-14 15:08:34 +01:00
992cd2e8a6 Updated web links. 2016-06-12 14:31:31 +02:00
286f615370 Happy new year 2016! 2016-01-01 23:59:55 +01:00
4c93c52b79 Added menu entries for removing all "complete" jobs ((includes failed/aborted jobs) and for removing all "enqueued" jobs. 2015-12-20 13:59:42 +01:00
3a777274cc Changed the resize-mode for the "Status" and "Progress" columns to "ResizeToContents". 2015-10-24 18:28:45 +02:00
9a5076ffcb More code refactoring: Got rid of the "binaries" class + added a SourceFactory class plus SourceInfo classes for each source type + some improvements of AddJob dialog. 2015-08-02 21:16:36 +02:00
d88c4ca553 Refactored code to better manage the encoder binary paths: They are now handled by the individual EncoderInfo class. Also added 12-Bit x265 encoder binaries. 2015-08-02 19:16:37 +02:00
404218e947 Some code simplification. 2015-03-23 22:05:58 +01:00
8e4e381408 Added option to enable line-wrapping + added option for saving the log to file. 2015-03-23 21:22:11 +01:00
f43589facb Fixed a typo. 2015-03-14 14:59:18 +01:00
fa29d4ba11 Moved binaries checking code into a separate thread + show spinner while application is initializing. 2015-03-14 14:01:50 +01:00
0187a00f4d Improved Avisynth detection code. We now detect 32-Bit and 64-Bit Avisynth separately. 2015-03-01 22:00:05 +01:00
2658b4c628 Some more improvements to VapourSynth detection + overhauled the SysinfoModel class. 2015-02-28 17:12:35 +01:00
0c6c00202e Improved VapourSynth detection code. 2015-02-27 19:05:18 +01:00
f64f67606a Some more clean-up + moved some more functions to MUtilities library. 2015-02-08 21:14:21 +01:00
e669acfd39 Removed a lot of old cruft and use MUtils functions where possible. 2015-02-02 22:11:06 +01:00
24e2b93d68 Moved some more functions into MUtilities libraries. 2015-02-01 21:05:17 +01:00
07fdd97f97 Some initial work to use the MUtilities library. 2015-02-01 16:33:31 +01:00
d4d0882a10 Happy new year 2015 !!! 2015-01-31 19:56:04 +01:00
7524549739 Some improvements to x264 version check. In particular, some "patched" builds with *broken* string should now produce the correct error message. 2015-01-05 20:53:01 +01:00
8e2b012ed8 Added support for Windows 10 tech preview. 2014-11-02 20:31:29 +01:00
9fb93a96fb Improved error message when VapourSynth is *not* available. 2014-08-13 16:14:57 +02:00
6d7a0bc4ce Added support for VapourSynth r24+. Minimum required version is now r24! 2014-08-13 16:07:57 +02:00
f79633e597 Code simplification: Removed the "m_status" member variable. Instead, application will be considered 'ready' when file timer is not running *and* no modal dialog is visible. 2014-05-18 21:59:26 +02:00
fff0cc76ef Minimize main window into the notification area ("systray"), when trying to close the program while we still have running jobs. 2014-05-14 17:13:42 +02:00
a7d4c7a100 Added link to x265 online documentation. 2014-05-05 15:05:37 +02:00
d50c155b93 Implemented corner widget for the menubar. 2014-05-03 16:46:08 +02:00
061009a171 Updated Python download address + some code refactoring. 2014-05-03 15:11:29 +02:00
04b19f3ecc On systems where the QDesktopServices::MoviesLocation cannot be determined, a bad output file path was generated, if no "recent" output directory had been stored yet. The initial output directory will now fall back to QDesktopServices::DesktopLocation or QDesktopServices::HomeLocation, if the QDesktopServices::MoviesLocation is not available. This should fix the issue. 2014-04-22 01:59:12 +02:00
d5095d74f8 Simplified file verification code quite a bit. 2014-04-21 16:39:54 +02:00
086639e37b Correctly handle the "--first-run" CLI option. 2014-04-20 20:47:43 +02:00
6e8b0511c8 Changed behavior of launchNextJob() to launch the *first* pending job on the list rather than the next pending job (relative to the selected one). 2014-04-20 19:40:59 +02:00