summaryrefslogtreecommitdiffstats
path: root/macosx/HBJob+UIAdditions.m
Commit message (Collapse)AuthorAgeFilesLines
* MacGUI: add chroma smooth and colorspace filters UI.Damiano Galassi2021-01-231-0/+41
|
* MacGui: add pad filter ui, move rotate filter to the dimensions tab.Damiano Galassi2020-09-241-5/+6
|
* MacGui: enable CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER warning and fix ↵Damiano Galassi2020-06-271-0/+7
| | | | the related warnings. Improved toolbars and alerts when compiling with the macOS 11 sdk.
* Gardening: Clean up trailing whitespaceNomis1012019-11-041-1/+1
| | | | Remove trailing whitespace in "*.c", "*.m", "*.h" and "*.cpp" files.
* MacGui: show localized mixdown names in summary.Damiano Galassi2019-09-241-5/+20
|
* Localization support for FPS PFR and FPS CFRNomis1012019-09-121-2/+2
|
* libhb: resolve header conflicts with pango/harfbuzzJohn Stebbins2019-09-121-1/+1
| | | | | | | Newest versions appear to have a "common.h" somewhere that is interfering with libhb/common.h. move headers into "handbrake" subdirectory
* Resolve conflict with harfbuzz include file hb.hJohn Stebbins2019-09-101-1/+1
| | | | Rename hb.h to handbrake.h
* MacGui: convert the last usage of NSDictionary to a proper class, fix ↵Damiano Galassi2019-08-131-3/+3
| | | | external subtitles tracks when sandboxed. Add initial support to the model to store the track title.
* MacGui: add file size to the statistics. Fix selected text color when dark ↵Damiano Galassi2019-07-281-3/+5
| | | | mode is enabled.
* MacGui: show statistics for completed jobs.Damiano Galassi2019-07-271-41/+17
|
* MacGui: improve queue labels when multiple jobs are selected; fix some bugs.Damiano Galassi2019-07-271-3/+14
|
* MacGui: refactor the queue and implement part of the new queue ui.Damiano Galassi2019-07-191-14/+54
|
* MacGui: update UI for the new deblock filter.Damiano Galassi2019-05-021-4/+13
|
* MacGui: improve localized string formats.Damiano Galassi2019-04-011-4/+4
|
* MacGui: fix documentation link, some property annotations.Damiano Galassi2019-02-141-4/+2
|
* MacGui: remove two old unused classes, remove some old compatibility hacks, ↵Damiano Galassi2019-02-131-4/+4
| | | | and fix warnings.
* Add WebM support (#1822)Justin Bull2019-02-131-0/+12
| | | Note that since webm has no official subtitle support, only burned in subtitles can be used with this muxer at this time.
* MacGui: use a view-based table view in the queue window.Damiano Galassi2019-02-051-0/+6
|
* MacGui: move the advanced x264 panel to the 'Additional options' text field ↵Damiano Galassi2018-10-271-39/+25
| | | | contextual menu.
* MacGui: load the HandBrakeKit framework localized strings from the framework ↵Damiano Galassi2018-10-201-75/+77
| | | | bundle.
* MacGui: made possible to localise more UI strings.Damiano Galassi2018-07-101-62/+88
|
* MacGui: improve NSLocalizedString comments.Damiano Galassi2018-06-091-21/+21
|
* MacGUI: Rename Picture to Dimensions and move Destination on Queue jobs.Bradley Sepos2018-03-171-7/+7
| | | | Consistent with the main window naming and flow.
* MacGui: fix rotation in summary panel, show rotation in filters list when ↵Damiano Galassi2017-11-301-1/+1
| | | | flip is enabled too. Shorter presets popover.
* MacGui: use KVO to get a good part of the change notification in the summary ↵Damiano Galassi2017-11-241-0/+19
| | | | view.
* MacGui: short job description in the summary tab.Damiano Galassi2017-11-131-0/+244
|
* MacGUI: Add Align A/V Start to Queue info.Bradley Sepos2017-07-261-0/+5
|
* MacGUI: Capitalize Web Optimized and iPod 5G Support.Bradley Sepos2017-07-261-2/+2
|
* MacGui: do not crash if hb_video_encoder_get_name returns NULL, it might ↵Damiano Galassi2017-06-191-2/+3
| | | | happens if there is a saved job with an external encoder (x264 10bit for example), and the external lib is no longer available.
* mac: Add support for sharpening filters. (#760)Bradley Sepos2017-06-011-0/+26
| | | Thanks @galad87 for assistance.
* MacGui: improve the job description in the queue.Damiano Galassi2017-03-171-281/+377
|
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and ↵Damiano Galassi2017-01-201-2/+2
| | | | DEBUG-SANDBOX to build HandBrake with sandbox enabled.
* MacGui: rework HBAudioTrack to use less NSDictionary.Damiano Galassi2016-09-031-34/+32
|
* MacGui: move some kvo helpers to the UIAdditions category.Damiano Galassi2016-03-141-0/+10
|
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-2/+2
|
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ↵Damiano Galassi2015-10-221-6/+9
| | | | to support undo/redo.
* MacGui: improved queue with undo/redo support for adding/removing jobs, and ↵Damiano Galassi2015-10-191-3/+5
| | | | added a icon for failed encode.
* MacGui: do not try to create a NSURL if the path if empty. Encode the right ↵ritsuka2015-06-011-1/+5
| | | | | | type for the deblock filter. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7255 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: don't hardcode which encoders support the preset system.Rodeo2015-05-291-1/+1
| | | | | | | Just ask libhb instead. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7243 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add a test target to the Xcode project, plus some simple test. Use a ↵ritsuka2015-05-201-0/+1
| | | | | | forward declaration instead of a #import to in HBJob to allow testing to work. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7214 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: don't forget the fastdecode checkbox when printing the job's queue ↵Rodeo2015-05-171-2/+17
| | | | | | description. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7201 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-1/+1
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7075 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: bind angle popup to the angle property of HBJob.ritsuka2015-03-191-2/+2
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7007 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-12/+12
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6996 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo ↵ritsuka2015-01-201-8/+8
| | | | | | and change some strings in the queue job's description. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6777 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: moved the queue code from HBController to HBQueueController, ↵ritsuka2015-01-191-0/+406
| | | | | | reworked the way the queue synchronise itself between multiple instances to be more resilient (hopefully). Modified HBCore to take callback blocks instead of notifications. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6770 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: handle the localised container strings manually.ritsuka2015-01-071-0/+9
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6692 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: hide the iPod 5g check box if the codec is not h.264.ritsuka2014-12-301-8/+6
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6678 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: move more things out of HBController.ritsuka2014-12-281-0/+72
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6664 b64f7644-9d1e-0410-96f1-a4d463321fa5