summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: added some enum to HBJob model to make things nicer in swift, plus ↵Damiano Galassi2016-03-149-14/+52
| | | | two methods to convert from iso code to english language.
* MacGui: move some kvo helpers to the UIAdditions category.Damiano Galassi2016-03-144-41/+29
|
* Remove the CLI / LibHB Update Checker. It's been broken since we switched to ↵sr552016-03-121-1/+1
| | | | HTTPS and it's terrible code.
* MacGui: add interlace detection filter.Damiano Galassi2016-03-126-4/+193
|
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-1158-594/+1180
|
* MacGui: remove an unused var.Damiano Galassi2016-03-101-3/+0
|
* MacGui: remove the NSString check for the PictureRotate key because we are ↵Damiano Galassi2016-03-101-9/+6
| | | | sure it's always a string.
* macui support for filter dict settingsJohn Stebbins2016-03-092-53/+41
|
* MacGui: use the kvc accessor methods, so that the presets menu will update ↵Damiano Galassi2016-03-092-3/+3
| | | | properly after a change in the presets.
* MacGui: rewrite the NSDictionary to NSArray converter using less if.Damiano Galassi2016-03-012-84/+85
|
* MacGui: add a NSDictionary extension to convert from and to hb_dict_t.Damiano Galassi2016-02-263-0/+216
|
* MacGui: make HBCore titles ivar always non null.Damiano Galassi2016-02-262-3/+5
|
* MacGui: the 'default' as the standard deinterlace filter value.Damiano Galassi2016-02-261-8/+4
|
* MacGui: check if there is at least one character in the string before trying ↵Damiano Galassi2016-02-231-14/+16
| | | | to get the first character in HBQueueOutlineView.
* MacGui: write the right minor and micro version in the presets. They were ↵Damiano Galassi2016-02-161-2/+2
| | | | swapped.
* macui: change "Deinterlace" to "Yadif"John Stebbins2016-02-151-2/+2
|
* MacGui: show what preset will be used in the 'Add titles to queue' panel. ↵Damiano Galassi2016-02-154-36/+60
| | | | Use autolayout for the xib.
* MacGui: add a tooltip to the video encoders popup.Damiano Galassi2016-02-121-41/+5
|
* Move png icons into an asset cataloganongitter2016-02-1196-250/+701
| | | | | Use of an asset catalog to store png icons instead of a folder to make it way easier to read in the Xcode project.
* MacGui: update sparkle to version 1.13.1.Damiano Galassi2016-02-1195-928/+828
|
* MacGui: fix the 'add preset' panel minimum size.Damiano Galassi2016-02-101-2/+2
|
* Move "Frameworks (bundled)" into "Frameworks" anongitter2016-02-081-3/+3
| | | Because the folder "Frameworks (bundled)" contains frameworks, it would be more consistent making it a children folder of "Frameworks" (and doing so, change its name to "Bundled" only).
* MacGui: add a way to edit the audio/defaults in the 'add preset' sheet, so ↵Damiano Galassi2016-02-032-78/+167
| | | | hopefully it will be harder for new users to overlook them.
* MacGui: fix HBSubtitlesTrack copy, it missed the container ivar.Damiano Galassi2016-01-301-0/+1
|
* MacGui: fix some static anaylizer warnings.Damiano Galassi2016-01-283-9/+14
|
* MacGui: switch the defaults languages to view based tables, and a little ↵Damiano Galassi2016-01-264-152/+172
| | | | project cleanup. Remove to unneeded casts.
* MacGui: use hb_generate_filter_settings() to generate the right settings ↵Damiano Galassi2016-01-251-2/+7
| | | | string for the rotate filter.
* MacGui: fix the audio description string encoding.Damiano Galassi2016-01-241-8/+6
|
* Add libavfilter.a to the Xcode project link phase.Damiano Galassi2016-01-221-0/+6
|
* MacGui: cosmetics.Damiano Galassi2016-01-211-1/+2
|
* MacGui: add a key equivalent to the 'don't quit' button of the quit alert.Damiano Galassi2016-01-211-0/+1
|
* MacGui: always show the 'scan only title' view in the open panel, 10.11 ↵Damiano Galassi2016-01-211-0/+5
| | | | hides it by default.
* MacGui: check if the activity log is not nil before adding it to ↵Damiano Galassi2016-01-162-4/+10
| | | | HBOutputRedirect.
* MacGui: batch the preview updates so we don't reload the same preview ↵Damiano Galassi2016-01-151-1/+16
| | | | multiple times.
* MacGui: pass the main window undomanager to the preview window.Damiano Galassi2016-01-155-1/+41
|
* MacGui: update the preview window to reflect the rotate filter state.Damiano Galassi2016-01-153-6/+71
|
* MacGui: add the rotate filter to the picture tab.Damiano Galassi2016-01-154-73/+98
|
* MacGui: disk -> disc, plus a bunch of NSLocalizedString.Damiano Galassi2016-01-142-20/+20
|
* MacGui: remove the browsedSourceDisplayName ivar in HBController.Damiano Galassi2016-01-123-19/+23
|
* MacGui: show a warning the first time a user try to scan a bluray directly too.Damiano Galassi2016-01-101-14/+18
|
* MacGui: rework the way HBController scans, remove an ivar and move some ↵Damiano Galassi2016-01-103-314/+323
| | | | unrelated code to HBUtilites.
* MacGui: add rotate filter support to HBJob.Damiano Galassi2016-01-103-0/+23
|
* MacGui: add bluray detection to HBDVDDetector.Damiano Galassi2016-01-092-38/+60
|
* MacGui: correctly update the checked item in the presets menu after an ↵Damiano Galassi2016-01-091-2/+33
| | | | undo/redo.
* MacGui: added some error logs to the queue.Damiano Galassi2016-01-092-8/+8
|
* MacGui: rename File -> Close to Close Window.Damiano Galassi2016-01-091-3/+3
|
* Update copyright dates to 2016.Bradley Sepos2016-01-011-1/+1
|
* MacGui: add an exception to enable http connections to handbrake.frDamiano Galassi2015-12-141-0/+13
|
* MacGui: realign the views in the add preset window, disable the resize ↵Damiano Galassi2015-12-143-111/+40
| | | | button in the main window and realign things in the prefs.
* MacGui: show a focus ring around the main window when a file is dragged over ↵Damiano Galassi2015-12-127-86/+143
| | | | it, and move the advanced tab at the end.