summaryrefslogtreecommitdiffstats
path: root/win/C#/Resources
Commit message (Collapse)AuthorAgeFilesLines
* WinGui:sr552009-06-261-0/+0
| | | | | | | | - Temporary Fix for Quality slider getting reset to 0 on title or encoder change. Changing encoders may still cause a problem. - Much smaller splash screen. (Just in case any popup errors decide to hide behind it on launch) - Toolstrip now uses "Professional" appearance mode. On most systems it'll stand out more. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2633 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-04-121-0/+0
| | | | | | | - Improvements to the preview window design. - Code tweaks to make it less crash / error prone (QT Control) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2320 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552009-03-151-0/+0
| | | | | | | | | - Enable tabstops on the add preset window. - Confirm closing of program if Queue is running (ExDeus) - Minor fixes/cleanup from Exdeus (Destination Browse Button, Tools > Show Queue, MessageBox in frmQueue) - Code cleanup in a few other files. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2260 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-12-162-0/+0
| | | | | | | | - Preview Generator Window. Can generate previews form 5 to 60 seconds long. Will launch VLC (from a user specified (in options) install path) to play back the clip. Note: Clip duration is currently waiting for a patch to the CLI, so this part won't work yet. - Experimental in-gui VLC media player via ActiveX. (This causes a Blue Screen of Death (See comments in code), however if anyone can fix this and submit a patch, id be grateful) Alternative suggestions welcome! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2036 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-10-041-0/+0
| | | | | | - Few more improvements to the ActivityWindow. Hopefully makes it a bit more user friendly. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1808 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552008-09-092-0/+0
| | | | | | - Allow users to manually import / export the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1682 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-015-0/+0
| | | | | | | | | | | - 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-072-0/+0
| | | | | | | | | | | - 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-06-301-0/+0
| | | | | | | | - 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-01-091-0/+0
| | | | | | | | - Added an Activity window which can view a verbose log from the CLI after an encode has completed. (it would be nice if someone could find a way of making this live!) - The main GUI window now has an icon based toolbar similar to the macGUI instead of having standard buttons along the bottom for Encode and Queue. - Some of the controls on the Options panel have had transparent backgrounds added so they don't look out of place on theme'd computers. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1181 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-12-063-0/+0
| | | | | | | | - Fixed bug in Query Parser in relation to Titles (Error when 1 was set to auto) - Added Batch Script creation option on the Queue. - Added Toolbar to the queue (similar to the MacGui) and removed some old style buttons that are now on the toolbar. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1100 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-11-142-0/+0
| | | | | | | - Removed images folder saving around 800K to 1MB of space. - Added 2 images to the resources folder (previously in images) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1059 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-221-0/+0
| | | | | | | | - Fixed small queue window size mistake - Changed design of DVD Source Information Window Slightly. - Added small version of Movie board image. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@982 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-224-0/+0
| | | | | | | | | - Added some new png images to the gui ( Hawkman's Image pack) - Redesigned the layout of the queue slightly. - Fixed size issue with the DVD info window. - git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@980 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-043-0/+0
| | | | | | | - Tweaks to the about box. - Adding/removing a few files git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@921 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-301-0/+0
| | | | | | | | | | - Queue now has minimise button. - Ability to disable tooltips in tools > options - Added a few more tooltips to items. - Removed some old files that are no longer needed. - Updated splash screen. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@902 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-291-0/+0
| | | | | | | - Updated splashscreen - Fixed project build issue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@894 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-101-0/+0
| | | | | | | | - Updated splash screen - Horizontal scroll bar added to queue window. - Few minor tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@792 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-0811-0/+0
| | | | | | | | | - Some more tweaks to the presets menu. - Border added to splash screen. - Added a quick start tips window. - Few other small UI tweaks git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@791 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-301-0/+0
| | | | | | - Initial tempory workaround for the hbcli issue with the parser. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@762 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-07-251-0/+0
- Splash screen added. (Bit of a hack but will work until such time it can be done properly) - Added temporary splash screen image. - Disbaled cancel button on frmReadDVD until such time it can be coded. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@731 b64f7644-9d1e-0410-96f1-a4d463321fa5