index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gtk
/
resolver.cc
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-31
Handle enhances/obsoletes in more places.
Daniel Hartwig
1
-0
/
+3
2010-05-28
Transition from log4cxx to the new logging framework.
Daniel Burrows
1
-1
/
+1
2010-04-24
Fix several places where gui.h is included as a nonlocal header.
Daniel Burrows
1
-2
/
+1
2010-04-21
Rename the log4cxx namespace to logging.
Daniel Burrows
1
-11
/
+11
2010-03-05
Overhaul the resolver to distinguish between tiers and changes to tiers; this...
Daniel Burrows
1
-5
/
+3
2009-11-03
Rename resolver_trampoline to post_thunk and move it to the main GUI header.
Daniel Burrows
1
-8
/
+3
2009-10-27
Don't try to compute a new solution every time the resolver state changes in ...
Daniel Burrows
1
-2
/
+1
2009-10-27
When manipulating resolver entries in the GUI, copy the choices that we're wo...
Daniel Burrows
1
-32
/
+43
2009-10-26
Get rid of get_solution_background_blocking.
Daniel Burrows
1
-14
/
+11
2009-10-26
Fix a typo in a text string.
Daniel Burrows
1
-1
/
+1
2009-10-26
Fix up more places where the wrong version was being displayed.
Daniel Burrows
1
-14
/
+12
2009-10-11
Run resolver continuations in the foreground thread via a trampoline callback.
Daniel Burrows
1
-6
/
+24
2009-04-29
Fix a missing escape_text() around a dependency string (oops).
Daniel Burrows
1
-1
/
+3
2009-04-29
Fix some dumb stuff with the dep_text change that somehow got by me.
Daniel Burrows
1
-16
/
+17
2009-04-29
Clean the code up a bit by making dep_text return a std::string, not a std::w...
Daniel Burrows
1
-12
/
+11
2009-04-29
Include short descriptions in the resolver tab, just like in the package list.
Daniel Burrows
1
-9
/
+53
2009-04-29
Set up connections to the resolver manager whenever a new manager is attached...
Daniel Burrows
1
-0
/
+1
2009-04-29
Make setup_resolver_connections() always discard any old connections that exist.
Daniel Burrows
1
-0
/
+4
2009-04-29
Log when the resolver tab gets a new manager and when it connects its signals...
Daniel Burrows
1
-1
/
+11
2009-04-29
Be more paranoid about NULL resolvers.
Daniel Burrows
1
-0
/
+3
2009-04-27
Don't crash when displaying a solution that cancels the installation of a pac...
Daniel Burrows
1
-7
/
+14
2009-04-26
When rejecting / accepting a collection of iterators, make a copy of the sele...
Daniel Burrows
1
-3
/
+42
2009-04-26
Don't access freed memory after applying a solution.
Daniel Burrows
1
-4
/
+9
2009-04-20
Change the behavior of the resolver tab to be more correct.
Daniel Burrows
1
-29
/
+41
2009-04-19
Don't always display brief descriptions of unresolved recommendations in bold...
Daniel Burrows
1
-1
/
+1
2009-04-19
Be more paranoid about cache closes in the resolver tab.
Daniel Burrows
1
-1
/
+19
2009-04-19
Use analyze_action() to generate more accurate and more complete tooltips for...
Daniel Burrows
1
-25
/
+90
2009-04-19
Consolidate code to render markup for resolver choices, and make the way mark...
Daniel Burrows
1
-173
/
+159
2009-04-19
Overhaul the resolver tab.
Daniel Burrows
1
-147
/
+633
2009-04-19
Instead of manually freeing the resolver tab when it's deleted, rely on the f...
Daniel Burrows
1
-1
/
+3
2009-04-19
Expose accept/reject states in the resolver view and add UI elements to modif...
Daniel Burrows
1
-141
/
+645
2009-04-19
Make ResolverTab::dep_text() and ResolverTab::dep_targets() const methods.
Daniel Burrows
1
-76
/
+214
2009-04-05
Build a tree of resolver steps as the resolver runs.
Daniel Burrows
1
-1
/
+1
2009-04-05
Show tiers instead of scores in the resolver tab.
Daniel Burrows
1
-1
/
+2
2009-03-23
Restructure the resolver so that it stores and returns sets of choices using ...
Daniel Burrows
1
-107
/
+145
2009-02-18
Close the resolver tab after the user presses "Apply Changes", and open a pre...
Daniel Burrows
1
-0
/
+7
2009-02-17
Add support for trying to fix up an upgrade manually if some packages can't b...
Daniel Burrows
1
-21
/
+75
2009-02-17
Add a logger for stuff related to the resolver tab.
Daniel Burrows
1
-0
/
+34
2009-01-04
Improve the note on how to do this better.
Daniel Burrows
1
-1
/
+2
2009-01-04
Add radio buttons to choose between showing the actions contained in a soluti...
Daniel Burrows
1
-7
/
+22
2009-01-04
Implement a first cut of an explanation mode for the GUI resolver.
Daniel Burrows
1
-1
/
+106
2009-01-04
Extract the logic to build a tree that groups the actions of a resolver solut...
Daniel Burrows
1
-181
/
+188
2008-11-09
Remove unnecessary traces left when using the resolver.
Obey Arthur Liu
1
-18
/
+3
2008-11-07
Make the passing of slots between threads safer.
Daniel Burrows
1
-5
/
+13
2008-08-20
Refix previous changeset. Didn't work on non-64bit architectures.
Obey Arthur Liu
1
-3
/
+3
2008-08-20
Fix 64-bit warnings threated as errors. Thanks to Luca Bruno. Closes http://d...
Obey Arthur Liu
1
-1
/
+1
2008-08-16
Overhaul the resolver to always update correctly and to allow the resolver to...
Daniel Burrows
1
-181
/
+357
2008-08-03
Use "manage" everywhere to ensure that GTK+ objects get destroyed as appropri...
Daniel Burrows
1
-1
/
+1
2008-07-31
Push the signal for changed packages into aptitudeDepCache.
Daniel Burrows
1
-7
/
+3
2008-07-27
Split gtk/gui.cc into 7 smaller files to speed up edition and compilation.
Obey Arthur Liu
1
-0
/
+472