summaryrefslogtreecommitdiff
path: root/src/qt
AgeCommit message (Expand)AuthorFilesLines
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 Burrows1-1/+25
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-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
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 Galiszewski4-0/+104