summaryrefslogtreecommitdiff
path: root/src/gtk/resolver.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-03Rename resolver_trampoline to post_thunk and move it to the main GUI header.Daniel Burrows1-8/+0
2009-10-27When manipulating resolver entries in the GUI, copy the choices that we're wo...Daniel Burrows1-3/+3
2009-10-11Run resolver continuations in the foreground thread via a trampoline callback.Daniel Burrows1-0/+8
2009-04-29Clean the code up a bit by making dep_text return a std::string, not a std::w...Daniel Burrows1-1/+1
2009-04-19Be more paranoid about cache closes in the resolver tab.Daniel Burrows1-0/+6
2009-04-19Consolidate code to render markup for resolver choices, and make the way mark...Daniel Burrows1-4/+10
2009-04-19Overhaul the resolver tab.Daniel Burrows1-15/+53
2009-04-19Expose accept/reject states in the resolver view and add UI elements to modif...Daniel Burrows1-19/+177
2009-04-19Make ResolverTab::dep_text() and ResolverTab::dep_targets() const methods.Daniel Burrows1-2/+2
2009-02-17Add support for trying to fix up an upgrade manually if some packages can't b...Daniel Burrows1-0/+44
2009-01-04Add radio buttons to choose between showing the actions contained in a soluti...Daniel Burrows1-3/+15
2009-01-04Implement a first cut of an explanation mode for the GUI resolver.Daniel Burrows1-1/+7
2009-01-04Extract the logic to build a tree that groups the actions of a resolver solut...Daniel Burrows1-2/+11
2008-08-16Overhaul the resolver to always update correctly and to allow the resolver to...Daniel Burrows1-3/+31
2008-07-28Minor cleanups.Obey Arthur Liu1-2/+0
2008-07-27Split gtk/gui.cc into 7 smaller files to speed up edition and compilation.Obey Arthur Liu1-0/+103