summaryrefslogtreecommitdiffstats
path: root/macosx/HBQueueController.m
Commit message (Expand)AuthorAgeFilesLines
* Misc. typosluz.paz2018-02-201-1/+1
* MacGui: fix the queue job descriptions cache.Damiano Galassi2018-01-311-3/+8
* MacGUI: Minor revision to notification text.Bradley Sepos2018-01-281-2/+2
* MacGui: make a copy of a job when sending it back to the main window.Damiano Galassi2017-12-191-1/+1
* MacGui: do not update the UI if the windows are not visible.Damiano Galassi2017-12-121-8/+41
* MacGui: when reloading a job from the queue, reset the job state to HBJobStat...Damiano Galassi2017-12-071-0/+1
* mac: Rename instances of cancelled to canceled.Bradley Sepos2017-12-051-7/+7
* MacGui: add a preferences option to configure the queue low disk space warning.Damiano Galassi2017-06-151-17/+18
* MacGui: use a newer api to get the disk free space.Damiano Galassi2017-05-311-5/+22
* MacGui: fix a possible race condition with the multiprocess queue when editin...Damiano Galassi2017-03-151-2/+1
* MacGui: do not remove a job from the queue if the rescan to the main window f...Damiano Galassi2017-03-021-9/+16
* MacGui: initial sandbox support. Added two new scheme RELEASE-SANDBOX and DEB...Damiano Galassi2017-01-201-11/+23
* MacGui: reload the queue outline view action column when an encode is done (t...Damiano Galassi2017-01-191-1/+4
* MacGui: prevent sleep at queue start, and reallow it at the end of the queue..Damiano Galassi2017-01-051-0/+9
* MacGui: enable NSSecureCoding for the queue file.Damiano Galassi2016-12-271-1/+1
* MacGui: fix the stop button to properly stop the encode if libhb state is HBS...Damiano Galassi2016-11-211-1/+1
* MacGui: show the queue jobs count on the main window queue toolbar icon.Damiano Galassi2016-10-051-1/+1
* MacGui: stop the queue and show an alert if disk space is less than 5 GBDamiano Galassi2016-09-071-1/+29
* MacGui: show a failed notification when an encode fails.Damiano Galassi2016-09-071-2/+17
* MacGui: show the encoded file in Finder when a done notification is clicked.Damiano Galassi2016-09-071-12/+24
* MacGui: update the UI after a failed queue scan.Damiano Galassi2016-07-291-8/+20
* MacGui: move the objc libhb wrapper to a separate framework.Damiano Galassi2016-03-111-23/+12
* MacGui: check if the activity log is not nil before adding it to HBOutputRedi...Damiano Galassi2016-01-161-2/+5
* MacGui: annotate the type of some arrays, and check the count of the input jo...Damiano Galassi2015-10-281-5/+8
* MacGui: rename the 'send to app' preference keys and removed the default app.Damiano Galassi2015-10-191-5/+5
* MacGui: improved queue with undo/redo support for adding/removing jobs, and a...Damiano Galassi2015-10-191-322/+512
* MacGui: add a way to differentiate a cancelled scan/encoded from a failed sca...Damiano Galassi2015-09-301-3/+3
* MacGui: more missing files.ritsuka2015-07-241-12/+17
* MacGui: fix an issue where the the user was already asked if he wanted to del...ritsuka2015-07-221-28/+32
* MacGui: do not let an instance edit a job that another instance is currently ...ritsuka2015-07-221-3/+1
* MacGui: various queue improvements, including:ritsuka2015-07-221-205/+236
* MacGui: use NSWorkspace to open an encoded file in the external app. It doesn...ritsuka2015-07-041-6/+13
* MacGui: add nullability annotations to the headers and use weak where is poss...ritsuka2015-05-301-3/+3
* MacGui: remove a workaround for a bug in 10.6.ritsuka2015-05-211-7/+1
* MacGui: fix scan progress bar.ritsuka2015-04-301-2/+2
* MacGui: add a new formatter to convert a hb_state_t to a textual representation.ritsuka2015-04-301-97/+33
* MacGui: Remove the "Reload queue" alert. The queue is always reloaded and the...ritsuka2015-04-221-1/+1
* MacGui: run the Xcode "convert to modern objective-c" on the entire project.ritsuka2015-04-091-2/+1
* MacGui: changed the Preview Window and Picture Panel behaviour to avoid the h...ritsuka2015-04-071-18/+0
* MacGui: convert the mac gui to Objective-C ARC.ritsuka2015-03-171-31/+11
* MacGui: simplify the encoding state string creation coderitsuka2015-03-081-13/+6
* json: automatically scan title when processing json jobsjstebbins2015-03-071-4/+4
* MacGui: fix queue drag&drop when there is not job being encoded.ritsuka2015-02-231-1/+1
* MacGui: add a preference to toggle the log cleanup. Use NSURL directly where ...ritsuka2015-02-211-1/+1
* MacGui: revert unrelated part of the previous commit that should't have been ...ritsuka2015-02-201-8/+8
* MacGui: remove the Queue directory in the Application Support folder, we don'...ritsuka2015-02-201-9/+9
* MacGui: refactor the stderr/stdout redirect code to be more modular.ritsuka2015-02-201-10/+10
* MacGui: rename some variables.ritsuka2015-02-021-5/+5
* MacGui: add a "Clear All" and "Clear completed items" menu items to the queue...ritsuka2015-02-021-12/+44
* MacGui: disable the cancel button while the queue is scanning because there i...ritsuka2015-01-271-10/+8