summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-05Tighten pattern parsing tests.Daniel Burrows1-1/+7
2011-04-05For the string "~", use a name matcher instead of a term matcher. (Closes: #5...Daniel Burrows1-2/+2
2011-04-02Prepare NEWS for 0.6.4.Daniel Burrows1-0/+55
2011-04-02Explicitly include the GPL2 in the source tree.Daniel Burrows2-1/+339
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 Burrows52-3983/+0
2011-04-02Replace the db2latex generation for the docs with fo -> pdf generation.Daniel Burrows4-97/+25
2011-03-30Update tests for the new behavior of SizeToStr().Daniel Burrows2-26/+26
2011-03-30Fix compile errors caused by changes in the libapt API.Daniel Burrows11-67/+37
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 Burrows2-10/+27
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 Burrows3-2/+117
2010-08-02Add some notes on how identifiers are chosen in aptitude.Daniel Burrows1-0/+46
2010-07-31Add a README file describing how interface/implementation splits are handled ...Daniel Burrows1-0/+246
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-21Fix the Boost configure check to match the code.Daniel Burrows1-0/+1
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 .moc and .mocc to the ignore list.Daniel Burrows1-0/+2
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
2010-07-15Indentation fix.Daniel Burrows1-1/+1
2010-07-15Add tab_widget, main_window and stub implemenation of status_widgetPiotr Galiszewski8-6/+744
2010-07-15Add tab class and stubs of other main program's tabsPiotr Galiszewski13-1/+599
2010-07-14add new target *.mocc used for files containing signals and slots definitions...Piotr Galiszewski1-0/+4
2010-07-13Add build rules for aptitude-QtPiotr Galiszewski7-10/+233
2010-07-10Make display_and_advance work even when the output isn't a terminal.Daniel Burrows3-9/+39