summaryrefslogtreecommitdiffstats
path: root/macosx/English.lproj
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: switched the audio defaults track tableview to view based, and fixed ↵Damiano Galassi2015-10-281-278/+334
| | | | a number of typo.
* MacGui: remove the daily and monthly update check option.Damiano Galassi2015-10-251-54/+36
|
* MacGui: change the title selection sheet to use a view-based table view.Damiano Galassi2015-10-251-48/+135
|
* MacGui: align some UI elements.Damiano Galassi2015-10-252-8/+8
|
* MacGui: switch the audio table to a view-based one.Damiano Galassi2015-10-251-246/+333
|
* MacGui: add redo/undo supports to the audio part of HBJob.Damiano Galassi2015-10-241-6/+7
|
* MacGui: rewrote the subtitles tab to use bindings, view-based table view and ↵Damiano Galassi2015-10-221-86/+279
| | | | to support undo/redo.
* MacGui: align the chapters title textfield.Damiano Galassi2015-10-221-3/+3
|
* MacGui: added undo/redo support to the video, picture, filters, chapters and ↵Damiano Galassi2015-10-201-4/+99
| | | | range parts of HBJob.
* MacGui: rename the 'send to app' preference keys and removed the default app.Damiano Galassi2015-10-191-2/+6
|
* MacGui: fixed the 'Send file to' preference.Damiano Galassi2015-10-191-3/+3
|
* MacGui: improved queue with undo/redo support for adding/removing jobs, and ↵Damiano Galassi2015-10-191-5/+5
| | | | added a icon for failed encode.
* MacGui: renamed the built-in preset menu item to 'Reset Built-in Presets'.Damiano Galassi2015-10-172-5/+5
|
* MacGui: cleanup the csv import/export code and the chapters view controller.Damiano Galassi2015-10-161-4/+3
|
* 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: remove the window and show text from the toolbar items titleDamiano Galassi2015-10-101-5/+6
|
* MacGui: use the new deinterlate preset keysDamiano Galassi2015-10-091-227/+124
|
* MacGui: fix the preview window position between restartDamiano Galassi2015-10-091-2/+2
|
* MacGui: add a duration column to the chapters tableDamiano Galassi2015-10-091-58/+71
|
* MacGui: move some code out of HBPreviewController.m. Remember the windows ↵Damiano Galassi2015-10-061-11/+21
| | | | size when going back from the Scale To Screen mode
* 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-032-12/+57
|
* MacGui: move start and pause after the queue buttons in the main window toolbarDamiano Galassi2015-09-291-4/+4
|
* MacGui: set 1 as the default value for the Scan only title optionDamiano Galassi2015-09-291-3/+4
|
* MacGui: enable core animation in the activity window so the bottom corners ↵Damiano Galassi2015-09-041-8/+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 Galassi2015-08-291-380/+395
| | | | the display size too
* MacGui: default to 'source maximum' in the Picture Size popup of the add ↵Damiano Galassi2015-08-291-9/+9
| | | | preset window
* MacGui: revert part of the previous commit that should have not been committedritsuka2015-08-061-130/+115
| | | | 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 ↵ritsuka2015-08-061-115/+130
| | | | | | for NSWindowController and NSViewController classes git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7393 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: swap the Video and Picture tab.ritsuka2015-08-051-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.ritsuka2015-07-2819-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. ↵ritsuka2015-07-271-22/+27
| | | | | | 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.ritsuka2015-07-275-1157/+1867
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7379 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: do not let an instance edit a job that another instance is currently ↵ritsuka2015-07-221-7/+7
| | | | | | 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:ritsuka2015-07-222-19/+55
| | | | | | | | | - 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: rename "Source" to "Open Source", and add the "Open Recent" menu item.ritsuka2015-07-042-6/+16
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7338 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: correct typo.ritsuka2015-07-041-5/+4
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7336 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: update the layout of the add preset window.ritsuka2015-06-041-106/+74
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7274 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: add more tooltips. All the tooltips in ↵ritsuka2015-05-177-78/+91
| | | | | | https://reviews.handbrake.fr/r/60/ minus the ones for the labels. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7206 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: allow exporting a preset folder. Add import/export menu item to the ↵ritsuka2015-05-162-33/+44
| | | | | | presets drawer too. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7192 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: remove the built in presets update alert.ritsuka2015-05-141-40/+22
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7185 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: use libhb built-in presets and validation functions. Update the ↵ritsuka2015-05-141-19/+31
| | | | | | format and save the presets in UserPresets.json, the old presets are automatically imported if the new presets file is not found. The mac gui now requires 10.7 or later. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7181 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: use small size for the cropping radio button.ritsuka2015-05-071-42/+42
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7163 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: fix scan progress bar.ritsuka2015-04-302-14/+14
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7135 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: update the tooltips of the new auto passthru options.ritsuka2015-04-201-3/+3
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7106 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: Add TrueHD, Flac and EAC3 auto passthru options in the default sheet.ritsuka2015-04-181-9/+51
| | | | git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7093 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: disabled the alternate row background in the presets drawer. It ↵ritsuka2015-04-071-3/+3
| | | | | | didn't add any useful visual cue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7066 b64f7644-9d1e-0410-96f1-a4d463321fa5
* MacGui: changed the Preview Window and Picture Panel behaviour to avoid the ↵ritsuka2015-04-072-7/+33
| | | | | | hide and show thing when loading a new title, now they can always be opened even if no title is loaded. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7065 b64f7644-9d1e-0410-96f1-a4d463321fa5