summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* MacGui: renamed the built-in preset menu item to 'Reset Built-in Presets'.Damiano Galassi2015-10-172-5/+5
* MacGui: do not try to import a preset even if the cancel button was clicked.Damiano Galassi2015-10-161-12/+15
* MacGui: cleanup the csv import/export code and the chapters view controller.Damiano Galassi2015-10-162-118/+95
* MacGui: add a test for custom anamorphicDamiano Galassi2015-10-162-6/+22
* MacGui: align the presets view to the topDamiano Galassi2015-10-161-8/+8
* MacGui: added accessibility text to the preferences popup buttons.Damiano Galassi2015-10-151-17/+17
* MacGui: save and read the pixel aspect ratio from a presetDamiano Galassi2015-10-131-2/+9
* MacGui: add a new method to create a copy of a HBPreset instance, and added b...Damiano Galassi2015-10-132-5/+40
* MacGui: fix HBMutablePreset headerDamiano Galassi2015-10-132-14/+10
* MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve...Damiano Galassi2015-10-1318-101/+166
* MacGui: move the ivars from HBController.h to the -m fileDamiano Galassi2015-10-132-77/+64
* MacGui: make preset backups when import upgrades presets and load them if Use...Damiano Galassi2015-10-101-25/+112
* MacGui: show better error message to the user if a preset fails to importDamiano Galassi2015-10-104-18/+76
* MacGui: remove the deblock value 1 -> 5 special caseDamiano Galassi2015-10-101-10/+1
* MacGui: remove the window and show text from the toolbar items titleDamiano Galassi2015-10-101-5/+6
* MacGui: fix the picture panel not updating correctlyDamiano Galassi2015-10-101-1/+7
* MacGui: use the new deinterlate preset keysDamiano Galassi2015-10-098-344/+240
* presets: add result to indicate if preset import modified presetsJohn Stebbins2015-10-092-2/+8
* MacGui: fix the preview window position between restartDamiano Galassi2015-10-092-3/+21
* MacGui: reorganize the Xcode project a bitDamiano Galassi2015-10-091-44/+84
* MacGui: add a duration column to the chapters tableDamiano Galassi2015-10-099-77/+204
* MacGui: fix the build on Xcode 6.4 for realDamiano Galassi2015-10-081-2/+2
* MacGui: fix build on Xcode 6.4Damiano Galassi2015-10-071-1/+1
* MacGui: move some code out of HBPreviewController.m. Remember the windows siz...Damiano Galassi2015-10-067-361/+587
* MacGui: rename a preference key and remove a duplicated log message about lib...Damiano Galassi2015-10-051-5/+2
* MacGui: small UI alignmentsDamiano Galassi2015-10-051-10/+10
* MacGui: add a lot of tooltips to the picture tab, taken from the linux guiDamiano Galassi2015-10-031-10/+43
* MacGui: change the picture tab label color to gray when no source is loadedDamiano Galassi2015-10-033-12/+75
* 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-305-29/+27
* MacGui: move start and pause after the queue buttons in the main window toolbarDamiano Galassi2015-09-291-4/+4
* MacGui: safer HBTitle by checking init, and use a weak property for title in ...Damiano Galassi2015-09-292-3/+3
* MacGui: set 1 as the default value for the Scan only title optionDamiano Galassi2015-09-292-3/+6
* MacGui: read the actual preview count so we don't try to load a non existing ...Damiano Galassi2015-09-294-1/+16
* MacGui: do not revert to the selected preset when scanning a new source, but ...Damiano Galassi2015-09-241-5/+1
* MacGui: update the project to the latest Xcode recommended settingsDamiano Galassi2015-09-244-4/+6
* MacGui: enable core animation in the activity window so the bottom corners of...Damiano Galassi2015-09-042-15/+8
* MacGui: try a different layout for the picture tab, show the source size and ...Damiano Galassi2015-08-291-380/+395
* MacGui: default to 'source maximum' in the Picture Size popup of the add pres...Damiano Galassi2015-08-292-14/+11
* MacGui: added a new sourceInfo property to retrieve a string with the picture...Damiano Galassi2015-08-294-0/+21
* Remove a workaround for the 10.6 sdkgalad872015-08-251-6/+0
* MacGui: copy the xibs to Base.lproj as a first step to make them localizableritsuka2015-08-0620-0/+7945
* MacGui: revert part of the previous commit that should have not been committedritsuka2015-08-066-152/+116
* MacGui: switch back another property to assign, 10.7 does not support weak fo...ritsuka2015-08-069-128/+168
* MacGui: second part of the previous commitritsuka2015-08-0610-3/+36
* MacGui: fix a crash on startup on 10.7, and some warnings.ritsuka2015-08-062-0/+3
* MacGui: swap the Video and Picture tab.ritsuka2015-08-051-13/+13
* MacGui: fix the build. Set the xibs compatibility to Xcode 6.3.ritsuka2015-07-2819-87/+341
* MacGui: remove the "use picture filters" checkbox in the add preset sheet. Th...ritsuka2015-07-272-29/+29
* MacGui: move the picture and filters settings to the main window.ritsuka2015-07-2721-1340/+2074