summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: fix a warning.ritsuka2014-12-201-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6629 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: integrated HBPicture in HBPictureController and started to move ↵ritsuka2014-12-209-913/+370
| | | | | | things over to HBJob. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6628 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: post a notification in HBFilters when a settings is changed.ritsuka2014-12-202-43/+156
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6627 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: implement HBPicture.ritsuka2014-12-202-31/+729
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6626 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: small improvements to HBTitle and HBJob.ritsuka2014-12-204-25/+34
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6625 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: use title->list_chapter directly instead of title->job->list_chapter.ritsuka2014-12-201-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6619 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: use the right string format specifier in HBCore.ritsuka2014-12-201-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6618 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove a unused ivar in HBController.ritsuka2014-12-201-1/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6617 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add a "name" property to HBCore to easy debugging multiple ↵ritsuka2014-12-202-7/+15
| | | | | | instances. Add a missing retain to the titles property. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6616 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fix frame rate when loading a queue item.ritsuka2014-12-202-1/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6615 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: separate the video settings logic from the view controller. There ↵ritsuka2014-12-1814-1573/+560
| | | | | | are a number of small regression ("Custom" preset and auto naming not updating) that will be fixed in the next commits. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6606 b64f7644-9d1e-0410-96f1-a4d463321fa5
* json: add json APIsjstebbins2014-12-167-86/+100
| | | | | | | | | | There are several changes to job and title structs that break current windows interop code. The interop code should be changed such that it only uses json APIs. So if there is any missing features (or bugs) in these APIs, please let me know. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6602 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: import some headers directly in HBJob.h.ritsuka2014-12-112-7/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6594 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: completed the HBVideo class.ritsuka2014-12-112-17/+1061
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6593 b64f7644-9d1e-0410-96f1-a4d463321fa5
* contrib: build and link new jansson libjstebbins2014-12-051-30/+36
| | | | | | | No new functionality yet. To be used for new json APIs. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6590 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: start a new scan from a drag & drop only if there isn't already one. ↵ritsuka2014-12-041-8/+11
| | | | | | Put back the outputPanel init I had accidentally moved after the HBCore one. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6583 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: merged the two browerFile methods.ritsuka2014-12-042-20/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6582 b64f7644-9d1e-0410-96f1-a4d463321fa5
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* MacGui: added a retina version the stop and delete/reveal icon.ritsuka2014-11-1512-16/+36
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6519 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: high-resolution "encoding working" icon.ritsuka2014-11-147-0/+24
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6518 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: added a high resolution version of JobSmall.png and EncodeComplete.png.ritsuka2014-11-143-4/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6517 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed another label size due to the Helvetica/Lucida Grande differences.ritsuka2014-11-131-5/+5
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6516 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: removed a line I accidentally committed.ritsuka2014-11-131-2/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6515 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: revert the picture settings panel appearance to aqua on Yosemite.ritsuka2014-11-132-3/+11
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6514 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the TrackDRCSlider value to a double instead of an int.ritsuka2014-11-131-4/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6513 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed an issue where the preset drawer would not open if the "Preset ↵ritsuka2014-11-112-14/+16
| | | | | | out of date" alert were displayed. Renamed some prefs key to avoid conflicts with previous versions. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6512 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed crop ui enabled status after reloading a queue item.ritsuka2014-11-111-23/+25
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6511 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: made the x264 unparse label selectable.ritsuka2014-11-031-1/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6502 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: revert the formats names to "MP4 File"/"MKV File" .ritsuka2014-11-021-1/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6501 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fix another label size.ritsuka2014-11-021-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6500 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: do not set the same value twice in the job dict ↵ritsuka2014-11-021-8/+2
| | | | | | (ChapterStart/ChapterEnd). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6499 b64f7644-9d1e-0410-96f1-a4d463321fa5