summaryrefslogtreecommitdiff
path: root/src/gtk/gui.h
AgeCommit message (Expand)AuthorFilesLines
2012-02-21Do not blindly call '/usr/games/gnomine' (GNOME mine sweeper game) from the m...Manuel A. Fernandez Montecelo1-1/+0
2009-11-03Rename resolver_trampoline to post_thunk and move it to the main GUI header.Daniel Burrows1-0/+5
2009-10-10Push the setup phase of the changelog download into a background thread.Daniel Burrows1-1/+3
2009-09-04Instead of using the default entity_state_info constructor to create a blank ...Daniel Burrows1-5/+3
2009-09-04When translating the description of a package's state, don't try to translate...Daniel Burrows1-1/+3
2009-04-19Make constants for the light-red and light-green background color the package...Daniel Burrows1-0/+3
2009-02-19Closing tabs with Ctrl+Q or Ctrl+W. Works most of the time, or crashes.Obey Arthur Liu1-1/+2
2009-02-19Implement prev/next tab switching with Ctrl-Up/Down or F6/F7.Obey Arthur Liu1-0/+3
2009-02-13Add a convenience custom notimplemented message function.Obey Arthur Liu1-0/+3
2009-02-12For several common operations (installing packages and downloading package li...Daniel Burrows1-0/+4
2009-01-18Explicitly bind wrapped references to the objects we'll manipulate when conne...Daniel Burrows1-4/+12
2008-12-23Add basic support for changing which columns are visible.Daniel Burrows1-0/+10
2008-12-09Control the sensitivity of the Undo command based on the current tab's settin...Daniel Burrows1-0/+9
2008-12-08Update the contents of the Package menu depending on which tab is active.Daniel Burrows1-0/+5
2008-12-08Move the PackagesAction enumeration to a newly created "constants.h" header.Daniel Burrows1-18/+2
2008-12-06Add basic support for changing the automatic states of packages.Daniel Burrows1-1/+5
2008-12-03Move fill_package_menu to gui.h so it can be used by more than just the entit...Daniel Burrows1-0/+28
2008-11-30Implemented a basic duplicate of the contextual popup menu in the menubar.Obey Arthur Liu1-0/+3
2008-11-12Implement and export a "Not implemented, yet" popup message function.Obey Arthur Liu1-0/+3
2008-11-11Split the hyperlink stuff out of gui.{cc,h} into its own source files.Daniel Burrows1-15/+0
2008-11-11Split the dashboard code out of gui.{cc,h} into its own source files.Daniel Burrows1-0/+5
2008-11-10Cleanly fall back to the curses frontend if the GTK+ frontend can't be initia...Daniel Burrows1-1/+5
2008-11-07Make the passing of slots between threads safer.Daniel Burrows1-1/+3
2008-11-01Add support for displaying download progress in terms of the number of items ...Daniel Burrows1-3/+24
2008-10-29Massive refactoring and redesign to properly support background downloads in ...Daniel Burrows1-0/+33
2008-10-16First crack at making the Dashboard useful.Daniel Burrows1-0/+5
2008-10-16Extract the code to create a new Packages tab for a particular search pattern...Daniel Burrows1-0/+3
2008-08-21Add a 'description' attribute to the entity-state object.Daniel Burrows1-3/+7
2008-08-21To pass around state-column information, use a proper structure instead of st...Daniel Burrows1-20/+41
2008-08-16Desensitize the Resolver tool-bar button unless there are broken dependencies...Daniel Burrows1-0/+5
2008-08-16Add a mechanism for posting events to the main GTK+ thread.Daniel Burrows1-0/+3
2008-08-16Split the preview notification into two tabs: one for the "packages are broke...Daniel Burrows1-0/+3
2008-08-16Make do_preview a method of AptitudeWindow.Daniel Burrows1-0/+3
2008-08-16Make do_resolver() a member function of AptitudeWindow.Daniel Burrows1-0/+4
2008-08-14Add support for displaying icons for the current and selected status of a pac...Daniel Burrows1-0/+28
2008-08-13Add a basic GUI for the full-blown (any-to-any) "why" command.Daniel Burrows1-0/+2
2008-08-12NotifyView partially implemented. Some Widget lifetime issues.Obey Arthur Liu1-11/+4
2008-08-09Expose the download / update actions from gui.h.Daniel Burrows1-0/+11
2008-08-09Handle the case of a tab changing the status button while it's selected.Daniel Burrows1-1/+1
2008-08-09Add a bread-crumb button in the lower-right corner.Daniel Burrows1-0/+10
2008-08-08Add function and method to delete tabs.Obey Arthur Liu1-0/+6
2008-08-03Make hyperlinks to the tags of a package in the quick description area of the...Daniel Burrows1-4/+22
2008-08-03Add the error-tab code that I forgot to add yesterday.Daniel Burrows1-2/+3
2008-08-02Initial implementation of a better error view.Daniel Burrows1-0/+19
2008-08-02Make tab_add a method on AptitudeWindow.Daniel Burrows1-0/+4
2008-08-01Add a routine that inserts hyperlinks into TextBuffers.Daniel Burrows1-0/+13
2008-07-31Push the signal for changed packages into aptitudeDepCache.Daniel Burrows1-7/+0
2008-07-28Make tab_add a non-templated function.Daniel Burrows1-1/+2
2008-07-28Implemented InfoTab, activated by double-click or enter on PackagesView rows.Obey Arthur Liu1-0/+2
2008-07-27Split gtk/gui.cc into 7 smaller files to speed up edition and compilation.Obey Arthur Liu1-400/+36