summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* 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
* MacGui: pass only the tracks array to the addTracksFromQueue: method, no ↵ritsuka2014-11-023-4/+4
| | | | | | need to pass the entire job dict. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6498 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: removed two useless array creation and made a copy of the ↵ritsuka2014-11-023-4/+5
| | | | | | trackSelectionLanguages ivar before assigning it to the preset dict. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6497 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed a issue that happened on 10.8 when reloading a job from the ↵ritsuka2014-11-022-6/+5
| | | | | | queue: we tried to add an object to an immutable NSArray that for some reason known to the Cocoa framework was a NSMutableArray on 10.9+ , but not on 10.8. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6496 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove a unused check for the Mp4LargeFile option.ritsuka2014-11-021-14/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6495 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: modified the way the queue contextual menu selects its target. It ↵ritsuka2014-11-011-8/+39
| | | | | | now uses the clicked row index. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6492 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fix the constant quality / avg bitrate radio button selection when ↵ritsuka2014-11-011-1/+1
| | | | | | reloading a job from the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6491 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: made editable the cropping field in the picture panel.ritsuka2014-10-312-14/+94
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6490 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: reordered the options in the advanced preferences tab.ritsuka2014-10-311-63/+82
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6489 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed a warning in HBOutputRedirect and removed an unused ivar.ritsuka2014-10-313-7/+15
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6488 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed some warnings.ritsuka2014-10-307-19/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6486 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: update the file name when the bitrate is changed and auto naming is ↵ritsuka2014-10-242-4/+15
| | | | | | enabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6462 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: updated the Xcode project with the Xcode 6 recommended settings.ritsuka2014-10-233-7/+35
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6460 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: workaround for a bug in [[NSApplication sharedApplication] ↵ritsuka2014-10-231-1/+7
| | | | | | applicationIconImage] that happens with 1024x1024 icns on Snow Leopard, the icon in the dock was displayed a bit small. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6459 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed another numbers of warnings.ritsuka2014-10-235-5/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6458 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: made a bunch of labels bigger to make the whole text visible when ↵ritsuka2014-10-232-36/+40
| | | | | | compiling with the 10.10 sdk. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6457 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: replaced a deprecated compositeToPoint: call.ritsuka2014-10-231-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6456 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fixed a warning in HBTreeNode.ritsuka2014-10-232-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6455 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: removed the appearanceType attribute in the xib to make them compile ↵ritsuka2014-10-062-3/+3
| | | | | | on 10.8. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6435 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: reset the decomb/deinterlace settings using their setters methods so ↵ritsuka2014-10-041-2/+2
| | | | | | the observers will be notified of the change too. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6432 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: when a live preview is cancelled, wait for libhb to end its work ↵ritsuka2014-09-193-2/+14
| | | | | | before reverting back the hud. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6418 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: set a min size and aligned the “Done” button in the Subtitles ↵ritsuka2014-09-181-3/+4
| | | | | | Defaults window. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6417 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: realigned the prefs ui a bit.ritsuka2014-09-171-28/+33
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6412 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: hide the “Use advanced options panel” checkbox too when the ↵ritsuka2014-09-172-23/+70
| | | | | | advanced panel is disabled. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6411 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: removed an unused var in HBAdvancedController.ritsuka2014-09-171-2/+0
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6410 b64f7644-9d1e-0410-96f1-a4d463321fa5