Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #12 from maximd33/upstream | Scott | 2015-10-02 | 1 | -7/+9 | |
|\ | | | | | WinGui: draft set of options handling for QuickSyncH265, AVC replica for now | |||||
| * | WinGui: draft set of options handling for QuickSyncH265, AVC replica for now | Max Dmytrychenko | 2015-09-30 | 1 | -7/+9 | |
| | | ||||||
* | | fix .NET condition | Max Dmytrychenko | 2015-09-30 | 1 | -3/+3 | |
| | | ||||||
* | | better usage of MASK for feature detection, OR fix | Max Dmytrychenko | 2015-09-30 | 1 | -2/+2 | |
| | | ||||||
* | | better usage of MASK for feature detection | Max Dmytrychenko | 2015-09-30 | 1 | -2/+2 | |
|/ | ||||||
* | Check Culture of Framerate string | Scott | 2015-09-27 | 1 | -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 ↵ | Scott | 2015-09-27 | 1 | -1/+1 | |
| | | | | encoder made the current presets no longer compatible | |||||
* | AppServices Tidyup Contd | Scott | 2015-09-26 | 13 | -140/+289 | |
| | | | | Made most of the exposed objects immutable. | |||||
* | App Services Modelling Tidy Up | Scott | 2015-09-26 | 20 | -108/+176 | |
| | | | | | | 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 Warnings | Scott | 2015-09-26 | 5 | -3/+21 | |
| | | | | Tidy up some Stylecop Warnings | |||||
* | App Services Cleanup Contd | Scott | 2015-09-26 | 12 | -221/+224 | |
| | | | | Moving Exceptions and more utilities to the GUI project. | |||||
* | App Services Tidyup Contd | Scott | 2015-09-26 | 76 | -6260/+628 | |
| | | | | Moving all the helper and utility classes to the gui project | |||||
* | AppServices tidyup | Scott | 2015-09-26 | 81 | -187/+5918 | |
| | | | | Moving the UI modelling and services to the GUI Project. | |||||
* | WinGui: QuickSync H264 is 768, not 512 | Scott | 2015-09-24 | 1 | -1/+1 | |
| | ||||||
* | WinGui: Enable support for H.265 QuickSync support | Scott | 2015-09-24 | 4 | -2/+54 | |
| | ||||||
* | UI adjustment for MASK usage | Max Dmytrychenko | 2015-09-24 | 1 | -2/+2 | |
| | ||||||
* | WinGui: Adding a number of new tooltips for some of the more complicated ↵ | Scott | 2015-09-19 | 5 | -11/+234 | |
| | | | | controls. | |||||
* | WinGui: Strip out some old unused code. | Scott | 2015-09-18 | 12 | -220/+2 | |
| | ||||||
* | WinGui: Starting work on more API cleanup in ApplicationServices library. | Scott | 2015-09-18 | 3 | -99/+47 | |
| | ||||||
* | WinGui: Initialise chapters to string.empty if the import file does not ↵ | Scott | 2015-09-15 | 1 | -2/+1 | |
| | | | | contain a name for a given chapter number. | |||||
* | WinGui: Fetch video framerates from libhb | Scott | 2015-09-11 | 1 | -1/+3 | |
| | ||||||
* | WinGui: Fix a cosmetic issue with the VideoTune dropdown when setting ↵ | Scott | 2015-09-05 | 1 | -1/+2 | |
| | | | | presets which only have FastDecode. | |||||
* | WinGui: Update the GUI to handle the version information correctly after the ↵ | Scott | 2015-08-29 | 4 | -3/+19 | |
| | | | | git move. | |||||
* | WinGui: Another build fix for git. | Scott | 2015-08-27 | 1 | -25/+25 | |
| | ||||||
* | WinGui: Build fixes for git. | Scott | 2015-08-27 | 4 | -27/+27 | |
| | ||||||
* | WinGui: Remove 2 build targets. | Scott | 2015-08-27 | 1 | -12/+12 | |
| | ||||||
* | WinGui: Disable the subversion build code. Will update to handle git later. | Scott | 2015-08-27 | 5 | -10/+10 | |
| | ||||||
* | WinGui: Fix another instance of the Caliburn vs Json.net sillyness where ↵ | sr55 | 2015-08-25 | 2 | -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 ↵ | sr55 | 2015-08-23 | 5 | -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. | sr55 | 2015-08-23 | 3 | -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 ↵ | sr55 | 2015-08-23 | 3 | -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 ↵ | sr55 | 2015-08-23 | 14 | -35/+81 | |
| | | | | | | 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. | sr55 | 2015-08-01 | 2 | -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. | sr55 | 2015-07-27 | 8 | -42/+2 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7381 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | WinGui: Upgrade Caliburn to version 2.0.2 | sr55 | 2015-07-25 | 10 | -2064/+2706 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7378 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | WinGui: Tidyup the AppBootstapper class. | sr55 | 2015-07-25 | 1 | -23/+12 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7377 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | WinGui: Bumping JSON.net to version 7.0 | sr55 | 2015-07-25 | 9 | -11122/+2759 | |
| | | | | 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. | sr55 | 2015-07-22 | 4 | -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 ↵ | sr55 | 2015-07-22 | 12 | -32/+42 | |
| | | | | | | 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 ↵ | sr55 | 2015-07-22 | 1 | -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. | sr55 | 2015-07-22 | 2 | -11/+46 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7365 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | Drop the "10" of the sln file. | sr55 | 2015-07-22 | 2 | -0/+0 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7364 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | WinGui: Replace Castle Windsor with Caliburn Micros built-in SimpleContainer ↵ | sr55 | 2015-07-21 | 16 | -12904/+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 B | sr55 | 2015-07-21 | 3 | -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 ↵ | sr55 | 2015-07-21 | 2 | -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. | sr55 | 2015-07-19 | 1 | -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# | sr55 | 2015-07-18 | 3 | -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 ↵ | sr55 | 2015-07-18 | 9 | -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 | |||||
* | WinGui: Initial Implementation of the json preset export code. | sr55 | 2015-07-05 | 24 | -347/+348 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7347 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | WinGui: Couple of workaround fixes for the preset service until refactoring ↵ | sr55 | 2015-06-26 | 2 | -5/+4 | |
| | | | | | | is completed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7320 b64f7644-9d1e-0410-96f1-a4d463321fa5 |