summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-12-31Localize date and time format in logsChristian PERRIER1-1/+2
2011-07-23Strip out unused code that tracks whether some options were set.Daniel Burrows1-11/+0
2011-07-23Remove broken safe-upgrade-only options.Daniel Burrows1-6/+0
2011-07-23Fix an unused variable.Daniel Burrows1-2/+2
2011-07-23Hopefully fix the use of VTE in the GTK+ frontend.Daniel Burrows1-6/+26
2011-05-14Add a missing header file to Makefile.am.Daniel Burrows1-1/+2
2011-05-14Remove old cruft from Makefile.am files.Daniel Burrows2-5/+1
2011-05-14Ensure that packages are manual after we mark them for install, not before.Daniel Burrows1-5/+3
2011-05-14Save and restore the auto flag of a package around MarkInstall(). (Closes: #...Daniel Burrows2-5/+16
2011-04-10Add a new "source" grouping policy, which groups packages according to their ...Daniel Burrows3-0/+91
2011-04-10If the Xapian database isn't available, fake it for ?term and ?term-prefix.Daniel Burrows1-10/+139
2011-04-10Fix serializing ?term-prefix.Daniel Burrows1-2/+2
2011-04-06Eliminate an unused local variable.Daniel Burrows1-10/+3
2011-04-06Actually count up the number of installs and upgrades.Daniel Burrows1-0/+2
2011-04-06Add missing #include of stddef.h.Daniel Burrows1-1/+2
2011-04-05For the string "~", use a name matcher instead of a term matcher. (Closes: #5...Daniel Burrows1-2/+2
2011-04-02Apply patch from Tim Retout to support the preferences.d directory.Daniel Burrows3-1/+9
2011-04-02Nuke the scons build scripts.Daniel Burrows18-625/+0
2011-03-30Fix compile errors caused by changes in the libapt API.Daniel Burrows10-62/+32
2011-03-30Fix a C++ error (accidentally returned false instead of NULL).Daniel Burrows1-2/+2
2011-03-29Don't clobber a fixed-name file in /tmp if the user's home directory isn't se...Daniel Burrows1-6/+8
2010-08-26Include the current time and thread ID in log messages.Daniel Burrows1-1/+10
2010-08-26Fix the behavior of OFF_LEVEL in the logging code.Daniel Burrows1-4/+3
2010-08-26Improve the log messages from the GTK+ changelog code.Daniel Burrows1-1/+49
2010-08-25Fix the TRACE log level.Daniel Burrows1-2/+5
2010-08-06Write a routine to subtract timevals.Daniel Burrows2-0/+23
2010-07-26Fix a typoed slot name in the packages_tab code.Daniel Burrows1-1/+1
2010-07-26Spelling & grammar fixes to identifiers & doccomments.Daniel Burrows2-4/+5
2010-07-26Merge commit '116146da81026b6acb748a12e37d31edea74f1c8'Daniel Burrows2-2/+125
2010-07-26Create a log category for the top-level Qt startup.Daniel Burrows3-1/+36
2010-07-26Fix apt initialization by properly hooking up consume_errors().Daniel Burrows1-0/+15
2010-07-26Merge commit '833d98eea7d687975c000b4a60f6bb2594ac0513'Daniel Burrows2-0/+13
2010-07-26Fix VPATH builds of moc output by giving paths relative to $(srcdir).Daniel Burrows1-1/+1
2010-07-26Fix an incorrect build order in src/generic/.Daniel Burrows1-1/+11
2010-07-22Implementation of Packages Tab lookPiotr Galiszewski2-2/+125
2010-07-22initalize apt on program startingPiotr Galiszewski2-0/+13
2010-07-21Tweak (hopefully improve) the package pool doccomments.Daniel Burrows1-10/+33
2010-07-21Replace an apparently accidental (but harmless) use of operator, with a semic...Daniel Burrows1-2/+2
2010-07-21Standardize indentation.Daniel Burrows1-10/+10
2010-07-21Derive package_pool_impl from sigc::trackable to avoid any surprises.Daniel Burrows1-1/+2
2010-07-21Merge remote branch 'aptitude-qt/001.1-package'Daniel Burrows3-0/+263
2010-07-21Merge commit 'aptitude-qt/001.1-package^'Daniel Burrows5-1/+705
2010-07-21Indentation fix.Daniel Burrows1-8/+8
2010-07-21Introduce package_pool classPiotr Galiszewski3-0/+263
2010-07-21Introduce package and version classesPiotr Galiszewski5-1/+705
2010-07-20Add tabs_manager class and fix tab_deletion_request signal logicPiotr Galiszewski7-68/+490
2010-07-19Fix indentation and spacing.Daniel Burrows2-20/+19
2010-07-19Improve a TODO.Daniel Burrows1-2/+2
2010-07-19Improve language in a bunch of doccomments.Daniel Burrows3-60/+68
2010-07-19Merge commit 'b7c0e95463426381865ac9902d73260e4ad284ff'Daniel Burrows8-6/+744