summaryrefslogtreecommitdiff
path: root/src/loggers.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-26Create a log category for the top-level Qt startup.Daniel Burrows1-0/+6
2010-06-08Factor the progress update throttling code into a separate class.Daniel_Burrows@alumni.brown.edu1-0/+5
2010-05-28Transition from log4cxx to the new logging framework.Daniel Burrows1-18/+3
2010-05-13Write a fully functional alternate initialization path.Daniel Burrows1-0/+6
2010-05-12Add a skeletal main-window class that bases its content off a toplevel view i...Daniel Burrows1-0/+6
2010-05-11Add an initial implementation of a view for a tab set.Daniel Burrows1-0/+7
2010-04-21Rename the log4cxx namespace to logging.Daniel Burrows1-39/+45
2010-04-15First work towards implementing the "versions" command I've been thinking abo...Daniel Burrows1-0/+16
2010-04-09Terminology change: replace "tier operation" with "cost" everywhere.Daniel Burrows1-10/+3
2010-04-08Add code to parse out the cost settings from Aptitude::ProblemResolver::Solut...Daniel Burrows1-0/+5
2010-01-12Add a logger for the top-level UI stuff.Daniel Burrows1-1/+7
2009-11-27Move the changelog parsing background thread into src/generic/apt/changelog_p...Daniel Burrows1-0/+9
2009-11-15Introduce a log category for messages related to temporary files, and use it ...Daniel Burrows1-0/+3
2009-11-05Use separate logging categories for the screenshot cache and the image widget.Daniel Burrows1-4/+11
2009-11-04Initial implementation of code to download screenshots from the GUI.Daniel Burrows1-0/+7
2009-10-31Create a new download_queue module that wraps up a generic background downloa...Daniel Burrows1-0/+10
2009-10-24Also make checking for cached changelogs based on the job queue object.Daniel Burrows1-0/+6
2009-10-24Use the new job queue class to parse package changelogs.Daniel Burrows1-1/+10
2009-10-10Add log messages to the backend changelog download code.Daniel Burrows1-0/+5
2009-10-07Use a single thread for all changelog parsing, to avoid spawning a huge numbe...Daniel Burrows1-0/+3
2009-08-06Add a partially implemented cache for downloaded files.Daniel Burrows1-0/+6
2009-05-09Extract some of the search-graph handling stuff into a separate file.Daniel Burrows1-0/+4
2009-04-26Add logging for tab lifetimes.Daniel Burrows1-0/+6
2009-04-20Add logging around what the background resolver thread is up to.Daniel Burrows1-0/+5
2009-03-30Rename auto_flags to manual_flags (since that's what they are) and add a logg...Daniel Burrows1-0/+7
2009-03-29Reorganize and flesh out the code to get the tiering configuration.Daniel Burrows1-0/+7
2009-03-23Restructure the resolver so that it stores and returns sets of choices using ...Daniel Burrows1-0/+7
2009-02-22Add a "promotion set" object.Daniel Burrows1-0/+13
2009-02-19Add a logging category "aptitude.apt.globals" for the global apt state struct...Daniel Burrows1-0/+7
2009-02-19Keep track of all the outstanding build threads, and make sure to wait for th...Daniel Burrows1-0/+6
2009-02-17Add a logger for stuff related to the resolver tab.Daniel Burrows1-0/+6
2009-02-16First draft of a better upgrade UI, based on computing a dependency solution ...Daniel Burrows1-0/+7
2009-02-15Add a safe_resolve_deps() function on the resolver manager that encapsulates ...Daniel Burrows1-0/+14
2009-02-11Rip out the hacky attempt to detect terminal reads, and instead just do what ...Daniel Burrows1-3/+4
2009-02-10Add loggers for the "why" command in GTK-land.Daniel Burrows1-0/+12
2009-02-07Add some logging categories for stuff related to the dpkg terminal object.Daniel Burrows1-0/+15
2009-01-31Write logging messages into the aptitude resolver startup code (the code that...Daniel Burrows1-0/+33
2009-01-31Write some safety/utility macros that wrap LOG4CXX_*, working around the weir...Daniel Burrows1-0/+10
2009-01-30Add a file that will serve as a central repository for all the loggers used i...Daniel Burrows1-0/+47