0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Dunno, really. More... almost 15 years ago
Author: John <[email protected]> --- log message follows this line --- Fixed last case for rat_catcher_store_gtk_wrapper updates; interior (non-leaf, non-root) nodes. More... almost 15 years ago
Added pending spec as placeholder for resuming work. More... almost 15 years ago
Got handling of RatCatcherStoreGtkWrapper updates for leaf nodes working properly. More... almost 15 years ago
Made modifying an sub-node of the RatCatcherStore work properly. More... almost 15 years ago
Changed calling sequence for RatCatcherStore listeners; we now pass in the changed RatCatcherStore instead of an Sexp. More... almost 15 years ago
Merge branch 'master' of [email protected]:jmax315/ratcatcher More... about 15 years ago
Partially implemented watcher to keep RatCatcherStore and RatCatcherStoreGtkWrapper in sync. More... about 15 years ago
segregated core and gtk specs More... about 15 years ago
Added missing 'require' to rat_catcher_store_gtk_wrapper_spec. Explicitly close source file to make windows happy when unlinking. More... about 15 years ago
Got some of the Gtk GUI working again; the tree displays, but changing it doesn't work. More... about 15 years ago
Finished decoupling RatCatcherStore and gnome-gtk2. All of the dependencies are now in RatCatcherApp and the new RatCatcherStoreGtkWrapper class. At some point, we should rename RatCatcherApp to RatCatcherGtkApp, slide a new RatCatcherApp superclass in over it, and pull non-gtk functionality up into the superclass. Not today, though. More... about 15 years ago
Continued decoupling Gtk from RatCatcherStore. Changed primary means of creating RatCatcherStores from new to the factory method RatCatcherStore#parse. More... about 15 years ago
In the middle of a looong change while decoupling RatCatcherStore from Gtk::TreeStore. One failing test to remind us of our position. More... about 15 years ago
Removed RatCatcherStore's inheritance from Gtk::TreeStore; it now delegates. More... about 15 years ago
Added test for the RatCatcherApp#connect_clicked_signal method. More... about 15 years ago
Connected Save button to RatCatcherApp#save method. More... about 15 years ago
Removed automatic save on exit (so now we need a save button). Fixed bug in dealing with rename of non-root method calls. More... about 15 years ago
Moved ruby2ruby stuff out of RatCatcherApp into RatCatcherStore. More... about 15 years ago
Added working RatCatcherApp#save method. Whoo-hoo! More... about 15 years ago
Refactored a bit to save the name of the file loaded at startup. More... about 15 years ago
Added save on exit call to main script. More... about 15 years ago
Removed specs for pretty printer (should've done that last time). Added code to RatCatcharApp#rename_method to update the sexp. More... about 15 years ago
Changed RatcatcherApp to RatCatcherApp, and changed file names to match (ratcatcher_app to rat_catcher_app). Removed PrettPrinter. More... about 15 years ago
Added spec to catch inconsistencies between the RatCatcherStore accessed through the app and through the TreeView. Removed duplicate copies of the RatCatcherStore; it now lives exclusively in the TreeView. Fixed bug in RatCatcherStore == method (we were returning true if we compared an empty tree with anything). More... about 15 years ago
Rigged RatcatcherApp#rename_method to actually change the text in the TreeStore. It still doesn't change the underlying Sexp; that's next. More... about 15 years ago
Removed dead test from specs. Modified calling sequence for RatcatcherApp#modify_node to match what the underlying signal actually passes. More... about 15 years ago
Continued cleanup of treeview signal specs More... about 15 years ago
Checkpoint for cleanup of nested mock objects in treeview tests. More... about 15 years ago
Added spec that the last re-organization made necessary. More... about 15 years ago