summaryrefslogtreecommitdiff
path: root/src/gtk/dpkg_terminal.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-21Fix dpkg_terminal to not directly reference log4cxx.Daniel Burrows1-2/+2
2010-04-21Rename the log4cxx namespace to logging.Daniel Burrows1-1/+1
2009-02-11Rip out the hacky attempt to detect terminal reads, and instead just do what ...Daniel Burrows1-29/+40
2009-02-07Add logging statements to all the dpkg terminal code.Daniel Burrows1-0/+5
2009-02-07Make DpkgTerminal::set_foreground() public.Daniel Burrows1-11/+11
2009-02-07Rename subprocess_suspended_changed to subprocess_running_changed to match th...Daniel Burrows1-4/+4
2009-02-06Implement support for detecting when the install process is trying to read fr...Daniel Burrows1-5/+36
2009-02-06Fix an incorrect comment (DpkgTerminal::run() must be invoked from a foregrou...Daniel Burrows1-2/+1
2009-02-06Factor the write end of the temporary socket into a class.Daniel Burrows1-2/+4
2009-02-05Split the code for the subprocess that runs dpkg into its own method.Daniel Burrows1-1/+17
2008-11-16Refactor the dpkg terminal creation code.Daniel Burrows1-33/+54
2008-11-16Initial implementation of support for the dpkg status pipe.Daniel Burrows1-1/+22
2008-11-07Make the passing of slots between threads safer.Daniel Burrows1-3/+5
2008-10-29Massive refactoring and redesign to properly support background downloads in ...Daniel Burrows1-7/+5
2008-10-21Proof-of-concept code to use a vte terminal with the dpkg install process.Daniel Burrows1-0/+56