summaryrefslogtreecommitdiff
path: root/src/gtk
AgeCommit message (Expand)AuthorFilesLines
2010-06-18Add a Makefile for src/gtk/views/mocks, so that I can distribute the .h file ...Daniel Burrows2-0/+2
2010-06-18Include make_shared.hpp (why did this compile before?)Daniel Burrows1-0/+1
2010-06-18Use the new configure checks to support both the old and the new versions of ...Daniel Burrows1-2/+3
2010-06-02Eliminate all uses of the global screen_width variable and use terminal objec...Daniel Burrows1-1/+2
2010-05-28Transition from log4cxx to the new logging framework.Daniel Burrows2-5/+5
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-14Change area.{cc,h} to model.{cc,h} in src/gtk/toplevel/Makefile.am.Daniel Burrows1-2/+2
2010-05-13Write a fully functional alternate initialization path.Daniel Burrows11-3/+1145
2010-05-12Move the model code from namespace gui to namespace gui::toplevel.Daniel Burrows2-569/+575
2010-05-12Add a skeletal main-window class that bases its content off a toplevel view i...Daniel Burrows4-0/+119
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 Burrows4-9/+301
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-01Base the dynamic_list implementation off std::vector, not multi_index.Daniel Burrows1-2/+0
2010-05-01Add a widget template for the coming alternative top-level view.Daniel Burrows1-3/+43
2010-04-29Tidy up the area code and factor out generic stuff into generic/util.Daniel Burrows2-311/+57
2010-04-29Add some stub files sketching out the classes that I want to exist.Daniel Burrows4-1/+94
2010-04-29Create a new directory under "gtk" to hold the toplevel UI code.Daniel Burrows7-6/+32
2010-04-25Explicitly distribute the build files in SCons*.Daniel Burrows2-0/+7
2010-04-25Start adding support for a 'dist' rule that builds a distributed archive.Daniel Burrows1-0/+4
2010-04-24Fix several places where gui.h is included as a nonlocal header.Daniel Burrows2-4/+3
2010-04-21Add SConscript files for the rest of the source.Daniel Burrows2-0/+62
2010-04-21Fix dpkg_terminal to not directly reference log4cxx.Daniel Burrows1-2/+2
2010-04-21Rename the log4cxx namespace to logging.Daniel Burrows8-40/+40
2010-03-05Overhaul the resolver to distinguish between tiers and changes to tiers; this...Daniel Burrows1-5/+3
2010-01-17Fix a startup crash on some architectures caused by not properly protecting t...Daniel Burrows1-2/+6
2010-01-17Revert some exploratory changes to the Glade file that accidentally got check...Daniel Burrows1-27/+170
2010-01-13Consistently use a signal_ prefix on signals emitted by the area code.Daniel Burrows2-12/+12
2010-01-13Write the standard implementation of the notification interface.Daniel Burrows1-0/+40
2010-01-13Write a prototype for a create_notification() function that creates a notific...Daniel Burrows1-0/+5
2010-01-13Explicitly state that set_progress() emits a signal.Daniel Burrows1-1/+6
2010-01-13Rename notification to notification_info.Daniel Burrows1-2/+3
2010-01-13Implement the backing class for tab_info.Daniel Burrows1-0/+92