summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: set the preset name to custom when a setting in the video/picture/fil...ritsuka2014-12-293-1/+110
* MacGui: set the default name for the exported chapters to the destination fil...ritsuka2014-12-291-1/+1
* MacGui: use bindings to toggle the chapters/seconds/frames UI.ritsuka2014-12-296-69/+66
* MacGui: pass the fast decode option to the hb_job.ritsuka2014-12-293-2/+3
* MacGui: move more things out of HBController.ritsuka2014-12-2810-66/+137
* MacGui: hide turbo two pass checkbox when x264 is not selected.ritsuka2014-12-274-8/+24
* MacGui: do not redirect nil to the log.ritsuka2014-12-271-2/+5
* MacGui: clean up headers and imports.ritsuka2014-12-2711-45/+47
* MacGui: remove redundant "enabled" property in a few view controller. Cosmeti...ritsuka2014-12-2711-111/+154
* MacGui: fix the reveal button in the queue.ritsuka2014-12-271-13/+11
* MacGui: remove the addChaptersFromQueue: in HBChapterTitlesController.h becau...ritsuka2014-12-272-10/+0
* MacGui: rename PictureController.* to HBPictureController.* .ritsuka2014-12-274-8/+8
* MacGui: remove unneeded init.ritsuka2014-12-272-7/+0
* MacGui: change the queue to work with serialized HBJob objects, remove the NS...ritsuka2014-12-2739-2079/+1214
* eliminate job->largeFileSizejstebbins2014-12-231-12/+0
* MacGui: fix build.ritsuka2014-12-231-0/+1
* MacGui: remove some unused #import. Move again more things in HBController to...ritsuka2014-12-2311-312/+131
* MacGui: move the UI helper methods to new categories. Implement NSCoding in m...ritsuka2014-12-2327-696/+1199
* MacGui: set the chapter titles directly in HBJob. Move more things over to HB...ritsuka2014-12-2211-113/+176
* MacGui: save the preset description, it had been broken after the add preset ...ritsuka2014-12-221-1/+4
* MacGui: implement NSCoding protocol in HBJob.ritsuka2014-12-2213-11/+332
* MacGui: fixed a number of memory leaks. Do not set some deprecated hb_job fie...ritsuka2014-12-225-35/+43
* MacGui: remove the last usage of title->job.ritsuka2014-12-217-460/+13
* MacGui: use HBJob tracks array in HBAudioController and HBSubtitlesController...ritsuka2014-12-214-17/+549
* MacGui: refactor a bit of HBController to remove dependency on hb_title_t.ritsuka2014-12-212-243/+175
* MacGui: use HBJob when possible.ritsuka2014-12-2111-197/+103
* MacGui: add some more logs in HBCore.ritsuka2014-12-211-0/+10
* MacGui: set the correct framerate in the preset.ritsuka2014-12-211-1/+1
* MacGui: rearrange files in the project and disabled NSZombie.ritsuka2014-12-202-43/+38
* MacGui: fix a warning.ritsuka2014-12-201-3/+3
* MacGui: integrated HBPicture in HBPictureController and started to move thing...ritsuka2014-12-209-913/+370
* MacGui: post a notification in HBFilters when a settings is changed.ritsuka2014-12-202-43/+156
* MacGui: implement HBPicture.ritsuka2014-12-202-31/+729
* MacGui: small improvements to HBTitle and HBJob.ritsuka2014-12-204-25/+34
* MacGui: use title->list_chapter directly instead of title->job->list_chapter.ritsuka2014-12-201-2/+2
* MacGui: use the right string format specifier in HBCore.ritsuka2014-12-201-3/+3
* MacGui: remove a unused ivar in HBController.ritsuka2014-12-201-1/+0
* MacGui: add a "name" property to HBCore to easy debugging multiple instances....ritsuka2014-12-202-7/+15
* MacGui: fix frame rate when loading a queue item.ritsuka2014-12-202-1/+4
* MacGui: separate the video settings logic from the view controller. There are...ritsuka2014-12-1814-1573/+560
* json: add json APIsjstebbins2014-12-167-86/+100
* MacGui: import some headers directly in HBJob.h.ritsuka2014-12-112-7/+3
* MacGui: completed the HBVideo class.ritsuka2014-12-112-17/+1061
* contrib: build and link new jansson libjstebbins2014-12-051-30/+36
* MacGui: start a new scan from a drag & drop only if there isn't already one. ...ritsuka2014-12-041-8/+11
* MacGui: merged the two browerFile methods.ritsuka2014-12-042-20/+14
* MacGui: added back part of the drag & drop handling.ritsuka2014-12-042-71/+67
* MacGui: added back some tooltips to the toolbar items. Remove the NSToolbarDe...ritsuka2014-12-042-9/+9
* MacGui: set the fTitle to NULL before performing a scan.ritsuka2014-12-031-0/+2
* MacGui: moved the main window toolbar to the xib.ritsuka2014-12-033-167/+100