summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF
Commit message (Collapse)AuthorAgeFilesLines
* Adding a "When Done" Label and Context Menu to the Main Screen status bar.Scott2015-10-248-10/+88
| | | | This should make it more obvious to users that they have a "When done" action turned on, especially when coming back to the app after a period of time.
* Tidy up some code for the new inline queue view.Scott2015-10-243-26/+0
|
* Improve the In-line queue display.Scott2015-10-248-21/+336
|
* Initial commit to allow the Queue Window to be embedded in the main window. ↵Scott2015-10-2412-352/+136
| | | | Still some UX/UI stuff to tidy up later.
* Merge pull request #21 from jstebbins/grayscaleJohn Stebbins2015-10-191-1/+6
|\ | | | | grayscale: make it a real filter
| * grayscale: wingui changesJohn Stebbins2015-10-161-1/+6
| |
* | Completely re-factored the preset file storage to use the same format as the ↵Scott2015-10-166-247/+212
| | | | | | | | | | | | Mac and Linux GUI's. You can now copy the file between platforms and it should load correctly. WARNING: Any current presets will be lost when you install this or any later build as the format is not backwards compatible and there is no upgrade path.
* | Fixing the storage of user presets. Need to confirm PresetContainer format.Scott2015-10-161-1/+3
| |
* | Refactoring the Preset service to store the Built-In Presets and User ↵Scott2015-10-165-69/+77
|/ | | | Presets in the new version of the JSON format. This allows HandBrakeCLI to use the presets stored by the GUI.
* Updating the status to be consistent with the queue display.Scott2015-10-103-12/+7
|
* Adding Pass Count back onto the status bar.Scott2015-10-103-6/+13
|
* Updating for the new deinterlace/decomb preset keys.Scott2015-10-091-38/+62
|
* Adding some additional tooltips to the picture settings and video tabs.Scott2015-10-036-120/+409
|
* WinGui: draft set of options handling for QuickSyncH265, AVC replica for nowMax Dmytrychenko2015-09-301-7/+9
|
* Check Culture of Framerate stringScott2015-09-271-12/+15
| | | | May be the cause of the filter not being set correctly for some users.
* WinGui: Bump the preset version number check since adding the new qsv ↵Scott2015-09-271-1/+1
| | | | encoder made the current presets no longer compatible
* App Services Modelling Tidy UpScott2015-09-264-1/+42
| | | | | | Making event objects immutable. Making Libhb constructs internal to the library. We should expose this with a managed api if we need it outside the library. (Part 1)
* Tidy up some Stylecop WarningsScott2015-09-265-3/+21
| | | | Tidy up some Stylecop Warnings
* App Services Cleanup ContdScott2015-09-2611-13/+225
| | | | Moving Exceptions and more utilities to the GUI project.
* App Services Tidyup ContdScott2015-09-2639-9/+628
| | | | Moving all the helper and utility classes to the gui project
* AppServices tidyupScott2015-09-2676-147/+5911
| | | | Moving the UI modelling and services to the GUI Project.
* WinGui: Enable support for H.265 QuickSync supportScott2015-09-241-1/+7
|
* WinGui: Adding a number of new tooltips for some of the more complicated ↵Scott2015-09-195-11/+234
| | | | controls.
* WinGui: Strip out some old unused code.Scott2015-09-1811-209/+2
|
* WinGui: Initialise chapters to string.empty if the import file does not ↵Scott2015-09-151-2/+1
| | | | contain a name for a given chapter number.
* WinGui: Fetch video framerates from libhbScott2015-09-111-1/+3
|
* WinGui: Fix a cosmetic issue with the VideoTune dropdown when setting ↵Scott2015-09-051-1/+2
| | | | presets which only have FastDecode.
* WinGui: Update the GUI to handle the version information correctly after the ↵Scott2015-08-292-2/+2
| | | | git move.
* WinGui: Build fixes for git.Scott2015-08-273-2/+2
|
* WinGui: Disable the subversion build code. Will update to handle git later.Scott2015-08-274-8/+8
|
* WinGui: Fix another instance of the Caliburn vs Json.net sillyness where ↵sr552015-08-252-18/+9
| | | | | | objects are not serialised correctly. This is causing presets not to save to disk correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7413 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: If the Queue Recovery doesn't return any results, show the "Source ↵sr552015-08-235-5/+35
| | | | | | Selection" pane when the app starts up. Added quick access links to the preferences / About HandBrake Panes on this panel. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7411 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add right click menu to preset listbox.sr552015-08-233-26/+40
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7410 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Don't update config when user cancels file/folder dialogs - Patch ↵sr552015-08-233-119/+141
| | | | | | by jorrit git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7408 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Sizing tweak to mini view. Tidy up some code warnings. Update ↵sr552015-08-239-17/+5
| | | | | | assembly info files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7407 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Layout improvements on add preset window.sr552015-08-012-14/+15
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7389 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: remove the "use picture filters" checkbox in the add preset sheet. sr552015-07-278-42/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7381 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Upgrade Caliburn to version 2.0.2sr552015-07-254-39/+55
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7378 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Tidyup the AppBootstapper class.sr552015-07-251-23/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7377 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Bumping JSON.net to version 7.0sr552015-07-251-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7376 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improve .NET 4.6 detection code in the NSIS installer.sr552015-07-224-508/+40
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7368 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Migrate to the newly release .NET Framework 4.6. The installer will ↵sr552015-07-229-26/+31
| | | | | | automatically offer to install this for most users. Visual Studio 2012 or later is now a requirement for developers. VS 2015 Community edition works fine. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7367 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Updating the Nightly 64bit installer to check for .NET 4.5.2 as a ↵sr552015-07-221-5/+5
| | | | | | test before updating the app. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7366 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Minor tidy up of the Main VM constructor. sr552015-07-222-11/+46
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7365 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Replace Castle Windsor with Caliburn Micros built-in SimpleContainer ↵sr552015-07-2112-236/+238
| | | | | | IoC. We don't need anything as powerful as castle. Also, since the license appears to now be Apache License 2 which is not compatible with GPLv2, we can't upgrade this library any more. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7356 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Switch the other installer files over to use capital Bsr552015-07-213-53/+53
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7354 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Correcting lower case b in HandBrake project assembly name. Only ↵sr552015-07-212-20/+20
| | | | | | | | doing one installer to check the effects. Also testing the removal of non-HandBrake symbol files from the build package. Should save around 1.8 MB install size. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7353 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Checkin Missing file from previous commit.sr552015-07-191-0/+25
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7352 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Undo a bad search and replace by R#sr552015-07-183-41/+42
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7351 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add a Mini Status Display window that can be accessed via the tray ↵sr552015-07-189-43/+337
| | | | | | notify icon when the app is minimised to tray. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7350 b64f7644-9d1e-0410-96f1-a4d463321fa5