summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
Commit message (Collapse)AuthorAgeFilesLines
* WinGui: Initial support for SSA file import.sr552019-01-143-7/+7
|
* WinGui: Make the toolbar customisation options more discoverable by making ↵sr552019-01-142-0/+36
| | | | them preferences in the options screen.
* WinGui: Strip out some legacy code for x264 options handling.sr552019-01-123-5717/+5226
|
* WinGui: Improvements to the new queue design.sr552019-01-042-0/+12
| | | | | | | - Added "Options" drop button to the Summary Tab. Includes "Play File" and "Open Source/Dest directory" options - Moved the encode status information onto the Summary Tab (only shown when encoding) - Added placeholder buttons for Move up/down to make queue re-ordering more discoverable. - Space optimisation
* Update copyright dates to 2019.Bradley Sepos2019-01-014-4/+4
|
* WinGui: Fix Detelecine tooltip. Fixes #1760sr552018-12-303-27/+21
|
* WinGui: Bump Version to 1.3.0sr552018-12-261-1/+1
|
* WinGui: Consistency tweak. "Reload" instead of "Reload Defaults"sr552018-12-122-5443/+5442
|
* WinGui: Fix a number of build warnings. Fixes #1720 and #1721 and a few ↵sr552018-12-081-21/+27
| | | | other warnings in the code.
* WinGui: Allow Add All / Add Selection to queue to be added to the toolbar ↵sr552018-11-243-5428/+5477
| | | | similar to the mac ui. Enabled via the toolbar right click context menu.
* WinGui: Trim some duplicate error messages on the main screen.sr552018-11-242-24/+0
|
* WinGui: Update German translation #1597sr552018-11-232-81/+188
|
* WinGui: Fixing various UI Localisation issues and missing strings. #1597sr552018-11-192-5111/+5530
|
* WinGui: Updated DE Translations. Updated the Source Selection view to be ↵sr552018-11-182-120/+585
| | | | more responsive #1597
* WinGui: Adding Language support to the UI. Adding Partial Translation for ↵sr552018-11-113-5090/+7015
| | | | | | German Language (Work in progress) #1597 Also fix Main_SelectPreset error. #1669
* WinGui: Fix Typo. #1669sr552018-11-082-2/+2
|
* WinGui: Fix incorrect error message.sr552018-11-042-2/+2
|
* WinGui: Remove the preference to show the advanced tab. This can still be ↵sr552018-10-202-44/+0
| | | | 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.
* WinGui: Simplify the Language Resource Files.sr552018-10-104-4243/+4060
|
* WinGui: Improving Accessibility of the new Queue (and fixed a few other ↵sr552018-09-282-4/+148
| | | | issues around the UI in this area too)
* WinGui: Queue -> Retry Failed context menu option. Bring over some ↵sr552018-09-272-0/+12
| | | | improvements from the experimental design onto the legacy queue design that's still default.
* WinGui: Add Retry Selected and Retry All Jobs to the Queue List right click ↵sr552018-09-222-0/+24
| | | | menu. #1087
* WinGui: Adding Stats and Log Tabs to the new experimental queue view. #1087sr552018-09-222-0/+108
|
* WinGui: Implementing the new queue design. This is currently experimental ↵sr552018-09-222-0/+12
| | | | and has to be explicitly enabled in preferences -> General #1087
* WinGui: Archive Queue Recovery files for 7 days. Add an option on the Source ↵sr552018-09-212-0/+24
| | | | Selection Panel to recover archived queue files. Option will disappear automatically after 7 days.
* WinGui: Add Experimental Features preferences to toggle ideas we are ↵sr552018-09-152-2/+26
| | | | experimenting with. Re-enabled in-line queue experiment
* WinGui: Add a prompt on Stop Encode to confirm. Fixes #1571sr552018-09-142-0/+24
|
* WinGui: Update label in advanced options.sr552018-08-262-2/+2
|
* Autoname creation dateMatthew Lazarow2018-08-132-2/+2
| | | | | Adds {creation-date} and {creation-time} templates to autoname preference option.
* WinGui: Make the error message nicer when the system clipboard is ↵sr552018-07-252-0/+24
| | | | unavailable. #1498
* WinGui: Extend the "Video" preference tab to allow the hardware encoders to ↵sr552018-06-292-0/+48
| | | | be disabled.
* WinGui: Don't allow subtitle import before a source has been scanned.sr552018-05-242-0/+12
|
* WinGui: Make the error checking more aggressive when adding to queue. Add ↵sr552018-05-092-2/+28
| | | | support for bailing out if batch adding and errors occur.
* WinGui: Update Version Numbers around the application / Installer. Update ↵sr552018-05-061-1/+1
| | | | the Installer to download .NET 4.7.1 if missing.
* WinGui: Change the "Picture Size" label to "Dimensions" to avoid confusion ↵sr552018-05-012-2/+2
| | | | on the Add Preset View. #1309
* WinGui: Tidy up the build system by removing x86 build profiles.sr552018-04-132-0/+24
|
* option to disable preview on summary tab (issue #1267)Sebastian Janning2018-04-102-0/+12
|
* Fix typoBernhard Reutner-Fischer2018-03-102-2/+2
| | | | | | s/seletec/select/g Signed-off-by: Bernhard Reutner-Fischer <[email protected]>
* Misc. typosluz.paz2018-02-204-8/+8
| | | Found via `codespell -q 3 --skip="./gtk/po`
* WinGui: Label consistency tweak on audio tab.sr552018-02-102-2/+2
|
* WinGui: Add Presets button to toolbar. The preset management options are not ↵sr552018-01-314-6/+6
| | | | discoverable enough as-is
* Update copyright dates to 2018.Bradley Sepos2018-01-013-3/+3
|
* WinGui: Toolbar Consistency pt2 #833sr552017-12-252-0/+12
|
* WinGui: Further UI consistency tweaks to the main window. Made the layout a ↵sr552017-12-212-2/+2
| | | | bit more compact. #833
* WinGui: Language Changes around preset buttons on the main view.sr552017-12-152-0/+24
|
* WinGui: Add % Actual Size to the static preview window title.sr552017-12-152-2/+14
|
* WinGui: Make the QSV Decoding options clearer.sr552017-12-132-4/+4
|
* WinGui: Make the When Done Play Sound option more granular. Queue vs Encode ↵sr552017-12-132-2/+14
| | | | preferences.
* WinGui: Initial Activation of the "modified" preset detection code. ↵sr552017-12-122-0/+24
| | | | (Audio/Subtitle Tabs still to be done)
* WinGui: UI consistency Tweaks. #833sr552017-12-104-10/+46
|