- 12 Apr, 2010 5 commits
-
-
Andre Klapper authored
-
Murray Cumming authored
* glom/glade_utils.h: get_glade_widget_derived_with_warning(): Fix silly but fatal typo.
-
Murray Cumming authored
* glom/glade_utils.h: get_glade_widget_derived_with_warning(): Call set_icon_name() on windows. * Several *.cc files: Don't bother calling set_icon_name() after calling get_glade_widget_derived_with_warning().
-
Murray Cumming authored
* macros/ax_boost_python_murrayc.m4: Add necessary quotes, avoid ==, and use AC_LANG_PUSH/AC_LANG_POP instead of deprecated AC_LANG_SAVE/AC_LANG_CPLUSPLUS/AC_LANG_RESTORE. Noticed by Daniel Elstner, though we don't know if this solves any known problems yet.
-
Murray Cumming authored
* glom/application.cc: * glom/frame_glom.cc: * glom/mode_design/users/dialog_users_list.cc: Use the new (in glib 2.16) C_() macro to provide context for bare uses of "User" and "Developer", providing some explanation and allowing translators to use translate them differently, as may be required by some languages. Fixes bug #606931 (Urmas, André Klapper)
-
- 11 Apr, 2010 2 commits
-
-
Andrej Žnidaršič authored
-
Daniel Mustieles García authored
-
- 10 Apr, 2010 10 commits
-
-
Murray Cumming authored
-
Murray Cumming authored
-
Murray Cumming authored
* glom/utils_ui.h: dialog_run_with_help(): Add a templated version that uses the static glade_id member, to avoid repeating this in the source code. * Several .cc files: Remove the ID parameter from most uses of dialog_run_with_help().
-
Murray Cumming authored
* glom/glade_utils.h: get_glade_widget_derived_with_warning(): Don'te an ID. This requires the class to have a static glade_id member and glade_developer (bool) member, telling us what file and what ID to use. This associates the IDs and filenames with the class, instead of being in other files, to avoid duplication and to avoid using the wrong ones. This allows us to remove get_glade_developer_widget_derived_with_warning(). * Many files: Use these new methods, to avoid mentioning glade IDs. * tests/test_glade_derived_instantiation.cc: Try to instantiate all the known derived glade dialogs.
-
Daniel Mustieles García authored
-
Murray Cumming authored
* glom/glom_developer.glade: * glom/glom.glade: Move dialog_choose_date to glom.glade. * glom/mode_data/datawidget/datawidget.cc: on_button_choose_date(): Adapted.
-
Murray Cumming authored
Application: Forget the global instance when it has been deleted. * glom/application.cc: Destructor: reset the static instance to 0, to avoid anything from retrieving the pointer to the deleted object.
-
Murray Cumming authored
* glom/base_db.cc: offer_item_formatting(): Remove a useless use of Gtk::Builder.
-
Murray Cumming authored
* glom/base_db.cc: :offer_notebook(): Fix a typo in the glade ID. I'm working on code to prevent these kinds of errors, to apply when we branch.
-
Murray Cumming authored
* glom/glom_developer.glade: dialog_groupby_secondary_fields: Rename a button to match what the class's constructor expects.
-
- 09 Apr, 2010 8 commits
-
-
Mario Blättermann authored
-
Daniel Borgmann authored
* NEWS: Add entry.
-
Daniel Borgmann authored
* glom/glom_developer.glade: (dialog_add_related_table) Remove frame, fix spacings, align form elements in table. * glom/mode_design/dialog_add_related_table.cc: Add window icon.
-
Daniel Borgmann authored
-
Daniel Borgmann authored
* glom/application.cc: * glom/glom_developer.glade: * glom/mode_design/script_library/dialog_script_library.cc: * glom/mode_design/translation/window_translations.cc: * glom/mode_design/users/dialog_groups_list.cc: Translation dialog updates, set missing window icons.
-
Daniel Borgmann authored
* glom/frame_glom.cc: Set window icons. * glom/glom_developer.glade: Update user dialogs. * glom/mode_design/layout/dialog_layout.cc: Set window icons. * glom/mode_design/users/dialog_groups_list.cc: Set window icons.
-
Armin Burgmeier authored
2010-04-09 Armin Burgmeier <armin@arbur.net> * win32/build-installer: * win32/glom.iss.in: Update for Glom 1.14.
-
Armin Burgmeier authored
2010-04-09 Armin Burgmeier <armin@arbur.net> * Makefile.am: Do not install .desktop file on Windows.
-
- 08 Apr, 2010 9 commits
-
-
Daniel Borgmann authored
* glom/mode_data/box_data_details.cc: * glom/mode_data/box_data_details.h: Use HButtonBox instead of HBox.
-
Daniel Borgmann authored
* glom/utility_widgets/adddel/adddel_withbuttons.cc: * glom/utility_widgets/adddel/adddel_withbuttons.h: * glom/utility_widgets/db_adddel/db_adddel_withbuttons.cc: * glom/utility_widgets/db_adddel/db_adddel_withbuttons.h: Use ButtonBox instead of HBox.
-
Daniel Borgmann authored
* glom/utility_widgets/db_adddel/db_adddel_withbuttons.cc: * glom/utility_widgets/db_adddel/db_adddel_withbuttons.h: Use ButtonBox instead of HBox to make buttons homogenous. Also change button order to match order used everywhere else (Add/Delete/Open).
-
Murray Cumming authored
-
Murray Cumming authored
* glom/utility_widgets/imageglom.[h|cc]: Move scale_keeping_ratio() to glom/utils_ui.[h]cc] as Utils::image_scale_keeping_ratio(). * glom/utility_widgets/canvas/canvas_image_movable.cc: * glom/utility_widgets/db_adddel/db_adddel.cc: * glom/utility_widgets/flowtable_dnd.cc: Adapted.
-
Murray Cumming authored
* glom/mode_data/datawidget/: Removed Glom suffixes from class names and filenames, and put classes in a DataWidgetChildren sub-namespace, to make it clearer where we occasionally use these outside of DataWidget.
-
Murray Cumming authored
* glom/utility_widgets/datawidget.[h|cc]: Moved to glom/mode_data/datawidget/ because it is only used by the data-mode flowtable. * glom/utility_widgets/buttonglom.[h|cc] * glom/utility_widgets/checkglom.[h|cc] * glom/utility_widgets/combo_as_radio_buttons.[h|cc] * glom/utility_widgets/combochoices.[h|cc] * glom/utility_widgets/combochoiceswithtreemodel.[h|cc] * glom/utility_widgets/comboentryglom.c[h|cc] * glom/utility_widgets/comboglom.[h|cc] * glom/utility_widgets/dialog_choose_date.[h|cc] * glom/utility_widgets/dialog_choose_id.[h|cc] * glom/utility_widgets/entryglom.[h|cc] * glom/utility_widgets/labelglom.[h|cc] * glom/utility_widgets/textviewglom.[h|cc] * glom/utility_widgets/placeholder-glom.[h|cc]: Also move these to glom/mode_data/datawidget because they are only used by DataWidget. * glom/utility_widgets/alignment_justified.[h|cc]: * glom/utility_widgets/table_columns.[h|cc]: Deleted these unused classes. * Makefile_glom.am: Adapted.
-
Daniel Borgmann authored
* glom/glom_developer.glade: Various dialog layout fixes. * glom/mode_design/layout/layout_item_dialogs/dialog_imageobject.cc: * glom/mode_design/layout/layout_item_dialogs/dialog_imageobject.h: * glom/mode_design/layout/layout_item_dialogs/dialog_textobject.cc: * glom/mode_design/layout/layout_item_dialogs/dialog_textobject.h: Update box variable name and add window icons.
-
David King authored
* glom/application.cc: Update copyright year in about dialog.
-
- 07 Apr, 2010 3 commits
-
-
Murray Cumming authored
* glom/application.cc: on_document_load(): Add an extra call to document_history_add() after successfully saving from an example.
-
Daniel Borgmann authored
* glom/frame_glom.cc: Rename Quick Find to Quick Search and add mneomnic. * glom/glom.glade: Update find id dialog and remove frame. * glom/utility_widgets/datawidget.cc: Add window icon to find id dialog.
-
David King authored
* macros/ax_boost_python_murrayc.m4: Specify libraries in LIBS, not LDFLAGS. See http://www.gentoo.org/proj/en/qa/asneeded.xml
-
- 06 Apr, 2010 3 commits
-
-
Mario Blättermann authored
-
Daniel Borgmann authored
* glom/glom.glade: Spacing adjustments to make dialogs more HIG compliant.
-
Daniel Borgmann authored
* glom/glom_developer.glade: Initial Password Dialog tweaks. * glom/mode_design/dialog_initial_password.cc: Set window icon.
-