- 17 Nov, 2002 7 commits
-
-
daniel_e authored
* pixmaps/stock_save_all_16.png: New menu icon. * pixmaps/Makefile.am: Add new icon. * src/main.cc: Register new icon.
-
daniel_e authored
-
daniel_e authored
takes up quite some space.
-
daniel_e authored
-
daniel_e authored
* src/controller.{cc,h} (create_menubar): Implement. * src/mainwindow.cc: Show the menu bar, and make both toolbar and menu bar detachable.
-
daniel_e authored
-
daniel_e authored
* src/controller.{cc,h}: New files, implementing class Controller and class ControlItem. ControlItem maintains an arbitrary number of activation sources, and controls the sensitivity state of an arbitrary number of widgets too. Controller centralizes all of the ControlItems and provides create() functions for all pure control widgets in regexxer. Also, there's ControlGroup which can be used to set the sensitivity of several widgets at once. All this stuff became necessary due to the proposed addition of menus. Getting the sensitivity of all widgets right was already quite complex. After the integration of menus the old code would have reached a critical mass. * src/imagebutton.{cc,h}: New files, containing ImageButton and ImageLabelButton that were previously in mainwindow.cc. We need them in controller.cc now too. * src/Makefile.am (regexxer_SOURCES): Add new files. * src/mainwindow.{cc,h}: Integrate the new Controller concept and get rid of the obsolete cruft. We're now below 1000 lines again.
-
- 16 Nov, 2002 2 commits
- 15 Nov, 2002 2 commits
- 14 Nov, 2002 4 commits
- 13 Nov, 2002 2 commits
- 12 Nov, 2002 1 commit
-
-
daniel_e authored
-
- 11 Nov, 2002 7 commits
-
-
daniel_e authored
-
daniel_e authored
* src/filetree.{cc,h} (find_files): Use std::string instead of Glib::ustring for 'dirname' and get rid of the call to Glib::filename_from_utf8(). This doesn't really belong here. * src/mainwindow.cc (on_find_files): Convert the directory name to filename encoding, and use the current directory as fallback if it's empty.
-
daniel_e authored
one file to search in. Suggested by Murray Cumming <murrayc@usa.net>. (button_find_files_): Likewise set this button insensitive if entry_pattern_ is empty.
-
daniel_e authored
seems to ignore the 'blocked' flag of the SigC::Connection object. I'll fix this later in gtkmm itself.
-
daniel_e authored
-
daniel_e authored
-
daniel_e authored
path_match_first_ and path_match_last_. This fixes a serious bug -- the code relies on the validity of this cached range.
-
- 10 Nov, 2002 7 commits
- 09 Nov, 2002 3 commits
- 08 Nov, 2002 2 commits
- 07 Nov, 2002 3 commits