summaryrefslogtreecommitdiff
path: root/src/gtk
AgeCommit message (Expand)AuthorFilesLines
2008-12-09Implement support for the global apt Undo stack.Daniel Burrows2-0/+13
2008-12-09Control the sensitivity of the Undo command based on the current tab's settin...Daniel Burrows2-0/+26
2008-12-09Add hooks in the tab manager and tab code to dispatch events related to the U...Daniel Burrows2-0/+40
2008-12-08Update the contents of the Package menu depending on which tab is active.Daniel Burrows8-20/+116
2008-12-08Move the PackagesAction enumeration to a newly created "constants.h" header.Daniel Burrows3-18/+56
2008-12-08Don't add the Dashboard tab until the main window is fully constructed.Daniel Burrows1-2/+3
2008-12-06Create a Package menu with no actions when the program starts up.Daniel Burrows1-0/+2
2008-12-06Don't include any entries in the Package menu in the Glade file.Daniel Burrows1-113/+1
2008-12-06Only display one menu entry for changing the automatic state.Daniel Burrows1-7/+12
2008-12-06Tag the entries in the package action menu for translation.Daniel Burrows1-11/+11
2008-12-06Add basic support for changing the automatic states of packages.Daniel Burrows5-7/+49
2008-12-06Use a proper ref_ptr to store the entity referenced by an InfoTabButtons obje...Daniel Burrows1-14/+12
2008-12-06Create a class that collects the buttons displayed in the package description...Daniel Burrows1-80/+66
2008-12-06Don't say that clicking will toggle auto-ness (I think it's better to put tha...Daniel Burrows1-4/+4
2008-12-06Add an entity-view column that displays whether a package is automatically in...Daniel Burrows3-1/+59
2008-12-06Use the "yes" icon (a green sphere) for installed packages.Daniel Burrows1-1/+1
2008-12-06Apply user changes in two stages to more accurately reflect them.Daniel Burrows6-16/+41
2008-12-04Add undos for the action groups generated when running actions on a bunch of ...Daniel Burrows1-8/+14
2008-12-03Add a simple way of checking whether a tab is active.Daniel Burrows2-0/+23
2008-12-03Move fill_package_menu to gui.h so it can be used by more than just the entit...Daniel Burrows4-94/+100
2008-12-03Remove some debugging output I missed earlier.Daniel Burrows1-2/+0
2008-12-03Rebuild the Package menu whenever the set of selected packages changes.Daniel Burrows1-1/+4
2008-12-03Rename package_menu_handler to the more descriptive and generic build_package...Daniel Burrows2-3/+7
2008-12-03Remove some debugging code.Daniel Burrows1-9/+0
2008-12-03Add a local variable to collect some verbose dereferences.Daniel Burrows1-2/+3
2008-12-03Replace get_menu() with fill_menu(), which always fills an existing menu.Daniel Burrows2-27/+28
2008-12-01Clear the package menu before repopulating it.Obey Arthur Liu1-0/+1
2008-11-30Implemented a basic duplicate of the contextual popup menu in the menubar.Obey Arthur Liu5-5/+65
2008-11-25Fixed a typoJens Seidel1-1/+1
2008-11-25Fixed wrong ngettext usage. Closes: #505675Jens Seidel1-6/+6
2008-11-21Add a dropdown box to package lists that limits how many packages are shown.Daniel Burrows6-20/+267
2008-11-18Don't destroy the dpkg terminal tab when it's closed; just hide it.Daniel Burrows1-7/+2
2008-11-18Allow tags to be hidden, not destroyed, when the "close" button is clicked.Daniel Burrows2-5/+23
2008-11-16When dpkg is finished, remove the progress bar and tell the user.Daniel Burrows1-1/+12
2008-11-16Refactor the dpkg terminal creation code.Daniel Burrows3-235/+221
2008-11-16Rename the DpkgTerminal tab type to DpkgTerminalTabType.Daniel Burrows2-2/+2
2008-11-16Initial implementation of support for the dpkg status pipe.Daniel Burrows5-40/+601
2008-11-12Link unimplemented items from the File menu to the not-implemented message fu...Obey Arthur Liu1-0/+28
2008-11-12Implement and export a "Not implemented, yet" popup message function.Obey Arthur Liu2-0/+13
2008-11-11Add aptitude.glade to the list of things included in the source archive.Daniel Burrows1-0/+2
2008-11-11Split the hyperlink stuff out of gui.{cc,h} into its own source files.Daniel Burrows9-168/+233
2008-11-11Arthur should get credit too in the copyright on dashboardtab.*.Daniel Burrows2-0/+2
2008-11-11Add some minimal doxygen stuff to dashboardtab.h.Daniel Burrows1-0/+3
2008-11-11Split the dashboard code out of gui.{cc,h} into its own source files.Daniel Burrows5-262/+358
2008-11-11Don't complain so much about gtkmm in comments.Daniel Burrows1-11/+8
2008-11-10Use some fairly horrifying hacks to wrestle GTK-- into compliance and get sup...Daniel Burrows1-0/+89
2008-11-10Collect all the stuff to generate "hyperlink" tags into a single class.Daniel Burrows1-31/+47
2008-11-10Cleanly fall back to the curses frontend if the GTK+ frontend can't be initia...Daniel Burrows2-5/+24
2008-11-10Try to load the .glade file from $datadir rather than $CWD.Daniel Burrows1-18/+44
2008-11-10Add a configure option to disable locating the .glade file relative to the cwd.Daniel Burrows1-0/+2