summaryrefslogtreecommitdiff
path: root/src/gtk/dashboardtab.cc
AgeCommit message (Expand)AuthorFilesLines
2012-02-24Refactor various apt-related comparison functors to apt.hDaniel Hartwig1-15/+1
2011-07-23Fix an unused variable.Daniel Burrows1-2/+2
2010-04-21Rename the log4cxx namespace to logging.Daniel Burrows1-13/+13
2009-11-28Proof-of-concept support for displaying the status of each changelog download...Daniel Burrows1-6/+7
2009-11-27Rewrite the changelog code to be based on aptitude's download queue, not the ...Daniel Burrows1-9/+4
2009-11-03Rename resolver_trampoline to post_thunk and move it to the main GUI header.Daniel Burrows1-2/+2
2009-10-26Get rid of get_solution_background_blocking.Daniel Burrows1-1/+1
2009-10-11Make the second tab in the upgrade view display a summary of the selected pac...Daniel Burrows1-17/+7
2009-10-11Run resolver continuations in the foreground thread via a trampoline callback.Daniel Burrows1-12/+18
2009-07-06Use pointers to package cache structures to store resolver objects, rather th...Daniel Burrows1-1/+2
2009-04-30Use the new entry progress object to display progress bars associated with re...Daniel Burrows1-1/+2
2009-04-20Fix two ambiguous implicit casts that cause FTBFS on amd64.Obey Arthur Liu1-1/+1
2009-04-05Build a tree of resolver steps as the resolver runs.Daniel Burrows1-5/+5
2009-04-05Disallow new upgrades in the GTK+ upgrade calculator, to match what "safe-upg...Daniel Burrows1-1/+1
2009-03-29Use tiering in the aptitude resolver to order returned solutions.Daniel Burrows1-2/+2
2009-03-23Restructure the resolver so that it stores and returns sets of choices using ...Daniel Burrows1-7/+21
2009-02-18Don't crash if there are no broken dependencies in the upgrade.Daniel Burrows1-0/+1
2009-02-17Add support for trying to fix up an upgrade manually if some packages can't b...Daniel Burrows1-38/+216
2009-02-17Make apply_solution() also install initial versions of packages.Daniel Burrows1-1/+4
2009-02-17Remember where changelogs are; when the user clicks on a package's changelog,...Daniel Burrows1-0/+11
2009-02-17Be paranoid when the user clicks on a package, in case something that wasn't ...Daniel Burrows1-0/+6
2009-02-16Make "upgrade" actually start carrying out the upgrade that the resolver calc...Daniel Burrows1-4/+23
2009-02-16First draft of a better upgrade UI, based on computing a dependency solution ...Daniel Burrows1-7/+315
2009-01-17Also don't crash when showing the changelog of a single package.Daniel Burrows1-1/+5
2009-01-17Don't crash when a supposedly "upgradable" package has no candidate version.Daniel Burrows1-1/+2
2009-01-04Use the new PackageSearchEntry object to improve error reporting in the dashb...Daniel Burrows1-4/+16
2008-12-24Visually indicate whether the current search pattern is syntactically correct...Daniel Burrows1-1/+2
2008-12-24Add a "..." column header that pops up the column editor when it's clicked.Daniel Burrows1-2/+3
2008-12-23Add basic support for changing which columns are visible.Daniel Burrows1-0/+10
2008-11-11Split the hyperlink stuff out of gui.{cc,h} into its own source files.Daniel Burrows1-0/+1
2008-11-11Arthur should get credit too in the copyright on dashboardtab.*.Daniel Burrows1-0/+1
2008-11-11Split the dashboard code out of gui.{cc,h} into its own source files.Daniel Burrows1-0/+283