1.3.11: 2007-03-04 Armin Burgmeier * glom/utilitiy_widgets/db_adddel/db_adddel.h: * glom/utilitiy_widgets/db_adddel/db_adddel.cc: Added a signal_script_button_clicked that is emitted when the user clicks on a list button. * glom/mode_data/box_data.h: * glom/mode_data/box_data.cc: Added a execute_button_script() function. * glom/mode_data/box_data_details.cc: Make use of it. * glom/mode_data/box_data_list.h: * glom/mode_data/box_data_list.cc: Listen on signal_script_button_clicked from m_AddDel and execute the script. Refresh the list because the script may have altered it. This is done in an idle handler because it crashes Glom otherwise. 2007-03-04 Murray Cumming * glom/libglom/connectionpool.cc: Add a comment about the hope of using just the pg_ctl result code in future. 2007-03-03 Murray Cumming * glom/libglom/connectionpool.cc: When checking if the postgres instance has finished starting, check for "is running" rather than "postmaster is running", because this message has changed in postgres 8.2. Yes, this is a nasty hack anyway, and we need a better way to programatically know when the local server is running. 2007-03-02 Armin Burgmeier * glom/mode_data/box_data_details.cc: Remove shadow from Viewport that is created by Gtk::ScrolledWindow::add(). 2007-03-02 Murray Cumming * autogen.sh: Use --copy with gnome-doc-prepare, because that is what gnome-common does. * configure.in: Specify 0.9.0 to GNOME_DOC_INIT() Change the default postgres tools path to use 8.2, as used on Ubuntu Feisty, to make my life easier. 1.3.10: