Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move png icons into an asset catalog | anongitter | 2016-02-11 | 96 | -250/+701 |
| | | | | | Use of an asset catalog to store png icons instead of a folder to make it way easier to read in the Xcode project. | ||||
* | MacGui: update sparkle to version 1.13.1. | Damiano Galassi | 2016-02-11 | 95 | -928/+828 |
| | |||||
* | MacGui: fix the 'add preset' panel minimum size. | Damiano Galassi | 2016-02-10 | 1 | -2/+2 |
| | |||||
* | Move "Frameworks (bundled)" into "Frameworks" | anongitter | 2016-02-08 | 1 | -3/+3 |
| | | | Because the folder "Frameworks (bundled)" contains frameworks, it would be more consistent making it a children folder of "Frameworks" (and doing so, change its name to "Bundled" only). | ||||
* | MacGui: add a way to edit the audio/defaults in the 'add preset' sheet, so ↵ | Damiano Galassi | 2016-02-03 | 2 | -78/+167 |
| | | | | hopefully it will be harder for new users to overlook them. | ||||
* | MacGui: fix HBSubtitlesTrack copy, it missed the container ivar. | Damiano Galassi | 2016-01-30 | 1 | -0/+1 |
| | |||||
* | MacGui: fix some static anaylizer warnings. | Damiano Galassi | 2016-01-28 | 3 | -9/+14 |
| | |||||
* | MacGui: switch the defaults languages to view based tables, and a little ↵ | Damiano Galassi | 2016-01-26 | 4 | -152/+172 |
| | | | | project cleanup. Remove to unneeded casts. | ||||
* | MacGui: use hb_generate_filter_settings() to generate the right settings ↵ | Damiano Galassi | 2016-01-25 | 1 | -2/+7 |
| | | | | string for the rotate filter. | ||||
* | MacGui: fix the audio description string encoding. | Damiano Galassi | 2016-01-24 | 1 | -8/+6 |
| | |||||
* | Add libavfilter.a to the Xcode project link phase. | Damiano Galassi | 2016-01-22 | 1 | -0/+6 |
| | |||||
* | MacGui: cosmetics. | Damiano Galassi | 2016-01-21 | 1 | -1/+2 |
| | |||||
* | MacGui: add a key equivalent to the 'don't quit' button of the quit alert. | Damiano Galassi | 2016-01-21 | 1 | -0/+1 |
| | |||||
* | MacGui: always show the 'scan only title' view in the open panel, 10.11 ↵ | Damiano Galassi | 2016-01-21 | 1 | -0/+5 |
| | | | | hides it by default. | ||||
* | MacGui: check if the activity log is not nil before adding it to ↵ | Damiano Galassi | 2016-01-16 | 2 | -4/+10 |
| | | | | HBOutputRedirect. | ||||
* | MacGui: batch the preview updates so we don't reload the same preview ↵ | Damiano Galassi | 2016-01-15 | 1 | -1/+16 |
| | | | | multiple times. | ||||
* | MacGui: pass the main window undomanager to the preview window. | Damiano Galassi | 2016-01-15 | 5 | -1/+41 |
| | |||||
* | MacGui: update the preview window to reflect the rotate filter state. | Damiano Galassi | 2016-01-15 | 3 | -6/+71 |
| | |||||
* | MacGui: add the rotate filter to the picture tab. | Damiano Galassi | 2016-01-15 | 4 | -73/+98 |
| | |||||
* | MacGui: disk -> disc, plus a bunch of NSLocalizedString. | Damiano Galassi | 2016-01-14 | 2 | -20/+20 |
| | |||||
* | MacGui: remove the browsedSourceDisplayName ivar in HBController. | Damiano Galassi | 2016-01-12 | 3 | -19/+23 |
| | |||||
* | MacGui: show a warning the first time a user try to scan a bluray directly too. | Damiano Galassi | 2016-01-10 | 1 | -14/+18 |
| | |||||
* | MacGui: rework the way HBController scans, remove an ivar and move some ↵ | Damiano Galassi | 2016-01-10 | 3 | -314/+323 |
| | | | | unrelated code to HBUtilites. | ||||
* | MacGui: add rotate filter support to HBJob. | Damiano Galassi | 2016-01-10 | 3 | -0/+23 |
| | |||||
* | MacGui: add bluray detection to HBDVDDetector. | Damiano Galassi | 2016-01-09 | 2 | -38/+60 |
| | |||||
* | MacGui: correctly update the checked item in the presets menu after an ↵ | Damiano Galassi | 2016-01-09 | 1 | -2/+33 |
| | | | | undo/redo. | ||||
* | MacGui: added some error logs to the queue. | Damiano Galassi | 2016-01-09 | 2 | -8/+8 |
| | |||||
* | MacGui: rename File -> Close to Close Window. | Damiano Galassi | 2016-01-09 | 1 | -3/+3 |
| | |||||
* | Update copyright dates to 2016. | Bradley Sepos | 2016-01-01 | 1 | -1/+1 |
| | |||||
* | MacGui: add an exception to enable http connections to handbrake.fr | Damiano Galassi | 2015-12-14 | 1 | -0/+13 |
| | |||||
* | MacGui: realign the views in the add preset window, disable the resize ↵ | Damiano Galassi | 2015-12-14 | 3 | -111/+40 |
| | | | | button in the main window and realign things in the prefs. | ||||
* | MacGui: show a focus ring around the main window when a file is dragged over ↵ | Damiano Galassi | 2015-12-12 | 7 | -86/+143 |
| | | | | it, and move the advanced tab at the end. | ||||
* | MacGui: add a 'view' menu with the standard menu items and some keyboard ↵ | Damiano Galassi | 2015-12-12 | 2 | -3/+65 |
| | | | | shortcuts to switch between the main window tabs. | ||||
* | MacGui: remove an unused 'Resources (unused)' group from the Xcode project. | Damiano Galassi | 2015-12-05 | 1 | -16/+0 |
| | |||||
* | MacGui: default to custom picture size in the add preset sheet if the ↵ | Damiano Galassi | 2015-12-05 | 4 | -38/+62 |
| | | | | current job size is less than the maximum size. | ||||
* | MacGui: add a space between the Queue and the Start toolbar items. | Damiano Galassi | 2015-12-05 | 1 | -3/+4 |
| | |||||
* | MacGui: fixed the table view header height on OS X versions older than 10.11. | Damiano Galassi | 2015-12-05 | 3 | -11/+10 |
| | |||||
* | MacGui: use a view-based outline view in the presets drawer. | Damiano Galassi | 2015-12-05 | 2 | -56/+66 |
| | |||||
* | MacGui: set the right autoresize mask for the cancel buttons of the defaults ↵ | Damiano Galassi | 2015-11-16 | 2 | -6/+6 |
| | | | | panels. | ||||
* | x265: macui multilib support | John Stebbins | 2015-11-12 | 2 | -2/+2 |
| | |||||
* | x264: add multilib support (a.k.a. 10-bit) | John Stebbins | 2015-11-12 | 4 | -13/+14 |
| | | | | | This adds the structure to load an libx264 10-bit shared library. The user must install this library themselves to an appropriate place. | ||||
* | MacGui: add two tests for presets save and upgrade. | Damiano Galassi | 2015-11-03 | 1 | -1/+52 |
| | |||||
* | MacGui: remove a compatibility workaroud for the 10.9 sdk. | Damiano Galassi | 2015-11-03 | 1 | -16/+6 |
| | |||||
* | MacGui: use an pair of 'OK' and 'Cancel' buttons in the defaults sheets ↵ | Damiano Galassi | 2015-10-29 | 9 | -52/+101 |
| | | | | instead of a single done button. Fixed the bitrates and mixdowns popups in the audio defaults. | ||||
* | MacGui: annotate the type of some arrays, and check the count of the input ↵ | Damiano Galassi | 2015-10-28 | 7 | -16/+19 |
| | | | | jobs in HBQueueController addJobsFromArray:, so we don't add an empty undo command. | ||||
* | MacGui: add some subtitles tracks to the fake title used in tests. | Damiano Galassi | 2015-10-28 | 3 | -46/+30 |
| | |||||
* | MacGui: switched the audio defaults track tableview to view based, and fixed ↵ | Damiano Galassi | 2015-10-28 | 6 | -310/+377 |
| | | | | a number of typo. | ||||
* | MacGui: remove the daily and monthly update check option. | Damiano Galassi | 2015-10-25 | 3 | -58/+43 |
| | |||||
* | MacGui: add some simple tests for the undo/redo implementation of HBJob. | Damiano Galassi | 2015-10-25 | 3 | -2/+198 |
| | |||||
* | MacGui: change the title selection sheet to use a view-based table view. | Damiano Galassi | 2015-10-25 | 3 | -98/+177 |
| |