summaryrefslogtreecommitdiff
path: root/src/ui.cc
AgeCommit message (Expand)AuthorFilesLines
2012-06-20Do not do FixMissing automatically for command-line actionsDaniel Hartwig1-0/+1
2012-06-20Tidy error handling in main, cmdline actionsDaniel Hartwig1-1/+2
2012-05-31ForTranslators: README is a filenameDaniel Hartwig1-2/+4
2012-05-26Update package views after 'Cancel pending actions'Daniel Hartwig1-0/+5
2012-05-24Fold some near-duplicate stringsDaniel Hartwig1-2/+2
2012-05-03Preview screen ignores Pkg-Display-LimitDaniel Hartwig1-4/+3
2012-04-25Dont mention 'su' in 'Become root' (from Ubuntu: 11_ubuntu_uses_sudo)Daniel Hartwig1-1/+1
2012-03-16Apply patch from Ubuntu to build -D_FORTIFY_SOURCE=2 errorsDaniel Hartwig1-2/+13
2012-03-07Use arch-qualified names in info screens, dialogs, warningsDaniel Hartwig1-9/+12
2012-03-07Refactor duplicated make_{info,dep,ver}_screen + insertDaniel Hartwig1-0/+37
2012-02-12Update (auto)clean to use "archives" lockDaniel Hartwig1-0/+24
2012-01-18Fix prompt strings.Daniel Hartwig1-2/+2
2010-07-09Moved a wrongly placed translator commentJens Seidel1-0/+3
2009-11-18Overhaul how temporary file creation is handled to use a single directory in ...Daniel Burrows1-5/+4
2009-10-26Get rid of get_solution_background_blocking.Daniel Burrows1-12/+7
2009-10-26Fix becoming root with the "su" protocol. (Closes: #552471)Daniel Burrows1-1/+1
2009-10-11Run resolver continuations in the foreground thread via a trampoline callback.Daniel Burrows1-3/+10
2009-10-10Push the setup phase of the changelog download into a background thread.Daniel Burrows1-4/+14
2009-09-05Make autoclean support automatic su-to-root as well.Daniel Burrows1-1/+17
2009-09-05Fix the su-to-root code to pass --no-gui.Daniel Burrows1-2/+2
2009-09-05Add support for auto-su-to-root to the "clean package cache" command. (Closes...Daniel Burrows1-1/+17
2009-07-29Make sure that all the global connections created by ui_main are shut down wh...Daniel Burrows1-7/+27
2009-03-23Merge the entire post-lenny branch into head.Daniel Burrows1-80/+113
2009-02-18Make a few error and warning messages translatableJens Seidel1-1/+1
2009-01-31Don't display a warning when purging an Essential package that's already been...Daniel Burrows1-4/+5
2008-11-09Split the safe_slot_event class into a separate header, where it should be.Daniel Burrows1-17/+2
2008-11-07Make the passing of slots between threads safer.Daniel Burrows1-4/+20
2008-10-29Massive refactoring and redesign to properly support background downloads in ...Daniel Burrows1-32/+74
2008-10-20Instead of baking the status file descriptor into the download_install_manage...Daniel Burrows1-3/+3
2008-10-19The status file descriptor only makes sense for the command line, so make it ...Daniel Burrows1-1/+1
2008-10-19Refactor the download/install code to be cleaner and to make room for having ...Daniel Burrows1-16/+21
2008-09-04Merge with head.Daniel Burrows1-2/+95
2008-09-03Add a last-ditch check in the UI for Essential packages that are being removed.Daniel Burrows1-2/+95
2008-04-18Added the ::UI::Flat-View-As-First-View option to display the flat view as fi...Obey Arthur Liu1-9/+14
2008-08-16Move the logic to kick off the background thread into the resolver_manager cl...Daniel Burrows1-22/+1
2008-04-08Bring Help -> About up-to-date.Daniel Burrows1-1/+3
2008-03-30Don't try to access freed memory when building the menu on startup.Daniel Burrows1-1/+1
2008-03-29Create an explicit menu entry for cycling the information display.Daniel Burrows1-0/+6
2008-03-06Allow the user to manually invoke the 'reject hold-breaking actions' logic.Daniel Burrows1-0/+24
2008-02-21Remove the legacy download_bar and download_screen modules.Daniel Burrows1-2/+0
2008-02-20Fix a compile error introduced by ee514d358e53.Daniel Burrows1-2/+2
2008-02-20src/ui.cc: Correct a wrongly localized message.Noritada Kobayashi1-2/+2
2008-01-15Fix typos and unfuzzy PO(T) files preventivelyChristian Perrier1-1/+1
2008-01-08Apply patch from Paul Donahue to make "subdirs" the default grouping policy.Daniel Burrows1-3/+3
2007-12-15Expose two global signals that fire when an install run or update completes, ...Daniel Burrows1-8/+19
2007-12-12Move the recursive directory removal code into generic/util.Daniel Burrows1-59/+1
2007-12-05Fix the readdir_r code to account for the real behavior of GNU libc.Daniel Burrows1-1/+2
2007-12-05Use readdir_r instead of readdir.Daniel Burrows1-4/+8
2007-11-21Handle a disabled resolver more cleanly in the UI.Daniel Burrows1-1/+2
2007-11-21Suppress generating solutions unless the limit is positive, not just nonzero.Daniel Burrows1-1/+1