summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Collapse)AuthorAgeFilesLines
* MacGui: fix drag&drop on the main window tab view.Damiano Galassi2016-06-172-1/+12
|
* MacGui: set some label color in the HUD to secondaryLabelColor.Damiano Galassi2016-06-173-13/+16
|
* MacGui: fix build with 10.12sdk, disable QTKit because is no longer available.Damiano Galassi2016-06-173-0/+13
|
* build: Add xclean make target to macosx.Bradley Sepos2016-06-042-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 Galassi2016-05-296-39/+90
| | | | and subtitles defaults sheets.
* MacGui: select the feature title instead of the first title after a scan.Damiano Galassi2016-05-271-13/+13
|
* contrib: Update to libass 0.13.2 and add HarfBuzz 1.2.6.Bradley Sepos2016-05-251-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 Galassi2016-05-251-1/+2
|
* MacGui: make a submenu for each preset folder in the Presets menu.Damiano Galassi2016-05-251-37/+45
|
* MacGui: use the right constant quality label in the video tab, and split ↵Damiano Galassi2016-05-244-43/+68
| | | | HBVideo KVO dependecies.
* MacGui: split HBPicture KVO dependencies.Damiano Galassi2016-05-244-39/+47
|
* MacGui: show the encode progress when paused too.Damiano Galassi2016-05-242-1/+2
|
* MacGui: fix HBAVPlayer loaded state.Damiano Galassi2016-05-191-2/+5
|
* MacGui: fallback to QTKit if a preview is not playable with AVFoundation.Damiano Galassi2016-05-194-77/+74
|
* MacGui: fix build on 10.10 sdk.Damiano Galassi2016-05-043-4/+15
|
* MacGui: delete an unused patch.Damiano Galassi2016-05-041-18/+0
|
* MacGui: disable code signing, it had been inadvertently enabled some commits ↵Damiano Galassi2016-05-031-2/+0
| | | | ago.
* MacGui: use AVFoundation as the first option for the preview playback. Add ↵Damiano Galassi2016-05-0333-948/+2389
| | | | volume and tracks controls to the player hud.
* MacGui: do not stop the preview encoding when the showWindow: is called and ↵Damiano Galassi2016-04-221-1/+3
| | | | the window is already on screen.
* MacGui: do not set the preview window frame origin to a value outside the ↵Damiano Galassi2016-04-091-4/+1
| | | | screen area.
* MacGui: do not update the preview window layer if the image is nil or the ↵Damiano Galassi2016-04-071-47/+50
| | | | size is 0.
* MacGui: rename 'layout' in HBPreviewView so it doesn't override NSView ↵Damiano Galassi2016-04-071-5/+5
| | | | layout method.
* macosx: fix incorrect assumption that video quality is always positive.Tim Walker2016-03-311-1/+1
|
* MacGui: allow negative value in the quality slider.Damiano Galassi2016-03-301-0/+2
|
* MacGui: fix the "encoding (null)" string that was shown when encoding a preview.Damiano Galassi2016-03-261-0/+2
|
* MacGui: fix the 'scan only title' option.Damiano Galassi2016-03-262-4/+12
|
* MacGui: Remove unnecessary libltdl.a dependency.Bradley Sepos2016-03-251-4/+0
|
* MacGui: added some enum to HBJob model to make things nicer in swift, plus ↵Damiano Galassi2016-03-149-14/+52
| | | | two methods to convert from iso code to english language.
* MacGui: move some kvo helpers to the UIAdditions category.Damiano Galassi2016-03-144-41/+29
|
* Remove the CLI / LibHB Update Checker. It's been broken since we switched to ↵sr552016-03-121-1/+1
| | | | HTTPS and it's terrible code.
* MacGui: add interlace detection filter.Damiano Galassi2016-03-126-4/+193
|
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-1158-594/+1180
|
* MacGui: remove an unused var.Damiano Galassi2016-03-101-3/+0
|
* MacGui: remove the NSString check for the PictureRotate key because we are ↵Damiano Galassi2016-03-101-9/+6
| | | | sure it's always a string.
* macui support for filter dict settingsJohn Stebbins2016-03-092-53/+41
|
* MacGui: use the kvc accessor methods, so that the presets menu will update ↵Damiano Galassi2016-03-092-3/+3
| | | | properly after a change in the presets.
* MacGui: rewrite the NSDictionary to NSArray converter using less if.Damiano Galassi2016-03-012-84/+85
|
* MacGui: add a NSDictionary extension to convert from and to hb_dict_t.Damiano Galassi2016-02-263-0/+216
|
* MacGui: make HBCore titles ivar always non null.Damiano Galassi2016-02-262-3/+5
|
* MacGui: the 'default' as the standard deinterlace filter value.Damiano Galassi2016-02-261-8/+4
|
* MacGui: check if there is at least one character in the string before trying ↵Damiano Galassi2016-02-231-14/+16
| | | | to get the first character in HBQueueOutlineView.
* MacGui: write the right minor and micro version in the presets. They were ↵Damiano Galassi2016-02-161-2/+2
| | | | swapped.
* macui: change "Deinterlace" to "Yadif"John Stebbins2016-02-151-2/+2
|
* MacGui: show what preset will be used in the 'Add titles to queue' panel. ↵Damiano Galassi2016-02-154-36/+60
| | | | Use autolayout for the xib.
* MacGui: add a tooltip to the video encoders popup.Damiano Galassi2016-02-121-41/+5
|
* Move png icons into an asset cataloganongitter2016-02-1196-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 Galassi2016-02-1195-928/+828
|
* MacGui: fix the 'add preset' panel minimum size.Damiano Galassi2016-02-101-2/+2
|
* Move "Frameworks (bundled)" into "Frameworks" anongitter2016-02-081-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 Galassi2016-02-032-78/+167
| | | | hopefully it will be harder for new users to overlook them.