summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552008-08-0413-221/+339
| | | | | | | | | | | - Activity log - Added CPU description, temp dir, install dir and data dir to the WinGUI log header. - Renamed rssReader to appcast reader - Added option for stable builds to check unstable appcast. - Unstable builds check both appcasts so will always show the latest release - Added some containers to frmMain. - Fixed (I think) an issue with a regex which prases the CLI version information. It may not detect public release build information up correctly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1606 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-08-019-0/+0
| | | | | | - Forgot to remove images. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1601 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-08-0115-473/+471
| | | | | | | | | | | - Changed the layout of the Options window. - Added a "Stop" button to stop encodes. - Moved Encode status label onto a status bar at the bottom of the window. Now includes scanning status. - Added and Removed some png images git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1600 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-07-296-43/+86
| | | | | | - Added option to start CLI minimized git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1590 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-07-241-0/+4
| | | | | | - Disable 2-Pass if constant quality is selected. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1576 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-07-104-146/+192
| | | | | | | | - Activity log window code changed significantly. Now, instead of refeshing the whole log every 5 seconds, it only adds the new lines of log output. - Fixed bugs where the autoUpdate thread could keep running after the windows had been closed, causing exceptions to occur. - Removed some debug code from frmMain git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1562 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-07-0717-209/+383
| | | | | | | | | | | - Version information now pulled from the CLI (any problems with this breaking on Vista let me know plz!) - GUI startup optimized to counter the effect of the slightly sluggish version check from CLI (above) - Added "Format" box just like the macgui. Move the Video Codec dropdown to the correct position on the video tab. - Few other changes to mimic the macgui. - Changed Functions.CLI to Functions.Encode - Cleaned up and added icons to the source menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1558 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-07-0411-118/+272
| | | | | | | | - Drive detection lists DVD title in Source Menu (Optional Feature) - Updated the help menu to match the macgui. - Added "cancel" button to frmReadDVD so if the CLI get's stuck, user can cancel the scan without restarting the GUI git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1555 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-07-021-1/+2
| | | | | | - Small oversight. Fix bug with the remove preset button if no preset is selected git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1553 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-07-026-259/+359
| | | | | | | | | - Better implementation of the presets bar. Code moved into it's own class. - Can now Remove Single or delete all built in presets. - User presets are no longer taged with "--" - CLI window no longer appears when grabbing the information for presets.dat from HandBrakeCLI.exe git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1552 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-07-011-0/+3
| | | | | | - Fix for iPod atom, Large File, Optimize check boxes not disabling correctly in all situations when the file extension or encoder changes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1548 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-06-309-295/+397
| | | | | | | | - Queue system moved into it's own class. - Queue now uses a listview display instead of a simple list. It now displays some information about each encode instead of the CLI String. - Misc other Fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1544 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-06-2713-443/+1212
| | | | | | | | | | | | | | | | | - Added: Resolution calculation for non anamorphic encodes in the GUI. - Added: Ability to minimize to the system tray. Includes popup notifications of encoding status. - Added: Duration calculation based on Title and selected chapters. - Added: Some more code comments and summaries - Change: Activity window now only refreshes if there is an active HandBrakeCLI.exe running. - Change: Browse button/ File mode checkbox for Source Selection Removed. Replaced with a Source Dropdown button in the main toolbar. (works a bit like the magui but still uses the 2 different dialog boxes) - Change: Removed "Recommended Crop" label and simply let the dropdown set the cropping values. Added DVD resolution Label. - Fixed: Preset loader now selects longest title and set's chapters to Auto. Before it would load in the last setting used which is bad. - Fixed bug in the presetLoader() function with the 2nd audio channel track selection. Final Note: Quite a bit of code has been moved around in this checkin to clear things up a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1541 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-06-171-12/+12
| | | | | | | | - Issue in the query parser where "-2" would trigger a widget if found anywhere in the CLI string. This could appear in the source or destination filename and trigger it when it is not supposed to be on. added a space before the - in the regex which will hopefully be sufficient to fix the issue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1516 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-06-125-50/+72
| | | | | | - Setup Auto for Audio Sample Rate. (Passes 0 to CLI when set to Auto.) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1510 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-06-121-0/+15
| | | | | | | - Accidentally updated the project file in the last commit, so the following empty file is now required. It will be used at a later date. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1509 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-06-129-32/+45
| | | | | | - Fixed #78 and #79 git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1508 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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