]> granicus.if.org Git - handbrake/log
handbrake
6 years agoWinGui: Allow Add All / Add Selection to queue to be added to the toolbar similar...
sr55 [Sat, 24 Nov 2018 13:27:07 +0000 (13:27 +0000)]
WinGui: Allow Add All / Add Selection to queue to be added to the toolbar similar to the mac ui.  Enabled via the toolbar right click context menu.

6 years agoWinGui: Tidy up a few instances of mesagebox.show.
sr55 [Sat, 24 Nov 2018 12:59:50 +0000 (12:59 +0000)]
WinGui: Tidy up a few instances of mesagebox.show.

6 years agoWinGui: Trim some duplicate error messages on the main screen.
sr55 [Sat, 24 Nov 2018 12:53:19 +0000 (12:53 +0000)]
WinGui: Trim some duplicate error messages on the main screen.

6 years agoWinGui: Get rid of some erroneous logging for NVEnc.
sr55 [Fri, 23 Nov 2018 23:38:53 +0000 (23:38 +0000)]
WinGui: Get rid of some erroneous logging for NVEnc.

6 years agoWinGui: Update German translation #1597
sr55 [Fri, 23 Nov 2018 21:39:19 +0000 (21:39 +0000)]
WinGui: Update German translation #1597

6 years agoWinGui: Disable 2-pass for NVEnc and VCE. this is not implemented.
sr55 [Wed, 21 Nov 2018 19:33:09 +0000 (19:33 +0000)]
WinGui: Disable 2-pass for NVEnc and VCE. this is not implemented.

6 years agoWinGui: Fixing various UI Localisation issues and missing strings. #1597
sr55 [Mon, 19 Nov 2018 17:36:45 +0000 (17:36 +0000)]
WinGui: Fixing various UI Localisation issues and missing strings. #1597

6 years agoWinGui: Updated DE Translations. Updated the Source Selection view to be more respon...
sr55 [Sun, 18 Nov 2018 14:06:30 +0000 (14:06 +0000)]
WinGui: Updated DE Translations.  Updated the Source Selection view to be more responsive  #1597

6 years agoWinGui: Save Options when the app closes, if the options window was last open and...
sr55 [Sun, 18 Nov 2018 13:51:55 +0000 (13:51 +0000)]
WinGui: Save Options when the app closes, if the options window was last open and unsaved.

6 years agoMacGui: fix an exception in the preview window touchbar.
Damiano Galassi [Sun, 18 Nov 2018 09:39:43 +0000 (10:39 +0100)]
MacGui: fix an exception in the preview window touchbar.

6 years agoTry to make the Feature Request template clearer.
Scott [Sat, 17 Nov 2018 18:24:07 +0000 (18:24 +0000)]
Try to make the Feature Request template clearer.

6 years agoTry to make the post template clearer.
Scott [Sat, 17 Nov 2018 18:21:58 +0000 (18:21 +0000)]
Try to make the post template clearer.

6 years agoFew Minor UI Tweaks to better handle localised content.
sr55 [Sat, 17 Nov 2018 18:15:17 +0000 (18:15 +0000)]
Few Minor UI Tweaks to better handle localised content.

6 years agoWinGui: Minor Code Tidyup
sr55 [Sat, 17 Nov 2018 18:09:10 +0000 (18:09 +0000)]
WinGui: Minor Code Tidyup

6 years agoWinGui: Fix build system / installer issues around language support.
sr55 [Sat, 17 Nov 2018 18:05:04 +0000 (18:05 +0000)]
WinGui: Fix build system / installer issues around language support.

6 years agoMacGui: disable two-pass when VideoToolbox is the selected encoder.
Damiano Galassi [Thu, 15 Nov 2018 14:04:04 +0000 (15:04 +0100)]
MacGui: disable two-pass when VideoToolbox is the selected encoder.

6 years agoAdd VideoToolbox hardware encoding thru FFmpeg.
Damiano Galassi [Thu, 15 Nov 2018 12:56:16 +0000 (13:56 +0100)]
Add VideoToolbox hardware encoding thru FFmpeg.

6 years agoMacGui: made some touch bar buttons smaller.
Damiano Galassi [Thu, 15 Nov 2018 12:00:25 +0000 (13:00 +0100)]
MacGui: made some touch bar buttons smaller.

6 years agoGive VCE and NVENC encoders more descriptive long names
John Stebbins [Sat, 3 Nov 2018 16:40:41 +0000 (09:40 -0700)]
Give VCE and NVENC encoders more descriptive long names

6 years agoFix display of null nvenc encoder names in job log
John Stebbins [Sat, 3 Nov 2018 16:39:39 +0000 (09:39 -0700)]
Fix display of null nvenc encoder names in job log

6 years agomuxavformat: fix error messages
John Stebbins [Sat, 3 Nov 2018 16:38:36 +0000 (09:38 -0700)]
muxavformat: fix error messages

6 years agoencavcodec: fix passing extradata to muxer
John Stebbins [Thu, 1 Nov 2018 20:56:44 +0000 (13:56 -0700)]
encavcodec: fix passing extradata to muxer

The extradata handling hasn't changed since 0.7 when we only used
encavcodec for mpeg4 encoding.  It was not designed to handle the
additional codecs we are encoding now.

6 years agoLinGui: use the version of python found by configure
John Stebbins [Tue, 13 Nov 2018 22:59:23 +0000 (14:59 -0800)]
LinGui: use the version of python found by configure

Fixes https://github.com/HandBrake/HandBrake/issues/1677

6 years agobuild: add 'PYTON.exe' to probed tools
John Stebbins [Tue, 13 Nov 2018 22:57:22 +0000 (14:57 -0800)]
build: add 'PYTON.exe' to probed tools

This records in GNUmakefile what python executable was found by
configure.

6 years agoLinGui: make auto-name template case insensitive
John Stebbins [Mon, 12 Nov 2018 16:41:21 +0000 (08:41 -0800)]
LinGui: make auto-name template case insensitive

Fixes #1670 on Linux

6 years agoWinGui: Adding Language support to the UI. Adding Partial Translation for German...
sr55 [Sun, 11 Nov 2018 22:18:44 +0000 (22:18 +0000)]
WinGui: Adding Language support to the UI.  Adding Partial Translation for German Language (Work in progress)  #1597
Also fix Main_SelectPreset error. #1669

6 years agoMacGui: improve preview window touch bar.
Damiano Galassi [Sun, 11 Nov 2018 11:07:13 +0000 (12:07 +0100)]
MacGui: improve preview window touch bar.

6 years agoMacGui: show a progress bar on the encoded file in Finder.
Damiano Galassi [Sun, 11 Nov 2018 10:56:53 +0000 (11:56 +0100)]
MacGui: show a progress bar on the encoded file in Finder.

6 years agoWinGui: Fix typo #1670
sr55 [Sat, 10 Nov 2018 14:44:05 +0000 (14:44 +0000)]
WinGui: Fix typo #1670

6 years agoAdded a note about 3rd party library updates
Scott [Sat, 10 Nov 2018 14:24:09 +0000 (14:24 +0000)]
Added a note about 3rd party library updates

6 years agoWinGui: Make the Autoname macros case-insensitive. Fixes #1670
sr55 [Sat, 10 Nov 2018 14:18:12 +0000 (14:18 +0000)]
WinGui: Make the Autoname macros case-insensitive. Fixes #1670

6 years agoflatpak: fix gvfs access
John Stebbins [Fri, 9 Nov 2018 20:01:07 +0000 (12:01 -0800)]
flatpak: fix gvfs access

The freedesktop platform doesn't supply the gvfs module.  So add it to
the flatpak.

Fixes https://forum.handbrake.fr/viewtopic.php?f=13&t=38383

6 years agoWinGui: Make the "Version" label in options and about selectable and copyable. Useful...
sr55 [Thu, 8 Nov 2018 19:34:57 +0000 (19:34 +0000)]
WinGui: Make the "Version" label in options and about selectable and copyable. Useful for copying the version number. #1665
Also added a link to the github issue tracker on the About page.

6 years agoWinGui: Fix Typo. #1669
sr55 [Thu, 8 Nov 2018 19:18:35 +0000 (19:18 +0000)]
WinGui: Fix Typo.  #1669

6 years agodecavcodec: fix use after free
John Stebbins [Wed, 7 Nov 2018 21:51:56 +0000 (13:51 -0800)]
decavcodec: fix use after free

Symptom was a crash at the end of subtitle scan.
Fixes https://forum.handbrake.fr/viewtopic.php?f=13&t=38379

6 years agodecsrtsub: support timecodes that use '.' for fractions
John Stebbins [Wed, 7 Nov 2018 17:31:35 +0000 (09:31 -0800)]
decsrtsub: support timecodes that use '.' for fractions

The convention is to use ',' for fractions in SRT files.  But
opensubtitles.com is distributing files that use '.'

6 years agodecsrtsub: fix crash when file can't be opened
John Stebbins [Wed, 7 Nov 2018 17:30:53 +0000 (09:30 -0800)]
decsrtsub: fix crash when file can't be opened

6 years agodecavcodec: packetize data before searching for extradata
John Stebbins [Thu, 11 Oct 2018 18:24:06 +0000 (11:24 -0700)]
decavcodec: packetize data before searching for extradata

The necessary data for setting up extradata may be scattered across
multiple input buffers.  The buffers must be combined before extradata
can be extracted.

6 years agostream: enable probing for all unrecognized stream types
John Stebbins [Thu, 11 Oct 2018 18:22:42 +0000 (11:22 -0700)]
stream: enable probing for all unrecognized stream types

Fixes https://forum.handbrake.fr/viewtopic.php?f=5&t=38200

6 years agoWinGui: Add shortcuts for All All to Queue and Add Selection. Display shortcuts...
sr55 [Sun, 4 Nov 2018 20:59:02 +0000 (20:59 +0000)]
WinGui: Add shortcuts for All All to Queue and Add Selection.  Display shortcuts on the Context Menu on the Add to Queue button.

6 years agoWinGui: Allow the UI to silently attempt to auto-create folders when adding to the...
sr55 [Sun, 4 Nov 2018 20:14:30 +0000 (20:14 +0000)]
WinGui: Allow the UI to silently attempt to auto-create folders when adding to the queue.   Subsequent deletion of said folder will still prompt a queue failure as this is an abnormal situation that would be best reviewed by the user #1654

6 years agoWinGui: Better default directory for Import SRT. #1661
sr55 [Sun, 4 Nov 2018 17:23:24 +0000 (17:23 +0000)]
WinGui: Better default directory for Import SRT. #1661

6 years agoWinGui: Fix incorrect error message.
sr55 [Sun, 4 Nov 2018 17:18:31 +0000 (17:18 +0000)]
WinGui: Fix incorrect error message.

6 years agoWinGui: Update installer for 1.2
sr55 [Sun, 4 Nov 2018 13:27:12 +0000 (13:27 +0000)]
WinGui: Update installer for 1.2

6 years agoMacGui: more safe kvo removal, use libhb function to get the quaility name, fix some...
Damiano Galassi [Sat, 3 Nov 2018 13:22:40 +0000 (14:22 +0100)]
MacGui: more safe kvo removal, use libhb function to get the quaility name, fix some buttons enable state in Video.xib.

6 years agoMacGui: improve the auto naming to avoid updating the name when unrelated settings...
Damiano Galassi [Sat, 3 Nov 2018 13:22:12 +0000 (14:22 +0100)]
MacGui: improve the auto naming to avoid updating the name when unrelated settings change.

6 years agoWinGui: Limit the experimental features to the nightly builds.
sr55 [Fri, 2 Nov 2018 22:36:31 +0000 (22:36 +0000)]
WinGui: Limit the experimental features to the nightly builds.

6 years agoMacGUI: Revise stop encoding dialog.
Bradley Sepos [Tue, 4 Sep 2018 07:07:51 +0000 (03:07 -0400)]
MacGUI: Revise stop encoding dialog.

Closes #1179.

6 years agoMacGui: change the overwrite method to check only for ready and working jobs. For...
Damiano Galassi [Fri, 2 Nov 2018 10:14:23 +0000 (11:14 +0100)]
MacGui: change the overwrite method to check only for ready and working jobs. For completed jobs we already check if there is an actual file on disk.

6 years agoCLI: Add command line override for SubtitleBurnDVDSub
John Stebbins [Wed, 31 Oct 2018 16:05:42 +0000 (09:05 -0700)]
CLI: Add command line override for SubtitleBurnDVDSub

... and SubtitleBurnBDSub.

If these preset values were true, there was no way to encode without
burning the first DVD or BD subtitle track using the CLI.

6 years agoMacGui: move the advanced x264 panel to the 'Additional options' text field contextua...
Damiano Galassi [Sat, 27 Oct 2018 13:46:52 +0000 (15:46 +0200)]
MacGui: move the advanced x264 panel to the 'Additional options' text field contextual menu.

6 years agoMacGui: add an assert in HBQueueController to track down a rare crash.
Damiano Galassi [Sat, 27 Oct 2018 13:44:01 +0000 (15:44 +0200)]
MacGui: add an assert in HBQueueController to track down a rare crash.

6 years agoLinGui: fix packaging with out-of-tree build directory
John Stebbins [Tue, 23 Oct 2018 17:37:55 +0000 (10:37 -0700)]
LinGui: fix packaging with out-of-tree build directory

6 years agoLinGui: Update auto-name template tooltip
John Stebbins [Mon, 22 Oct 2018 20:35:49 +0000 (13:35 -0700)]
LinGui: Update auto-name template tooltip

6 years agoLinGui: add {source_path} destination auto-name option
John Stebbins [Mon, 22 Oct 2018 18:19:10 +0000 (11:19 -0700)]
LinGui: add {source_path} destination auto-name option

6 years agoWinGui: Remove the preference to show the advanced tab. This can still be toggled...
sr55 [Sat, 20 Oct 2018 14:03:42 +0000 (15:03 +0100)]
WinGui: Remove the preference to show the advanced tab. This can still be toggled for 1 time uses via the extra args content menu on the video tab. Added a notification to remind users that it's going to be removed shortly.

6 years agoMacGui: add a en.lproj folder to HandBrakeKit.framework.
Damiano Galassi [Sat, 20 Oct 2018 14:05:04 +0000 (16:05 +0200)]
MacGui: add a en.lproj folder to HandBrakeKit.framework.

6 years agoMacGui: update German localization.
Damiano Galassi [Sat, 20 Oct 2018 11:31:36 +0000 (13:31 +0200)]
MacGui: update German localization.

6 years agoMacGui: load the HandBrakeKit framework localized strings from the framework bundle.
Damiano Galassi [Sat, 20 Oct 2018 11:31:06 +0000 (13:31 +0200)]
MacGui: load the HandBrakeKit framework localized strings from the framework bundle.

6 years agobuild: revert to the legacy Xcode build system until until we found a way to make...
Damiano Galassi [Sat, 20 Oct 2018 10:15:50 +0000 (12:15 +0200)]
build: revert to the legacy Xcode build system until until we found a way to make it work when called from make. Remove fontconfig from the Xcode project.

6 years agoLinGui: add Ubuntu 18.10 to snapshots
John Stebbins [Fri, 19 Oct 2018 20:36:59 +0000 (13:36 -0700)]
LinGui: add Ubuntu 18.10 to snapshots

6 years agobuild: use a better workaround for the new Xcode build system.
Damiano Galassi [Fri, 19 Oct 2018 17:45:20 +0000 (19:45 +0200)]
build: use a better workaround for the new Xcode build system.

6 years agoWinGui: Rollback some styling change fixes to see if it fixes the odd behaviour some...
sr55 [Fri, 19 Oct 2018 16:22:21 +0000 (17:22 +0100)]
WinGui: Rollback some styling change fixes to see if it fixes the odd behaviour some users are now seeing in the UI.

6 years agobuild: add a workaround to the Xcode project to make it work with the new Xcode build...
Damiano Galassi [Thu, 18 Oct 2018 13:55:53 +0000 (15:55 +0200)]
build: add a workaround to the Xcode project to make it work with the new Xcode build system

6 years agoMacGui: fix a warning.
Damiano Galassi [Thu, 18 Oct 2018 13:50:06 +0000 (15:50 +0200)]
MacGui: fix a warning.

6 years agoMacGui: improve touch bar support, add touch bars to the add titles to queue and...
Damiano Galassi [Tue, 16 Oct 2018 11:57:40 +0000 (13:57 +0200)]
MacGui: improve touch bar support, add touch bars to the add titles to queue and add preset sheets.

6 years agoWinGui: Fix a number of style inheritance issues.
sr55 [Mon, 15 Oct 2018 21:31:50 +0000 (22:31 +0100)]
WinGui: Fix a number of style inheritance issues.

6 years agoLinGui: fix queue "Reload" option
John Stebbins [Mon, 15 Oct 2018 17:03:00 +0000 (10:03 -0700)]
LinGui: fix queue "Reload" option

The change of state of the queue job was not getting written to the
queue file.  So restarting HandBrake would result in the queue job being
lost.

6 years agoWinGui: Simplify the Language Resource Files.
sr55 [Wed, 10 Oct 2018 18:00:57 +0000 (19:00 +0100)]
WinGui: Simplify the Language Resource Files.

6 years agoMacGui: add touch bars in the preview window, improve touch bars in the main and...
Damiano Galassi [Wed, 10 Oct 2018 17:58:21 +0000 (19:58 +0200)]
MacGui: add touch bars in the preview window, improve touch bars in the main and queue windows.

6 years agoFixed a typo
Scott [Mon, 8 Oct 2018 17:29:52 +0000 (18:29 +0100)]
Fixed a typo

6 years agoWinGui: Fix a potential NPE
sr55 [Mon, 8 Oct 2018 17:24:17 +0000 (18:24 +0100)]
WinGui: Fix a potential NPE

6 years agoMacGui: add touch bars to main and queue windows.
Damiano Galassi [Mon, 8 Oct 2018 14:27:16 +0000 (16:27 +0200)]
MacGui: add touch bars to main and queue windows.

6 years agoMacGui: add a missing [super init]
Damiano Galassi [Mon, 8 Oct 2018 14:26:01 +0000 (16:26 +0200)]
MacGui: add a missing [super init]

6 years agoWinGui: Consistency Tweak on the Audio/Subtitle behaviour buttons on the add preset...
sr55 [Sat, 6 Oct 2018 12:31:32 +0000 (13:31 +0100)]
WinGui: Consistency Tweak on the Audio/Subtitle behaviour buttons on the add preset screen. Fixes #1619

6 years agoWinGui: Fix Mixdown selection when the preset mixdown is not available for a given...
sr55 [Sat, 6 Oct 2018 12:30:46 +0000 (13:30 +0100)]
WinGui: Fix Mixdown selection when the preset mixdown is not available for a given source. Fixes #1618

6 years agoWinGui: Fix an issue that might be causing the default sample rate to be selected...
sr55 [Wed, 3 Oct 2018 20:05:06 +0000 (21:05 +0100)]
WinGui: Fix an issue that might be causing the default sample rate to be selected instead of auto. #1618

6 years agolibhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec option...
sr55 [Mon, 1 Oct 2018 19:59:23 +0000 (20:59 +0100)]
libhb: Fix an issue that was causing the "encavcodecaInit: Unknown avcodec option stereo_mode" message in the log. This option is changed in ffmpeg.

6 years agoVCE: Remove unnecessary VCE logging.
sr55 [Mon, 1 Oct 2018 19:46:52 +0000 (20:46 +0100)]
VCE: Remove unnecessary VCE logging.

6 years agoVCE: Try to improve the reliability of the VCE hardware detection.
sr55 [Sat, 29 Sep 2018 18:38:05 +0000 (19:38 +0100)]
VCE: Try to improve the reliability of the VCE hardware detection.

6 years agoWinGui: Improving Accessibility of the new Queue (and fixed a few other issues around...
sr55 [Fri, 28 Sep 2018 20:59:37 +0000 (21:59 +0100)]
WinGui: Improving Accessibility of the new Queue (and fixed a few other issues around the UI in this area too)

6 years agoWinGui: Minor bug fixes and tidyup in the queue.
sr55 [Fri, 28 Sep 2018 19:18:26 +0000 (20:18 +0100)]
WinGui: Minor bug fixes and tidyup in the queue.

6 years agoWinGui: Register the Logger for libhb earlier so we can pickup VCE logging.
sr55 [Fri, 28 Sep 2018 18:46:09 +0000 (19:46 +0100)]
WinGui: Register the Logger for libhb earlier so we can pickup VCE logging.

6 years agoWinGui: Remove the Options dropdown from the Queue header. It's only ever had a...
sr55 [Thu, 27 Sep 2018 20:29:21 +0000 (21:29 +0100)]
WinGui: Remove the Options dropdown from the Queue header.  It's only ever had a small subset of the queue functions. The Right Click menu is far more functional.

6 years agoWinGui: Queue -> Retry Failed context menu option. Bring over some improvements...
sr55 [Thu, 27 Sep 2018 20:10:38 +0000 (21:10 +0100)]
WinGui:  Queue -> Retry Failed context menu option.  Bring over some improvements from the experimental design onto the legacy queue design that's still default.

6 years agoWinGui: Some layout improvement on the experimental queue.
sr55 [Thu, 27 Sep 2018 19:48:33 +0000 (20:48 +0100)]
WinGui: Some layout improvement on the experimental queue.

6 years agopresets: Bump presets major version.
Bradley Sepos [Thu, 13 Sep 2018 11:30:03 +0000 (07:30 -0400)]
presets: Bump presets major version.

6 years agopresets: Minor revision to Amazon Fire descriptions.
Bradley Sepos [Thu, 13 Sep 2018 11:29:18 +0000 (07:29 -0400)]
presets: Minor revision to Amazon Fire descriptions.

6 years agopresets: Update descriptions for Apple devices.
Bradley Sepos [Thu, 13 Sep 2018 11:16:03 +0000 (07:16 -0400)]
presets: Update descriptions for Apple devices.

Adds the recently released iPhone XR, XS, XS Max to the Apple 2160p60 4K HEVC Surround preset.

Revises other product listings with most recent information.

Moves iPad 1st Generation and iPad 2 to the Apple 720p30 Surround preset. The old iPad preset was 720p30, display resolution is higher than 540p, and storage space is not a huge concern.

6 years agopresets: Add iPad 1st Gen to Apple 540p30 Surround description.
Bradley Sepos [Wed, 12 Sep 2018 03:16:03 +0000 (23:16 -0400)]
presets: Add iPad 1st Gen to Apple 540p30 Surround description.

Seems this went missing at some point.

6 years agopresets: Make all 2-channel mixdowns stereo instead of DPL2.
Bradley Sepos [Wed, 12 Sep 2018 02:38:32 +0000 (22:38 -0400)]
presets: Make all 2-channel mixdowns stereo instead of DPL2.

https://github.com/HandBrake/HandBrake/issues/1162#issuecomment-418253455

6 years agopresets: Explicitly disable Align A/V Start where not set.
Bradley Sepos [Wed, 12 Sep 2018 00:59:27 +0000 (20:59 -0400)]
presets: Explicitly disable Align A/V Start where not set.

6 years agopresets: Disable unused Align A/V Start for Roku 2160p (MKV).
Bradley Sepos [Wed, 12 Sep 2018 00:55:45 +0000 (20:55 -0400)]
presets: Disable unused Align A/V Start for Roku 2160p (MKV).

6 years agopresets: Add Amazon Fire 720p preset.
Bradley Sepos [Wed, 12 Sep 2018 00:43:03 +0000 (20:43 -0400)]
presets: Add Amazon Fire 720p preset.

6 years agopresets: Rename Fire TV to Amazon Fire and update compatibility info.
Bradley Sepos [Wed, 12 Sep 2018 00:32:05 +0000 (20:32 -0400)]
presets: Rename Fire TV to Amazon Fire and update compatibility info.

6 years agopresets: Remove Legacy 0.10.x presets.
Bradley Sepos [Tue, 11 Sep 2018 23:17:44 +0000 (19:17 -0400)]
presets: Remove Legacy 0.10.x presets.

These have been deprecated for two full release cycles. Newer and more compatible presets exist for every scenario, and as always, users can create their own in the event the official presets do not fit their needs.

See https://github.com/HandBrake/HandBrake-docs/blob/efb51cc2cd7d0c30fa5e9ee88366233ca34757a4/source/docs/en/latest/technical/official-presets.markdown#legacy-010x-presets for a list of compatible replacements.

6 years agoWinGui: Trigger a status tab update when a job finishes.
sr55 [Wed, 26 Sep 2018 20:34:05 +0000 (21:34 +0100)]
WinGui: Trigger a status tab update when a job finishes.

6 years agoVCE: Add positive logging.
sr55 [Tue, 25 Sep 2018 17:29:32 +0000 (18:29 +0100)]
VCE: Add positive logging.

6 years agoVCE: Add temp logging to vce_common.c to give a hint as to why some users can't use...
sr55 [Mon, 24 Sep 2018 21:01:57 +0000 (22:01 +0100)]
VCE: Add temp logging to vce_common.c to give a hint as to why some users can't use VCE.

6 years agoWinGui: When Deleting a job, select the nearest or first item in the list to allow...
sr55 [Mon, 24 Sep 2018 20:07:56 +0000 (21:07 +0100)]
WinGui: When Deleting a job, select the nearest or first item in the list to allow faster keyboard operations to manage the queue.