Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | WinGui: Update Version Numbers around the application / Installer. Update ↵ | sr55 | 2018-05-06 | 2 | -6/+6 |
| | | | | the Installer to download .NET 4.7.1 if missing. | ||||
* | WinGui: Block Installation on 32bit systems. | sr55 | 2018-04-20 | 2 | -6/+18 |
| | |||||
* | WinGui: Tidy up the build system by removing x86 build profiles. | sr55 | 2018-04-13 | 2 | -428/+0 |
| | |||||
* | WinGui: Use ExecWait instead of Exec for the installer. This should prevent ↵ | sr55 | 2017-08-26 | 4 | -8/+8 |
| | | | | the install from continuing until the uninstall process has completed. | ||||
* | WinGui: Set Framework version to 4.6.1 | sr55 | 2017-06-14 | 4 | -4/+4 |
| | |||||
* | WinGui: Update the assembly info / version numbers / manifest. | sr55 | 2017-06-11 | 4 | -16/+16 |
| | |||||
* | WinGui: Remove fonts directory from installer. | sr55 | 2017-03-26 | 4 | -45/+0 |
| | |||||
* | WinGui: Inlcude portable.ini.template with the WinGUI installer. | sr55 | 2017-03-18 | 4 | -0/+4 |
| | |||||
* | WinGui: Bump version to 1.0.3 for the future release. | sr55 | 2017-01-22 | 2 | -4/+4 |
| | |||||
* | WinGui: Change the name of the night build start menu shortcut to "HandBrake ↵ | sr55 | 2017-01-01 | 2 | -4/+4 |
| | | | | Nightly" to distinguish it from the public release builds. | ||||
* | WinGui: Set version to 1.0.2 | sr55 | 2017-01-01 | 2 | -4/+4 |
| | |||||
* | WinGui: Bump versions to 1.0.1 | sr55 | 2016-12-27 | 2 | -4/+4 |
| | |||||
* | WinGui: Attempt to fix the installer so that users can cleanly install both ↵ | sr55 | 2016-06-16 | 4 | -4/+4 |
| | | | | the nightly and official public release at the same time. | ||||
* | WinGui: For silent installs, assume it's All Users, not Current User. | sr55 | 2016-06-07 | 4 | -2/+36 |
| | | | | Admins deploying the app on the network were not seeing the app icons appearing when installing from a different user account from the users. | ||||
* | WinGui: Initial attempt at allowing nightly builds to be installed ↵ | sr55 | 2016-02-02 | 2 | -22/+22 |
| | | | | separately from standard builds. | ||||
* | WinGui: Update the GUI to handle the version information correctly after the ↵ | Scott | 2015-08-29 | 2 | -2/+2 |
| | | | | git move. | ||||
* | WinGui: Build fixes for git. | Scott | 2015-08-27 | 2 | -0/+0 |
| | |||||
* | WinGui: Disable the subversion build code. Will update to handle git later. | Scott | 2015-08-27 | 2 | -4/+4 |
| | |||||
* | 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 | 4 | -17/+17 |
| | | | | | | 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: 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 | 1 | -19/+19 |
| | | | | | | | | 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: General VS Project Cleanup. Simplified build profiles. Installer no ↵ | sr55 | 2015-02-28 | 4 | -8/+4 |
| | | | | | | longer packages xml files so install size should be slightly smaller. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6951 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Remove a bunch of CLI handling code. | sr55 | 2015-01-31 | 1 | -1/+0 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6840 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGUI: Update the installer to abort if running on windows xp or earlier ↵ | sr55 | 2014-12-11 | 4 | -0/+28 |
| | | | | | | with an error message. I don't have an XP machine / VM to test this on anymore, so if it doesn't work, let me know. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6596 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Update copyright and version numbers for upcoming releases. | sr55 | 2014-08-18 | 2 | -4/+4 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6310 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | Prep for patch release. | sr55 | 2013-05-30 | 2 | -4/+4 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5527 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Update Assembly Info and Installer templates | sr55 | 2013-03-09 | 2 | -4/+4 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5315 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Pushing version numbers forward for the main branch. | sr55 | 2012-07-16 | 2 | -4/+4 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4847 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fix build and further clean out some legacy code. | sr55 | 2012-06-14 | 4 | -4/+0 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4735 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Fix Installer Scripts | sr55 | 2012-05-12 | 3 | -3/+3 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4671 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: Make the new WPF UI default. (the old UI exe is still included in ↵ | sr55 | 2012-05-12 | 4 | -0/+4 |
| | | | | | | | | the build. Handbrake_old.exe) Also includes bug fixes to the audio and subtitles panels. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4667 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: (WPF) Setup all the Installer (Nightly and Release, x86/64) and ↵ | sr55 | 2012-03-24 | 5 | -168/+1307 |
| | | | | | | Build scripts for the new UI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4533 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: (WPF) Fixes to the Audio and Subtitle panels. Add pdb's to installer. | sr55 | 2012-03-24 | 1 | -0/+1 |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4532 b64f7644-9d1e-0410-96f1-a4d463321fa5 | ||||
* | WinGui: (WPF) Wired up the Add Preset window and setup the build scripts to ↵ | sr55 | 2012-03-17 | 1 | -0/+167 |
create Alpha Builds for this project. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4508 b64f7644-9d1e-0410-96f1-a4d463321fa5 |