Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MacGui: fix drag&drop on the main window tab view. | Damiano Galassi | 2016-06-17 | 2 | -1/+12 |
| | |||||
* | MacGui: set some label color in the HUD to secondaryLabelColor. | Damiano Galassi | 2016-06-17 | 3 | -13/+16 |
| | |||||
* | MacGui: fix build with 10.12sdk, disable QTKit because is no longer available. | Damiano Galassi | 2016-06-17 | 3 | -0/+13 |
| | |||||
* | build: Add xclean make target to macosx. | Bradley Sepos | 2016-06-04 | 2 | -0/+12 |
| | | | | Since we bypass the test (cli) module on Mac OS X, also add test.clean and test.xclean convenience targets. | ||||
* | MacGui: add an help button to quickly open the docs in the add preset, audio ↵ | Damiano Galassi | 2016-05-29 | 6 | -39/+90 |
| | | | | and subtitles defaults sheets. | ||||
* | MacGui: select the feature title instead of the first title after a scan. | Damiano Galassi | 2016-05-27 | 1 | -13/+13 |
| | |||||
* | contrib: Update to libass 0.13.2 and add HarfBuzz 1.2.6. | Bradley Sepos | 2016-05-25 | 1 | -0/+6 |
| | | | | | | | | | | | | HarfBuzz is now enabled when building libass. Resolves #162. Additional libass notes: - Add yasm dependency for better performance. - Remove no longer valid configure params. - Disable new coretext and directwrite font selection backends pending additional testing (coretext did not build properly). | ||||
* | MacGui: copy the HBChapter index property when making a instance copy. | Damiano Galassi | 2016-05-25 | 1 | -1/+2 |
| | |||||
* | MacGui: make a submenu for each preset folder in the Presets menu. | Damiano Galassi | 2016-05-25 | 1 | -37/+45 |
| | |||||
* | MacGui: use the right constant quality label in the video tab, and split ↵ | Damiano Galassi | 2016-05-24 | 4 | -43/+68 |
| | | | | HBVideo KVO dependecies. | ||||
* | MacGui: split HBPicture KVO dependencies. | Damiano Galassi | 2016-05-24 | 4 | -39/+47 |
| | |||||
* | MacGui: show the encode progress when paused too. | Damiano Galassi | 2016-05-24 | 2 | -1/+2 |
| | |||||
* | MacGui: fix HBAVPlayer loaded state. | Damiano Galassi | 2016-05-19 | 1 | -2/+5 |
| | |||||
* | MacGui: fallback to QTKit if a preview is not playable with AVFoundation. | Damiano Galassi | 2016-05-19 | 4 | -77/+74 |
| | |||||
* | MacGui: fix build on 10.10 sdk. | Damiano Galassi | 2016-05-04 | 3 | -4/+15 |
| | |||||
* | MacGui: delete an unused patch. | Damiano Galassi | 2016-05-04 | 1 | -18/+0 |
| | |||||
* | MacGui: disable code signing, it had been inadvertently enabled some commits ↵ | Damiano Galassi | 2016-05-03 | 1 | -2/+0 |
| | | | | ago. | ||||
* | MacGui: use AVFoundation as the first option for the preview playback. Add ↵ | Damiano Galassi | 2016-05-03 | 33 | -948/+2389 |
| | | | | volume and tracks controls to the player hud. | ||||
* | MacGui: do not stop the preview encoding when the showWindow: is called and ↵ | Damiano Galassi | 2016-04-22 | 1 | -1/+3 |
| | | | | the window is already on screen. | ||||
* | MacGui: do not set the preview window frame origin to a value outside the ↵ | Damiano Galassi | 2016-04-09 | 1 | -4/+1 |
| | | | | screen area. | ||||
* | MacGui: do not update the preview window layer if the image is nil or the ↵ | Damiano Galassi | 2016-04-07 | 1 | -47/+50 |
| | | | | size is 0. | ||||
* | MacGui: rename 'layout' in HBPreviewView so it doesn't override NSView ↵ | Damiano Galassi | 2016-04-07 | 1 | -5/+5 |
| | | | | layout method. | ||||
* | macosx: fix incorrect assumption that video quality is always positive. | Tim Walker | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | MacGui: allow negative value in the quality slider. | Damiano Galassi | 2016-03-30 | 1 | -0/+2 |
| | |||||
* | MacGui: fix the "encoding (null)" string that was shown when encoding a preview. | Damiano Galassi | 2016-03-26 | 1 | -0/+2 |
| | |||||
* | MacGui: fix the 'scan only title' option. | Damiano Galassi | 2016-03-26 | 2 | -4/+12 |
| | |||||
* | MacGui: Remove unnecessary libltdl.a dependency. | Bradley Sepos | 2016-03-25 | 1 | -4/+0 |
| | |||||
* | MacGui: added some enum to HBJob model to make things nicer in swift, plus ↵ | Damiano Galassi | 2016-03-14 | 9 | -14/+52 |
| | | | | two methods to convert from iso code to english language. | ||||
* | MacGui: move some kvo helpers to the UIAdditions category. | Damiano Galassi | 2016-03-14 | 4 | -41/+29 |
| | |||||
* | Remove the CLI / LibHB Update Checker. It's been broken since we switched to ↵ | sr55 | 2016-03-12 | 1 | -1/+1 |
| | | | | HTTPS and it's terrible code. | ||||
* | MacGui: add interlace detection filter. | Damiano Galassi | 2016-03-12 | 6 | -4/+193 |
| | |||||
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 58 | -594/+1180 |
| | |||||
* | MacGui: remove an unused var. | Damiano Galassi | 2016-03-10 | 1 | -3/+0 |
| | |||||
* | MacGui: remove the NSString check for the PictureRotate key because we are ↵ | Damiano Galassi | 2016-03-10 | 1 | -9/+6 |
| | | | | sure it's always a string. | ||||
* | macui support for filter dict settings | John Stebbins | 2016-03-09 | 2 | -53/+41 |
| | |||||
* | MacGui: use the kvc accessor methods, so that the presets menu will update ↵ | Damiano Galassi | 2016-03-09 | 2 | -3/+3 |
| | | | | properly after a change in the presets. | ||||
* | MacGui: rewrite the NSDictionary to NSArray converter using less if. | Damiano Galassi | 2016-03-01 | 2 | -84/+85 |
| | |||||
* | MacGui: add a NSDictionary extension to convert from and to hb_dict_t. | Damiano Galassi | 2016-02-26 | 3 | -0/+216 |
| | |||||
* | MacGui: make HBCore titles ivar always non null. | Damiano Galassi | 2016-02-26 | 2 | -3/+5 |
| | |||||
* | MacGui: the 'default' as the standard deinterlace filter value. | Damiano Galassi | 2016-02-26 | 1 | -8/+4 |
| | |||||
* | MacGui: check if there is at least one character in the string before trying ↵ | Damiano Galassi | 2016-02-23 | 1 | -14/+16 |
| | | | | to get the first character in HBQueueOutlineView. | ||||
* | MacGui: write the right minor and micro version in the presets. They were ↵ | Damiano Galassi | 2016-02-16 | 1 | -2/+2 |
| | | | | swapped. | ||||
* | macui: change "Deinterlace" to "Yadif" | John Stebbins | 2016-02-15 | 1 | -2/+2 |
| | |||||
* | MacGui: show what preset will be used in the 'Add titles to queue' panel. ↵ | Damiano Galassi | 2016-02-15 | 4 | -36/+60 |
| | | | | Use autolayout for the xib. | ||||
* | MacGui: add a tooltip to the video encoders popup. | Damiano Galassi | 2016-02-12 | 1 | -41/+5 |
| | |||||
* | 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. |