| Commit message (Expand) | Author | Age | Files | Lines |
* | MacGui: fix the stop button to properly stop the encode if libhb state is HBS... | Damiano Galassi | 2016-11-21 | 1 | -1/+1 |
* | MacGui: show the queue jobs count on the main window queue toolbar icon. | Damiano Galassi | 2016-10-05 | 1 | -1/+1 |
* | MacGui: stop the queue and show an alert if disk space is less than 5 GB | Damiano Galassi | 2016-09-07 | 1 | -1/+29 |
* | MacGui: show a failed notification when an encode fails. | Damiano Galassi | 2016-09-07 | 1 | -2/+17 |
* | MacGui: show the encoded file in Finder when a done notification is clicked. | Damiano Galassi | 2016-09-07 | 1 | -12/+24 |
* | MacGui: update the UI after a failed queue scan. | Damiano Galassi | 2016-07-29 | 1 | -8/+20 |
* | MacGui: move the objc libhb wrapper to a separate framework. | Damiano Galassi | 2016-03-11 | 1 | -23/+12 |
* | MacGui: check if the activity log is not nil before adding it to HBOutputRedi... | Damiano Galassi | 2016-01-16 | 1 | -2/+5 |
* | MacGui: annotate the type of some arrays, and check the count of the input jo... | Damiano Galassi | 2015-10-28 | 1 | -5/+8 |
* | MacGui: rename the 'send to app' preference keys and removed the default app. | Damiano Galassi | 2015-10-19 | 1 | -5/+5 |
* | MacGui: improved queue with undo/redo support for adding/removing jobs, and a... | Damiano Galassi | 2015-10-19 | 1 | -322/+512 |
* | MacGui: add a way to differentiate a cancelled scan/encoded from a failed sca... | Damiano Galassi | 2015-09-30 | 1 | -3/+3 |
* | MacGui: more missing files. | ritsuka | 2015-07-24 | 1 | -12/+17 |
* | MacGui: fix an issue where the the user was already asked if he wanted to del... | ritsuka | 2015-07-22 | 1 | -28/+32 |
* | MacGui: do not let an instance edit a job that another instance is currently ... | ritsuka | 2015-07-22 | 1 | -3/+1 |
* | MacGui: various queue improvements, including: | ritsuka | 2015-07-22 | 1 | -205/+236 |
* | MacGui: use NSWorkspace to open an encoded file in the external app. It doesn... | ritsuka | 2015-07-04 | 1 | -6/+13 |
* | MacGui: add nullability annotations to the headers and use weak where is poss... | ritsuka | 2015-05-30 | 1 | -3/+3 |
* | MacGui: remove a workaround for a bug in 10.6. | ritsuka | 2015-05-21 | 1 | -7/+1 |
* | MacGui: fix scan progress bar. | ritsuka | 2015-04-30 | 1 | -2/+2 |
* | MacGui: add a new formatter to convert a hb_state_t to a textual representation. | ritsuka | 2015-04-30 | 1 | -97/+33 |
* | MacGui: Remove the "Reload queue" alert. The queue is always reloaded and the... | ritsuka | 2015-04-22 | 1 | -1/+1 |
* | MacGui: run the Xcode "convert to modern objective-c" on the entire project. | ritsuka | 2015-04-09 | 1 | -2/+1 |
* | MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h... | ritsuka | 2015-04-07 | 1 | -18/+0 |
* | MacGui: convert the mac gui to Objective-C ARC. | ritsuka | 2015-03-17 | 1 | -31/+11 |
* | MacGui: simplify the encoding state string creation code | ritsuka | 2015-03-08 | 1 | -13/+6 |
* | json: automatically scan title when processing json jobs | jstebbins | 2015-03-07 | 1 | -4/+4 |
* | MacGui: fix queue drag&drop when there is not job being encoded. | ritsuka | 2015-02-23 | 1 | -1/+1 |
* | MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ... | ritsuka | 2015-02-21 | 1 | -1/+1 |
* | MacGui: revert unrelated part of the previous commit that should't have been ... | ritsuka | 2015-02-20 | 1 | -8/+8 |
* | MacGui: remove the Queue directory in the Application Support folder, we don'... | ritsuka | 2015-02-20 | 1 | -9/+9 |
* | MacGui: refactor the stderr/stdout redirect code to be more modular. | ritsuka | 2015-02-20 | 1 | -10/+10 |
* | MacGui: rename some variables. | ritsuka | 2015-02-02 | 1 | -5/+5 |
* | MacGui: add a "Clear All" and "Clear completed items" menu items to the queue... | ritsuka | 2015-02-02 | 1 | -12/+44 |
* | MacGui: disable the cancel button while the queue is scanning because there i... | ritsuka | 2015-01-27 | 1 | -10/+8 |
* | MacGui: clean up HBCore, add a way to register a block as error handler. | ritsuka | 2015-01-23 | 1 | -2/+2 |
* | MacGui: rename HBController and HBQueueController files. | ritsuka | 2015-01-22 | 1 | -0/+1383 |