summaryrefslogtreecommitdiffstats
path: root/win/C#/frmMain.cs
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552011-01-031-0/+13
| | | | | | - Fix for the autonaming when a drive letter is selected in folder mode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3726 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-12-101-21/+35
| | | | | | - Fix queue editing. Some settings were lost after clicking "Edit" on the queue context menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3705 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-271-2/+4
| | | | | | | - Fix a bug with the Scan Started and Ended Event Handlers. - Make the Error window Top Most. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3688 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-191-3/+26
| | | | | | - Added support for preset descriptions (currently disabled so as not to interfere with the release) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3682 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-191-2/+2
| | | | | | | - Some code (currently disabled) to support reading chapter names from source. - Updates to tooltips for the release. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3681 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-11-071-14/+86
| | | | | | - Added numerous bits of code that have been lying around my system for a while. None of this is hooked up. Just pushing it into the repository so I don't lose it. It may be used for a future release. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3661 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-171-6/+6
| | | | | | - Fix a bug in the AutoName where is used the folder name instead of source name when multiple files are scanned. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3606 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-10-031-7/+2
| | | | | | - Enable Experimental Preset Exporter (plist - mac format). This can be imported by the mac and linux gui's git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3567 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-261-1/+1
| | | | | | - Fix: Set the scan text label to "Scan Cancelled" after cancelling a scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3555 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-191-1/+1
| | | | | | - Remap ctrl-A to ctrl-shift-A for addToQueue. Rather annoying having select all being the same as add to queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3548 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-191-4/+4
| | | | | | - Move the "Scanning x of x" text to the Source Label. Similar to the Lin/Mac gui's. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3546 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-191-10/+22
| | | | | | - Moved some non-specific HandBrake code (Exception Window, Update Information Window, Update Download Window) out into a separate framework library. Hoping to make this more reusable at a later point. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3543 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-121-0/+2
| | | | | | - Move The Title Specific scan tool window into a ToolWindows folder. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3521 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-121-7/+5
| | | | | | | - Fix Cancel button on Title Specific scan. - Improve Add to queue error messages. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3520 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-111-0/+6
| | | | | | - Hide the Angle dropdown if the cli "+ angle" string is not present when using libdvdnav git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3516 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-09-111-9/+51
| | | | | | - Title specific scan added to the File and Folder scan options which can be used for slow scanning bluray sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3515 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-271-1/+1
| | | | | | - Added a new option which allows the autoname feature to output to the source directory. It will append output_ to the start of the filename, if the auto-generated name is the same as the source file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3496 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-211-1/+0
| | | | | | - Strip out some version checking code that's no longer required. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3490 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-08-081-1/+0
| | | | | | - Just some cleanup of project / install files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3474 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-311-2/+1
| | | | | | | - Simply the versioning of the Windows GUI so it's less confusing. - GUI now only displays the CLI Version. The GUI will however check that it's own executable build revision is not greater than the CLI and report an error if it is. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3463 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-301-0/+3
| | | | | | - Fix Growl for Windows feature. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3462 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-251-7/+8
| | | | | | - Cleanup stylecop warnings. Import new stylecop for resharper settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3459 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Reverting 3452sr552010-07-221-45/+51
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3454 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-221-51/+45
| | | | | | - Removed old settings debug tab, Code refactoring and some tweaks to stylecop so it's less noisy. Upgraded to Stylecop 4.4.0 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3452 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-171-103/+47
| | | | | | | | - Remove the old school splash screen. Doesn't really serve a purpose now. - Added Jobs Pending to the current Encode status string in the Main window task bar. - Some minor refactoring. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3444 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-151-10/+26
| | | | | | | | | | - Multiple instance support. Each instance has a unique id. id = 0 will use the standard log/queue files. id = 1,2...n will use standard file names but with the instance id added to the end. This means that each instance will have it's own queue. Queue is not shared between Instances If multiple queue files are found when starting up, it will offer to load them all in. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3440 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-131-21/+15
| | | | | | | - Major rework of the Encode Service. This allows previews to be generated while an encode is running. I've left in a bunch of debug code for the moment so it may be a bit noisy at times if something goes a bit wrong. Will remove later when the code is known to work. - The windows 7 Encode Progress Bar on the Task bar is working again. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3436 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-091-8/+0
| | | | | | - Moved code from the prevent sleep into ApplicationServices instead. Makes more sense to have it there. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3432 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-091-0/+8
| | | | | | - Added a new preference that allows the user to prevent the system from going to sleep during an encode. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3431 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-041-13/+19
| | | | | | - Next step in the new Add Presets Window. Now added Picture Size modes "None" and "Source Maximum". Note cropping values are stored with "Source Maximum" if custom crop is selected. Also included option to include filter settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3425 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-031-10/+12
| | | | | | | - Refactored The Query Generator to allow for more control on the AddPreset Window. - Also fix an issue where an empty x264 query would still result in -x being added to the query. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3423 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-031-34/+37
| | | | | | - Few extra tweaks to improve how user custom queries are handled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3422 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-07-031-24/+35
| | | | | | - Improve the way Custom queries are handled form the query editor. It's now hooked up so that the "Add to Queue" feature can warn of duplicates and it will now also display the correct source and destination in the queue window when encoding a custom job. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3421 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-251-1/+1
| | | | | | - Added batch folder scan support to the executable on launch git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3406 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-251-11/+28
| | | | | | | | - 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-181-0/+4
| | | | | | - Forgot to make the pfr control visible :( git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3389 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-181-6/+24
| | | | | | | - Updates to the x264 panel. - Added a Peak Framerate checkbox (--pfr cli option) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3388 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-111-7/+0
| | | | | | - Fixes an issue where the Stop button would disappear when the Queue list has paused but the last encode is still completing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3378 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-111-71/+37
| | | | | | - Improvements to the IQueue and IEncode interface. This allows for some cleanup of code in frmMain and frmPreview git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3376 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-071-2/+3
| | | | | | - Created interfaces for the Scan, Queue and Encode Services. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3367 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-06-061-2/+5
| | | | | | - 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-06-061-1/+4
| | | | | | - Some changes / improvements to the current models / parsing models. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3359 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-301-1/+0
| | | | | | - Some additional cleanup to the Subtitles files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3334 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-281-1/+1
| | | | | | - Fixed add to queue destination check code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3330 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-241-2/+7
| | | | | | - Check Destination Path exists before adding to queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3322 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-231-126/+496
| | | | | | | - 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-231-2/+2
| | | | | | - Disable Export until it's finished. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3314 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-221-5/+9
| | | | | | - Missed frmMain changes for last checkin. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3313 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-191-7/+16
| | | | | | | | - In-Gui encode status is now own by default. - Added a progress bar and tidied up the appearance of the status text. - Tweaked the preview window design. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3307 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552010-05-181-0/+21
| | | | | | - Some more work done on the Plist Mac preset Export feature. Can now export a plist but not all key value pairs are populated. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3305 b64f7644-9d1e-0410-96f1-a4d463321fa5