[glade3] Created tag GLADE_3_9_1
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] Created tag GLADE_3_9_1
- Date: Thu, 13 Jan 2011 10:39:28 +0000 (UTC)
The unsigned tag 'GLADE_3_9_1' was created.
Tagger: Tristan Van Berkom <tristan van berkom gmail com>
Date: Thu Jan 13 19:46:17 2011 +0900
Rolling 3.9.1 dev release.
Changes since the last tag 'GLADE_3_9_0':
Daniel Mustieles (1):
Updated Spanish translation
Daniel Nylander (1):
Updated Swedish translation
Emilio Pozuelo Monfort (3):
* data/glade.desktop.in.in: Execute 'glade' since that's the name of the binary now.
* configure.ac: Remove "GTK+ version" from the summary, we always build against GTK+ 3 now.
* configure.ac: Bump the minimum GTK+ version to 2.99.0.
Fran Diéguez (3):
Updated galician translations
Updated Galician translations
Updated Galician translations
Ivar Smolin (1):
[l10n] Updated Estonian translation
Johannes Schmid (40):
signal-model: Initial implementation
signal-model: test code
Merge branch 'master' into signal-tree-model
signal-model: Implemented signal model inside GladeSignalEditor
glade-widget: Emit the add/remove/change-signal-handler signals with actual handler
signal-editor, signal-model: Added adding and changing of signal handlers
glade-project: Fix stamp handling in the GladeProject model
glade-widget: Fixed memory leak and adjusted const parameters in glade-signal
signal-editor: Update model correctly when adding/changing/removing
signal-editor: Implement basic drag and drop support
signal-editor: Add drag and drop animation
Merge branch 'master' into signal-tree-model
Make GladeSignalModel a deligate of GladeWidget
Fixed a crasher and various merge conflicts
Merge branch 'master' into signal-tree-model
Merge branch 'master' into signal-tree-model
gladeui: Fix merge conflicts
More merge fixes
gladeui: Initially port of signal-editor drag & drop to new drawing API
Remaning merge conflicts
gladeui: Fix state of checkitems in signal-editor
Merge branch 'master' into signal-tree-model
gladeui: Fix changes due to member sealing
gladeui: Implement version warning and tooltips in signal-model
gladeui: Fixed coding style
Merge branch 'master' into signal-tree-model
gladeui: Adapter to GladeSignal GObjectification
Merge branch 'master' into signal-tree-model
glade-widget: Fixed signal types to use GObject and emission of signal_changed()
glade-signal(-class): Const fixes
glade-signal-editor: Adapt to tristan's UI wishes
glade-signal: Take a GladeSignalClass pointer into GladeSignal
glade-signal-editor: Adapt to GladeSignal changes
glade_signal_model: Simplify model with new GladeSignal features
Merge branch 'master' into signal-tree-model
gladeui: Fix Makefile.am to contain glade-cell-renderer-icon
gladeui: Reflect in tree model that GladeSignal is an object and use proper refcounting
gladeui: Adapt signal-editor to tristan's wishes
gladeui: Implemented devhelp column in signal-editor, fixed some bugs.
gladeui: Reduce signal-model columns, add cell_data_funcs instead
Tristan Van Berkom (55):
* gladeui/glade-signal.c: Fixed glade_signal_load() careless mistake after GObjectifying.
* gladeui/glade-inspector.c: Updated to use GtkStyleContext to set the italic & insensitive color for the < search widgets > entry.
* plugins/gtk+/glade-model-data.c: Removed sequential editing mode, avoid crashers when focus/start-editing next cell.
* plugins/gtk+/glade-gtk.c: Added accelerator and tooltip-text properties to menu items and toolitems in the menu editor (fixes bug 510083).
* gladeui/glade-editable.[ch], plugins/gtk+/.. [ All GladeEditable editors ]. GladeEditable now watches the project for changes and updates itself by way of the base class implementation (and is fixed for removed widgets that no longer have a project pointer available), also glade_editable_block/unblock() is added for implementations to avoid firing implicit loads while executing commands... all custom editors updated to lose much code.
* gladeui/glade-utils.[ch], gladeui/glade-widget.c, gladeui/glade-builtins.c, gladeui/glade-widget-adaptor.c, gladeui/glade-editor-property.c: Removed glade_util_class_implements_interface() in favor of g_type_is_a() (closes bug 455734).
* gladeui/glade-utils.[ch]: Some cleanup in glade-utils, removed lots of obsolete stuff.
* gladeui/glade-utils.[ch], gladeui/glade-widget.c, gladeui/glade-project.c, gladeui/glade-popup.c, gladeui/glade-placeholder.c: Removed global selection list from glade-utils, selection can only be placed on widgets and only be controlled by their owning project.
* gladeui/glade-builtins.c: Fixed redundant registering of displayable values for stock items.
* plugins/gtk+/gtk+.xml.in: Made plugin target from 2.20, 2.22, 2.24 and 3.0, updated new properties and signals introduced with 3.0.
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Made GtkToolBar:icon-size an optional property to discourage its use and gave it similar treatment as the toolbar-style property.
* gladeui/glade-command.c: Ensure that menus can be added to menutoolbuttons.
Fixed toolbutton editor to not block signals twice.
* plugins/Makefile.am, plugins/glade-tool-item-group-editor.[ch], plugins/gtk+.xml.in, plugins/glade-gtk.c: Added support for editing GtkToolPalette.
Hide any parentless widgets before assigning them as a property.
* gladeui/glade-design-layout.c: Fixed to not hide widgets when removing them from the layout (no longer needed trickery for the toplevel, makes parentless widget property references work properly).
* gladeui/glade-project.c: Fixed the project to maintain the loading flag until parse-finished is fired (so that it can be checked when setting the final object properties).
* plugins/gtk+/glade-gtk.c: Fixed loaded state of toolitemgroup custom label widget.
* plugins/gtk+/gtk+.xml.in: Added translatable/multiline to entry tooltip properties
* gladeui/glade-command.[ch]: Exposed glade_command_add() internal command so that plugins can create command groups that play with adding/removing widgets inline without creating copies of them.
* plugins/gtk+/glade-gtk.c: Fixed add/remove parent commands so that they work with parentless widget references (i.e. you can add a parent to a GtkToolItemGroup's label widget or a GtkButton's image widget, or remove the parent of a child of a label-widget, etc).
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Write GtkToolButton menu children out as "menu" special child type.
* plugins/gtk+/gtk+.xml.in: - Made all GdkColor type properties optional, closes bug 457969 - Disabled all the irrelevant "-set" properties of GtkTextTag.
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Added replace-child-function to gtkmenutoolbutton code (incase the child is rebuilt for construct-only purposes).
* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Add support for adding texttags to texttagtable.
* plugins/gtk+/gtk+.xml.in: Disable the GtkToolButton:menu property.
* gladeui/glade-editor.c: Make query dialog come with a "Create" button instead of an "OK" button, closes bug 503621.
* plugins/gtk+/gtk+.xml.in: Setting some default HIG values for widgets as per bug 349447.
* src/glade-window.c: Fixed use of uninitialized variables in warning messages, bug 634325, fix by Alex Merry.
* plugins/gtk+/glade-column-types.c: Fixed crash when user performs Drag'n'Drop of < enter column here > and no columns are yet added (fixes bug 633943).
* src/glade-window.c: Fix possible crash when saving new project. bug 622635, fix by Martin Schlemmer.
* gladeui/glade-app.[ch], gladeui/glade-base-editor.c: Removed glade_app_set/get_transient_parent()
* src/glade-window.c: Added idle function to raise the undocked windows at startup time, closes bug 475421.
* src/glade-window.c: Applied patch by Sergio GarcÃa Lobo to fix bug 487656 and provide mnemonic key access to "Text beside icons" palette option.
* gladeui/glade-widget.c: Dont set packing properties onto internal widgets.
* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Expose internal GtkTreeSelection child of GtkTreeView so that "changed" signal can be connected to. Fixes bug 383766.
* gladeui/glade-signal-model.[ch]: - Fixed indentation - Relicense as LGPL as Johannes Schmid said that was ok.
Fixed some minor indentation issues.
* gladeui/glade-signal-editor.c: - Fixed <click here> column to always show up italic insensitive when no object is selected. - Fixed the <type here> text to come back and not add any signal when the first signal of a type is added with a NULL handler - Fixed devhelp icon visibility to not show when !glade_util_have_devhelp()
Merge branch 'master' into signal-tree-model
Cleanup in GladeProject
Cell alignments in signal editor
Fixed compiler warning
* gladeui/glade-palette.c: Fixed leaking project (set_project NULL when palette is disposed fixes it).
* gladeui/glade-widget.c: Fixed access of NULL project at glade_widget_show/hide time.
* gladeui/glade-signal.c: Fire a warning when signal class is not found for signal read in by glade_signal_read from the xml (this happens because GTK+-3 removes some signals).
* plugins/gtk+/glade-gtk.c, data/icons/Makefile.am, data/icons/fixed-bg.png, plugins/gtk+/fixed-bg.xpm: Now draw the GtkFixed/GtkLayout pattern in a "draw" signal callback.
* gladeui/glade-placeholder.c, data/icons/placeholder.png, data/icons/Makefile.am: Restored the old placeholder pattern that is softer on the eyes than the big squares (not to mention about 100 less lines of code).
* gladeui/glade-signal-model.c: Watch the "support-changed" signal on GladeWidget and update support warnings on dummy rows as well as emit "row-changed" for all rows
* plugins/gtk+/glade-attributes.c: Fixed mismatching PangoAttributeType with GType, closes bug 597045.
Removed fixed-bg.xpm from makefile.
Added glade-tool-item-group-editor.c to POTFILES.in
Fixed glade-signal.c return_if_fail() statement.
* plugins/gtk+/gtk+.xml.in: Readjusted displayable values so they are available for palette enums.
* NEWS, configure.ac: Rolling Glade 3.9.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]