summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: better validation for denoise settings.ritsuka2015-02-131-4/+21
* MacGui: check whether the denoise preset is valid or not.ritsuka2015-02-131-2/+8
* MacGui: show the turbo two pass checkbox when x265 is selected.ritsuka2015-02-121-1/+1
* MacGui: guard against nil denoise values. ritsuka2015-02-081-3/+27
* 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-0412-102/+130
* MacGui: rename some variables.ritsuka2015-02-021-5/+5
* MacGui: add a "Clear All" and "Clear completed items" menu items to the queue...ritsuka2015-02-022-21/+66
* 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-013-5/+18
* MacGui: clean up the methods to update the destination file name and extension.ritsuka2015-02-012-53/+54
* MacGui: add a HBAudioTrackDataSource protocol to simplify HBAudio interface.ritsuka2015-01-314-21/+30
* MacGui: forgot a file in the previous commit.ritsuka2015-01-311-3/+2
* MacGui: add a HBChaptersChangedNotification notification, used to notify when...ritsuka2015-01-314-15/+14
* MacGui: fix an issue where a "none" track could be added to hb_job_t.ritsuka2015-01-312-18/+12
* MacGui: do not apply the same preset to a job two times.ritsuka2015-01-312-8/+4
* MacGui: fix a crash that happens when a new preset is created from a one that...ritsuka2015-01-301-3/+8
* MacGui: let HBAudioTrackPreset know the current container.ritsuka2015-01-305-2/+68
* MacGui: set the paused/working state immediately, so the pause toolbar item w...ritsuka2015-01-281-0/+2
* 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-274-24/+13
* MacGui: set the right crop values in the HB_FILTER_RENDER_SUB filter.ritsuka2015-01-261-3/+3
* MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip...ritsuka2015-01-267-155/+179
* MacGui: add a "Add Titles to Queue…" menu item that let select which titles...ritsuka2015-01-256-48/+396
* MacGui: fix subtitles defaults window resizing and delete an empty item in th...ritsuka2015-01-232-13/+10
* MacGui: expose a isStream and a timeCode properties in HBTitle.ritsuka2015-01-234-7/+28
* MacGui: fix HBRangeType enum order.ritsuka2015-01-231-1/+1
* MacGui: clean up HBCore, add a way to register a block as error handler.ritsuka2015-01-236-95/+113
* 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: center the prefs window in the showWindow: method.ritsuka2015-01-222-9/+12
* MacGui: rename HBController and HBQueueController files.ritsuka2015-01-225-13/+13
* MacGui: move the application delegate to its own class. Removed the "Open Sou...ritsuka2015-01-2211-1826/+1800
* MacGui: do a mutable copy instead of a copy for the masterTrackArray.ritsuka2015-01-211-1/+1
* MacGui: add a number formatter to the seconds and frames textfields.ritsuka2015-01-201-4/+36
* MacGui: fix the "Cancel encode and stop" alert button.ritsuka2015-01-201-17/+33
* MacGui: rename cancel: to cancelRip: so it won't be automatically called when...ritsuka2015-01-204-17/+6
* MacGui: remove the public hb_state property in HBCore, fix a bug in HBVideo a...ritsuka2015-01-204-14/+19
* MacGui: use bindings to enable/disable the main window ui elements.ritsuka2015-01-203-111/+101
* MacGui: enable and fix more compiler warnings in the Xcode project.ritsuka2015-01-1913-42/+43
* MacGui: remove startProgressHandler:completationHandler: method in HBCore. Sw...ritsuka2015-01-195-43/+40
* MacGui: moved the queue code from HBController to HBQueueController, reworked...ritsuka2015-01-1920-2395/+2278
* MacGui: disable the alert on error coderitsuka2015-01-151-11/+11
* MacGui: fix some leaksritsuka2015-01-155-9/+59
* MacGui: simplify the toolbar/menu validation methods, plus some cosmetics.ritsuka2015-01-144-173/+143
* MacGui: fix a crash when editing a queue item.ritsuka2015-01-131-0/+3
* MacGui: Move the audio/subtitles selection logic out of the view controllers....ritsuka2015-01-1321-1530/+1807
* MacGui: reorganize createMovieAsyncWithImageIndex:andDuration: method. and ad...ritsuka2015-01-132-36/+33
* Simplify frontend useage of hb_add()jstebbins2015-01-123-86/+2