summaryrefslogtreecommitdiffstats
path: root/macosx/HBController.m
Commit message (Expand)AuthorAgeFilesLines
* 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
* MacGui: properly deregister the job observers, and refactor a bit the HBAudio...ritsuka2015-02-041-31/+53
* MacGui: remove two log messages, the way jobs are reloaded from queue is almo...ritsuka2015-02-011-11/+0
* MacGui: fix chapters range auto naming.ritsuka2015-02-011-5/+5
* MacGui: clean up the methods to update the destination file name and extension.ritsuka2015-02-011-50/+31
* MacGui: add a HBChaptersChangedNotification notification, used to notify when...ritsuka2015-01-311-2/+3
* MacGui: do not apply the same preset to a job two times.ritsuka2015-01-311-4/+0
* MacGui: use the current settings when adding titles directly to the queue.ritsuka2015-01-281-1/+4
* MacGui: apply auto naming when adding multiple titles to queue too.ritsuka2015-01-271-43/+54
* MacGui: disable the cancel button while the queue is scanning because there i...ritsuka2015-01-271-1/+1
* MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip...ritsuka2015-01-261-1/+1
* MacGui: add a "Add Titles to Queue…" menu item that let select which titles...ritsuka2015-01-251-40/+92
* MacGui: expose a isStream and a timeCode properties in HBTitle.ritsuka2015-01-231-1/+1
* MacGui: clean up HBCore, add a way to register a block as error handler.ritsuka2015-01-231-1/+1
* MacGui: fix start/pause toolbar items validation.ritsuka2015-01-221-16/+8
* MacGui: add back the drawer code I accidentally removed previously.ritsuka2015-01-221-1/+7
* MacGui: rename HBController and HBQueueController files.ritsuka2015-01-221-0/+1424