| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: use the menu item tag to select the item of the format popup button. | ritsuka | 2014-08-29 | 1 | -10/+9 |
* | MacGui: set the NSOnState on the selected preset menu item. | ritsuka | 2014-08-29 | 1 | -15/+17 |
* | MacGui: removed some attributes from the xib that might building on 10.8 . | ritsuka | 2014-08-28 | 6 | -15/+15 |
* | MacGui: realigned the video quality options. | ritsuka | 2014-08-28 | 1 | -19/+19 |
* | MacGui: removed unused outlets in PicturePreview.xib. | ritsuka | 2014-08-28 | 1 | -9/+3 |
* | MacGui: corrected the file header. | ritsuka | 2014-08-27 | 4 | -28/+20 |
* | MacGui: removed the PresetIndexNum from the queue job dict. | ritsuka | 2014-08-27 | 1 | -17/+4 |
* | MacGui: aligns the time/start textfield in the main window. | ritsuka | 2014-08-25 | 1 | -5/+12 |
* | MacGui: store the audio and subtitles defaults in each queue item so they can... | ritsuka | 2014-08-25 | 8 | -44/+46 |
* | MacGui: fix build with 10.8 sdk. | ritsuka | 2014-08-25 | 1 | -4/+1 |
* | MacGui: corrected a label text in the prefs audio tab. | ritsuka | 2014-08-25 | 1 | -1/+1 |
* | MacGui: added a note in the prefs audio tab about the native languages and cu... | ritsuka | 2014-08-25 | 1 | -5/+14 |
* | MacGui: toggle the Advanced tab when the prefs setting changes. | ritsuka | 2014-08-25 | 1 | -0/+33 |
* | MacGui: disable/enable the encoder options label when needed and fix the enco... | ritsuka | 2014-08-25 | 2 | -6/+10 |
* | MacGui: removed a couple of unused preferences keys (CheckForUpdates, Disable... | ritsuka | 2014-08-24 | 3 | -102/+76 |
* | MacGui: fixed the HUD background on Snow Leopard. | ritsuka | 2014-08-24 | 2 | -46/+34 |
* | MacGui: fixed two small leaks. | ritsuka | 2014-08-23 | 2 | -0/+2 |
* | MacGui: replaced the last two NSBeginCriticalAlertSheet calls, and two NSEnum... | ritsuka | 2014-08-23 | 1 | -42/+39 |
* | MacGui: removed the “Large file size” checkbox. | ritsuka | 2014-08-23 | 3 | -37/+5 |
* | MacGui: fixed the preview controller HUD style on the next OS X release. | ritsuka | 2014-08-22 | 5 | -229/+381 |
* | MacGui: fixed auto naming for dvd sources. | ritsuka | 2014-08-22 | 1 | -1/+13 |
* | MacGui: removed an unnecessary NSBox in the Advanced tab. | ritsuka | 2014-08-22 | 3 | -20/+11 |
* | MacGui: renamed HB*Settings classes to HB*Defaults. Added a “…” char to... | ritsuka | 2014-08-22 | 16 | -69/+67 |
* | MacGui: load the old lavcOption format too is preset in the preset. | ritsuka | 2014-08-21 | 1 | -2/+9 |
* | MacGui: remapped lavcOption to VideoOptionExtra. | ritsuka | 2014-08-21 | 4 | -31/+27 |
* | MacGui: load the lavcOption from preset and fixed the encoder selection when ... | ritsuka | 2014-08-21 | 1 | -0/+10 |
* | MacGui: generalize video preset/tune/profile/level handling to make it works ... | ritsuka | 2014-08-21 | 9 | -716/+754 |
* | MacGui: removed unneeded outlets from PictureSettings.xib. | ritsuka | 2014-08-21 | 1 | -11/+7 |
* | MacGui: set the tab views directly instead of adding a subview in the main wi... | ritsuka | 2014-08-20 | 4 | -36/+13 |
* | MacGui: added a HBDockTile class to manage the dock tile. | ritsuka | 2014-08-20 | 5 | -97/+170 |
* | MacGui: made the width and height textfield editable in the picture settings ... | ritsuka | 2014-08-19 | 2 | -23/+44 |
* | MacGui: Fixed a crash in HBFilters caused by a missing boxing of a bool. | ritsuka | 2014-08-19 | 1 | -1/+1 |
* | MacGui: Removed the code to show/hide the fSrcAngle* UI elements in Controlle... | ritsuka | 2014-08-19 | 2 | -25/+23 |
* | MacGui: added support for NLMeans denoise. Added the HBFilters class to store... | ritsuka | 2014-08-19 | 17 | -888/+1476 |
* | build: remove mp4v2 and libmkv dependencies | jstebbins | 2014-08-18 | 3 | -7/+1 |
* | MacGui: general clean up of HBQueueController: removed unused UI elements and... | ritsuka | 2014-08-18 | 3 | -513/+270 |
* | MacGui: initialize the languages list before the window in the prefsControlle... | ritsuka | 2014-08-18 | 1 | -2/+1 |
* | MacGui: changed the preset selection code a little bit again. | ritsuka | 2014-08-17 | 3 | -16/+16 |
* | MacGui: fixed the bitrates popup in the audio default panel, it didn’t upda... | ritsuka | 2014-08-16 | 2 | -1/+12 |
* | MacGui: forgot a file in rev 6300 commit. | ritsuka | 2014-08-16 | 1 | -0/+12 |
* | MacGui: select the default preset in the presets drawer at start up. Added a ... | ritsuka | 2014-08-16 | 2 | -7/+15 |
* | MacGui: Fixed the languages selection in the built in presets for languages w... | ritsuka | 2014-08-16 | 4 | -340/+54 |
* | MacGUI: Replace deprecated NSBeginCriticalAlertSheet / NSRunAlertPanel / NSRu... | ritsuka | 2014-08-13 | 1 | -100/+158 |
* | MacGui: changed the layout of the UI in the video panel to be similar to the ... | ritsuka | 2014-08-11 | 5 | -124/+125 |
* | MacGui: fixed the validation of the File menu. The validateMenuItem: method w... | ritsuka | 2014-08-11 | 1 | -11/+13 |
* | MacGui: implemented the HBViewValidation protocol in each of the main window ... | ritsuka | 2014-08-10 | 13 | -65/+52 |
* | MacGui: fixed gain validation in the audio panel. Remove the drc validation b... | ritsuka | 2014-08-10 | 5 | -61/+30 |
* | MacGui: fixed some audio presets key: AudioSamplerate -> string, AudioTrackDR... | ritsuka | 2014-08-10 | 2 | -6/+20 |
* | MacGui: removed the “Show Presets Drawer” preference. The state of the dr... | ritsuka | 2014-08-10 | 2 | -14/+12 |
* | MacGui: don’t allow to drop a preset before the built in ones. | ritsuka | 2014-08-09 | 1 | -2/+10 |