Age | Commit message (Expand) | Author | Files | Lines |
2012-06-30 | Treat debtags always as strings; unify ept/non-ept interface to debtags | Daniel Hartwig | 1 | -13/+4 |
2012-06-20 | Do not do FixMissing automatically for command-line actions | Daniel Hartwig | 1 | -0/+1 |
2012-06-08 | Add typedefs for vectors of package, version search results | Daniel Hartwig | 1 | -3/+4 |
2012-05-02 | Remove one more mention to 'su' | Daniel Hartwig | 1 | -1/+1 |
2012-04-25 | Dont mention 'su' in 'Become root' (from Ubuntu: 11_ubuntu_uses_sudo) | Daniel Hartwig | 1 | -1/+1 |
2012-02-24 | Refactor various apt-related comparison functors to apt.h | Daniel Hartwig | 2 | -16/+4 |
2012-02-21 | Do not blindly call '/usr/games/gnomine' (GNOME mine sweeper game) from the m... | Manuel A. Fernandez Montecelo | 3 | -28/+0 |
2012-01-31 | Handle enhances/obsoletes in more places. | Daniel Hartwig | 1 | -0/+3 |
2011-07-23 | Fix an unused variable. | Daniel Burrows | 1 | -2/+2 |
2011-07-23 | Hopefully fix the use of VTE in the GTK+ frontend. | Daniel Burrows | 1 | -6/+26 |
2011-04-02 | Nuke the scons build scripts. | Daniel Burrows | 4 | -112/+0 |
2010-08-26 | Improve the log messages from the GTK+ changelog code. | Daniel Burrows | 1 | -1/+49 |
2010-07-03 | Move the search input controller and view classes over to generic/. | Daniel_Burrows@alumni.brown.edu | 17 | -552/+24 |
2010-06-18 | Add a Makefile for src/gtk/views/mocks, so that I can distribute the .h file ... | Daniel Burrows | 2 | -0/+2 |
2010-06-18 | Include make_shared.hpp (why did this compile before?) | Daniel Burrows | 1 | -0/+1 |
2010-06-18 | Use the new configure checks to support both the old and the new versions of ... | Daniel Burrows | 1 | -2/+3 |
2010-06-02 | Eliminate all uses of the global screen_width variable and use terminal objec... | Daniel Burrows | 1 | -1/+2 |
2010-05-28 | Transition from log4cxx to the new logging framework. | Daniel Burrows | 2 | -5/+5 |
2010-05-24 | Start using google-mock to test the search input controller logic. | Daniel Burrows | 1 | -0/+70 |
2010-05-18 | Experimentally start refactoring code into view/controller pairs for more mod... | Daniel Burrows | 17 | -2/+694 |
2010-05-18 | Clean up an overly chatty comment. | Daniel Burrows | 1 | -2/+1 |
2010-05-17 | Add scaffolding to the tab_info structure to make it easy to create siblings ... | Daniel Burrows | 2 | -1/+51 |
2010-05-17 | Expose the contents of an area as writable sets. | Daniel Burrows | 1 | -2/+2 |
2010-05-17 | Add an object to store the standard areas of the program, and make it availab... | Daniel Burrows | 7 | -24/+271 |
2010-05-17 | Fix the declaration of create_area_info() to match the type of its implementa... | Daniel Burrows | 1 | -1/+1 |
2010-05-14 | Change area.{cc,h} to model.{cc,h} in src/gtk/toplevel/Makefile.am. | Daniel Burrows | 1 | -2/+2 |
2010-05-13 | Write a fully functional alternate initialization path. | Daniel Burrows | 11 | -3/+1145 |
2010-05-12 | Move the model code from namespace gui to namespace gui::toplevel. | Daniel Burrows | 2 | -569/+575 |
2010-05-12 | Add a skeletal main-window class that bases its content off a toplevel view i... | Daniel Burrows | 4 | -0/+119 |
2010-05-12 | Ensure that tabs are removed from their areas when they're closed. | Daniel Burrows | 1 | -1/+21 |
2010-05-12 | Make the interface members of tab_info public (oops). | Daniel Burrows | 1 | -0/+1 |
2010-05-12 | Rename area.{cc,h} to model.{cc,h}. | Daniel Burrows | 5 | -7/+18 |
2010-05-11 | Add an interface that abstracts over a view displaying exactly one tab at a t... | Daniel Burrows | 5 | -13/+117 |
2010-05-11 | Remove an unnecessary boost:: prefix. | Daniel Burrows | 1 | -1/+1 |
2010-05-11 | Weaken the #includes in area.h, since it only needs slots. | Daniel Burrows | 1 | -1/+1 |
2010-05-11 | Add an initial implementation of a view for a tab set. | Daniel Burrows | 4 | -9/+301 |
2010-05-11 | Move connect_closed to the tab_info interface, to indicate that only infrastr... | Daniel Burrows | 1 | -13/+12 |
2010-05-11 | Overhaul once again how tabs are closed. | Daniel Burrows | 2 | -7/+32 |
2010-05-11 | Add a shared_ptr<tab_info> parameter to signals that entities other than the ... | Daniel Burrows | 2 | -18/+35 |
2010-05-10 | Document the routine that creates a tab_info structure. | Daniel Burrows | 1 | -0/+6 |
2010-05-10 | Clarify how tabs are to be closed, and fix up the signals to match the docume... | Daniel Burrows | 2 | -3/+36 |
2010-05-10 | Add a warning about the potential for reference loops to area.h. | Daniel Burrows | 1 | -0/+4 |
2010-05-10 | Overhaul the area code to prepare for actually using it. | Daniel Burrows | 2 | -58/+187 |
2010-05-01 | Base the dynamic_list implementation off std::vector, not multi_index. | Daniel Burrows | 1 | -2/+0 |
2010-05-01 | Add a widget template for the coming alternative top-level view. | Daniel Burrows | 1 | -3/+43 |
2010-04-29 | Tidy up the area code and factor out generic stuff into generic/util. | Daniel Burrows | 2 | -311/+57 |
2010-04-29 | Add some stub files sketching out the classes that I want to exist. | Daniel Burrows | 4 | -1/+94 |
2010-04-29 | Create a new directory under "gtk" to hold the toplevel UI code. | Daniel Burrows | 7 | -6/+32 |
2010-04-25 | Explicitly distribute the build files in SCons*. | Daniel Burrows | 2 | -0/+7 |
2010-04-25 | Start adding support for a 'dist' rule that builds a distributed archive. | Daniel Burrows | 1 | -0/+4 |