summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
Commit message (Expand)AuthorAgeFilesLines
* MacGui: select the right title when editing a queue job, libhb avoids rescann...Damiano Galassi2017-01-251-1/+17
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-29/+64
* MacGui: always use the last selected source parent directory for the open panel.Damiano Galassi2017-01-021-13/+2
* MacGui: check if a file overwrites its source before adding it to the queue.Damiano Galassi2016-12-311-59/+70
* macgui: Revise Open Source toolbar button tooltip.Bradley Sepos2016-12-201-1/+1
* MacGui: use the languages from the audio preferences for built-in presets, th...Damiano Galassi2016-12-141-2/+46
* MacGui: fix the stop button to properly stop the encode if libhb state is HBS...Damiano Galassi2016-11-211-1/+1
* MacGui: show the queue jobs count on the main window queue toolbar icon.Damiano Galassi2016-10-051-4/+5
* MacGui: fix drag&drop on the main window tab view.Damiano Galassi2016-06-171-0/+6
* MacGui: select the feature title instead of the first title after a scan.Damiano Galassi2016-05-271-13/+13
* MacGui: fix the 'scan only title' option.Damiano Galassi2016-03-261-1/+9
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-11/+5
* MacGui: show what preset will be used in the 'Add titles to queue' panel. Use...Damiano Galassi2016-02-151-1/+3
* MacGui: fix some static anaylizer warnings.Damiano Galassi2016-01-281-4/+7
* MacGui: always show the 'scan only title' view in the open panel, 10.11 hides...Damiano Galassi2016-01-211-0/+5
* MacGui: pass the main window undomanager to the preview window.Damiano Galassi2016-01-151-1/+2
* MacGui: disk -> disc, plus a bunch of NSLocalizedString.Damiano Galassi2016-01-141-16/+16
* MacGui: remove the browsedSourceDisplayName ivar in HBController.Damiano Galassi2016-01-121-19/+10
* MacGui: rework the way HBController scans, remove an ivar and move some unrel...Damiano Galassi2016-01-101-313/+185
* MacGui: correctly update the checked item in the presets menu after an undo/r...Damiano Galassi2016-01-091-2/+33
* MacGui: show a focus ring around the main window when a file is dragged over ...Damiano Galassi2015-12-121-29/+28
* MacGui: add a 'view' menu with the standard menu items and some keyboard shor...Damiano Galassi2015-12-121-0/+6
* MacGui: default to custom picture size in the add preset sheet if the current...Damiano Galassi2015-12-051-2/+7
* MacGui: remove the daily and monthly update check option.Damiano Galassi2015-10-251-3/+1
* MacGui: added undo/redo support to the video, picture, filters, chapters and ...Damiano Galassi2015-10-201-5/+20
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-131-18/+4
* MacGui: move the ivars from HBController.h to the -m fileDamiano Galassi2015-10-131-1/+63
* MacGui: rename a preference key and remove a duplicated log message about lib...Damiano Galassi2015-10-051-5/+2
* MacGui: remove the link to libdvdcssDamiano Galassi2015-09-301-16/+10
* MacGui: add a way to differentiate a cancelled scan/encoded from a failed sca...Damiano Galassi2015-09-301-2/+2
* MacGui: set 1 as the default value for the Scan only title optionDamiano Galassi2015-09-291-0/+2
* MacGui: do not revert to the selected preset when scanning a new source, but ...Damiano Galassi2015-09-241-5/+1
* MacGui: move the picture and filters settings to the main window.ritsuka2015-07-271-16/+9
* MacGui: fixed a warning.ritsuka2015-07-241-1/+1
* MacGUI: don' try to rescan a job from queue if there is already a scan going on.ritsuka2015-07-241-14/+23
* MacGui: various queue improvements, including:ritsuka2015-07-221-3/+3
* MacGui: fixed a crash that could happen when the "browse…" button is presse...ritsuka2015-07-041-2/+6
* MacGui: updated the text on some warning messages. ritsuka2015-07-041-3/+3
* MacGui: rename "Source" to "Open Source", and add the "Open Recent" menu item.ritsuka2015-07-041-4/+7
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-1/+1
* MacGui: add a test target to the Xcode project, plus some simple test. Use a ...ritsuka2015-05-201-0/+1
* MacGui: allow exporting a preset folder. Add import/export menu item to the p...ritsuka2015-05-161-47/+8
* MacGui: use libhb built-in presets and validation functions. Update the forma...ritsuka2015-05-141-59/+35
* MacGui: add a new formatter to convert a hb_state_t to a textual representation.ritsuka2015-04-301-16/+5
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-3/+2
* MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h...ritsuka2015-04-071-19/+8
* MacGui: fix a crash in the add preset and add titles to queue sheets introduc...ritsuka2015-03-171-4/+3
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-47/+19
* MacGui: check for duplicated file names when adding a batch of jobs.ritsuka2015-02-281-4/+20
* MacGui: update the file extension too in updateFileName.ritsuka2015-02-041-0/+2