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