summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: Fixed main window not showing updated filters settings after closing ↵ritsuka2007-09-093-20/+29
| | | | | | | | the picture window. HandBrake gui is updated even when the user is pressing a button or a menu. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@940 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: ritsuka2007-09-085-40/+40
| | | | | | | | - Better menu item validation - Sheets no long disable every existing menu item - Added a check for preset name length when adding a new preset git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@939 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fixed two stupid alignment problems in the main window, I should ↵ritsuka2007-09-083-1/+1
| | | | | | really check better before commiting anything. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@938 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Use validateMenuItem to autovalidate menu items. Plus small gui ↵ritsuka2007-09-086-100/+73
| | | | | | alignments fixes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@937 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui:ritsuka2007-09-0811-334/+387
| | | | | | | | | | - Move Picture Settings window in a new nib - Cleanup main window nib, delete some useless hidden NSTextfField - Change "Queue" menu item keyboard shortctus to cmd-2 - Add cmd-? keyboard shortcuts to "HandBrake User Guide" menu item - HandBrake main windows is now shown if the dock icon is clicked and there is no open window git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@936 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Queue improvementdynaflash2007-09-071-150/+151
| | | | | | | | - Now displays the Title number, chapters, and pass information along with the source name in the main line of the list view - This should help see at a glance just what is happening using any of the given views - Thanks again to travistex! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@935 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Move x264 advanced options code to a new class ↵ritsuka2007-09-0711-1096/+1332
| | | | | | (HBAdvancedController) and add a new nib to simplify future gui changes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@934 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Testing my new commit privilegesritsuka2007-09-071-1/+2
| | | | | | - Add myself in AUTHORS git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@933 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGUI:sr552007-09-071-384/+68
| | | | | | - Reduced the amount of code preset's take up by a few hundred lines. (Will do until the preset system is re-written later on) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@932 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Queue Improvements from travistexdynaflash2007-09-0715-669/+1224
| | | | | | | | | | | | | | | | | | | - Add view selection widget to choose "encode by encode" or "pass by pass" view - Add "Show Detail" button to toggle detailed view on/off - Removed #define JOB_GROUPS. You can now control this in the UI and show either "encodes" or "passes". - Revamped the progress strings to give you exact progress. - New terminology (encodes and passes) - New toolbar in queue window (not complete, icons need work) - New files, added to project: Encodes.png EncodesPressed.png Info.png JobPassLarge.png JobPassSmall.png Passes.png PassesPressed.png git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@931 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-062-29/+12
| | | | | | | - DVD Title and chapter drop downs now reset when a new DVD source is scanned. - Queue code cleaned up a bit. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@930 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-062-53/+46
| | | | | | - Fixes a few issues with the queue. Should no longer miss items at random. Should also be a little more stable now too. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@929 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Remove unused QueueController files which were deprecated when the ↵dynaflash2007-09-062-345/+0
| | | | | | new non modal queue was introduced. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@928 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Ritsuka patch to remove a ton of booleans for the toolbar. Makes the ↵dynaflash2007-09-062-298/+197
| | | | | | | | toolbar in the main window more responsive. - Thanks again Ritsuka ! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@927 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-055-263/+265
| | | | | | New layout for the tab bar. (Similar to the MacGUI) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@926 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: New Active Queue implementation courtesy of travistexdynaflash2007-09-0521-54/+5115
| | | | | | | | | | | | | - Thanks travistex! - queue is now in a separate window - queue currently shows jobs grouped together as one encode, which is configurable - queue now shows currently encoding job, which is independently cancellable without losing the rest of the queue. - can start and pause encoding in the queue window - queue uses its own nib - progress status needs work - This has a way to go, but needed to get checked in as it changes the current xcode project structure. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@925 b64f7644-9d1e-0410-96f1-a4d463321fa5
* - Add the accurate rounding flag for software scaling to avoid scaling ↵superdump2007-09-052-3/+3
| | | | | | artifacts that were especially noticable on flat colour or slight gradients. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@924 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-041-4/+4
| | | | | | Fixed a small allignment issue on frmMain git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@923 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-041-1/+1
| | | | | | - Fixed missing splash screen issue. (my bad!) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@922 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-09-0415-1478/+76
| | | | | | | - 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-09-043-273/+297
| | | | | | | | | | | - Removed update checker window - Removed debug window (was never implemented) - Update checking item in file menu now displays a pop-up message box instead. - Update checker code changed so it is re-usable. - Top half of the GUI design changed to closer match the MacGui: - Chapter Selection boxes now change colour to light coral should the range be invalid. This replaces the text warning. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@920 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix Auto Naming to use the titile->index value instead of ↵dynaflash2007-09-041-1/+1
| | | | | | | | indexOfSelectedItem in the title popup to reflect the dvd's title number. - Thanks clee! git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@919 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui:sr552007-09-042-0/+4
| | | | | | | Fixed mkv file extension not being appending by auto naming Included Ritsuka patch for mkv file size issue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@918 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Macgui: Jack the min pic limits on picturecontroller up to 64 to prevent ↵dynaflash2007-09-011-3/+3
| | | | | | crashing on encodes that are too small git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@917 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: version the dhlib target in Xcode to 0.9.1dynaflash2007-08-311-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@916 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Versioning changes to 0.9.1 and build number 2007083100dynaflash2007-08-313-9/+13
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@915 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Bumps version number for upcoming release of 0.9.1. Note: still needs to be ↵jbrjake2007-08-312-4/+4
| | | | | | done in XCode for Mac builds. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@914 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Small updatesr552007-08-311-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@913 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Updates NEWS file with changes for the upcoming release of 0.9.1jbrjake2007-08-311-0/+25
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@912 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Cygwin Contrib pack updated to 0011sr552007-08-311-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@911 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fixes a minor typo in the x264 options for the QuickTime presetjbrjake2007-08-311-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@910 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-313-2/+9
| | | | | | | - Fixed possible cross-thread issue when closing the application (when more than 1 window is open) - Added "Quit HandBrake" to the on complete options. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@909 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-318-73/+172
| | | | | | | | - Cleaned up the Options window a bit. - Added On Encode Complete Options (in options) - A few small UI tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@908 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Workaround from "van" to prevent double chapter markers when using advanced ↵eddyg2007-08-311-2/+8
| | | | | | deinterlace filters git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@907 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: hide and disable the checkbox to use native subtitles or dubbed ↵dynaflash2007-08-301-0/+0
| | | | | | audio track in preferences git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@906 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Back out the GUI handling code for native language prefs.eddyg2007-08-301-30/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@905 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Some old files that should have been deleted some time ago.sr552007-08-303-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@904 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: minor widget label changesdynaflash2007-08-303-1/+1
| | | | | | | | - In preference window, "Preferred Language" is now "Native Language" - In main window, "Forced" is now "Forced Subs Only" - Denoise status is added to -enableUI so it grays out when the main window ui is disabled esp. during scan. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@903 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-3011-32/+134
| | | | | | | | | | - 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
* Added progress marking for when doing the subtitle scaneddyg2007-08-301-0/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@901 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Make the auto-fps selected rate stickyeddyg2007-08-301-3/+15
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@900 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Enable the use of pthreads in ffmpeg.saintdev2007-08-301-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@899 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Mac OS X Contrib version ++ (mkv chapter fix)jbrjake2007-08-301-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@898 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Improved debug messages for Cell start/stop with Cell number and block.eddyg2007-08-291-2/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@897 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Patch from bitsflew that displays fading subtitles as solid subtitles rather ↵eddyg2007-08-291-6/+36
| | | | | | than being invisible. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@896 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Die, non-standard printf logging, die!jbrjake2007-08-292-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@895 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-293-1/+26
| | | | | | | - Updated splashscreen - Fixed project build issue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@894 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui:sr552007-08-2916-117/+206
| | | | | | | | | | - Gui debug more added to tools > options. - More exception handling added - frmReadDVD is now automatic. User no longer has to manually start scan process. - Re-enabled onwindow scan status message. Removed Message box which alerts scan status. - Few other small code tweaks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@893 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Fix Picture Preview crash when sizing below 16 pixels width or height.dynaflash2007-08-291-2/+10
| | | | | | | | - Set width and height stepper minimums to 32 px - use sanity conditional for accessing hb_get_preview() so below 32 px either way the preview does not change - Used 32 threshold since afaik, no human being can discern any meaningful detail from a 32 px image anyway git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@892 b64f7644-9d1e-0410-96f1-a4d463321fa5
* These calls to free produce double free warnings. It seems that removing the ↵superdump2007-08-291-4/+0
| | | | | | avpicture_free calls doesn't stop the warnings. Confusing to me as the buffers aren't freed elsewhere, but removing these seems to work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@891 b64f7644-9d1e-0410-96f1-a4d463321fa5