| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: remove the daily and monthly update check option. | Damiano Galassi | 2015-10-25 | 1 | -3/+1 |
* | MacGui: added undo/redo support to the video, picture, filters, chapters and ... | Damiano Galassi | 2015-10-20 | 1 | -5/+20 |
* | MacGui: remove some HBPreset -> NSDictionary conversions and add a mutable ve... | Damiano Galassi | 2015-10-13 | 1 | -18/+4 |
* | MacGui: move the ivars from HBController.h to the -m file | Damiano Galassi | 2015-10-13 | 1 | -1/+63 |
* | MacGui: rename a preference key and remove a duplicated log message about lib... | Damiano Galassi | 2015-10-05 | 1 | -5/+2 |
* | MacGui: remove the link to libdvdcss | Damiano Galassi | 2015-09-30 | 1 | -16/+10 |
* | MacGui: add a way to differentiate a cancelled scan/encoded from a failed sca... | Damiano Galassi | 2015-09-30 | 1 | -2/+2 |
* | MacGui: set 1 as the default value for the Scan only title option | Damiano Galassi | 2015-09-29 | 1 | -0/+2 |
* | MacGui: do not revert to the selected preset when scanning a new source, but ... | Damiano Galassi | 2015-09-24 | 1 | -5/+1 |
* | MacGui: move the picture and filters settings to the main window. | ritsuka | 2015-07-27 | 1 | -16/+9 |
* | MacGui: fixed a warning. | ritsuka | 2015-07-24 | 1 | -1/+1 |
* | MacGUI: don' try to rescan a job from queue if there is already a scan going on. | ritsuka | 2015-07-24 | 1 | -14/+23 |
* | MacGui: various queue improvements, including: | ritsuka | 2015-07-22 | 1 | -3/+3 |
* | MacGui: fixed a crash that could happen when the "browse…" button is presse... | ritsuka | 2015-07-04 | 1 | -2/+6 |
* | MacGui: updated the text on some warning messages. | ritsuka | 2015-07-04 | 1 | -3/+3 |
* | MacGui: rename "Source" to "Open Source", and add the "Open Recent" menu item. | ritsuka | 2015-07-04 | 1 | -4/+7 |
* | MacGui: add nullability annotations to the headers and use weak where is poss... | ritsuka | 2015-05-30 | 1 | -1/+1 |
* | MacGui: add a test target to the Xcode project, plus some simple test. Use a ... | ritsuka | 2015-05-20 | 1 | -0/+1 |
* | MacGui: allow exporting a preset folder. Add import/export menu item to the p... | ritsuka | 2015-05-16 | 1 | -47/+8 |
* | MacGui: use libhb built-in presets and validation functions. Update the forma... | ritsuka | 2015-05-14 | 1 | -59/+35 |
* | MacGui: add a new formatter to convert a hb_state_t to a textual representation. | ritsuka | 2015-04-30 | 1 | -16/+5 |
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -3/+2 |
* | MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h... | ritsuka | 2015-04-07 | 1 | -19/+8 |
* | MacGui: fix a crash in the add preset and add titles to queue sheets introduc... | ritsuka | 2015-03-17 | 1 | -4/+3 |
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -47/+19 |
* | MacGui: check for duplicated file names when adding a batch of jobs. | ritsuka | 2015-02-28 | 1 | -4/+20 |
* | MacGui: update the file extension too in updateFileName. | ritsuka | 2015-02-04 | 1 | -0/+2 |
* | MacGui: properly deregister the job observers, and refactor a bit the HBAudio... | ritsuka | 2015-02-04 | 1 | -31/+53 |
* | MacGui: remove two log messages, the way jobs are reloaded from queue is almo... | ritsuka | 2015-02-01 | 1 | -11/+0 |
* | MacGui: fix chapters range auto naming. | ritsuka | 2015-02-01 | 1 | -5/+5 |
* | MacGui: clean up the methods to update the destination file name and extension. | ritsuka | 2015-02-01 | 1 | -50/+31 |
* | MacGui: add a HBChaptersChangedNotification notification, used to notify when... | ritsuka | 2015-01-31 | 1 | -2/+3 |
* | MacGui: do not apply the same preset to a job two times. | ritsuka | 2015-01-31 | 1 | -4/+0 |
* | MacGui: use the current settings when adding titles directly to the queue. | ritsuka | 2015-01-28 | 1 | -1/+4 |
* | MacGui: apply auto naming when adding multiple titles to queue too. | ritsuka | 2015-01-27 | 1 | -43/+54 |
* | MacGui: disable the cancel button while the queue is scanning because there i... | ritsuka | 2015-01-27 | 1 | -1/+1 |
* | MacGui: add a method to return a CGImageRef for a preview in HBCore, and skip... | ritsuka | 2015-01-26 | 1 | -1/+1 |
* | MacGui: add a "Add Titles to Queue…" menu item that let select which titles... | ritsuka | 2015-01-25 | 1 | -40/+92 |
* | MacGui: expose a isStream and a timeCode properties in HBTitle. | ritsuka | 2015-01-23 | 1 | -1/+1 |
* | MacGui: clean up HBCore, add a way to register a block as error handler. | ritsuka | 2015-01-23 | 1 | -1/+1 |
* | MacGui: fix start/pause toolbar items validation. | ritsuka | 2015-01-22 | 1 | -16/+8 |
* | MacGui: add back the drawer code I accidentally removed previously. | ritsuka | 2015-01-22 | 1 | -1/+7 |
* | MacGui: rename HBController and HBQueueController files. | ritsuka | 2015-01-22 | 1 | -0/+1424 |