summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: added back part of the drag & drop handling.ritsuka2014-12-042-71/+67
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6581 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: added back some tooltips to the toolbar items. Remove the ↵ritsuka2014-12-042-9/+9
| | | | | | NSToolbarDelegate protocol from HBController. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6580 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: set the fTitle to NULL before performing a scan.ritsuka2014-12-031-0/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6579 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: moved the main window toolbar to the xib.ritsuka2014-12-033-167/+100
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6578 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: switched the hb_handle_t references in HBController to HBCore instances.ritsuka2014-12-032-756/+403
| | | | | | Drag & drop to the main window does not work is this rev. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6577 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: added a new HBTitle class to wraps the hb_tltle_t parts used by the ↵ritsuka2014-12-0311-203/+382
| | | | | | mac gui. Small improvements to the HBCore related classes. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6576 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: make sure "Plot" tag gets updated before starting encodingjstebbins2014-12-012-0/+13
| | | | | | | | | | GTK is *really* stupid sometimes. When "Start" is pressed, the button event is activated *before* the focus-out event for the current in-focus widget. So any final changes to that widget are not acted upon till after processing the "Start" button :-\ git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6575 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: added more methods to HBCore.ritsuka2014-12-012-10/+64
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6574 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Add picture settings to the Queue Tooltipsr552014-11-302-12/+55
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6573 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Move the event trigger to make drag/drop of files on the UI more ↵sr552014-11-294-12/+35
| | | | | | reliable. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6571 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improve the design of the Source Selection window. The pane will now ↵sr552014-11-291-11/+15
| | | | | | show a scrollbar if there are a large number of DVD drives available. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6570 b64f7644-9d1e-0410-96f1-a4d463321fa5
* CLL: Remove -4 option as it is no longer used.sr552014-11-291-8/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6569 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Part 1 - Restructuring the AppServices library in preparation for ↵sr552014-11-2952-156/+179
| | | | | | the new JSON API. Taking the opportunity to improve and simplify the API. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6568 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Re-factoring the services library. sr552014-11-2912-20/+23
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6567 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: improvement to the HBCore class, use it in HBPreviewGenerator. Added ↵ritsuka2014-11-297-250/+377
| | | | | | some classes to be used in the near future. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6566 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove another HandBrakeCLI process helper.sr552014-11-281-9/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6565 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the CLI Check Helper. Using LibHB to determine version ↵sr552014-11-288-165/+30
| | | | | | information instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6564 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Stop using HandBrakeCLI to fetch preset information. Removing ↵sr552014-11-283-39/+53
| | | | | | another instance where we rely on HandBrakeCLI.exe. For now, it's just using a local copy of it's output that will be manually updated from now on. This changes infrequently so should not be an issue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6563 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Adding Experimental to Static Window title.sr552014-11-272-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6562 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Don't allow previews less than 32x32 as it'll crash. Handle SEH ↵sr552014-11-273-2/+62
| | | | | | exceptions for this method. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6561 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove the option to enable the static preview window. Window is now ↵sr552014-11-277-60/+18
| | | | | | always available. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6560 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Remove duplicate copies of docs from the windows folder.sr552014-11-255-1304/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6559 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: It seems some systems don't allow access to the System management ↵sr552014-11-252-12/+25
| | | | | | info without admin rights. So the app now tries, and fails gracefully rather than crashing. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6556 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Update the news file to reflect the current state of x265sr552014-11-251-2/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6554 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: added a missing retain, it caused a crash when selecting a new ↵ritsuka2014-11-242-15/+17
| | | | | | default preset if the old default was a default preset that had been deleted by they built-in presets upgrade. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6551 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: connect the action of the "Presets Drawer" to the HBController ↵ritsuka2014-11-241-1/+1
| | | | | | toggleDrawer: selector, so it will save the drawer state. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6550 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add a better check for regenerating the built-in presets after a ↵ritsuka2014-11-241-4/+22
| | | | | | user deletes everything. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6549 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix a small overlay issue on the video tab which makes the bottom ↵sr552014-11-231-6/+6
| | | | | | 20% of the 2 pass / turbo first pass check box's not detect clicks. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6548 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Move the preset model object into the presets package.sr552014-11-2321-21/+20
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6547 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Update Assembly Info files.sr552014-11-232-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6546 b64f7644-9d1e-0410-96f1-a4d463321fa5
* git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6545 ↵sr552014-11-232-3/+0
| | | | b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Move the preset system out of the services package.sr552014-11-2323-16/+49
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6544 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: revert part of the previous commit.ritsuka2014-11-231-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6543 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove legacy preset key UsesMaxPictureSettings.ritsuka2014-11-231-4/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6542 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: removed 4 unneeded AutoCrop* ivars.ritsuka2014-11-232-22/+8
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6541 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: switched the Preview window class from NSPanel to NSWindow.ritsuka2014-11-231-6/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6540 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: moved the HBQueueOutlineView class to its own file.ritsuka2014-11-233-117/+20
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6539 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: moved the "add preset" window to its own window controller class. ↵ritsuka2014-11-2312-338/+626
| | | | | | Keep the current settings when changing title or scanning a new file. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6538 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Fix x265 preset not loading correctly. UIA on the queue toolbar ↵0.10.0sr552014-11-212-3/+3
| | | | | | buttons. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6534 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Set Version to 0.10.0sr552014-11-211-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6531 b64f7644-9d1e-0410-96f1-a4d463321fa5
* CLI: Tabs -> Spacessr552014-11-181-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6529 b64f7644-9d1e-0410-96f1-a4d463321fa5
* CLI: add use_hwd code that went missing back into test.csr552014-11-181-0/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6528 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: changed the class of the preferences window from NSPanel to ↵ritsuka2014-11-182-17/+24
| | | | | | NSWindow. Small tweaks to the main window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6527 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Document updates for 0.10 Finalsr552014-11-175-24/+110
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6526 b64f7644-9d1e-0410-96f1-a4d463321fa5
* scan: eliminate duplicate activity log stream infojstebbins2014-11-171-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6525 b64f7644-9d1e-0410-96f1-a4d463321fa5
* LinGui: mark more strings translatablejstebbins2014-11-174-75/+75
| | | | | | | Thanks to Уважением Виктор (aka victor) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6524 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: updated the "add all to queue" alert to say it will use the current ↵ritsuka2014-11-161-1/+1
| | | | | | preset, not the current settings. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6523 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: made the corners of the stop icon a bit rounder.ritsuka2014-11-162-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6522 b64f7644-9d1e-0410-96f1-a4d463321fa5
* WinGui: Improve the error message when importing a preset fails.sr552014-11-154-19/+55
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6521 b64f7644-9d1e-0410-96f1-a4d463321fa5
* Pdf version of the encode and stop iconsritsuka2014-11-153-0/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6520 b64f7644-9d1e-0410-96f1-a4d463321fa5