index
:
aptitude
debian
debian-sid
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-25
Factor the code to display a single-line message and clear it out of the text...
Daniel Burrows
5
-59
/
+180
2010-05-25
Merge two "if" statements that have the same consequent.
Daniel Burrows
1
-4
/
+2
2010-05-25
Use the screen width to truncate the progress display.
Daniel Burrows
1
-3
/
+23
2010-05-25
Move the text-progress object into the cmdline branch, since it's not really ...
Daniel Burrows
13
-24
/
+27
2010-05-25
Truncate floating-point percentages when displaying a progress message.
Daniel Burrows
1
-1
/
+7
2010-05-25
Change the progress_info object so that pulsing progress bars can carry a sta...
Daniel Burrows
1
-3
/
+8
2010-05-25
Replace direct uses of OpTextProgress with calls to make_text_progress().
Daniel Burrows
7
-21
/
+48
2010-05-25
Add a private version of OpTextProgress.
Daniel Burrows
4
-1
/
+224
2010-05-25
Refine the existing test of the search input controller so it passes.
Daniel Burrows
1
-1
/
+15
2010-05-25
Add some glue code to make mock errors generate Boost.Test failures instead o...
Daniel Burrows
1
-7
/
+26
2010-05-25
Redesign the logging interface so that test logging systems can be created.
Daniel Burrows
2
-22
/
+97
2010-05-25
Give Logger a virtual destructor.
Daniel Burrows
2
-0
/
+6
2010-05-25
Remove an unnecessary friend declaration (member classes are always friends).
Daniel Burrows
1
-1
/
+0
2010-05-24
Add a first draft of a logging library to replace liblog4cxx.
Daniel Burrows
4
-0
/
+538
2010-05-24
Add a missing copyright notice to tests/test_enumerator.cc.
Daniel Burrows
1
-0
/
+20
2010-05-24
Start using google-mock to test the search input controller logic.
Daniel Burrows
7
-1
/
+276
2010-05-22
Make the variant-build code specially recognize "-pg" and put it into LINKFLAGS.
Daniel Burrows
1
-0
/
+2
2010-05-20
Modify the SCons build scripts to check both names of the Boost unit testing ...
Daniel Burrows
2
-4
/
+12
2010-05-20
Move the SCons configure check for boost::fusion::fold into the main build en...
Daniel Burrows
1
-8
/
+9
2010-05-20
Write a configure check that tries to locate the Boost unit test libraries.
Daniel Burrows
2
-1
/
+44
2010-05-18
Ignore .deps directories (generated by automake builds).
Daniel Burrows
1
-0
/
+2
2010-05-18
Experimentally start refactoring code into view/controller pairs for more mod...
Daniel Burrows
18
-2
/
+697
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-16
Add the build products and other common things that should be ignored to .git...
Daniel Burrows
1
-0
/
+229
2010-05-14
Work around a bug in boost/lambda/construct.hpp.
Daniel Burrows
1
-1
/
+3
2010-05-14
Fix the set of Boost headers checked by configure.
Daniel Burrows
1
-0
/
+3
2010-05-14
Modify the Boost check script to ignore includes in the configure script othe...
Daniel Burrows
1
-2
/
+4
2010-05-14
Merge the autogen patch with other recent changes.
Daniel Burrows
1
-3
/
+3
2010-05-14
Move the scons-generated config.h file into build/config so it doesn't interf...
Daniel Burrows
2
-2
/
+2
2010-05-14
Add gtk/toplevel/libgtk-toplevel.a to the Makefile linkage of aptitude.
Daniel Burrows
1
-1
/
+1
2010-05-14
Version update from 1.9 to 1.11 for automake, autoconf, aclocal
lsavino@localhost.localdomain
1
-3
/
+3
2010-05-14
Don't assign to use_new_gui if HAVE_GTK isn't set.
Daniel Burrows
1
-0
/
+2
2010-05-14
Change area.{cc,h} to model.{cc,h} in src/gtk/toplevel/Makefile.am.
Daniel Burrows
1
-2
/
+2
2010-05-14
Write configure checks for the order of arguments that boost::fusion::fold us...
Daniel Burrows
4
-1
/
+133
2010-05-13
Write a fully functional alternate initialization path.
Daniel Burrows
15
-6
/
+1174
2010-05-12
Move the model code from namespace gui to namespace gui::toplevel.
Daniel Burrows
2
-569
/
+575
2010-05-12
Add code to do on-the-fly transforms of dynamic sets and enumerations.
Daniel Burrows
4
-0
/
+229
2010-05-12
Add missing #includes from dynamic_set_union.h.
Daniel Burrows
1
-0
/
+3
2010-05-12
Add a skeletal main-window class that bases its content off a toplevel view i...
Daniel Burrows
6
-0
/
+130
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
6
-9
/
+313
[prev]
[next]