summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552008-05-176-20/+31
| | | | | | | - Changes -a auto to -a 1 (The CLI was throwing an error message with auto) - Misc other changes and code cleanup. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1463 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-05-152-7/+17
| | | | | | - Fixed: http://forum.handbrake.fr/posting.php?mode=reply&f=12&t=6088 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1462 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-05-151-1/+1
| | | | | | - Fix for http://forum.handbrake.fr/viewtopic.php?f=12&t=6086 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1461 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-05-076-749/+20
| | | | | | | | | - Activity window no longer prevents main window UI interaction. - Fixed bug which would keep HandBrake in memory after the program was closed. It was still running but not visible. - Removed old files git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1455 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-05-078-101/+31
| | | | | | | | - Got rid of the DVD info window. DVD information can now be read from the activity window. - Removed some unused code calls to frmDvdInfo. - Changed frmActivityWindow design, removed all buttons, text window now expands as the window size grows. Basically, the window is identical to the MacGUI window now. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1454 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-302-2/+5
| | | | | | - Fixes copy to clipboard crash on vista. However it does not fix the fact that content is not copying. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1452 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Bug Fixessr552008-04-292-1/+3
| | | | | | | - frmReadDVD recovers better when an error occurs. - DVD Title dropdown no longer complains about no titles on 1 title sources. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1449 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-297-48/+50
| | | | | | - Update checker now reads either unstable or stable appcast based on the last digit of the build number. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1448 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-241-1/+1
| | | | | | - Fixed bug in user presets where it could remove any preset with a similar name as well as the one selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1434 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-243-369/+108
| | | | | | | - Move some code that sets the available audio bit-rates into functions instead of just repeating the code. - Fixed some issues with the Audio panel. All tracks are now visible by default, however they will remain disabled if a previous track is not selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1433 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-232-41/+27
| | | | | | | - Added support for stable / unstable builds in the update checker. - Setup the rss reader to read the cli-stable and cli-unstable tags in the appcast. This is now used for the version information. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1432 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-176-26/+30
| | | | | | - Number of code corrections + Code cleanup git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1427 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-172-28/+4
| | | | | | - Removed some now redundant code (for last checkin) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1426 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-174-18/+89
| | | | | | | | - Added theora support. - Renamed the video encoders to match the mac gui. - Made 64bit/OptimizeMP4/ipodatom invisible when non .mp4/m4v formats are in use git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1425 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: A few hundred fixes to the Audio Tab, Preset Loader and Query Generator.sr552008-04-173-38/+107
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1424 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552008-04-164-1/+19
| | | | | | - Moved appcast path from the RssReader.cs to the settings. Just makes it a bit easier to change for stable/unstable builds git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1422 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: nullsoft installer GPL header file updated to handbrake.frsr552008-04-151-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1417 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-123-26/+74
| | | | | | | - Fixed issue where Audio encoder would be changed if chapter markers was enabled/disabled. This was an issue with the function that populates the audio encoder drop downs based on the file extension git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1409 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-124-20/+29
| | | | | | | - Bug fixes with the audio panel in relation to not loading the apple tv preset correctly. - Small UI font size issue fixed with sample rate dropdowns. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1408 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-124-59/+120
| | | | | | - (Scratch last checkin. Audio panel now has a sensible implementation.) Audio Tracks 3 now invisible until audio track 2 has a selected track and Track 4 is also invisible until track 3 has a selected track. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1407 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-124-512/+1483
| | | | | | - Expands the audio tab to 4 audio tracks. This will require through testing. Users should avoid track combinations such as 1 & 4, 1 & 3, and 2 & 4. Instead, 1 & 2 & 3 or 1 & 2 or 2 & 3 & 4 should be used. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1406 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-111-1/+1
| | | | | | - Fixed bug in the RSS reader. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1405 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-072-10/+10
| | | | | | - Fixed bug in query parser and preset code. Deinterlace option with " wraped around the value caused issues. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1387 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-062-9/+45
| | | | | | - Activity window now updates every 3 seconds during an encode, so the user can now watch the encode log as it is generated by the CLI. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1384 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-063-33/+14
| | | | | | - Instead of highlighting checkboxes red if their selection is invalid. Display a MessageBox explaining the error. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1382 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-042-4/+44
| | | | | | - Automatically select the longest title after a scan has completed. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1380 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-0412-97/+115
| | | | | | - UI consistency issues caused by last UI update, now sorted. All windows follow the same style aspects. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1379 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-043-603/+377
| | | | | | - Just a very quick cleanup of frmMain.cs git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1378 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-04-041-10/+15
| | | | | | - Small Fix to the cropping dropdown code. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1376 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - New Audio Panel (Query Parser, Query Generator, Preset Loader Functions ↵sr552008-04-0435-721/+1349
| | | | | | | | | | | | | | | 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-03-192-53/+54
| | | | | | | - Fixed a bug in the startup init sequence. H264 window needed to be generated before the presets were init'd. - Setup the tab markers for the h264 tab git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1349 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-03-191-1/+1
| | | | | | - Fixed some text label alignment issues around the cropping boxes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1348 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-03-195-120/+1888
| | | | | | - The x264 tab has been replaced by a completely new panel with widgets for many of the available x264 options. It operates in a similar way to the macgui's panel. (It however will not disable widgets based on selections on other widgets yet(like the macgui does) this will come later when the bugs have been worked out. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1347 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-03-183-8/+15
| | | | | | | | - Few bug fixes in the preset system - File > open is now Import preset. Loads in old presets into the preset bar. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1345 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-03-168-66/+111
| | | | | | | - When selecting a destination, The audio encoder selection dropdown now repopulates with only compatible encoders (based on file container) - Misc other changes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1343 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-03-148-281/+1092
| | | | | | | | | - Users can now have their own presets appear in the presets bar. They can both add and remove their own presets. - Anamorphic option is now a dropdown menu like the macgui. - Video tab re-arrange to be consistant with the macgui. - Video Framerate dropdown: Changed Automatic to Same as soure (same as the macgui) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1338 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-03-149-89/+54
| | | | | | | | | - Added warning about UNC file paths - Removed the generate presets.dat function on start-up. (It wasn't really needed) - Changed a few tooltips - Switched back to .Net version 2 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1337 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-03-076-66/+47
| | | | | | | | - Fixed small localization issue in the query parser in regard to -q option. - Changed update checker so if it fails on the startup update scan, it'll fail silently instead of displaying an error message behind the startup screen. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1332 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-241-3/+11
| | | | | | - Fixed small issue with last checkin git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1314 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-245-27/+62
| | | | | | | - 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-201-1/+1
| | | | | | - Fixed Cropping not setting to Custom when loading user default settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1306 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: minor bug fixes.sr552008-02-203-11/+23
| | | | | | | | | - Queue window now allows selection of queued items on the whole panel, not just the left side of the panel. - Fixed a few rouge extensions not getting changed correctly when selecting a preset. (may need to revisit this for psp preset) - When using AAC+AC3 use m4v if mp4 is currently on the extension. - Fixed the user defaults not setting video / audio encode properly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1305 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-191-3/+3
| | | | | | AssemblyInfo Updated. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1300 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-193-6/+6
| | | | | | - Build numbers updated. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1299 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-191-8/+8
| | | | | | - Switched internal build number to date system. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1297 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-181-6/+5
| | | | | | | - Reverted Last change git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1293 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-182-5/+12
| | | | | | - Added eyetv and dvdmedia file extensions to the supported list for the source open box. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1292 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-182-2/+2
| | | | | | - Fixed small regex bug in the destination field of the query parser. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1289 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-182-9/+19
| | | | | | | - Fixed issue with iPod Atom displaying an error with the new presets when switching from a preset with ipod atom to one without. - Fixed the CLI preset grab during startup. This wasn't working. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1288 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-02-165-27/+43
| | | | | | - Added aac+ac3 option to the audio codec dropdown. Mixdown gets disabled when this is selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1273 b64f7644-9d1e-0410-96f1-a4d463321fa5