summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-05-25Truncate floating-point percentages when displaying a progress message.Daniel Burrows1-1/+7
2010-05-25Change the progress_info object so that pulsing progress bars can carry a sta...Daniel Burrows1-3/+8
2010-05-25Replace direct uses of OpTextProgress with calls to make_text_progress().Daniel Burrows7-21/+48
2010-05-25Add a private version of OpTextProgress.Daniel Burrows4-1/+224
2010-05-25Redesign the logging interface so that test logging systems can be created.Daniel Burrows2-22/+97
2010-05-25Give Logger a virtual destructor.Daniel Burrows2-0/+6
2010-05-25Remove an unnecessary friend declaration (member classes are always friends).Daniel Burrows1-1/+0
2010-05-24Add a first draft of a logging library to replace liblog4cxx.Daniel Burrows4-0/+538
2010-05-24Start using google-mock to test the search input controller logic.Daniel Burrows1-0/+70
2010-05-18Experimentally start refactoring code into view/controller pairs for more mod...Daniel Burrows17-2/+694
2010-05-18Clean up an overly chatty comment.Daniel Burrows1-2/+1
2010-05-17Add scaffolding to the tab_info structure to make it easy to create siblings ...Daniel Burrows2-1/+51
2010-05-17Expose the contents of an area as writable sets.Daniel Burrows1-2/+2
2010-05-17Add an object to store the standard areas of the program, and make it availab...Daniel Burrows7-24/+271
2010-05-17Fix the declaration of create_area_info() to match the type of its implementa...Daniel Burrows1-1/+1
2010-05-14Add gtk/toplevel/libgtk-toplevel.a to the Makefile linkage of aptitude.Daniel Burrows1-1/+1
2010-05-14Don't assign to use_new_gui if HAVE_GTK isn't set.Daniel Burrows1-0/+2
2010-05-14Change area.{cc,h} to model.{cc,h} in src/gtk/toplevel/Makefile.am.Daniel Burrows1-2/+2
2010-05-14Write configure checks for the order of arguments that boost::fusion::fold us...Daniel Burrows1-0/+8
2010-05-13Write a fully functional alternate initialization path.Daniel Burrows15-6/+1174
2010-05-12Move the model code from namespace gui to namespace gui::toplevel.Daniel Burrows2-569/+575
2010-05-12Add code to do on-the-fly transforms of dynamic sets and enumerations.Daniel Burrows4-0/+229
2010-05-12Add missing #includes from dynamic_set_union.h.Daniel Burrows1-0/+3
2010-05-12Add a skeletal main-window class that bases its content off a toplevel view i...Daniel Burrows6-0/+130
2010-05-12Ensure that tabs are removed from their areas when they're closed.Daniel Burrows1-1/+21
2010-05-12Make the interface members of tab_info public (oops).Daniel Burrows1-0/+1
2010-05-12Rename area.{cc,h} to model.{cc,h}.Daniel Burrows5-7/+18
2010-05-11Add an interface that abstracts over a view displaying exactly one tab at a t...Daniel Burrows5-13/+117
2010-05-11Remove an unnecessary boost:: prefix.Daniel Burrows1-1/+1
2010-05-11Weaken the #includes in area.h, since it only needs slots.Daniel Burrows1-1/+1
2010-05-11Add an initial implementation of a view for a tab set.Daniel Burrows6-9/+313
2010-05-11Move connect_closed to the tab_info interface, to indicate that only infrastr...Daniel Burrows1-13/+12
2010-05-11Overhaul once again how tabs are closed.Daniel Burrows2-7/+32
2010-05-11Add a shared_ptr<tab_info> parameter to signals that entities other than the ...Daniel Burrows2-18/+35
2010-05-10Document the routine that creates a tab_info structure.Daniel Burrows1-0/+6
2010-05-10Clarify how tabs are to be closed, and fix up the signals to match the docume...Daniel Burrows2-3/+36
2010-05-10Add a warning about the potential for reference loops to area.h.Daniel Burrows1-0/+4
2010-05-10Overhaul the area code to prepare for actually using it.Daniel Burrows2-58/+187
2010-05-09Make sure that the connections that are attached when a new set are inserted ...Daniel Burrows1-11/+22
2010-05-09Connect inserted/removed signals from each sub-set to the corresponding handl...Daniel Burrows1-0/+3
2010-05-09Fix a .advance() vs ->advance() error.Daniel Burrows1-1/+1
2010-05-09Return the key of the current entry as the result of get_current() on the ite...Daniel Burrows1-1/+1
2010-05-09Make the constructor of a dynamic set union's enumerator take a *const* refer...Daniel Burrows1-2/+2
2010-05-09Move the values_iterator typedef to the top of the class, make it public, and...Daniel Burrows1-2/+6
2010-05-09Invoke e->advance() instead of e.advance(), since e is a pointer to an enumer...Daniel Burrows1-1/+1
2010-05-09Write a body for ~dynamic_set_test().Daniel Burrows1-0/+5
2010-05-09Add a first implementation of dynamic-set code to go with the dynamic-list code.Daniel Burrows3-0/+487
2010-05-08Actually use the carefully calculated relocation target to rearrange the conc...Daniel Burrows1-1/+1
2010-05-08Remove old references to enumerators from the dynamic_list code.Daniel Burrows3-5/+0
2010-05-06Fix an off-by-one error that occurred when moving sub-list items to the left.Daniel Burrows1-0/+12