Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ↵ | Damiano Galassi | 2015-10-13 | 18 | -101/+166 | |
| | | | | version of HBPreset. | |||||
* | MacGui: move the ivars from HBController.h to the -m file | Damiano Galassi | 2015-10-13 | 2 | -77/+64 | |
| | ||||||
* | MacGui: make preset backups when import upgrades presets and load them if ↵ | Damiano Galassi | 2015-10-10 | 1 | -25/+112 | |
| | | | | UserPresets.json is newer than the HandBrake version. | |||||
* | MacGui: show better error message to the user if a preset fails to import | Damiano Galassi | 2015-10-10 | 4 | -18/+76 | |
| | ||||||
* | MacGui: remove the deblock value 1 -> 5 special case | Damiano Galassi | 2015-10-10 | 1 | -10/+1 | |
| | ||||||
* | MacGui: remove the window and show text from the toolbar items title | Damiano Galassi | 2015-10-10 | 1 | -5/+6 | |
| | ||||||
* | MacGui: fix the picture panel not updating correctly | Damiano Galassi | 2015-10-10 | 1 | -1/+7 | |
| | ||||||
* | MacGui: use the new deinterlate preset keys | Damiano Galassi | 2015-10-09 | 8 | -344/+240 | |
| | ||||||
* | presets: add result to indicate if preset import modified presets | John Stebbins | 2015-10-09 | 2 | -2/+8 | |
| | | | | | This information is useful to the frontends in creation of preset backups. | |||||
* | MacGui: fix the preview window position between restart | Damiano Galassi | 2015-10-09 | 2 | -3/+21 | |
| | ||||||
* | MacGui: reorganize the Xcode project a bit | Damiano Galassi | 2015-10-09 | 1 | -44/+84 | |
| | ||||||
* | MacGui: add a duration column to the chapters table | Damiano Galassi | 2015-10-09 | 9 | -77/+204 | |
| | ||||||
* | MacGui: fix the build on Xcode 6.4 for real | Damiano Galassi | 2015-10-08 | 1 | -2/+2 | |
| | ||||||
* | MacGui: fix build on Xcode 6.4 | Damiano Galassi | 2015-10-07 | 1 | -1/+1 | |
| | ||||||
* | MacGui: move some code out of HBPreviewController.m. Remember the windows ↵ | Damiano Galassi | 2015-10-06 | 7 | -361/+587 | |
| | | | | size when going back from the Scale To Screen mode | |||||
* | MacGui: rename a preference key and remove a duplicated log message about ↵ | Damiano Galassi | 2015-10-05 | 1 | -5/+2 | |
| | | | | libdvdcss | |||||
* | MacGui: small UI alignments | Damiano Galassi | 2015-10-05 | 1 | -10/+10 | |
| | ||||||
* | MacGui: add a lot of tooltips to the picture tab, taken from the linux gui | Damiano Galassi | 2015-10-03 | 1 | -10/+43 | |
| | ||||||
* | MacGui: change the picture tab label color to gray when no source is loaded | Damiano Galassi | 2015-10-03 | 3 | -12/+75 | |
| | ||||||
* | MacGui: remove the link to libdvdcss | Damiano Galassi | 2015-09-30 | 1 | -16/+10 | |
| | ||||||
* | MacGui: add a way to differentiate a cancelled scan/encoded from a failed ↵ | Damiano Galassi | 2015-09-30 | 5 | -29/+27 | |
| | | | | scan/encode | |||||
* | MacGui: move start and pause after the queue buttons in the main window toolbar | Damiano Galassi | 2015-09-29 | 1 | -4/+4 | |
| | ||||||
* | MacGui: safer HBTitle by checking init, and use a weak property for title in ↵ | Damiano Galassi | 2015-09-29 | 2 | -3/+3 | |
| | | | | HBJob | |||||
* | MacGui: set 1 as the default value for the Scan only title option | Damiano Galassi | 2015-09-29 | 2 | -3/+6 | |
| | ||||||
* | MacGui: read the actual preview count so we don't try to load a non existing ↵ | Damiano Galassi | 2015-09-29 | 4 | -1/+16 | |
| | | | | image | |||||
* | MacGui: do not revert to the selected preset when scanning a new source, but ↵ | Damiano Galassi | 2015-09-24 | 1 | -5/+1 | |
| | | | | keep using the last job settings. Removed an unused ivar. | |||||
* | MacGui: update the project to the latest Xcode recommended settings | Damiano Galassi | 2015-09-24 | 4 | -4/+6 | |
| | ||||||
* | MacGui: enable core animation in the activity window so the bottom corners ↵ | Damiano Galassi | 2015-09-04 | 2 | -15/+8 | |
| | | | | of the window will be rounded like they should, and move the search bar setting directly in the xib because we no longer need to support 10.6 | |||||
* | MacGui: try a different layout for the picture tab, show the source size and ↵ | Damiano Galassi | 2015-08-29 | 1 | -380/+395 | |
| | | | | the display size too | |||||
* | MacGui: default to 'source maximum' in the Picture Size popup of the add ↵ | Damiano Galassi | 2015-08-29 | 2 | -14/+11 | |
| | | | | preset window | |||||
* | MacGui: added a new sourceInfo property to retrieve a string with the ↵ | Damiano Galassi | 2015-08-29 | 4 | -0/+21 | |
| | | | | picture size info of the source | |||||
* | Remove a workaround for the 10.6 sdk | galad87 | 2015-08-25 | 1 | -6/+0 | |
| | ||||||
* | MacGui: copy the xibs to Base.lproj as a first step to make them localizable | ritsuka | 2015-08-06 | 20 | -0/+7945 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7395 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: revert part of the previous commit that should have not been committed | ritsuka | 2015-08-06 | 6 | -152/+116 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7394 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: switch back another property to assign, 10.7 does not support weak ↵ | ritsuka | 2015-08-06 | 9 | -128/+168 | |
| | | | | | | for NSWindowController and NSViewController classes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7393 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: second part of the previous commit | ritsuka | 2015-08-06 | 10 | -3/+36 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7392 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: fix a crash on startup on 10.7, and some warnings. | ritsuka | 2015-08-06 | 2 | -0/+3 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7391 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: swap the Video and Picture tab. | ritsuka | 2015-08-05 | 1 | -13/+13 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7390 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: fix the build. Set the xibs compatibility to Xcode 6.3. | ritsuka | 2015-07-28 | 19 | -87/+341 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7382 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: remove the "use picture filters" checkbox in the add preset sheet. ↵ | ritsuka | 2015-07-27 | 2 | -29/+29 | |
| | | | | | | The user can always remove the filters manually before adding the preset. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7380 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: move the picture and filters settings to the main window. | ritsuka | 2015-07-27 | 21 | -1340/+2074 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7379 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: fixed a warning. | ritsuka | 2015-07-24 | 1 | -1/+1 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7375 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: more missing files. | ritsuka | 2015-07-24 | 2 | -13/+18 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7374 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: missing changes from the previous commit. | ritsuka | 2015-07-24 | 1 | -2/+3 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7373 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGUI: don' try to rescan a job from queue if there is already a scan going on. | ritsuka | 2015-07-24 | 1 | -14/+23 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7372 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: use the correct string value for the anamorphic mode "off". | ritsuka | 2015-07-22 | 1 | -2/+2 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7361 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: fix an issue where the the user was already asked if he wanted to ↵ | ritsuka | 2015-07-22 | 1 | -28/+32 | |
| | | | | | | delete the working job. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7360 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: do not let an instance edit a job that another instance is currently ↵ | ritsuka | 2015-07-22 | 2 | -10/+8 | |
| | | | | | | encoding. Fix the "Stop encoding" menu item key equivalent. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7359 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: various queue improvements, including: | ritsuka | 2015-07-22 | 12 | -231/+392 | |
| | | | | | | | | | - multiple items drag & drop - "reset job" in contextual menu item to reset the job state - a toolbar item to select the action to perform when the queue is done - useless animations. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7358 b64f7644-9d1e-0410-96f1-a4d463321fa5 | |||||
* | MacGui: fix the multiple default presets issue. | ritsuka | 2015-07-07 | 1 | -1/+3 | |
| | | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7348 b64f7644-9d1e-0410-96f1-a4d463321fa5 |