- 05 Jan, 2009 2 commits
-
-
Juan Pablo Ugarte authored
* gladeui/glade-widget.c: fixed Bug #525839 "Glade hangs in toolbar editor" replaced assert with if statement in glade_widget_copy_properties() * gladeui/glade-signal-editor.c: fixed Bug #522542 "glade-3 crashes when pressing Enter in signal handler entry field" removed unnecessary treeview row-activated handler. svn path=/trunk/; revision=2077
-
Tristan Van Berkom authored
svn path=/trunk/; revision=2076
-
- 24 Nov, 2008 1 commit
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: - Fixed gtk_image_menu_item_set_stock() to not override the label value if not in use_stock mode (fixes missing labels in pasted imagemenuitems). svn path=/trunk/; revision=2047
-
- 23 Nov, 2008 2 commits
-
-
Tristan Van Berkom authored
* gladeui/glade-command.c: Now add/remove parentless widget props from the project in command_add/remove. * gladeui/glade-widget.c: - glade_widget_dup_properties/glade_widget_copy_properties take 2 new args, whether copy parentless widget properties or not, and whether to copy them exactly or not. - added glade_widget_get_parentless_reffed_widgets() to return a list of reffed parentless widgets. svn path=/trunk/; revision=2045
-
Tristan Van Berkom authored
* gladeui/glade-widget.c: glade_widget_build_object() now calls glade_widget_set_object() internally and then uses glade_widget_adaptor_set_property() for non construct properties. * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: - Made GtkTreeView:model property query user at create time. - Fixed to never sync properties when in attribute mode, to sync attributes after adding cells to cell layouts, and to not set attributes to orphan cells (net result: copy/paste of treeviews now result in a nice runtime replica). - Did some reordering in glade-gtk.c svn path=/trunk/; revision=2044
-
- 07 Nov, 2008 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-widget.c, gladeui/glade-widget-adaptor.c: moved signal and children serialization from glade_widget_adaptor_object_write_widget() to glade_widget_write() (bug #559531) svn path=/trunk/; revision=2019
-
- 31 Oct, 2008 2 commits
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-image-item-editor.[ch], plugins/gtk+/glade-gtk.c: making menu conversions seemless * gladeui/glade-widget.c: Remove widgets from layout on hide, hide widgets when adding parentless prop refs. svn path=/trunk/; revision=2014
-
Tristan Van Berkom authored
* gladeui/glade-widget.[ch], gladeui/glade-command.[ch]: Added glade_widget_[un]lock() and glade_command_[un]lock_widget(). * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-convert.c, plugins/gtk+/glade-image-item-editor.c: Dual format menu editing support depending on my gtk+ patch on bug 527672, TODO: still need to add accel-groups to GtkWindow on the glade side of things. svn path=/trunk/; revision=2013
-
- 28 Oct, 2008 1 commit
-
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Reimplemented GtkMenuItem and subclasses from top to bottom * plugins/gtk+/glade-image-item-editor.[ch], plugins/gtk+/Makefile.am: New GtkImageMenuItem editor (that embeds the child image editor when needed) * gladeui/glade-command.[ch]: Added glade_command_[un]protect_widget() * gladeui/glade-widget.[ch]: Added glade_widget_[un]protect() protected widgets come with a message and cannot be manually deleted from the project. * plugins/gtk+/glade-image-editor.c, plugins/gtk+/glade-button-editor.c, plugins/gtk+/glade-tool-button-editor.c, gladeui/glade-editor-table.c: Fixed to: - not reffer to child editables in finalize - always removed external signals and weak references from finalize * gladeui/glade-base-editor.c: Fixed to allow properties expand/fill in both label and entry. svn path=/trunk/; revision=2006
-
- 25 Oct, 2008 1 commit
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c: Ignore parent-changes on internal widgets (that causes problems when internal widgets get destroyed at project close time). * plugins/gtk+/glade-button-editor.c: Fixed custom/standard commands, now standard mode sets up a default label etc also. * gladeui/glade-project.c, gladeui/glade-property.c, gladeui/glade-widget.c, gladeui/glade-property-class.[ch], gladeui/glade-xml-utils.h: Removed hack for GtkToolButton:icon --> iconfactory (will do in glade-convert.c properly). svn path=/trunk/; revision=2000
-
- 21 Oct, 2008 2 commits
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-attributes.c: Use glade-cell-renderer-button for color attributes. * plugins/gtk+/glade-cell-renderer-button.c: no more button-text property * plugins/gtk+/glade-text-button.c: Now use a GTK_STOCK_EDIT icon in the cell renderer button svn path=/trunk/; revision=1986
-
Tristan Van Berkom authored
* gladeui/glade-widget.c: Implement property lookups with a hash table, fixed mem leaks * gladeui/glade-property.c: Read properties from the passed node directly, fixed mem leaks * gladeui/glade-widget-adaptor.c: Read properties in the order they are listed in the file, not by the order of the properties in the object (helps load performance). * gladeui/glade-project.c: Fixed mem leaks, release widget property references before destroying all the glade widgets. svn path=/trunk/; revision=1985
-
- 16 Oct, 2008 1 commit
-
-
Tristan Van Berkom authored
* gladeui/Makefile.am, gladeui/glade-name-context.[ch]: Encapsulated name tracking mechanism * gladeui/glade-project.c, gladeui/glade-command.c: Now added a naming policy to the project with prefs and load/save support + a glade command to set it - also revamped the prefs dialog, it also pops up automatically for new projects. * gladeui/glade-editor.c, gladeui/glade-editor-property.c, gladeui/glade-property-class.c, gladeui/glade-property.c, gladeui/glade-widget.c: All effected since now glade_property_class_make_gvalue_from_string () needs a GladeWidget argument to do hierachic context sensitive searches... that and naming is much cleaner now. * src/glade-window.c: remember to pass ownership of the project to the app. * plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-column-types.c, plugins/gtk+/glade-model-data.c: BEWARE: Dangerous and still a work in progress. svn path=/trunk/; revision=1972
-
- 01 Oct, 2008 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-property.[ch], gladeui/glade-command.[ch], gladeui/glade-editor-property.c: Implemented new "context" i18n metadata. * gladeui/glade-widget.c: Fixed to hide non-window widgets in glade_widget_hide() svn path=/trunk/; revision=1967
-
- 28 Sep, 2008 1 commit
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-column-types.[ch], plugins/gtk+/Makefile.am, plugins/gtk+/gtk+.xml.in: Added load/save/edit support for GtkTreeStore/GtkListStore basic columns and data definitions (store data still not translatable...) - Juan Pablo Ugarte * gladeui/glade-utils.c: Added convenience funcs glade_utils_string_from_value() and glade_utils_value_from_string(), these actually use glade-property-class api. svn path=/trunk/; revision=1961
-
- 22 Sep, 2008 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-editor-property.c: Fixed adjustments when values are null in libglade mode * plugins/gtk+/gtk+.xml.in: Reorganized groups, added some more metadatas * plugins/gtk+/glade-convert.c: - Convert "text" property of TextView to a textbuffer and text property in builder format. - Convert "tooltip" <--> "tooltip-text" * gladeui/glade-popup.c, gladeui/glade-inspector.c: enhanced menu for inspector empty spots (paste toplevels) * gladeui/glade-editor-property.c: Adjustments in libglade had bugs, hardcoded default values here and made sure object is NULL on default. * gladeui/glade-widget.[ch]: Removed glade_widget_project_notify() * gladeui/glade-command.c: - glade_command_remove() implicitly makes commands to unset any properties reffering to the object being removed from the project. - project conversions now cleanup unsupported widgets/properties * gladeui/glade-palette.c, gladeui/glade-app.c: Moved toplevel widget creation code from gladeapp to gladepalette. svn path=/trunk/; revision=1955
-
- 21 Sep, 2008 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-widget.c, gladeui/glade-widget-adaptor.[ch], gladeui/glade-xml-utils.c: New "construct-object-function" used to construct object instances by way of the plugin (glade_widget_adaptor_construct_object ()). svn path=/trunk/; revision=1949
-
- 20 Sep, 2008 1 commit
-
-
Tristan Van Berkom authored
* TODO: Updated. * plugins/gtk+/gtk+.xml.in: - Added sizegroup support stuff * plugins/gtk+/glade-gtk.c: - Added GtkWidgetClass support for add to size group action with dynamic submenu - added sizegroup virtual "widgets" property - added custom load/save support for "widgets" property * gladeui/glade-popup.c: Added support for dynamic action submenus * gladeui/glade-widget-adaptor.[ch], gladeui/glade-xml-utils.h: Added GladeActionSubmenuFunc backend support for creation of dynamic action submenus. * gladeui/glade-widget.[ch] removed deadcode glade_widget_create_action_menu() * gladeui/glade-project.c: Added readonly "format" property svn path=/trunk/; revision=1940
-
- 19 Sep, 2008 1 commit
-
-
Tristan Van Berkom authored
Now we have a conversion routine that is run in the plugin to convert some data for one format to another (builder on the way...) In this patch we use it to handle GtkAdjustment property conversions. (NOTE: Completely undoable) * gladeui/glade-editor-property.c: Made adjustment eprop fallback on object dialog in builder cases. * gladeui/glade-command.[ch]: Added glade_command_set_project_format() * gladeui/gldae-catalog.c, gladeui/glade-xml-utils.h: Added GladeProjectConvertFunc * plugins/gtk+/Makefile.am, plugins/gtk+/glade-convert.c, plugins/gtk+/gtk+.xml.in: New file to handle conversion routines, added some objects. svn path=/trunk/; revision=1935
-
- 18 Sep, 2008 1 commit
-
-
Tristan Van Berkom authored
* src/glade-window.c: - Show glade widgets in the workspace on selection changes in the project and not on item-activated. - Rename "Dock Editor" -> "Dock Properties" as per bug 487613. * gladeui/glade-design-layout.c: Fixed expose event to chain to parent class after drawing an orange box (non window widgets are usualy GTK_NO_WINDOW). * gladeui/glade-widget.c: Made glade_widget_show() show the toplevel of any GtkWidget object, also now shows toplevel non window glade widgets in the workspace, if the widget is referenced by a property that as a result parents the widget (i.e. bears a "parentless-widget" property reference), then the referencing widget is shown instead. * gladeui/glade-popup.c: Added devhelp icon to documentation menu item, added docs icon to normal menu. svn path=/trunk/; revision=1928
-
- 16 Sep, 2008 2 commits
-
-
Tristan Van Berkom authored
* gladeui/glade-widget.c: Reverted the above patch portion where built objects only had thier construct props set, this caused errors, fixed. Also fixed a bug in previous copy of glade-editor-proeprty.c svn path=/trunk/; revision=1913
-
Pavel Kostyuchenko authored
2008-09-16 Pavel Kostyuchenko <ShprotX@gmail.com> * gladeui/glade-app.c: Creating toplevel widget through unified glade-palette interface. Removed error message when pasting non-toplevel widgets without a parent. * gladeui/glade-command.h: A new function for getting depth of command recursion * gladeui/glade-command.c: A new function for getting depth of command recursion. A return value of glade_command_set_property_execute function is valid and is respected by glade_command_set_properties_list. indicate success/failure of their execution. Glade-command can be unified to null. Setting property command is always executed as a group, so if there is any recursive command, they will be added to that group. Removed parentless widget message level lowered from critical to message. Widget is treated as toplevel only if it has no parent. Removed an assertion from glade_command_create that doesn't allow creation of non-GtkWindow parentless widgets * gladeui/glade-editor-property.c: Object selection dialog will be optionally filled by parentless non-GtkWindow widgets only Unparenting root widgets before setting another property to them * gladeui/glade-inspector.c: Popup for clicking even on empty part of widget list * gladeui/glade-palette.h: A unified function for creating root widgets * gladeui/glade-palette.c: A unified function for creating root widgets A new button for creating root widgets * gladeui/glade-placeholder.[ch]: glade_placeholder_get_project has been made public for using in glade-popup * gladeui/glade-popup.c: A new function glade_popup_simple_pop for creating a context menu on an empty space of glade-inspector New context menu items for adding widgets * gladeui/glade-popup.h: A new function glade_popup_simple_pop for creating a context menu on an empty space of glade-inspector * gladeui/glade-project.c: Unifying command even if there's redo items. Unifying atomic commands only. Unifying to null * gladeui/glade-property-class.[ch]: A new field for making properties that points to parentless widgets * gladeui/glade-property.h: Added a return value to glade_property_set* functions to indicate success/failure that is used in glade-command * gladeui/glade-property.c: Ignoring parentless_widget properties while duplicating properties. Additional check while adding/removing property reference Added a return value to glade_property_set* functions to indicate success/failure that is used in glade-command. Determining that property is changed using glade-proproperty method instead of direct comparing GValue. Loading properties through glade-widget-adaptor interface instead of getting them directly. remove_object method now unsets referencing property instead of setting it. Removed dummy duplicated setting of property while unsetting referencing property. * gladeui/glade-property.h: Added a return value to glade_property_set* functions to indicate success/failure that is used in glade-command. * gladeui/glade-widget.c: Removed setting widget properties to template/default values while building a new object, because they will be set later in constructor. Reloading properties after duplicating a widget. A new function for removing parent reference, that was made by setting parentless_widget property to the widget. Saving and loading parentless_widget properties while rebuilding, because they cannot be duplicated. Corrected destroying of an old widget while rebuilding. Seems like it's not fully correct still. * gladeui/glade-widget.h: A new function for removing parent reference, that was made by setting parentless_widget property to the widget. * gladeui/glade-xml-utils.h: A new tag "parentless-widget" as a property attribute * plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Removed an old hack for "image" property of GtkMessageDialog. A new implementation of "image" property using parentless_widget kind of property. Added an ability of working with parentless widgets using "remove parent" and "add parent" items of context menu svn path=/trunk/; revision=1908
-
- 09 Aug, 2008 1 commit
-
-
Tristan Van Berkom authored
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Worked around special child type naming discrepencies between formats from the plugin side (bug 533217 - fix by Pavel Kostyuchenko). svn path=/trunk/; revision=1860
-
- 11 May, 2008 2 commits
-
-
Tristan Van Berkom authored
* gladeui/glade-property.c: Applied patch from Pavel Kostyuchenko to fix project modified state flag glitches (bug 532017). svn path=/trunk/; revision=1820
-
Tristan Van Berkom authored
* gladeui/glade-widget.c: Applied patch from Pavel Kostyuchenko to prevent hangs in anjuta (bug 531585). * gladeui/glade-property.c, gladeui/glade-property-class.c: Applied patch from Pavel Kostyuchenko to unify duplicate implementation property comparisons (bug 532013) svn path=/trunk/; revision=1818
-
- 16 Apr, 2008 1 commit
-
-
Juan Pablo Ugarte authored
* gladeui/glade-widget.c: make glade_widget_build_object() do not apply catalog defaults if the object we are creating is for loading purposes. svn path=/trunk/; revision=1799
-
- 12 Apr, 2008 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-editor-property.c: Fixed invisible labels in the menu editor. * gladeui/glade-widget.c, gladeui/glade-widget.h, gladeui/glade-xml-utils.c, gladeui/glade-utils.c, gladeui/glade-xml-utils.h, gladeui/glade-utils.h, gladeui/glade-property.c, gladeui/glade-property-class.c, gladeui/glade-property-class.h, gladeui/glade-project.c, gladeui/glade-project.h: implemented "factory-stock-id" in the catalog, this allows you to take a resource image file property formerly hacked as a custom property in libglade, and glade will generate a hidden icon factory in builder files so that it will be loaded through the stock system instead, "factory-stock-id" depicts the name of the stock property of the property-class in question. svn path=/trunk/; revision=1796
-
- 10 Apr, 2008 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-editor.c, gladeui/glade-editor.h: Loaded and watched the new support_warning on GladeWidget * gladeui/glade-editor-property.c, gladeui/glade-editor-property.h: Loaded and watched the new support_warning on GladeProperty * gladeui/glade-widget.c, gladeui/glade-widget.h: Keep a support-warning property around as metadata updated by GladeProject. * gladeui/glade-property.c, gladeui/glade-property.h: Added new support_warning and state properties. * gladeui/glade-project.c, gladeui/glade-project.h: Now GladeProject generates strings to show in the normal UI along with longer style reports, always updates widgets warning message metadata when they come into the project or when the format or target versions change. * gladeui/glade-signal.c: Removed a bogus return. svn path=/trunk/; revision=1788
-
- 09 Apr, 2008 2 commits
-
-
Tristan Van Berkom authored
svn path=/trunk/; revision=1782
-
Tristan Van Berkom authored
* plugins/gtk+/gtk+.xml.in: Filled in all since, deprecated and builder-unsupported properties. * gladeui/glade-widget.c, gladeui/glade-widget.h, gladeui/glade-widget-adaptor.c, gladeui/glade-command.c, gladeui/glade-widget-adaptor.h, gladeui/glade-utils.h, gladeui/glade-catalog.c, gladeui/glade-catalog.h, gladeui/glade-app.c, gladeui/glade-app.h, gladeui/glade-property-class.c, gladeui/glade-property-class.h, gladeui/glade-project.c, gladeui/glade-project.h: Added versioning support, you can always chose the target version of your project starting with gtk+ 2.8 - a project preferences dialog has been added where you can switch your format, switch your target version and test for incompatabilities. incompatability error dialogs are also launched on save as. Target versions are saved to the glade file; TODO: patch GtkBuilder to test the required gtk+ version from <requires lib="gtk+" version="2.8"> and at least warn, also let third party widget developers test thier own versions using builder. * gladeui/glade-xml-utils.h, gladeui/glade-xml-utils.c: routines for parsing version numbers. * gladeui/glade-utils.c: glade_util_ui_message() takes a widget to embed arg now. svn path=/trunk/; revision=1780
-
- 07 Apr, 2008 1 commit
-
-
Tristan Van Berkom authored
* autogen.sh: Run gtkdocize with --flavour=no-tmpl * configure.ac: Require gtk-doc 1.9 and bump to 3.5.0 dev version. * doc/gladeui-overrides.txt, doc/children.sgml, doc/tmpl/*: Removed unneeded. * doc/gladeui-docs.sgml, doc/widgetclasses.sgml, doc/catalogintro.sgml, doc/Makefile.am: Mega docs update, added new files and completely rediscribed the catalog in its new form. * gladeui/glade-design-view.c, gladeui/glade-widget.c, gladeui/glade-widget-adaptor.c, gladeui/glade-command.c, gladeui/glade-widget-adaptor.h, gladeui/glade-base-editor.c, gladeui/glade-widget-action.c, gladeui/glade-xml-utils.c, gladeui/glade-utils.c, gladeui/glade-catalog.c, gladeui/glade-property.c, gladeui/glade-project.c: Added some description statements to newly documented files, fixed some warnings in other sources. M ChangeLog M configure.ac M doc/gladeui-docs.sgml M doc/widgetclasses.sgml M doc/catalogintro.sgml D doc/gladeui-overrides.txt M doc/Makefile.am D doc/children.sgml D doc/tmpl M doc/gladeui-sections.txt M doc/gladeui.types M doc/properties.sgml M gladeui/glade-design-view.c M gladeui/glade-widget.c M gladeui/glade-widget-adaptor.c M gladeui/glade-command.c M gladeui/glade-widget-adaptor.h M gladeui/glade-base-editor.c M gladeui/glade-widget-action.c M gladeui/glade-xml-utils.c M gladeui/glade-utils.c M gladeui/glade-catalog.c M gladeui/glade-property.c M gladeui/glade-project.c M autogen.sh svn path=/trunk/; revision=1775
-
- 06 Apr, 2008 2 commits
-
-
Tristan Van Berkom authored
* doc/gladeui-sections.txt: Updated with new syms. svn path=/trunk/; revision=1774
-
Tristan Van Berkom authored
* gladeui/glade-widget.[ch], gladeui/glade-widget-adaptor.c gladeui/glade-xml-utils.[ch], gladeui/glade-project.c, gladeui/glade-property.c, gladeui/glade-signal.c, plugins/gtk+/glade-gtk.c, src/glade-window.c: Added basic builder support, format can be chosen via a radiomenuitem in the "Edit" menu, currently supports different names for the interface and widget tags, and saves special child widgets accordingly (i.e. notebook tabs and frame labels). svn path=/trunk/; revision=1771
-
- 05 Apr, 2008 2 commits
-
-
Tristan Van Berkom authored
* gladeui/glade-widget-adaptor.[ch], gladeui/glade-xml-utils.h, allow the plugin to handle read_child() write_child() (mostly just to allow you to skip some children like fake AtkObjects, but can also be used to parse/write packing stuff (i.e. the <child> tag) in custom ways). svn path=/trunk/; revision=1769
-
Tristan Van Berkom authored
* gladeui/glade-widget.[ch], glade-widget-adaptor.c: Now recurse through the plugin to read and write widget children, allowiong you to do stuff before or after children are written/read from the xml file. svn path=/trunk/; revision=1768
-
- 03 Apr, 2008 1 commit
-
-
Tristan Van Berkom authored
A plugins/gtk+/glade-keysyms.c M plugins/gtk+/glade-gtk.c M plugins/gtk+/gtk+.xml.in A plugins/gtk+/glade-accels.c M plugins/gtk+/Makefile.am A plugins/gtk+/glade-accels.h M ChangeLog M gladeui/glade-editor.c M gladeui/glade-editor-property.c M gladeui/glade-editor-property.h M gladeui/glade-widget.c M gladeui/glade-widget.h M gladeui/glade-widget-adaptor.c M gladeui/glade-command.c M gladeui/glade-widget-adaptor.h M gladeui/glade-parser.c M gladeui/glade-xml-utils.c M gladeui/glade-base-editor.c M gladeui/glade-utils.c D gladeui/glade-parser.h M gladeui/glade-signal-editor.c M gladeui/glade-xml-utils.h D gladeui/glade-keysyms.c M gladeui/glade-property.c M gladeui/glade-property-class.c M gladeui/glade-property.h M gladeui/glade-builtins.c M gladeui/glade-property-class.h M gladeui/glade-builtins.h M gladeui/glade-project.c M gladeui/glade-signal.c M gladeui/Makefile.am M gladeui/glade-signal.h svn path=/trunk/; revision=1764
-
- 10 Mar, 2008 1 commit
-
-
Tristan Van Berkom authored
* gladeui/glade-widget.c, gladeui/glade-project.c: Moved widget name policing to gladeproject. * gladeui/glade-editor.c: Dont commit name values if name already exists in the project. svn path=/trunk/; revision=1739
-
- 09 Mar, 2008 2 commits
-
-
Tristan Van Berkom authored
svn path=/trunk/; revision=1715
-
Tristan Van Berkom authored
* gladeui/glade-app.c: When adding a first project, display the first toplevel in the design layout. * gladeui/glade-widget.c: Handle glade_widget_show() with unrealized design-view, connect-after the design-view's realize and retry. svn path=/trunk/; revision=1714
-
- 19 Dec, 2007 1 commit
-
-
2007-12-19 Christian Persch <chpe@gnome.org> * configure.ac: * gladeui/glade-app.c: (glade_app_refresh_undo_redo_button): * gladeui/glade-base-editor.c: (glade_base_editor_add_properties): * gladeui/glade-editor-property.c: (glade_editor_property_tooltip_cb), (glade_editor_property_sensitivity_cb), (glade_editor_property_create_info_button), (glade_editor_property_constructor), (glade_editor_property_finalize), (glade_editor_property_load_common), (glade_eprop_text_show_i18n_dialog), (glade_eprop_adjustment_table_add_label): * gladeui/glade-editor-property.h: * gladeui/glade-editor.c: (glade_editor_notebook_page), (glade_editor_create_info_button), (glade_editor_create_reset_button), (glade_editor_table_append_item): * gladeui/glade-palette.c: (glade_palette_dispose), (glade_palette_new_item), (glade_palette_new_item_group), (glade_palette_update_appearance), (glade_palette_init): * gladeui/glade-project.c: (glade_project_dispose), (glade_project_init): * gladeui/glade-project.h: * gladeui/glade-property-class.c: (glade_property_class_new_from_spec): * gladeui/glade-utils.c: * gladeui/glade-widget.c: (expose_draw_selection): * plugins/gtk+/glade-gtk.c: (glade_gtk_widget_set_property), (glade_gtk_widget_get_property): * src/glade-window.c: (format_project_list_item_tooltip), (refresh_projects_list_menu), (glade_window_init): Port to gtk 2.12 tooltips API. Bug #500947. Remove the unnecessary event boxes on the property labels, part of bug #490157. svn path=/trunk/; revision=1660
-