summaryrefslogtreecommitdiffstats
path: root/win/C#/Program.cs
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552010-06-251-2/+2
| | | | | | | | - Allow files to be dropped on the GUI executable. (Including shortcuts). This will automatically try to scan the file. Users can add their own registry entries to add an "open with" if they choose. - Fixed an exception that occurs when a scanned file returns no titles. - Fixed an issue where pressing "No" to the on close warning (when encodes are running) would cancel the encode anyway. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3405 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-061-0/+15
| | | | | | - Moved all the services that handle parsing, scanning, encodes and the queue out into a separate library. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3362 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-231-6/+9
| | | | | | | - Added some new events to the Queue for future refactoring. - Refactor / Cleanup / Remove more stylecop warnings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3315 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-181-5/+14
| | | | | | - Added an exception window which allows the exceptions to be copied by the user rather than using a message box. (Long overdue). Moved some of the most common exceptions over to using it. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3301 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-081-0/+9
| | | | | | - Attempt to upgrade program settings on upgrade. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3289 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-251-19/+0
| | | | | | - Fix an issue with the CLI version check logic. It was checking cached version data before checking the actual CLI data. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3265 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-221-2/+5
| | | | | | - Cleaned up a style issue git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3252 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-211-0/+19
| | | | | | - enforce a minimum CLI revision for svn builds. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3247 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-141-0/+16
| | | | | | | - Enabled higher bitrate audio for aac. - Catch exceptions at application startup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3224 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-051-5/+0
| | | | | | - Remove check for libgcc_s_sjlj-1.dll since it is no longer required. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3198 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-04-021-0/+25
| | | | | | - Put in some checks on ui launch to make sure the cli and it's dll are present. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3191 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-02-201-13/+14
| | | | | | | | | - Some tweaks to the StyleCop Settings File. - Some abbreviations added to the ReSharper config file. - Some more warnings cleaned up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3130 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-281-1/+1
| | | | | | - MessageBox message fix git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2845 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-031-1/+1
| | | | | | - Simplify code in the preset handler. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2803 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-09-021-27/+6
| | | | | | | | | - Fix spelling error with regards to no auto name directory set. - Lower Res check limit to 620. Should allow overscan tv's to work just fine. - cleaned up program.cs a bit. - Fixed the show queue button. It now activates the queue window correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2799 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-05-131-1/+7
| | | | | | | - Create a log file directory if one doesn't exist on start-up. - Always create presets.xml if the file doesn't exist. (not only if the HandBrake AppData folder doesn't exist) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2418 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-05-041-0/+10
| | | | | | | | | | | | | | | | | | | | # New - Setup LibDVDNav option for scanning. # Directory and logging changes - The GUI now stores preset data in the systems user Application Data directory. This means that multi-user systems don't share the same single set of user presets. - A History of logs are automatically stored in the systems application data directory. - Changed the log preferences to make them a bit easier to understand. # Bugs / Typos - Fixed small bug in the version info regex parser. - Fixed typo on x264 tab - Fixed minor GUI issue on the Add Preset window (button transparency) - Fixed disable Query Editor tab option (Thanks tlindgren) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2383 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-04-221-2/+2
| | | | | | | | | - Queue: Can now store unlimited number of audio tracks in presets. It is no longer limited to 4. - Activity Window: Fixed a bug where it was looking at the wrong class for checking the status of encoding. - Activity Window: Improved update / display performance dramatically by removing a List data structure. - Misc: Old code removed / code tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2349 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-02-191-1/+1
| | | | | | | - Code tweaks to x264Panel animate function. - Picture Settings: Added text labal which indicates when max width / height is used. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2169 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-301-2/+2
| | | | | | | - Fixed broken struct in the activity window that was causing memory issues. - Few code tweaks in program.cs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2108 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-01-221-14/+1
| | | | | | - Fixes/Tweaks to the chapter markers tab and handling code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2092 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-11-271-16/+0
| | | | | | | | | - Removed RAM limitation code on startup. - Gets rid of the SystemInfo Class. It's no longer required. Since the ram limitation code has been remove, only the activity window needs access to the information, so, the code has been moved to frmActivityWindow.cs - Removed some redundant code from frmMain.cs. Cleaned the startup code block up a bit. - Re-structured frmMain.cs. Moved the code around into more logical regions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1964 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-08-091-36/+3
| | | | | | | | | | - Added Memory and screen bounds to the activity log. - Removed some x264 code from frmMain. The x264 widgets are now populated from the designer file. - Removed some duplicate code from x264Panel.cs - Added the macgui's animate function to x264Panel.cs - Setup the Audio panel to default the sample rate to audio on audio track change. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1621 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - New Audio Panel (Query Parser, Query Generator, Preset Loader Functions ↵sr552008-04-041-1/+1
| | | | | | | | | | | | | | | all updated) This includes minor changes to the UI (e.g in the 'Output Settings' box) - UI Improvments for Windows Vista and XP where non Classic theme is used. - Activity Window can now view the log whilst an encode is going. (Doesn't live update... yet TODO!) - Changed Radio File/Folder option for Source Browse to a single checkbox. Folder view by default. Check "File mode" for file selection dialog. - Misc other UI changes - Update checker won't display an error message during statup if one occurs whilst checking the update. The message was hidden behind the splash screen. This is now not a problem. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1375 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-241-1/+1
| | | | | | | - Fixed bug where the chapter markers csv filename renamed the same for every item on the queue. This meant the same chapter names got added to each encode when in fact, each encode should have had a separate file. - Disabled development expiry code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1313 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-021-1/+1
| | | | | | | | - now using C#.Net 08 - Fixed bug with VFR setting framerate when enabled. - Fixed potential framerate bug (passing framerate without -r to the CLI) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1245 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-301-1/+1
| | | | | | - Updated the help menu links. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1240 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-081-3/+2
| | | | | | | - CMD window no longer appears during scanning - Fixed FormatException on start up in the Development expiry code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1174 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-01-061-1/+1
| | | | | | | - Fixed: for Auto-naming where it would incorrectly set directory when the user had no default set - Fixed: A few control's were not set to transparent so showed up incorrectly on themed windows machines. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1167 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-311-7/+1
| | | | | | - Very small checking to improve the development expire code. (and for testing the irc bot) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1157 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-241-0/+16
| | | | | | - Added GPL Licence comment at the top of each code file as required. (this may need to be changed later but will do for now) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1147 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-201-10/+4
| | | | | | - Some more code code cleanup done. Nothing major. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1141 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-131-1/+1
| | | | | | | - User default settings now uses the new Preset Parser function. This cuts down on a significant amount of code. - Added system resolution to the resolution checker message box. For future debugging. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1056 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-271-1/+1
| | | | | | - Changed minimal resolution from 1024x768 to 1024x720 for 720 HD TV owners. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1041 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-141-3/+4
| | | | | | | | | | - Change: All windows made sizeable - Change: Queue / Media Info Windows now have titles + icon and appear correctly in the task bar. - Change: Minimise box removed in Queue window in favour of the Windows default minimise button. - Fixed: System requirements checker was not confirming the correct amount of ram. - Removed: Code to handle CLI Information without text files. This can not work without all data going out via standard output which has been decided against. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1026 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-10-041-9/+3
| | | | | | | | | | -Code to expire development builds -New show/hide options for the new preset system. -Few bug fixes. -Updated Installer git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1000 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-271-3/+96
| | | | | | | - File > Open + Save changed to buttons below the preset list. - Moved the System Requirements check to Program.cs ( Cleans things up alittle) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* added new parsing code to parse cli output into objectsbrianmario2007-07-091-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@667 b64f7644-9d1e-0410-96f1-a4d463321fa5
* checking loginbrianmario2007-07-091-0/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@663 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-081-0/+20
- All Supported Files (for File dialog window) - Few other minor changes. Initial C# code project which is due to replace current vb.net code. Partially functional. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@658 b64f7644-9d1e-0410-96f1-a4d463321fa5