1.6.6: 2007-12-14 Murray Cumming * glom/utility_widgets/adddel/adddel.cc: * glom/utility_widgets/db_adddel/db_adddel.cc: Use Gtk::TreeView::set_headers_visible() because this is not on by default in Maemo's GTK+, just to annoy everyone. 2007-12-14 Murray Cumming * glom/utility_widgets/db_adddel/db_adddel.cc: on_button_press_event_Popup(): Avoid a warning about no return when building for Maemo. 2007-12-06 Murray Cumming * configure.in: Move the --enable-maemo-launcher code to nearer the bottom, because it somehow causes the check for pkg-config to fail. (This happened when I tried it too, before Johannes did this). * glom/frame_glom.cc: * glom/frame_glom.h: Reorder some member variables to reduce the ifdefs and fix some warnings. * glom/libglom/appstate.cc: Fix an ifdef to allow us to go into developer mode again in normal not-client-only mode. 2007-12-04 Murray Cumming * glom/mode_data/box_data_list_related.cc: * glom/utility_widgets/flowtablewithfields.cc: Replace more hard-coded 6 spacing with our constant, so it is less on Maemo. 2007-12-03 Johannes Schmid * configure.in: Cleaned up maemo-launcher integration * src/Makefile.am: Renamed MAEMO_LAUNCHER_LDFLAGS to MAEMO_LAUNCHER_LIBS 2007-12-03 Johannes Schmid * glom/Makefile.am: Added MAEMO_LAUNCHER_CFLAGS and MAEMO_LAUNCHER_LDFLAGS to the Makefile. These will be usually just empty but will allow us to build on maemo without changes 2007-12-03 Murray Cumming * configure.in: Rename --disable-doc to --disable-doc-utils to be clearer, and move the check lower in configure.ac because it was somehow causing the check for pkg-config to fail. 2007-12-02 Murray Cumming * configure.in: * Makefile.am: Added --disable-doc configure option, because Maemo has no gnome-doc-utils. This was copied partly from Ekiga. 2007-12-02 Murray Cumming * glom/glom.glade: Remove dialog_connection_error. * glom/frame_glom.cc: * glom/frame_glom.h: Replace use of dialog_connection_error with Utils::show_ok_dialog(), so we can use a Hildon::Note on Maemo. 2007-12-01 Murray Cumming * glom/libglom/appstate.cc: Constructor: Make sure that we default to operator mode for client-only mode. * glom/glom.glade: * glom/frame_glom.cc: * glom/frame_glom.h: Hide the footer (user level and found count) in Maemo build. * glom/dialog_glom.cc: * glom/mode_find/box_data_list_find.cc: * glom/utility_widgets/flowtablewithfields.cc: Replace some padding and spacing with the constants, so we save space in the Mameo build.