# Generated by Makefile. Do not edit.

commit 277fa7ee6a02313ba350dcd7ec469fd52dc8c96f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 22 17:26:25 2013 +0900

    Rolling 3.15.1

 NEWS         |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 62 insertions(+), 1 deletion(-)

commit fb47b778cc26404b1832a700a5a2082841c1991b
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Apr 21 23:48:29 2013 +0200

    Updated Galician translations

 po/gl.po | 3362 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 2020 insertions(+), 1342 deletions(-)

commit 0d903542cdf433d9c9be3b526ab85e2c9469afe5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 22 00:46:29 2013 +0900

    GladeEntryEditor: Ported to use GtkBuilder composite templates.
    
    The entry editor is now much improved and better formatted, additionally
    we use a check mark for 'use markup' instead of presenting both
    tooltip-markup / tooltip-text properties (as we do in GladeWidgetEditor).
    
    A few other improvements were made too, don't allow editing 'shadow-type'
    if 'has-frame' is FALSE, don't allow editing 'invisible-char' if 'visibility'
    is TRUE.

 plugins/gtk+/Makefile.am                       |    1 +
 plugins/gtk+/glade-entry-editor.c              |  635 ++++------
 plugins/gtk+/glade-entry-editor.h              |   23 +-
 plugins/gtk+/glade-entry-editor.ui             | 1585 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk.c                       |   54 +-
 plugins/gtk+/gtk+.xml.in                       |   39 +-
 po/POTFILES.in                                 |    1 +
 8 files changed, 1892 insertions(+), 447 deletions(-)

commit 871c7f59c325d97dc888c901a25db0d776ca6cc2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 22 00:44:58 2013 +0900

    GladeEditorProperty: Make internal entries and spin buttons expand horizontally
    
    This makes for better alignment of input fields, and it's just the internal
    entries and spin buttons which expand, the surrounding GladeEditorProperty
    itself can be made to not expand (which often it does), this ensures that
    the available space is filled by the internal editing widget.

 gladeui/glade-editor-property.c |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

commit 522b12e6a421cb1b3ff7b56916cd2b6c47f7fde5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 21 21:35:23 2013 +0900

    GladeImageEditor: Ported to use composite GtkBuilder template.

 plugins/gtk+/Makefile.am                       |    1 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk.c                       |   17 +-
 plugins/gtk+/glade-image-editor.c              |  254 +++-------
 plugins/gtk+/glade-image-editor.h              |   28 +-
 plugins/gtk+/glade-image-editor.ui             |  620 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |    7 +
 po/POTFILES.in                                 |    1 +
 8 files changed, 707 insertions(+), 222 deletions(-)

commit f39d7233a8c86c34862b9db1970eb89a779fb8f5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 21 21:35:04 2013 +0900

    GladeLabelEditor: Removed old UI construction code

 plugins/gtk+/glade-label-editor.c |  294 -------------------------------------
 1 file changed, 294 deletions(-)

commit 17514ecda9e6737b98bc7a6c9c7a0e597be601f9
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 21 20:40:34 2013 +0900

    GladeEditorTable: Added check button to mark a toplevel GtkWidget as composite.

 gladeui/glade-editor-table.c |   74 +++++++++++++++++++++++++++++++++++++++---
 1 file changed, 69 insertions(+), 5 deletions(-)

commit f6f06561191ac385a56d71f0e14983c8f208e47b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 21 20:08:13 2013 +0900

    GladeEditorTable: Enhance name label for composite templates.
    
    When a widget is a composite template, then call the "ID:" field
    the "Class Name:" field instead.

 gladeui/glade-editor-table.c |   26 ++++++++++++++++++++++++--
 1 file changed, 24 insertions(+), 2 deletions(-)

commit 5f37c6e050eb4d77a3cc98526b64e7d7ffea056f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 21 20:01:12 2013 +0900

    GladeLabelEditor: UI Touchup

 plugins/gtk+/glade-label-editor.ui |   17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

commit 824e913b502db3f6c265a76891ebcd50568274c7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 21 18:13:48 2013 +0900

    GladeLabelEditor: Port to be a composite template and derive from GladeEditorSkeleton
    
    Now the GladeLabelEditor can be edited in Glade.

 plugins/gtk+/Makefile.am                       |    1 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk.c                       |   48 +-
 plugins/gtk+/glade-label-editor.c              |  181 +++--
 plugins/gtk+/glade-label-editor.h              |   39 +-
 plugins/gtk+/glade-label-editor.ui             |  955 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   22 +-
 po/POTFILES.in                                 |    1 +
 8 files changed, 1095 insertions(+), 153 deletions(-)

commit 205f4bbe8ff6a019b925a1bc8e01ebc4106493e2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 21 18:13:17 2013 +0900

    GladeAttributes: Make the editor button have a label and expand horizontally

 plugins/gtk+/glade-attributes.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 020115698c5d7304e3b1d9c51e6a4991677b4ae2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 21 15:55:41 2013 +0900

    GladeWidgetEditor: Removed the useless embedded GladeEditorTable.

 plugins/gtk+/glade-widget-editor.c  |   14 ----
 plugins/gtk+/glade-widget-editor.ui |  126 +++++++++++++++--------------------
 2 files changed, 55 insertions(+), 85 deletions(-)

commit df60e97f4c75e2cfc5b6b60bffb9d5d23315ea52
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 21 15:54:50 2013 +0900

    Cleanup gtk+.xml.in: Removed 'common' attributes for all custom-layout properties

 plugins/gtk+/gtk+.xml.in |   58 +++++++++++++++++++---------------------------
 1 file changed, 24 insertions(+), 34 deletions(-)

commit a4c5da1ad2e4e123f249101d15fc25a60405c991
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 20 23:11:18 2013 +0900

    GladeWidgetEditor: UI touchups

 plugins/gtk+/glade-widget-editor.ui |  363 +++++++++++++++++------------------
 1 file changed, 178 insertions(+), 185 deletions(-)

commit 7ff3db8df1077f720dd21668362d89641e3d8551
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 20 22:39:15 2013 +0900

    Added GladeWidgetEditor.
    
    A nicely formatted editor for GtkWidget & GtkContainer attributes

 plugins/gtk+/Makefile.am                       |    9 +-
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk.c                       |   27 +-
 plugins/gtk+/glade-widget-editor.c             |  316 +++++++
 plugins/gtk+/glade-widget-editor.h             |   56 ++
 plugins/gtk+/glade-widget-editor.ui            | 1186 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   70 +-
 po/POTFILES.in                                 |    2 +
 8 files changed, 1636 insertions(+), 31 deletions(-)

commit 4a26b3c54f53c1cbb3d1351f0790c7a5e705ec86
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 20 21:50:27 2013 +0900

    GladeStringList: Make the treeview expand horizontally

 plugins/gtk+/glade-string-list.c |    2 ++
 1 file changed, 2 insertions(+)

commit 94dbdf9f343bba7c580f4b75aa5d699def9be296
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 20 19:37:45 2013 +0900

    GladeStringList: request height for four lines of text

 plugins/gtk+/glade-string-list.c |   27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

commit a4e96be158099470eb31eb09e85878b1f4784a7f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 20 19:04:33 2013 +0900

    GladeButtonEditor: Reworked UI

 plugins/gtk+/glade-button-editor.c  |  145 ++++-----
 plugins/gtk+/glade-button-editor.ui |  563 ++++++++++++++++-------------------
 2 files changed, 315 insertions(+), 393 deletions(-)

commit 7f1c227b6db745836e2d5f6add19adaf7a8cce1a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 20 19:04:09 2013 +0900

    GladeActivatableEditor: UI touchup

 plugins/gtk+/glade-activatable-editor.ui |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 92592e15179c3cda2ed44fc1ef7ad6b28d611b4a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 20 17:06:42 2013 +0900

    Created GladeProjectProperties dialog
    
    Split out the code in GladeProject and created a separate object implementing
    the project properties dialog as a composite template widget.

 gladeui/Makefile.am                 |   14 +-
 gladeui/glade-project-properties.c  |  697 ++++
 gladeui/glade-project-properties.h  |   62 +
 gladeui/glade-project-properties.ui |   15 +-
 gladeui/glade-project.c             | 6170 ++++++++++++++++-------------------
 gladeui/glade-project.h             |    6 +
 po/POTFILES.in                      |    1 +
 7 files changed, 3647 insertions(+), 3318 deletions(-)

commit ce301a0be976abe4948add67a6d11f5612416d05
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Apr 19 19:59:29 2013 -0300

    GladeDesignLayout: added GTK_STYLE_CLASS_BACKGROUND class to default_context, so widgets other than GtkWindow get a proper background.

 gladeui/glade-design-layout.c |    1 +
 1 file changed, 1 insertion(+)

commit 5b79610a34607f71bee67d9c372d11c831047526
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Apr 19 19:19:44 2013 -0300

    GladeDesignLayout, GladePalette: Use class icon and name + widget name as drag icon widget.

 gladeui/glade-design-layout.c  |  103 ++++++++++++++++++++++++++++++++--------
 gladeui/glade-design-private.h |    4 ++
 gladeui/glade-palette.c        |   33 +++++++++++--
 3 files changed, 114 insertions(+), 26 deletions(-)

commit 9f9dc95a25dc0925c06265a6f51ecd7038bd162a
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Apr 18 15:59:13 2013 +0200

    Update French translation

 help/fr/figures/main-window.png |  Bin 47793 -> 49435 bytes
 help/fr/fr.po                   |  114 ++++++---------------------------------
 2 files changed, 15 insertions(+), 99 deletions(-)

commit 8ffd04f962f7fa47479718ccc499b4e4b5cb3651
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 16 22:02:11 2013 +0900

    Bug 697926: Signal Editor now initially expands rows which contain handlers

 gladeui/glade-signal-editor.c |   48 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

commit 068f41e701691451c808ae98461cd8f137b215e8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 16 05:29:42 2013 +0900

    GladeButtonEditor: UI touchups

 plugins/gtk+/glade-button-editor.ui |  763 +++++++++++++++++++----------------
 1 file changed, 422 insertions(+), 341 deletions(-)

commit 733da124e66d56578db73b6e89fd792921769768
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 16 05:29:26 2013 +0900

    GladeActivatableEditor: UI touchups

 plugins/gtk+/glade-activatable-editor.ui |   47 ++++++++++++++++--------------
 1 file changed, 25 insertions(+), 22 deletions(-)

commit bc26f11f9c5a2cfc6ab2e7e9a00a1a5ccff8395b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 16 05:29:01 2013 +0900

    GladeEditorTable: Column spacing of 6

 gladeui/glade-editor-table.c |    1 +
 1 file changed, 1 insertion(+)

commit ef450ea6b53d3ccf4545258255ff9beeb878daf1
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:   Tue Apr 16 01:43:38 2013 +0900

    l10n: Update Japanese translation

 help/ja/ja.po |   24 ++++--------------------
 1 file changed, 4 insertions(+), 20 deletions(-)

commit 1028e9dd21e1346360c0ac48d3ab2f0bbd4ae2bf
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 15 17:27:30 2013 +0900

    Moved old ChangeLog to a zipped file, now generate ChangeLog at make dist time.

 ChangeLog        |14082 ------------------------------------------------------
 ChangeLog.old.gz |  Bin 0 -> 149641 bytes
 Makefile.am      |   14 +
 3 files changed, 14 insertions(+), 14082 deletions(-)

commit 4e3c6e869e3a337cfc14bff5ddf221d658ff6ca3
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 15 16:02:29 2013 +0900

    Removed obsolete togglebutton editor from the private editors catalog

 plugins/gtk-private/glade-gtk-private.xml |    8 --------
 1 file changed, 8 deletions(-)

commit dce660ca4c184a4f37c7b2946a452f0664335b6a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 15 15:59:20 2013 +0900

    Bumping required GTK+ version to 3.9.0

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 969e5b20b1d6d3fe7ca3ae64d5b7c2e75c191afe
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 15 15:43:44 2013 +0900

    GladeButtonEditor: Now handle all subclasses in this editor.
    
    Looks much nicer all formatted into the same editor... removed
    the other experimental radio/toggle editors

 plugins/gtk+/Makefile.am                       |    8 +-
 plugins/gtk+/glade-button-editor.c             |   83 ++++++++++++++---
 plugins/gtk+/glade-button-editor.ui            |  118 +++++++++++++++++++-----
 plugins/gtk+/glade-gtk-resources.gresource.xml |    2 -
 plugins/gtk+/glade-gtk.c                       |    9 +-
 plugins/gtk+/glade-radio-button-editor.c       |   74 ---------------
 plugins/gtk+/glade-radio-button-editor.h       |   56 -----------
 plugins/gtk+/glade-radio-button-editor.ui      |   80 ----------------
 plugins/gtk+/glade-toggle-button-editor.c      |   74 ---------------
 plugins/gtk+/glade-toggle-button-editor.h      |   56 -----------
 plugins/gtk+/glade-toggle-button-editor.ui     |   97 -------------------
 po/POTFILES.in                                 |    4 -
 12 files changed, 169 insertions(+), 492 deletions(-)

commit 618c18633894bf25945cd69ffc5fc28bdd115d0e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 15 15:42:21 2013 +0900

    GladePropertyShell: Be forgiving for invalid properties.
    
    If the property class is not reachable for the loaded widget, just
    silently fail to load, this helps for cases where GladeButtonEditor
    also handles subclasses so some properties might or might not be
    editable.

 gladeui/glade-property-shell.c |   40 +++++++++++++++++++++++++++++++++-------
 1 file changed, 33 insertions(+), 7 deletions(-)

commit 3a7171cf50e2e1334cfb3d0f9be889b292f59ba4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 15 00:53:38 2013 +0900

    Fixing potfiles

 po/POTFILES.in |    1 -
 1 file changed, 1 deletion(-)

commit 1930a7917692cdc9542798542b1f2bc174fce009
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 15 00:31:38 2013 +0900

    Added new GladeRadioButtonEditor
    
    This one just adds the group property to the embedded GladeToggleButtonEditor.

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-button-editor.ui            |   19 ------
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk.c                       |    5 +-
 plugins/gtk+/glade-radio-button-editor.c       |   74 ++++++++++++++++++++++
 plugins/gtk+/glade-radio-button-editor.h       |   56 +++++++++++++++++
 plugins/gtk+/glade-radio-button-editor.ui      |   80 ++++++++++++++++++++++++
 plugins/gtk+/glade-toggle-button-editor.c      |    2 +-
 plugins/gtk+/glade-toggle-button-editor.ui     |    1 +
 plugins/gtk+/gtk+.xml.in                       |    1 +
 plugins/gtk-private/glade-gtk-private.xml      |    1 +
 po/POTFILES.in                                 |    2 +
 12 files changed, 224 insertions(+), 21 deletions(-)

commit ac984203f1eddb4dd44b1468dccfec298fb7a9c4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 22:43:15 2013 +0900

    Added GladeToggleButtonEditor.
    
    Mostly just a glade file template and some boiler plate code.

 plugins/gtk+/Makefile.am                       |    5 +-
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk.c                       |    8 +-
 plugins/gtk+/glade-toggle-button-editor.c      |   74 ++++++++++++++++++
 plugins/gtk+/glade-toggle-button-editor.h      |   56 ++++++++++++++
 plugins/gtk+/glade-toggle-button-editor.ui     |   96 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |    3 +
 plugins/gtk-private/glade-gtk-private.xml      |    7 ++
 po/POTFILES.in                                 |    2 +
 9 files changed, 250 insertions(+), 2 deletions(-)

commit 3b1da58f52a250d68e41de7fe70bd3f1637ef51f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 21:52:43 2013 +0900

    GladeButtonEditor: Many touchups in the UI, added extension point for embedding additional properties.

 plugins/gtk+/glade-button-editor.c  |    1 +
 plugins/gtk+/glade-button-editor.ui |  153 ++++++++++++++++++++++-------------
 2 files changed, 99 insertions(+), 55 deletions(-)

commit 6aec2ea56f528d0d62915cebfb343fce011a2f87
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 21:51:40 2013 +0900

    GladePropertyLabel: Now use italic to show changed state of properties.
    
    We want to use bold lettering to show different sections in an editor,
    using bold for modified state of properties conflicts with the appearance,
    italic is more subtle but also obvious.

 gladeui/glade-property-label.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 7e904c4f1559977c6fc9530b361b4efac7594c89
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 21:51:19 2013 +0900

    GladeEditorProperty: Dont focus-on-click check buttons.

 gladeui/glade-editor-property.c |    3 +++
 1 file changed, 3 insertions(+)

commit fca1c3f491f80454f286d2ef05e3f9f388220579
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 21:20:58 2013 +0900

    GladeGladePropertyShell: Give the shell a label in the UI while editing.
    
    Makes designing a property editor more comfortable.

 plugins/gladeui/Makefile.am                  |    4 ++-
 plugins/gladeui/glade-glade-property-shell.c |   36 ++++++++++++++++++++++++++
 plugins/gladeui/gladeui.xml                  |    1 +
 3 files changed, 40 insertions(+), 1 deletion(-)

commit ab97ccad902c73f8383021221e2c9f85e78d48e8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 18:38:37 2013 +0900

    GladeButtonEditor: Fleshing out the button editor design a bit.
    
    The thing needs more work to get done nicely, still looks a bit clunky.

 plugins/gtk+/glade-button-editor.ui |  215 ++++++++++++++++++++++++++++++++---
 plugins/gtk+/gtk+.xml.in            |    9 +-
 2 files changed, 205 insertions(+), 19 deletions(-)

commit 493dcd42e2a5c6df0a84835489dd87769df2a44b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 18:38:16 2013 +0900

    GladeEditorProperty: Avoid assertion when loading NULL widget.

 gladeui/glade-editor-property.c |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 58360cd055bb67cc001c75214dea11269d1f2ac8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 17:59:26 2013 +0900

    Gladeui plugin: Specify that the construct-only 'editor-type' property is to be ignored.

 plugins/gladeui/gladeui.xml |    1 +
 1 file changed, 1 insertion(+)

commit b915455d92a233f6df757708a3d884705b26889e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 17:58:41 2013 +0900

    glade_util_get_type_from_name() Better logical memory management.
    
    Never free the passed type name.

 gladeui/glade-utils.c          |    4 +++-
 gladeui/glade-widget-adaptor.c |    8 +++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

commit fdbe79f08a90145af7234b7a13e06f0de80fabf0
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 17:56:35 2013 +0900

    GladePropertyShell: Added a construct-only property to specify a GladeEditorProperty type
    
    This allows custom editors to specify a specific GladeEditorProperty type.

 gladeui/glade-property-shell.c |   50 ++++++++++++++++++++++++++++++++++++----
 1 file changed, 45 insertions(+), 5 deletions(-)

commit 3be34fa3ce8c9a6df8d50c1bbac2bd5fc97fbc6e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 17:55:48 2013 +0900

    GladePropertyLabel: Added an option to append the ':' colon to the property name
    
    Now we don't do it by default, allowing the check button property editor
    to use no colon appended.

 gladeui/glade-property-label.c |   56 +++++++++++++++++++++++++++++++++++++---
 gladeui/glade-property-label.h |    3 +++
 2 files changed, 56 insertions(+), 3 deletions(-)

commit 4d55f3bd489376ff78c71df266b4371a1f482cad
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 17:54:45 2013 +0900

    GladeEditorProperty: Added GladeEpropCheck type
    
    This is a custom boolean editor for embedding in custom editors which
    uses a check button... the normal switch based editor is used by default
    for cases where we might use a check button in the case the property
    is optional.

 gladeui/glade-editor-property.c |   93 +++++++++++++++++++++++++++++++++++++++
 gladeui/glade-editor-property.h |    2 +
 2 files changed, 95 insertions(+)

commit 2dd2203cd60eaf415e44edd6e60b19597f5f78bc
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 17:02:39 2013 +0900

    Slightly touching up activatable / button editors.

 plugins/gtk+/glade-activatable-editor.ui |  181 +++++++++++++++---------------
 plugins/gtk+/glade-button-editor.ui      |  121 ++++++++++----------
 2 files changed, 151 insertions(+), 151 deletions(-)

commit 5453bf01c2d0644698a951e2845387eb8a8e4572
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 17:01:51 2013 +0900

    Gladeui catalog: Make custom-text/custom-tooltip properties translatable.

 plugins/gladeui/gladeui.xml |    2 ++
 1 file changed, 2 insertions(+)

commit 38c7f6f2ad94721efd304839dd7c1245f23286b2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 17:00:45 2013 +0900

    GladeProperyLabel: Control boldness with PangoAttributes
    
    This lets custom text be bold as well as normal text.

 gladeui/glade-property-label.c |   41 +++++++++++++++++++++++++++-------------
 1 file changed, 28 insertions(+), 13 deletions(-)

commit 1e2ea80ddac81a90d611009aaa5a9abc6771913c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 16:22:49 2013 +0900

    Gladeui plugin: Disable some properties on GladePropertyLabel

 plugins/gladeui/gladeui.xml |    9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 1a799133cb1aa0e38a732304c47c47d2cfff909c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 16:22:00 2013 +0900

    GladeEditorProperty: Create multiline text views a 4 lines height

 gladeui/glade-editor-property.c |   28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

commit 7ccd155b2f95d2b7813484a4aee7d3d7b9d77f59
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 15:50:58 2013 +0900

    GladeWindow: Reordered initialization so that GladePreferences are loaded before anything else
    
    This fixes the loading of additional catalogs.

 src/glade-window.c |   23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

commit 0fa650caa0b1b62a965b03fe25478ae149ede8f5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 15:50:35 2013 +0900

    The private glade-gtk-private catalog depends on the gladeui catalog

 plugins/gtk-private/glade-gtk-private.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 784b556ac7dcb1b6f4db35ddab96a0c7fffc2288
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 15:50:05 2013 +0900

    Committing glade-button-editor.ui with new glade-gtk-private dependency

 plugins/gtk+/glade-button-editor.ui |    1 +
 1 file changed, 1 insertion(+)

commit 7af971e552a37d3d80c014ee93ad53dfb2acf43c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 15:34:07 2013 +0900

    Fixing up GTK+ plugin
    
     o Removed unused GladeTextButton class
    
     o Reordered Makefile.am in alphabetical order
    
     o Fixed some compiler warnings
    
     o Put .ui/.glade files at the end of lists in POTFILES.in

 plugins/gtk+/Makefile.am         |  126 ++++++++++++++--------------
 plugins/gtk+/glade-gtk.c         |    6 --
 plugins/gtk+/glade-text-button.c |  170 --------------------------------------
 plugins/gtk+/glade-text-button.h |   59 -------------
 po/POTFILES.in                   |   15 ++--
 5 files changed, 68 insertions(+), 308 deletions(-)

commit 961108a3f2d8840bf0af21ddeddeecfdcc8ccc81
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 02:43:17 2013 +0900

    Port GladeActivatableEditor to use a template.
    
    Also, removed a lot of code regarding managing sensitivity
    states with action-appearance, make use-action-appearance/related-action
    optional properties as well.
    
    Let's hope things survive with all this removed code.

 plugins/Makefile.am                            |    2 +-
 plugins/gtk+/Makefile.am                       |    2 -
 plugins/gtk+/glade-activatable-editor.c        |  353 +----------------
 plugins/gtk+/glade-activatable-editor.h        |   10 +-
 plugins/gtk+/glade-activatable-editor.ui       |  148 +++++++
 plugins/gtk+/glade-button-editor.c             |   65 +---
 plugins/gtk+/glade-button-editor.ui            |  489 +++++++++++++-----------
 plugins/gtk+/glade-gtk-activatable.c           |   98 -----
 plugins/gtk+/glade-gtk-activatable.h           |   44 ---
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk-switch.c                |   25 +-
 plugins/gtk+/glade-gtk.c                       |   79 +---
 plugins/gtk+/gtk+.xml.in                       |   40 +-
 po/POTFILES.in                                 |    1 +
 14 files changed, 497 insertions(+), 860 deletions(-)

commit 05cdf1e8548a88dd7660e2c98f425194ae7fc186
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 02:42:50 2013 +0900

    Added plugin private catalog

 plugins/gtk-private/glade-gtk-private.xml |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 05b767855a4ed16c4b606cb493a3f2d7dca0fa55
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 14 00:18:46 2013 +0900

    Special case ignore gresource files in catalog path

 gladeui/glade-catalog.c |    6 ++++++
 1 file changed, 6 insertions(+)

commit 91208998c21baa89a0ec3864ab49ddb14edfc979
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 23:19:33 2013 +0900

    GladeButtonEditor: Now a composite class defined in builder xml
    
    glade-button-editor.ui can now be edited in Glade, presuming you
    have installed the gladeui catalog first.

 plugins/gtk+/Makefile.am                       |   32 ++-
 plugins/gtk+/glade-button-editor.c             |  265 +++++--------------
 plugins/gtk+/glade-button-editor.h             |   24 +-
 plugins/gtk+/glade-button-editor.ui            |  337 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    6 +
 plugins/gtk+/gtk+.xml.in                       |    1 +
 po/POTFILES.in                                 |    1 +
 7 files changed, 443 insertions(+), 223 deletions(-)

commit 238efe9b789fe6c8f52b8ac2de168a9c6ccd54c7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 23:18:56 2013 +0900

    Gladeui plugin: Add GladeEditorTable to the palette.

 plugins/gladeui/gladeui.xml |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

commit 6c9c113646023f28fe1958aefe03c44d6c93b85f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 23:17:53 2013 +0900

    GladeGtkGrid adaptor: Disconnect signals on destroy.
    
    This is important if derived grids get reconstructed during project
    load time for construct-only properties they might declare.

 plugins/gtk+/glade-gtk-grid.c |   11 +++++++++++
 1 file changed, 11 insertions(+)

commit 9ce0b07fb9b01482dfa354cd0abe31e65518c68a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 23:16:58 2013 +0900

    GladeEditorTable: Make the editor page type a property.
    
    This way we can build/embed GladeEditorTable widgets in other editors.

 gladeui/glade-editor-table.c |   94 +++++++++++++++++++++++++++++++++---------
 gladeui/glade.h              |    1 +
 2 files changed, 75 insertions(+), 20 deletions(-)

commit 4aca4c517a969ad93e5b4519f10a318438197bc4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 23:15:50 2013 +0900

    GladeEditorSkeleton: Fixed chaining up in buildable (for container packing to work)

 gladeui/glade-editor-skeleton.c |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit b020f69cbdd5606c8e6e3e03e9fa6948a2b3e187
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 23:13:39 2013 +0900

    GladeEditor: Show newly created editors for the query dialog
    
    In other words, dont expect them to be visible by default

 gladeui/glade-editor.c |    1 +
 1 file changed, 1 insertion(+)

commit 06f6f829e23a68c593967e228545bc4a957eb3d6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 23:12:57 2013 +0900

    GladeWidget: Allow backends to glade_widget_get_from_gobject() until after "destroyed"

 gladeui/glade-widget.c |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

commit e04dfad59deadd9db157efe8ab37d0d1d5105824
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 23:12:24 2013 +0900

    GladeEditorProperty: Make text properties hexpand when multiline

 gladeui/glade-editor-property.c |    2 ++
 1 file changed, 2 insertions(+)

commit eb40b5cae57af307a02d6c19c729cbe76afd0f03
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 23:11:47 2013 +0900

    Fixing GladePropertyLabel property type for the "property" property ;-)

 gladeui/glade-property-label.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 81a044ce2a46df4ef0cf57a12ed8a3c434a07897
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 20:52:18 2013 +0900

    Addded missing stuff to POTFILES.in

 po/POTFILES.in |    2 ++
 1 file changed, 2 insertions(+)

commit e6f537591d1f5ee14c37ca703b68fd41e9f622a8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 20:49:45 2013 +0900

    Automatically generate enum types.

 configure.ac                          |    1 +
 gladeui/Makefile.am                   |   21 +++++++++++++++++--
 gladeui/glade-builtins.c              |   22 --------------------
 gladeui/glade-builtins.h              |    2 --
 gladeui/glade-palette.c               |    1 +
 gladeui/glade-project.c               |   21 +------------------
 gladeui/glade-project.h               |    2 --
 gladeui/glade-widget-adaptor.c        |   22 --------------------
 gladeui/glade-widget-adaptor.h        |    3 ---
 gladeui/glade.h                       |    1 +
 gladeui/gladeui-enum-types.c.template |   36 +++++++++++++++++++++++++++++++++
 gladeui/gladeui-enum-types.h.template |   25 +++++++++++++++++++++++
 12 files changed, 84 insertions(+), 73 deletions(-)

commit d1f777a5ef6a1cf13f71e525f755198f204e81d7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 20:31:23 2013 +0900

    Added adaptor to the gladeui plugin for editing GladeEditorSkeletons.

 plugins/gladeui/Makefile.am                   |   21 +++++
 plugins/gladeui/glade-glade-editor-skeleton.c |  115 +++++++++++++++++++++++++
 plugins/gladeui/gladeui.xml                   |   21 ++++-
 3 files changed, 154 insertions(+), 3 deletions(-)

commit f9194a7242918440082e6f3111fa8067aac0ed72
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 20:30:37 2013 +0900

    GladeWidget/GladeWidgetAdaptor: Added glade_widget_adaptor_write_widget_after()
    
    This gives a chance to write content of a widget after children are written.

 gladeui/glade-widget-adaptor.c |   39 +++++++++++++++++++++++++++++++++++++++
 gladeui/glade-widget-adaptor.h |   10 +++++++---
 gladeui/glade-widget.c         |    3 +++
 gladeui/glade-xml-utils.h      |    1 +
 4 files changed, 50 insertions(+), 3 deletions(-)

commit e13581f60c133c20156c06c623b6e06718eae2fc
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 19:41:49 2013 +0900

    Removed the new GladePropertyEditor iface
    
    Now just use GladeEditable everywhere (for property labels, editors and shells).

 gladeui/Makefile.am             |    2 --
 gladeui/glade-editable.c        |   24 +-------------
 gladeui/glade-editor-property.c |   34 ++++++++++++++------
 gladeui/glade-editor-skeleton.c |   19 ++++++-----
 gladeui/glade-editor-skeleton.h |    4 +--
 gladeui/glade-property-editor.c |   66 ---------------------------------------
 gladeui/glade-property-editor.h |   34 --------------------
 gladeui/glade-property-label.c  |   35 ++++++++++++++-------
 gladeui/glade-property-shell.c  |   39 +++++++++++++++--------
 9 files changed, 86 insertions(+), 171 deletions(-)

commit 8748db65a7c83ea311e754a11db1acee6025bc81
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 18:46:49 2013 +0900

    Added GladeEditorSkeleton
    
    The skeleton supports automatic propagation of loading of it's child
    GladePropertyEditors and GladeEditables and implements GtkBuildableIface
    in order to load the child editors from builder script.

 gladeui/Makefile.am             |    2 +
 gladeui/glade-editor-skeleton.c |  274 +++++++++++++++++++++++++++++++++++++++
 gladeui/glade-editor-skeleton.h |   62 +++++++++
 3 files changed, 338 insertions(+)

commit 0b4064434538e7b16ec130452578dfaaf5cb645c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 18:06:37 2013 +0900

    Make GladeEditable implement GladePropertyEditor implicitly.
    
    GladeEditable is a superset of GladePropertyEditor, implementing
    GladeEditable is an implicit implementation of GladePropertyEditor.

 gladeui/glade-editable.c |   24 +++++++++++++++++++++++-
 gladeui/glade-editable.h |    1 -
 2 files changed, 23 insertions(+), 2 deletions(-)

commit 7afab79bf89356d248fa6b9ce50a1082e70a186a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 17:55:05 2013 +0900

    Added GladePropertyEditor interface.
    
    This interface captures the common load_by_widget() semantics used by
    GladePropertyLabel, GladePropertyShell and GladeEditorProperty.

 gladeui/Makefile.am             |    2 ++
 gladeui/glade-editor-property.c |   23 ++++++++++++-
 gladeui/glade-property-editor.c |   66 +++++++++++++++++++++++++++++++++++++
 gladeui/glade-property-editor.h |   34 ++++++++++++++++++++
 gladeui/glade-property-label.c  |   68 +++++++++++++++++++++++----------------
 gladeui/glade-property-label.h  |    2 --
 gladeui/glade-property-shell.c  |   48 +++++++++++++++++----------
 gladeui/glade-property-shell.h  |    2 --
 8 files changed, 196 insertions(+), 49 deletions(-)

commit b09f056a13707bb2f7fac236aa5d89dd01b4ce00
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 17:30:53 2013 +0900

    Gladeui catalog: Added GladePropertyShell, fixed up a bit too.

 plugins/gladeui/gladeui.xml |   32 ++++++++++++++++++++++++++------
 1 file changed, 26 insertions(+), 6 deletions(-)

commit 5ec4148fc2bbb8634fb9aad9cc4177e41740b3a4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 17:30:35 2013 +0900

    Fixup GladePropertyShell

 gladeui/glade-property-shell.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 715b85deae9398205e1acb0b32663c47e56a48ae
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 17:25:15 2013 +0900

    Added GladePropertyShell class.
    
    The GladePropertyShell automates the creation of a child editor property.

 gladeui/Makefile.am            |    2 +
 gladeui/glade-property-shell.c |  299 ++++++++++++++++++++++++++++++++++++++++
 gladeui/glade-property-shell.h |   73 ++++++++++
 3 files changed, 374 insertions(+)

commit 18948af50867a85ebe6af310b86b206d1a63c7d4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 17:20:15 2013 +0900

    Alphabetically ordered Makefile.am sources

 gladeui/Makefile.am |  112 +++++++++++++++++++++++++--------------------------
 1 file changed, 55 insertions(+), 57 deletions(-)

commit 0133ebf0597ac7168dbdb521619d26628ce76c3f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 16:43:55 2013 +0900

    Added more configurations to GladePropertyLabel
    
    Now it notably has glade_property_label_load_by_widget().

 gladeui/glade-property-label.c |  256 +++++++++++++++++++++++++++++-----------
 gladeui/glade-property-label.h |   16 ++-
 2 files changed, 202 insertions(+), 70 deletions(-)

commit 9d9b6528597f27fd56b53dc0c868e6ad3d7cae3a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 16:20:33 2013 +0900

    GladeInspector: Derive from GtkBox

 gladeui/glade-inspector.c |   14 +++++++++-----
 gladeui/glade-inspector.h |    4 ++--
 2 files changed, 11 insertions(+), 7 deletions(-)

commit 9ebe9106737a66f0ff62a2aedd5acab92b1aba75
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 16:12:03 2013 +0900

    GladePropertyLabel: Added properties to customize the label and tooltip text

 gladeui/glade-property-label.c |  177 ++++++++++++++++++++++++++++++++++++----
 gladeui/glade-property-label.h |    7 ++
 2 files changed, 167 insertions(+), 17 deletions(-)

commit ae77aaf5c27af5c0215fa51aad61fe713932a909
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 13 15:46:55 2013 +0900

    GladeEditorProperty: Added an option to disable the optional check button
    
    Also now use ->constructed(), and derive from GtkBox.

 gladeui/glade-editor-property.c |   53 +++++++++++++++++++++++++++------------
 gladeui/glade-editor-property.h |    4 +--
 2 files changed, 39 insertions(+), 18 deletions(-)

commit 59c9597bfe01e9e51977b5690d7aa4b4bbce8dfa
Author: OKANO Takayoshi <kano@na.rim.or.jp>
Date:   Sat Apr 13 00:13:08 2013 +0900

    l10n: Update Japanese translation

 help/ja/ja.po | 1022 +++++++++++++++++++++------------------------------------
 1 file changed, 382 insertions(+), 640 deletions(-)

commit 640fd3a1dd69e073c3c58d57a77efc5611fc8603
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 21:30:42 2013 +0900

    Recommitting glade.glade with requirement of gladeui catalog.

 src/glade.glade |    1 +
 1 file changed, 1 insertion(+)

commit a57a999a6b4762dbade62e6aa2be7f4c02a57c91
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 21:01:13 2013 +0900

    GladeEditor: Ported to define the UI in templates.

 gladeui/Makefile.am                     |    5 +-
 gladeui/glade-editor.c                  |  171 +++---------------
 gladeui/glade-editor.ui                 |  300 +++++++++++++++++++++++++++++++
 gladeui/gladeui-resources.gresource.xml |    1 +
 po/POTFILES.in                          |    1 +
 5 files changed, 331 insertions(+), 147 deletions(-)

commit 61a5396f71ec958d59dc4ea690e4d4ebbce68322
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 21:26:34 2013 +0900

    Added gladeui catalog plugin.
    
    Use this to edit Glade files for Glade (or other IDEs using Glade).

 configure.ac                |   12 ++++++++++++
 plugins/Makefile.am         |    4 ++++
 plugins/gladeui/Makefile.am |    5 +++++
 plugins/gladeui/gladeui.xml |   18 ++++++++++++++++++
 4 files changed, 39 insertions(+)

commit 63a15c5221ab5a6916cded76cf9f98d4418aa74c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 21:22:04 2013 +0900

    GladeSignalEditor: Derive from GtkBox

 gladeui/glade-signal-editor.c |    2 +-
 gladeui/glade-signal-editor.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

commit e3da30cf4c99fc6b7b2be5b4a2b41614cf356c46
Author: Dmitrijs Ledkovs <dmitrijs.ledkovs@canonical.com>
Date:   Wed Feb 27 14:57:01 2013 +0000

    Add Grid option to "Add Parent" action.

 plugins/gtk+/glade-gtk.c |    2 ++
 plugins/gtk+/gtk+.xml.in |    1 +
 2 files changed, 3 insertions(+)

commit f6a253038501e46629b5ea50cd017044bfa507da
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 19:28:04 2013 +0900

    GladeEditor rework: Make atk.png loaded as a GResource.

 data/icons/Makefile.am                  |    2 +-
 data/icons/atk.png                      |  Bin 914 -> 0 bytes
 gladeui/Makefile.am                     |   21 +++++++++++++--------
 gladeui/atk.png                         |  Bin 0 -> 914 bytes
 gladeui/glade-editor.c                  |    8 ++++----
 gladeui/glade-editor.h                  |    4 ++--
 gladeui/gladeui-resources.gresource.xml |    1 +
 7 files changed, 21 insertions(+), 15 deletions(-)

commit 282a4944b17ed5762eeae8aa64b7b8c5b83621fc
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 19:19:36 2013 +0900

    GladePropertyLabel: Set toplevel invisible by default.

 gladeui/glade-property-label.ui |    1 -
 1 file changed, 1 deletion(-)

commit 4835f1a1f40809a04e0edabf8d9e8a4ca1ada38b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 19:09:44 2013 +0900

    GladeProject: Fixed condition to warn about properties that are optional & enabled.

 gladeui/glade-project.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit b80836a1bebd3bc0546f06340836aac5a763e03a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 19:09:28 2013 +0900

    Adding missing file to POTFILES.in

 po/POTFILES.in |    1 +
 1 file changed, 1 insertion(+)

commit 4af7ffb5086ae383d347d4c214354581796678f0
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 18:45:40 2013 +0900

    GladeProject: Fix verification of widgets, signals and properties for the UI
    
    Needed update after adding the new flags.

 gladeui/glade-project.c |   26 +++++++++++++++++++++-----
 1 file changed, 21 insertions(+), 5 deletions(-)

commit 985b42b5f3c368e501f68492de462c55f0a5e7ac
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 18:00:00 2013 +0900

    Added new composite widget: GladePropertyLabel.
    
    Now GladeEditorProperty creates a GladePropertyLabel on demand if
    needed, instead of implementing the label itself.
    
    This will allow custom property editors to use the property labels
    in the interface defined with GtkBuilder script.

 gladeui/Makefile.am                     |    5 +-
 gladeui/glade-editor-property.c         |  109 ++--------
 gladeui/glade-property-label.c          |  355 +++++++++++++++++++++++++++++++
 gladeui/glade-property-label.h          |   64 ++++++
 gladeui/glade-property-label.ui         |   44 ++++
 gladeui/gladeui-resources.gresource.xml |    1 +
 po/POTFILES.in                          |    1 +
 7 files changed, 490 insertions(+), 89 deletions(-)

commit 7f2051967c3b883b672d8289ebdb1a0f5071e9d3
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 15:33:33 2013 +0900

    Project Properties Dialog: Moved verify button to be a secondary dialog button.

 gladeui/glade-project-properties.ui |   48 +++++++++++++----------------------
 plugins/gtk+/gtk+.xml.in            |    2 +-
 2 files changed, 18 insertions(+), 32 deletions(-)

commit eeef2072fcffd9bb8f26c3f46d29854873ee16b1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 02:45:50 2013 +0900

    GladePreferences: Define all default preference values near the top of the file

 src/glade-preferences.c |   32 ++++++++++++++++++++------------
 1 file changed, 20 insertions(+), 12 deletions(-)

commit 0ef60b6cff6e6152697432a804ac91be307e4f53
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 02:45:16 2013 +0900

    Fixup frontend glade files.
    
    The adjustment for the autosave seconds spin button didnt follow the
    migration properly.

 src/glade-preferences.glade |    7 +++++++
 src/glade.glade             |    7 -------
 2 files changed, 7 insertions(+), 7 deletions(-)

commit fe73c995b99b8644db900ef06413553b0fba0c8f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 02:31:41 2013 +0900

    glade-preferences.glade: Added missing signal connection
    
    And added some tooltips, made treeview expand horizontally.

 src/glade-preferences.glade |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit d8ea6f993a645a55b68ee69a96031fa3e8564c6c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 02:25:27 2013 +0900

    Frontend Glade files: Added translation domain

 src/glade-preferences.glade |    2 +-
 src/glade.glade             |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 18ec1f0384fb06fd509e7c1deeb8e8f5b6b29bf6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 02:24:08 2013 +0900

    GladeEditor: Pack the warning icon before the class icon.
    
    More consistent with the Inspector view.

 gladeui/glade-editor.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a267d502f9c04b4ca512b3ddaf13aac60408853c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 02:18:29 2013 +0900

    Enhanced preferences
    
    Now the user can choose if they want to ignore versioning errors, deprecation
    warnings or warnings about unrecognized types at save time. This avoids
    the dialog in the case you might save often but don't care to be warned
    every time.

 src/glade-preferences.c     |   57 ++++++++++++
 src/glade-preferences.glade |  203 +++++++++++++++++++++++++++++++++----------
 src/glade-preferences.h     |    4 +
 src/glade-window.c          |   16 +++-
 4 files changed, 232 insertions(+), 48 deletions(-)

commit 7eae117bfdce55992a168566c85ae41ab9bd5309
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 02:17:54 2013 +0900

    Added glade_project_save_verify()
    
    A version of glade_project_save() with control on what types of
    verifications should be run

 gladeui/glade-project.c |   88 ++++++++++++++++++++++++++++++++---------------
 gladeui/glade-project.h |   17 +++++++++
 2 files changed, 77 insertions(+), 28 deletions(-)

commit 608a3239e1fef8b415701e3bec8f70f959622928
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 12 02:17:28 2013 +0900

    GladeWidget: Set warning state with tooltip for unrecognized types.

 gladeui/glade-widget.c |   18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

commit 1215b4022923ec27245a8e4deb64e931242ec7a5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 22:07:14 2013 +0900

    GladeWindow: Fix recent files
    
    Glade's main open recent menu was not properly filtered, now
    only allow Glade to open recent files that are of mime type
    "application/x-glade"

 src/glade-window.c |    6 ------
 src/glade.glade    |   24 +++++++++++++++---------
 2 files changed, 15 insertions(+), 15 deletions(-)

commit 1527292bd7df10860f0b85564d2f1ae437c9612f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 21:48:15 2013 +0900

    GladePreferences: Beefing up the preferences a bit
    
    Removed the combo box in favor of a treeview displaying
    all catalog paths.

 src/glade-preferences.c     |  130 +++++++++++++++++++++++++++----------------
 src/glade-preferences.glade |   83 ++++++++++++++++++---------
 2 files changed, 140 insertions(+), 73 deletions(-)

commit f103d569723f64375647eee953415d0a720af0ad
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 20:41:41 2013 +0900

    Ported GladePreferences to use a composite template.

 po/POTFILES.in                    |    1 +
 src/Makefile.am                   |    2 +-
 src/glade-callbacks.h             |    1 +
 src/glade-preferences.c           |  245 ++++++++++++++++-------------
 src/glade-preferences.glade       |  313 +++++++++++++++++++++++++++++++++++++
 src/glade-preferences.h           |   50 ++++--
 src/glade-resources.gresource.xml |    1 +
 src/glade-window.c                |   13 +-
 src/glade.glade                   |  311 +-----------------------------------
 9 files changed, 501 insertions(+), 436 deletions(-)

commit 8b98bc217b60f7f7fd39d2c3a4fa4cca7a01e626
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 15:49:42 2013 +0900

    GladeCommand/GladeEditorProperty: Make the enabled state of a property undoable.
    
    Now that the enabled state of a property causes Glade's xml output to change,
    it must absolutely be undoable (enabled optional properties are saved regardless
    of default value).

 gladeui/glade-command.c         |  177 +++++++++++++++++++++++++++++++++++++++
 gladeui/glade-command.h         |   11 ++-
 gladeui/glade-editor-property.c |   19 +++--
 plugins/gtk+/glade-fixed.c      |    8 +-
 4 files changed, 201 insertions(+), 14 deletions(-)

commit d457c4fa838ce0a31d7518deb7a3acf9970b7dd7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 15:23:23 2013 +0900

    Change API name glade_command_set_tempalte --> glade_command_set_project_template
    
    More consistent API name with other project related commands.

 gladeui/glade-command.c |    8 ++++----
 gladeui/glade-command.h |    2 +-
 gladeui/glade-project.c |    6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

commit 527b2cf298217797268be1ee3020f5e97d39e89c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 14:34:53 2013 +0900

    GladeProject / GladeCommand: Make project translation domain settings undoable

 gladeui/glade-command.c |  141 +++++++++++++++++++++++++++++++++++++++++++++++
 gladeui/glade-command.h |    3 +
 gladeui/glade-project.c |   11 ++--
 3 files changed, 151 insertions(+), 4 deletions(-)

commit 5e4e34cd67e0e7e432989b688e4335fac8655d1b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 14:20:53 2013 +0900

    GladeProject / GladeCommand: Make target project version undoable

 gladeui/glade-command.c |  163 +++++++++++++++++++++++++++++++++++++++++++++++
 gladeui/glade-command.h |    4 ++
 gladeui/glade-project.c |   18 +++---
 gladeui/glade-project.h |    4 ++
 4 files changed, 180 insertions(+), 9 deletions(-)

commit a4db26944e49e11bba08d746706b0f1926681fa3
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 01:29:42 2013 +0900

    GladePropertyEditor: Let text views wrap.

 gladeui/glade-editor-property.c |    6 ++++++
 1 file changed, 6 insertions(+)

commit 95cd10743ec9b26b3e15c092c068db444a49f4bd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 01:06:18 2013 +0900

    GladeInspector: Add an icon to expand all rows.

 gladeui/glade-inspector.c |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

commit 3c2836cae7dd59560bfea179419dcc46e8d67f2d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 00:14:16 2013 +0900

    GladeModelData: For list-store data, use nicer icons in the button

 plugins/gtk+/glade-model-data.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f626fb00d82d90565bed05f6aba38ac63a2322c0
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 00:08:04 2013 +0900

    GladeInspector: Now show a warning icon and tooltip text if a widget has a warning
    
    This makes support warnings much easier to catch, instead of having to dig
    into the properties dialog (or wait until save time) you can see directly
    in the inspector if any of your widgets have any deprecation/versioning
    warnings.

 gladeui/glade-inspector.c |   41 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 38 insertions(+), 3 deletions(-)

commit 34585f45158e8126f1f5c14830a371c6ecf32ce6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 11 00:06:12 2013 +0900

    GladeWidget: Enhanced support warnings
    
      o Now GladeWidget support warnings include warnings about any used
        properties or signals which have warnings
    
      o GladeWidget support warnings update appropriately when signals
        are added/removed or when properties are changed/enabled
    
      o GladeProject now also has a column with the widget warning text
        which gets updated any time a widget's warning changes

 gladeui/glade-project.c  |   18 +++---
 gladeui/glade-project.h  |    2 +
 gladeui/glade-property.c |   59 +++++++++++++++++++-
 gladeui/glade-property.h |    2 +
 gladeui/glade-widget.c   |  136 +++++++++++++++++++++++++++++++++++++++++++++-
 gladeui/glade-widget.h   |    1 +
 6 files changed, 205 insertions(+), 13 deletions(-)

commit 19a99a02de9710614ebba8653d5b9bbb6a014764
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 10 22:23:15 2013 +0900

    GladeSignalEditor: Only show the warning icon for the row which displays the signal name

 gladeui/glade-signal-editor.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit f26afa4edb81520e4e84c51d382d2ad54a42b350
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 10 04:33:35 2013 +0900

    Touching up project properties dialog appearance.

 gladeui/glade-project-properties.ui |  482 +++++++++++++++++------------------
 1 file changed, 239 insertions(+), 243 deletions(-)

commit f45a5bdd69120684b2f090d43a7de3e69cba0342
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 10 04:33:19 2013 +0900

    Touching up preferences spacing

 src/glade.glade |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

commit e1256cd36b827cb1be0267143b30b52f40ed0d85
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 10 00:06:37 2013 +0900

    GladeCommand: Make sure a template widget is unset undoably if deleted.

 gladeui/glade-command.c |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

commit ffc5a8cc08a39936fe650e1468243c598e1bd980
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 9 23:48:24 2013 +0900

    GladeProject/GladeCommand: Implement undo/redo for project template widget

 gladeui/glade-command.c |  187 ++++++++++++++++++++++++++++++++++
 gladeui/glade-command.h |    5 +
 gladeui/glade-project.c |  257 +++++++++++++++++++++++++++++++----------------
 gladeui/glade-project.h |    4 +
 4 files changed, 369 insertions(+), 84 deletions(-)

commit f58f689190a51d4ae9a1965843656d75775fd375
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 1 16:32:45 2013 +0900

    GladeProject: Update the misc column with an indicator marking that it is template

 gladeui/glade-project.c |    2 ++
 1 file changed, 2 insertions(+)

commit f3c7335ed9a3e1834dc5cd4e5d88663f95cd0f78
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 17:07:37 2013 +0900

    GTK+ Catalog GtkScaleButton - add internal children.

 plugins/gtk+/gtk+.xml.in |    5 +++++
 1 file changed, 5 insertions(+)

commit a714a588f455cb1487dd744d44c0b5fd73136ec1
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 31 01:46:47 2013 -0300

    Added Composite template toplevel option in Project properties to choose wich toplevel should be used as a template

 gladeui/glade-project-properties.ui |   43 ++++++++++++
 gladeui/glade-project.c             |  127 ++++++++++++++++++++++++++++++++++-
 gladeui/glade-project.h             |    8 ++-
 3 files changed, 174 insertions(+), 4 deletions(-)

commit b2829ef1bfba04e6da2165a0da337fa14a6a5440
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Mar 30 20:00:52 2013 +0900

    Support load and save of files with a <template> element.
    
    GladeWidget now has a "parent-name" property which specifies
    the class from which a template derives. Loading and Saving
    code now takes <template> tags into account.
    
    A GladeWidget is instanciated slightly differently for a <template>
    (the parent-name class is used for instantiation).

 gladeui/glade-project.c   |    6 ++-
 gladeui/glade-property.c  |    5 +-
 gladeui/glade-widget.c    |  127 +++++++++++++++++++++++++++++++++++++++------
 gladeui/glade-widget.h    |    5 ++
 gladeui/glade-xml-utils.h |    1 +
 plugins/gtk+/glade-gtk.c  |   95 ++++++++++++++++++++++-----------
 6 files changed, 188 insertions(+), 51 deletions(-)

commit d2bc48eceea65286f30485e397949f49dc408d9c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 8 20:10:20 2013 +0900

    Build fixes, now distcheck passes again (with the added tests).
    
    As a side effect, I also enhanced the GResources build commands,
    now we also avoid explicitly calling _resources_register() but
    rely on glib-compile-resources to automatically register the
    compiled resources.

 configure.ac        |    2 +-
 gladeui/Makefile.am |   19 ++++++++++++-------
 gladeui/glade-app.c |    5 -----
 src/Makefile.am     |   15 ++++++++++-----
 src/main.c          |    6 ------
 5 files changed, 23 insertions(+), 24 deletions(-)

commit 6d3f6b87fb218cc42373d5decbcb63ac1f6c1511
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 8 19:35:34 2013 +0900

    GladeInspector: Search entry completes on GladeProject
    
    Instead of completing on the filtered model, it's more reliable
    to fetch completions from the real project model, and use those
    completions to feed the filtering mechanism.

 gladeui/glade-inspector.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aa1afc45d389183ff55c93b918e69240e5f4db7d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 8 19:30:22 2013 +0900

    GladeInspector: Enhanced search entry.
    
    Now find the first complete match when ENTER is pressed, if a complete
    match is found, then select it.

 gladeui/glade-inspector.c |   51 ++++++++++++++++++++++++++++++++++++---------
 1 file changed, 41 insertions(+), 10 deletions(-)

commit f2ba686a565ac79524240b6b40f836c18fe39718
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Apr 7 21:57:30 2013 -0300

    EXTRA_DIST: Added glade-project-properties.ui

 gladeui/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 5ea71916a5112acd67d75d0b873a323e15ead726
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 8 01:30:38 2013 +0900

    GladeWindow: Remove references of the moved search entry.

 src/glade-window.c |   22 +---
 src/glade.glade    |  366 ++++++++++++++++++++++++----------------------------
 2 files changed, 173 insertions(+), 215 deletions(-)

commit 8780ba94d3aed95ab29213bb9127ff836836bdb7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 7 22:45:47 2013 +0900

    GladeInspector: Re-enable completions in the search entry.
    
    Guys, it's twice now that someone breaks completions, with the naive
    idea that some stock function from GTK+ can do it right, please, please
    never break completions in the inspector again, thankyou.

 gladeui/glade-inspector.c |  241 +++++++++++++++++++++++++++++++--------------
 1 file changed, 169 insertions(+), 72 deletions(-)

commit 7434df5696da1eb0fd60826d3354c1e0c5c1eaf4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 7 22:34:11 2013 +0900

    Revert "Removed search entry from GladeInspector"
    
    This reverts commit 644299857b3cdd3861bfebfb7aefdabe0e93fb30.

 gladeui/glade-inspector.c |  328 +++++++++++++++++++++++++++++++++------------
 gladeui/glade-inspector.h |    2 -
 2 files changed, 241 insertions(+), 89 deletions(-)

commit b669bff33127341378dbab176ab87614c71f7ef0
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 6 17:32:52 2013 +0900

    Implemented autosave and backups
    
    Whenever the user saves, the last version of the file is backed up.
    
    Whenever the project is modified and idle for a configurable amount of
    seconds, the project is automatically saved.
    
    At load time, if the automatically saved file is newer than the proposed
    Glade file, Glade will popup a dialog and let the user choose to load
    the autosaved version instead

 src/glade-preferences.c |   66 ++++++++++++
 src/glade-preferences.h |    5 +
 src/glade-window.c      |  148 ++++++++++++++++++++-------
 src/glade.glade         |  259 +++++++++++++++++++++++++++++++----------------
 4 files changed, 354 insertions(+), 124 deletions(-)

commit e756d60459ae2cd786cb452096d9946c7f05a63b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 6 23:02:28 2013 +0900

    GladeProject: Added glade_project_backup() and glade_project_autosave()
    
     o glade_project_backup()
    
       Backs up the last saved version of the glade file to project.glade~
    
     o glade_project_autosave()
    
       Saves the glade file to /path/to/#project.glade# without modifying
       the project's modified state.
    
    Conflicts:
    
    	gladeui/glade-project.c

 gladeui/glade-project.c |  156 +++++++++++++++++++++++++++++++++++++++++++++--
 gladeui/glade-project.h |    7 ++-
 2 files changed, 157 insertions(+), 6 deletions(-)

commit 79bcad91051d158b9f86d61a7af70321bc9ab3ff
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 6 18:11:49 2013 +0900

    Disabled GtkRecentChooser:select-multiple on implementations which don't support it.

 plugins/gtk+/gtk+.xml.in |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

commit 4e469a674019836f058042013c90b4a825640f82
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 6 17:33:19 2013 +0900

    Properly disabling GtkRadioAction:current-value property

 plugins/gtk+/gtk+.xml.in |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit becf88797bb40e1b084559bb526fdc576f3e6462
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 6 16:47:44 2013 +0900

    GladeEditor: Avoid crash when draging and dropping a widget with packing properties
    
    This was not reproducible in all cases, but dragging the notebook inside
    of the Glade preferences dialog outside of it's dialog caused a crash,
    the fix was however obvious enough.

 gladeui/glade-editor.c |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

commit c7c337a86aeeb688d1f9c78ec359b27f716baba3
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 6 16:05:12 2013 +0900

    GladeEditorProperty: Manage construct-only property changes.
    
    This is tricky, we block the GladeProperty change signals
    while committing an new property value. However when the
    property is construct-only, the GladeWidget temporarily
    exits the GladeProject while it reconstructs the instance.
    
    With this patch we avoid unblocking the property change
    signal after a commit, if the signal was disconnected
    and reconnected as a consequence of applying the property value.

 gladeui/glade-editor-property.c |   12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

commit 2f05655cd3b3aec97a4104d946385956f8967c86
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 6 15:42:03 2013 +0900

    GtkIconFactory adaptor: Added a destroy_object function
    
    The GtkIconFactory adaptor adds the factory to the default
    with gtk_icon_factory_add_default() at post create time, now
    we remove it at destroy object time.
    
    Enabled the create-objects test for GtkIconFactory which now
    passes again.

 plugins/gtk+/glade-gtk.c |    9 +++++++++
 plugins/gtk+/gtk+.xml.in |    1 +
 tests/create-widgets.c   |    2 --
 3 files changed, 10 insertions(+), 2 deletions(-)

commit af4ff2a61ff6f3c70dffd91e4b37dc2d326851ec
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 6 15:37:22 2013 +0900

    Added GladeWidgetAdaptor destroy_object method.
    
    The destroy_object method gives the chance to plugins to undo
    anything which might have added a reference to the object.

 gladeui/glade-widget-adaptor.c |   29 +++++++++++++++++++++++++++++
 gladeui/glade-widget-adaptor.h |   26 +++++++++++++++++++++++++-
 gladeui/glade-widget.c         |    6 +++---
 gladeui/glade-xml-utils.h      |    1 +
 plugins/gtk+/glade-gtk.c       |    9 +++++++++
 plugins/gtk+/gtk+.xml.in       |    2 +-
 6 files changed, 68 insertions(+), 5 deletions(-)

commit d5a2961ae77ce23aedcf92da2935ba9bfd4c8de1
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Apr 5 15:47:29 2013 -0300

    GladeEPropBool: Removed GladeBoolToggle and replaced with plain old good GtkSwitch.

 gladeui/Makefile.am             |    6 +-
 gladeui/glade-bool-toggle.c     |  216 ---------------------------------------
 gladeui/glade-bool-toggle.h     |   58 -----------
 gladeui/glade-editor-property.c |    7 +-
 4 files changed, 5 insertions(+), 282 deletions(-)

commit 563e3a346cf4c97e0ced54babac64ee1059fe0b9
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 19:55:21 2013 +0900

    Test Cases: Now GtkComboBox finalizes properly.
    
    The bug had to do with a call to glade_widget_rebuild()

 tests/add-child.c      |    8 +++-----
 tests/create-widgets.c |    2 --
 2 files changed, 3 insertions(+), 7 deletions(-)

commit 7c5fdd2eb764154d22764d69f492d477157f42e8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 19:53:12 2013 +0900

    GladeWidget: glade_widget_set_object() unconditionally destroy the old object.
    
    This used to have a special case for rebuilding, but that seems to work alright now.

 gladeui/glade-widget.c |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

commit ab463f82f8545ad95cb89c6aa596030594f4d1d2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 17:30:49 2013 +0900

    GladePlaceholder: Remove call to deprecated gtk_widget_style_attach()

 gladeui/glade-placeholder.c |    2 --
 1 file changed, 2 deletions(-)

commit 0f06a8364134f68d23c9fb322c5160f53bdbfc81
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 17:16:16 2013 +0900

    GladePropertyClass: Use non-deprecated gtk_widget_render_icon_pixbuf()

 gladeui/glade-property-class.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 1b165d4815c57ea55d2fb89fba64f4a836b1d67c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 15:15:27 2013 +0900

    Added new test: add-child.c
    
    The new test tests every parent/child relationship in the base GTK+
    catalog, a child is added to the parent, the expected relationship
    is tested, and unreffing the parent GladeWidget is tested to also
    finalize the child GladeWidget and both runtime GObjects.

 tests/Makefile.am |   13 ++-
 tests/add-child.c |  306 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 318 insertions(+), 1 deletion(-)

commit fdd5289f5e711dca74edf6810e244adbba22d7bd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 15:14:39 2013 +0900

    create-widgets.c test: Avoid GtkFileChooserButton
    
    Currently this one causes subsequent tests to fail due to a leaked
    GTask callback.

 tests/create-widgets.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit c009f66e1644bb982d6dab37c58dd56983e267f6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 15:13:28 2013 +0900

    GtkNotebook adaptor: Safer treatment of child tabs
    
    Hold an extra temporary reference in glade_gtk_notebook_extract_children()

 plugins/gtk+/glade-gtk.c |   11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

commit 9650bce7339d7c75bf15ea9019dfabdac36cc343
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 15:12:12 2013 +0900

    GladeWidget: Properly finalize the runtime object.
    
    Previously we either destroy or unref, now we destroy
    any widget if the 'destroy' param is specified, and
    we additionally unref. Note that gtk_widget_destroy()
    does not imply any unref.

 gladeui/glade-widget.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 22a7e2a3ec7e541de6b743b75c08190e46379590
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 15:10:46 2013 +0900

    GladeWidget: Remove children when disposing
    
    Normally this doesnt happen because GladeProject breaks
    hierarchy before disposing, here we ensure proper breaking
    of reference cycles for the sake of good API (so we can write
    proper tests).

 gladeui/glade-widget.c |   12 ++++++++++++
 1 file changed, 12 insertions(+)

commit 7aa26b3658e81b49f3295f868b8abcb584e3ba15
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 01:16:25 2013 +0900

    Added glade-gtk-box.c to POTFILES.in

 po/POTFILES.in |    1 +
 1 file changed, 1 insertion(+)

commit f1543fca9174f965cbe19db8a0fa0e8f5f5a3ff8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 5 01:13:56 2013 +0900

    Added Glade's first unit test (about time !)
    
    This patch clears the way for unit testing, some environment variables
    are added to ensure unit tests run on code that is not installed but
    in tree.
    
    The added test iterates over all widgets in the catalog, uses the
    adaptor to create a GladeWidget and asserts that the GladeWidget and
    it's internal object is finalized after unreferencing the GladeWidget.

 Makefile.am                      |    2 +-
 configure.ac                     |    9 +++
 gladeui/glade-app.c              |   14 ++++-
 gladeui/glade-app.h              |    6 +-
 gladeui/glade-catalog.c          |   15 +++--
 gladeui/glade-utils.c            |    2 +-
 gladeui/glade-widget-adaptor.c   |    7 ++-
 plugins/gtk+/glade-gtk-grid.c    |    5 +-
 plugins/gtk+/glade-gtk-table.c   |    4 +-
 plugins/gtk+/glade-gtk.c         |    9 +--
 plugins/gtk+/gtk+.xml.in         |    4 +-
 plugins/gtk+/gtkunixprint.xml.in |    1 +
 tests/Makefile.am                |   30 ++++++++++
 tests/create-widgets.c           |  117 ++++++++++++++++++++++++++++++++++++++
 14 files changed, 202 insertions(+), 23 deletions(-)

commit fc0ea5ea9b33190bc0eef42351957ddee077969a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 4 16:06:51 2013 +0900

    GladeFixed: Avoid fetching the pointer at load time, or whenever the widget is not realized.

 gladeui/glade-utils.c      |    2 ++
 plugins/gtk+/glade-fixed.c |    8 ++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

commit 650bc9a8ac1daf9b39c100fd0f5c66621251b858
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 4 16:01:09 2013 +0900

    Cleanup glade_utils_get_pointer()
    
    Now accepts a NULL window or device when one cannot be provided.

 gladeui/glade-utils.c      |   31 ++++++++++++++++++++++++++++---
 plugins/gtk+/glade-fixed.c |    9 +--------
 2 files changed, 29 insertions(+), 11 deletions(-)

commit 79fef75ee0ed24878bb46c988ecfbbd6e3903c18
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 4 04:15:58 2013 +0900

    GladeDesignView: Remove some of the hacks in Drag and Drop
    
    Allow normal code paths to run at drop time, GladeWidget implementations
    ensure that the child is dropped at the right location.

 gladeui/glade-design-view.c |   52 +++++--------------------------------------
 1 file changed, 5 insertions(+), 47 deletions(-)

commit c9040f87a5cefd6c979056a69768e7062233c026
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 4 04:14:59 2013 +0900

    GladeFixed: Explicitly fetch mouse position at add_child time
    
    This is because normal event recording doesnt work when a GTK+
    Drag and Drop is in progress, so we need to explicitly fetch
    the pointer position at Drop time.

 plugins/gtk+/glade-fixed.c |   18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit 498eee3f29e30eddd1fd1819506a757d428d8501
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 4 04:14:30 2013 +0900

    Deprecate glade_widget_get_device_from_event()

 gladeui/glade-widget.c |   15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

commit 4c245b5edb25324dc040a6bf61c24f40adf61dcf
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 3 18:08:39 2013 +0900

    GladeFixed: More reliable drag/resize
    
    During a drag resize, temporarily all child widgets expand, this
    gives more consistent results while changing child packing.
    
    Also, now use glade_utils_get_pointer() for the mouse positions.

 plugins/gtk+/glade-fixed.c |  138 ++++++++++++++++++++++++++++++++++++--------
 1 file changed, 115 insertions(+), 23 deletions(-)

commit 975eefe76cce05d916f8e69b77344e83cac15f19
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 3 18:06:20 2013 +0900

    Utils: Added glade_util_get_pointer()
    
    This is a more reliable way of getting the widget relative pointer.

 gladeui/glade-utils.c |   35 +++++++++++++++++++++++++++++++++++
 gladeui/glade-utils.h |    8 ++++++++
 2 files changed, 43 insertions(+)

commit c4c646fda47cced361dccb7c7565c5cb489c9530
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 3 16:27:22 2013 +0900

    Refactor: Move GtkBox adaptor into it's own separate file.

 plugins/gtk+/Makefile.am     |    1 +
 plugins/gtk+/glade-gtk-box.c |  751 ++++++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c     |  715 +---------------------------------------
 plugins/gtk+/glade-gtk.h     |   15 +-
 4 files changed, 769 insertions(+), 713 deletions(-)

commit 0391bd594480315da265fe0b72a1cc7070f3e340
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 3 16:12:35 2013 +0900

    Fix for drag/resize in GtkGrid.
    
    This patch ensures that width/height child properties of grid
    are properly updated while expanding left & right, it also
    moves all the GladeFixed code to a single section at the bottom
    of the file.

 plugins/gtk+/glade-gtk-grid.c | 1367 +++++++++++++++++++++--------------------
 1 file changed, 691 insertions(+), 676 deletions(-)

commit 3d66650794360461a076df9315b0bbf25444221f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 3 16:11:09 2013 +0900

    Fixed Drag/Resize for GtkFixed by explicitly giving it a window.
    
    Current Drag/Resize was only working in GtkLayout since the layout
    defines it's own GdkWindow, just force GtkFixed to have a window too.

 plugins/gtk+/glade-gtk.c |    2 ++
 1 file changed, 2 insertions(+)

commit 40442db9c98502f2f1cdb69a4f79aec1c8f5cf14
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Apr 3 16:09:19 2013 +0900

    HACK: Allow GtkLayout to have children dragged into it at mouse position.
    
    This is a hack and all GTK_IS_FIXED() GTK_IS_LAYOUT() statements
    in GladeDesignView code needs to go away.
    
    This should instead be properly handled by a general feature of
    GladeWidget/GladeWidgetAdaptor.

 gladeui/glade-design-view.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 4338b2d98bc260e1479f5110aa3855429f767c33
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 1 18:45:29 2013 -0300

    GtkGrid/GtkBox: Bring back use of GladeFixed.
      It wont interfere with GladeDesignLayout drag&drop because it does not use
      GLADE_POINTER_DRAG_RESIZE and GDK_SHIFT_MASK anymore.

 plugins/gtk+/glade-gtk-grid.c |  545 ++++++++++++++++++++++++++++++++++-------
 plugins/gtk+/glade-gtk.c      |  225 +++++++++++++++++
 plugins/gtk+/gtk+.xml.in      |    3 +
 3 files changed, 690 insertions(+), 83 deletions(-)

commit 7662049af7b5b0e78414c07431e1012fd7eeaa3b
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 1 18:41:49 2013 -0300

    GladeDesignLayout:
      o Reserved SHIFT modifier and DRAG_RESIZE pointer mode for apdator use (GladeFixed)
      o Use middle button to enter ALIGN_EDIT pointer mode insted of SHIFT

 gladeui/glade-design-layout.c |   72 +++++++++++++++++++----------------------
 1 file changed, 34 insertions(+), 38 deletions(-)

commit 61bdae20cda5a97898c9f1a70e6aa31810be48b4
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Apr 2 15:48:15 2013 -0300

    Added quotes around property name in docs search

 gladeui/glade-popup.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 178e630d6dc9487f89c115cfa849a16414d550c9
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 1 18:52:59 2013 -0300

    Replaced non existent function glade_widget_remove_action() with
    glade_widget_set_action_visible()

 plugins/gtk+/glade-gtk.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 19defc0779653c8cdb5e4fd1c81cd7f82e700fdf
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Tue Apr 2 09:11:45 2013 +0200

    Updated Hungarian translation

 po/hu.po | 1800 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 998 insertions(+), 802 deletions(-)

commit 9b100d8ef5e421166a5ceaf028b17b859164e113
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 1 16:33:37 2013 -0300

    Added true-string and false-string properties
    Start using default height and biggest width of both true and false string including normal button paddings

 gladeui/glade-bool-toggle.c |  153 +++++++++++++++++++++++++++++++++----------
 gladeui/glade-bool-toggle.h |    7 +-
 2 files changed, 121 insertions(+), 39 deletions(-)

commit b7e83d6e422311282cacdc7edfc23528974e21e8
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 1 14:56:33 2013 -0300

    Fixed drag icon creation. Re implemented using gtk_widget_draw() on a transparent window.

 gladeui/glade-design-layout.c |   56 ++++++++++++++++++-----------------------
 1 file changed, 25 insertions(+), 31 deletions(-)

commit 4d6921ad715c65725a96106912ca9c4fa0f643fd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 1 23:37:39 2013 +0900

    Bump required GTK+ version to 3.8

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c3fff63a723961d1a43ff50ccf9e213138177534
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 1 21:16:23 2013 +0900

    Cleanup deprecations all around.
    
    GtkColorChooser APIs now used for color editing
    GladeBaseEditor now uses a GtkGrid for it's last GtkTable
    
    In some places to support deprecated types, we explicitly
    add G_GNUC_BEGIN/END_IGNORE_DEPRECATIONS statements.

 gladeui/glade-app.c                       |    2 -
 gladeui/glade-base-editor.c               |   20 +++++----
 gladeui/glade-design-layout.c             |    2 +-
 gladeui/glade-editor-property.c           |   66 +++++++++++++++++++++--------
 gladeui/glade-editor.c                    |    7 +--
 gladeui/glade-inspector.c                 |    4 --
 gladeui/glade-named-icon-chooser-dialog.c |    5 ---
 gladeui/glade-project.c                   |    3 +-
 gladeui/glade-property-class.c            |   10 ++++-
 gladeui/glade-utils.c                     |    4 +-
 gladeui/glade-widget-adaptor.c            |    3 ++
 plugins/gtk+/glade-gtk-table.c            |    7 +++
 plugins/gtk+/glade-gtk.c                  |   34 +++++++++------
 13 files changed, 108 insertions(+), 59 deletions(-)

commit b1146ba15263ee5f4bd60446ca98293572f964ae
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 1 19:40:48 2013 +0900

    GladeWindow: Make the Editor Header bar optional in the view menu.
    
    Now the preference is saved in the keyfile.

 src/glade-callbacks.h |    1 +
 src/glade-window.c    |   35 ++++++++++++++++++++++++++++++++---
 src/glade.glade       |   38 ++++++++++++++++++++++++++------------
 3 files changed, 59 insertions(+), 15 deletions(-)

commit 0d8e471c9cee7c69df037019ac9ad7b81b724ba6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 1 19:38:55 2013 +0900

    GtkRadioAction catalog definition: Disable "current-value"

 plugins/gtk+/gtk+.xml.in |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

commit 9a0ff231d65d05975c3e6b94ad79cfd54546a197
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 1 18:13:05 2013 +0900

    Add support for deprecated properties and signals.
    
    Parse the "deprecated" parts of gtk+.xml.in on properties and signals,
    and update GladeProject to format the deprecation messages when verifying
    the project.

 gladeui/glade-project.c        |   79 +++++++++++++++++++++++++++++-----------
 gladeui/glade-property-class.c |   22 ++++++++++-
 gladeui/glade-property-class.h |    1 +
 gladeui/glade-signal-class.c   |   26 ++++++++++++-
 gladeui/glade-signal-class.h   |    3 ++
 gladeui/glade-widget-adaptor.c |    8 +++-
 6 files changed, 114 insertions(+), 25 deletions(-)

commit 8a5cba1a59b55a7c7eb8b6cf844c169d2d3f1f6d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 1 16:49:27 2013 +0900

    Setting 3.8 as the current GTK+ catalog version
    
    Also, fixed deprecation of button signals in the GTK+ catalog

 plugins/gtk+/gtk+.xml.in |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

commit dd988a4323ec549a73d724efc0b7f578d0ebce33
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 1 16:33:20 2013 +0900

    GladeInspector: Making treeview more pretty
    
    let text flow freely with no fixed size renderers.

 gladeui/glade-inspector.c |   41 +++++++++++++++++++++++++++++++++--------
 1 file changed, 33 insertions(+), 8 deletions(-)

commit 89e4ace990e9d672401352dc6ec9c34fc8b60ac8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 23:19:59 2013 +0900

    Fix bug 679147: Make GtkWidget:hexpand/vexpand optional properties.

 plugins/gtk+/gtk+.xml.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 222d4ac3dbd13fc65b2c6c69d8c2a4a9f35b4ce8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 23:18:53 2013 +0900

    GladeProperty: Otional properties that are enabled are always set now.
    
    ... Even if they are at the default value, this is more intuitive as
    we safely reload the check mark state, and allows explicit setting
    of properties like hexpand = FALSE or vexpand = FALSE.

 gladeui/glade-property.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 90f1ab492bfbd26a060bc2b40c6d8228ed1c2be4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 22:03:38 2013 +0900

    Set tooltip-text & tooltip-markup as "ignore"
    
    This is because when reading back the properties, we get tooltip-markup
    when only tooltip-text was set (after a copy/paste for instance).
    
    It's not that important that tooltips show up in Glade's workspace
    (which "ignore" also disables).

 plugins/gtk+/gtk+.xml.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 837bf95faf4298d8028ec4727d91b461a2d18981
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 21:58:57 2013 +0900

    Sorting signals: g_list_sort() after the loop.

 gladeui/glade-widget.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 5c976c7b865579930014c1ace779761ce6214bfc
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Sun Mar 31 15:38:47 2013 +0200

    Updated POTFILES.in

 po/POTFILES.in |    1 +
 1 file changed, 1 insertion(+)

commit 89219c2479c983125de50bfdcbfbec28abe281d3
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 21:28:41 2013 +0900

    Sort signals at save time.
    
    This helps to ensure there are no irrelevant diffs when modifying
    projects with Glade (I think it's prestine now, no useless diffs
    at all that I can tell).

 gladeui/glade-widget.c |  116 +++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 90 insertions(+), 26 deletions(-)

commit 772c0fd5bd7955e2fb784a7c641e57e1f4119862
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 20:45:18 2013 +0900

    GladeWindow: Avoid crash while closing multiple projects.
    
    Instead of iterating on the list returned by gtk_action_get_proxies(),
    iterate on a temporary copy of that list.

 src/glade-window.c |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

commit 47d958099e45c33c8f00d12db02819f188fcfec1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 20:44:00 2013 +0900

    Fixed previous commit to make GtkToolbar use a GtkIconSize in the UI.
    
    Now only one icon-size it saved (numerically, as "icon_size").

 plugins/gtk+/glade-gtk.c |    8 ++++++--
 plugins/gtk+/gtk+.xml.in |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

commit baffa587274590740a75af279d20991b25297c0e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 17:05:51 2013 +0900

    GTK+ Catalog update.
    
      o Added GtkColorChooserWidget
    
      o Enabled "gicon" property editing on GtkCellRendererPixbuf
    
      o Added classes GtkSearchEntry, GtkFontChooserWidget, GtkFontChooserDialog,
        GtkColorChooserWidget, GtkColorChooserDialog, GtkOverlay
    
      o Added deprecated section in the palette, marked all currently deprecated
        classes as deprecated.
    
      o Add new GtkEntry placeholder text to the catalog

 plugins/gtk+/gtk+.xml.in |   99 +++++++++++++++++++++++++++++++++-------------
 1 file changed, 72 insertions(+), 27 deletions(-)

commit 995ac2b1c1c0f125f8364984173e0fdeaaecc63f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 19:58:17 2013 +0900

    Mega GTK+ 3.8 support commit.
    
      o Added GtkMenuButton with support
    
      o Made GtkToolbar & GtkCellRendererPixbuf use a GtkIconSize combo
        in the UI for properties installed as G_TYPE_UINT
    
      o Implemented new 'resource' mode for GtkImage editor
    
      o Added "since" attributes for everything introduced since 3.2 and later
    
      o Added deprecation attributes to any property/widget/signal that is
        deprecated (signals and properties don't use this attribute yet).
    
    Conflicts:
    
    	plugins/gtk+/glade-gtk.c

 plugins/gtk+/glade-button-editor.c        |    9 +-
 plugins/gtk+/glade-cell-renderer-editor.c |    6 +-
 plugins/gtk+/glade-gtk.c                  |   86 ++++++++++++----
 plugins/gtk+/glade-image-editor.c         |   70 ++++++++++++-
 plugins/gtk+/glade-image-editor.h         |    2 +
 plugins/gtk+/gtk+.xml.in                  |  152 ++++++++++++++++++++++++-----
 6 files changed, 272 insertions(+), 53 deletions(-)

commit 76b84aae9c62e0a7a728ddfd0b15be418f9b951a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 18:19:47 2013 +0900

    GtkGrid fixed to work properly when adding widgets.
    
    I had broken the glade_widget_replace_child() implementation of GtkGrid
    in my last commit, this fixes it to properly introspect packing properties
    when initially dropping/adding a widget to a GtkGrid.

 plugins/gtk+/glade-gtk-grid.c |   20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

commit f7d1f246046660848fea1d6d8e1129357bf0adf6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 31 15:06:34 2013 +0900

    GtkButton adaptor: Fix the response id property load and save
    
    Make the response id optional in the UI. If the user never sets the
    response ID, then it will not be serialized in <action-widgets> of
    a dialog or info bar.
    
    This is needed because some buttons added to the action are not
    response widgets (for instance, the credits and licence pages of
    GtkAboutDialog) so it's important to not serialize them as such
    unless they are explicitly marked as response widgets.

 plugins/gtk+/glade-gtk-action-widgets.c |    6 ++++++
 plugins/gtk+/glade-gtk.c                |   16 ++++------------
 plugins/gtk+/gtk+.xml.in                |    3 ++-
 3 files changed, 12 insertions(+), 13 deletions(-)

commit 2771403d891374ad190240b84d5d9dad11d58fb7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Mar 30 23:28:28 2013 +0900

    GladeWidget: Added glade_widget_depends()
    
    A highly recursive function that runs glade_widget_adaptor_depends().
    
    Updated the GladeProject to use glade_widget_depends() at save
    time only on the toplevels.

 gladeui/glade-project.c |   16 +++++++------
 gladeui/glade-widget.c  |   61 +++++++++++++++++++++++++++++++++++++++++++++++
 gladeui/glade-widget.h  |    2 ++
 3 files changed, 72 insertions(+), 7 deletions(-)

commit 6ea5d5655b598c5f264a0b012d8da262750d2904
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Mar 30 22:03:46 2013 +0900

    GtkGrid: Some cleanup was done and optimization.
    
    Removed an unused structure definition.
    
    Also avoid refreshing the placeholders at load time until the
    parse is finished, since this can happen many times at a project
    load time this can be more intensive than needed.

 plugins/gtk+/glade-gtk-grid.c |  175 ++++++++++++++++++++++-------------------
 1 file changed, 92 insertions(+), 83 deletions(-)

commit 4b4b88bc48320d87d60e6962a2662f4b4b9473c5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Mar 30 22:01:48 2013 +0900

    GladeWidget: Avoid overwriting packing property values while rebuilding.
    
    This touches sensitive code in the widget rebuilding process which
    exists for the sake of setting construct properties at runtime.

 gladeui/glade-widget.c |   17 +++++++++++++++++
 1 file changed, 17 insertions(+)

commit fcbfefd9c118bdbda5d2515c444918f44726fdb6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Mar 30 19:54:08 2013 +0900

    Support editing of the widget name.
    
    Widget name's can be modified with this patch, some special case
    code in glade-editor-table.c ensures that the name property always
    comes first directly after the ID.

 gladeui/glade-editor-table.c |   20 +++++++++++++++-----
 plugins/gtk+/gtk+.xml.in     |    4 +++-
 2 files changed, 18 insertions(+), 6 deletions(-)

commit 87278d0334166e1769d8863782dd8dc4fb5028b3
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Mar 30 00:47:23 2013 -0300

    Implemented GladeProject properties dialog with glade
    Added translation domain project property

 gladeui/Makefile.am                     |   22 +-
 gladeui/glade-app.c                     |    5 +
 gladeui/glade-project-properties.ui     |  308 +++++++++++++++++++++++
 gladeui/glade-project.c                 |  405 ++++++++++++++-----------------
 gladeui/glade-project.h                 |    4 +
 gladeui/gladeui-resources.gresource.xml |    6 +
 6 files changed, 524 insertions(+), 226 deletions(-)

commit 3291b4843e70708373b2539a8c175b5829d5d218
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Mar 30 00:45:26 2013 -0300

    Added pading in preferences dialog

 src/glade.glade |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit 013fc5eb9707e49452d2d2d2c6e17f46f3e1f53d
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Mar 30 00:43:20 2013 -0300

    Fixed some cast warnings

 src/glade-window.c |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

commit 816616bc25f8c0acc827a9fc227d576939b9f148
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 29 12:29:56 2013 -0300

    Removed shift modifier from File actions
    Fixes bug #695866 "Incorrect keybinding for Quit"

 src/glade.glade |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit fac70fc3c2ed55f157d891db3c1f6d52175d41ce
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 29 11:40:27 2013 -0300

    Hide center_paned and set search entry insensitive when there is no project open.

 src/glade-window.c |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 6a12ec46a6f179f3cc2283885b66f1f5ba53ecf6
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 29 11:39:43 2013 -0300

    Clear search entry on dispose

 gladeui/glade-inspector.c |    1 +
 1 file changed, 1 insertion(+)

commit c5dc2ea021c44b9b98935667c865077079e8fb84
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Mar 28 16:52:05 2013 -0300

    Fixed crasher on exit removing project hierarchy from GladeDesignLayout

 gladeui/glade-design-layout.c |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 4ad8c796f9ae10a44460cac5740e2bb1999efe2f
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Mar 28 09:34:57 2013 -0300

    Added --css and --screenshot options to glade-previewer to test CSS files and take screenshots

 gladeui/glade-previewer.c |  231 +++++++++++++++++++++++++++++++--------------
 1 file changed, 159 insertions(+), 72 deletions(-)

commit 78d4a2e9255dd664eb6b8291980146d2bb7f1789
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Tue Mar 26 09:37:14 2013 +0100

    Updated Basque language

 po/eu.po | 7103 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3664 insertions(+), 3439 deletions(-)

commit a51aa5165d175af03913e6991280e10029d009db
Author: Balázs Úr <urbalazs@src.gnome.org>
Date:   Sat Mar 23 19:51:52 2013 +0100

    Updated Hungarian translation

 po/hu.po | 1920 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 937 insertions(+), 983 deletions(-)

commit 5abd0de8ab3ddb6a4d7594cd73700ca12f23e117
Author: Richard Hughes <richard@hughsie.com>
Date:   Tue Mar 19 08:47:51 2013 +0000

    Fix the Malayalam translation
    
    Fixes: Keywords[ml] in group 'Desktop Entry' does not have a semicolon (';') as trailing character.

 po/ml.po |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit c83983c9b39de5e482c31bd18f5fb27ee4f4e7ba
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Mar 15 14:53:09 2013 +0000

    Updated Portuguese translation and converted to New Spelling (Novo AO)

 po/pt.po | 2189 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1099 insertions(+), 1090 deletions(-)

commit f35535aff540a9b134b90c837c5c522ebdf28d59
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Fri Mar 15 00:22:33 2013 +0100

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 1486 +++++++++++++++++++++++++++--------------------------
 1 file changed, 751 insertions(+), 735 deletions(-)

commit 68c1acefb34c929582319ddd84b95a1b556a995a
Author: Gil Forcada <gforcada@gnome.org>
Date:   Fri Mar 15 00:22:27 2013 +0100

    [l10n] Updated Catalan translation

 po/ca.po | 1486 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 751 insertions(+), 735 deletions(-)

commit d942e01ac6983c58d253042219ffe2471b7011cf
Author: Martin Srebotnjak <miles@filmsi.net>
Date:   Thu Mar 14 23:17:03 2013 +0100

    Updated Slovenian translation

 po/sl.po | 2993 ++++++++++++++++++++------------------------------------------
 1 file changed, 942 insertions(+), 2051 deletions(-)

commit 7ebcddbe6655c445b0c62f2cdc0f5731c448f1ed
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Thu Mar 14 19:59:19 2013 +0100

    [l10n] Updated German doc translation

 help/de/de.po |  785 ++++++++++++++++++++++++++++-----------------------------
 1 file changed, 392 insertions(+), 393 deletions(-)

commit be41ddd550d79960b375a5b5be14761282bfcd74
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Mar 14 16:04:19 2013 +0100

    Update French translation

 po/fr.po | 1905 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 964 insertions(+), 941 deletions(-)

commit 52669b784342989184eb73a27f5bdeec6d72815e
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Thu Mar 14 11:08:19 2013 +0100

    [l10n] Updated Italian translation.

 po/it.po | 1901 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 960 insertions(+), 941 deletions(-)

commit e216010b642564b129f9542904e6be2d479318d4
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Wed Mar 13 20:06:43 2013 +0100

    Updated Polish translation

 po/pl.po | 1477 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 742 insertions(+), 735 deletions(-)

commit 7ffbdee9f27b7ad0b5bf91baf3be80fb3cebc597
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Wed Mar 13 10:44:56 2013 -0300

    Updated Brazilian Portuguese translation

 help/pt_BR/figures/main-window.png |  Bin 0 -> 48253 bytes
 help/pt_BR/pt_BR.po                |  751 ++++++++++--------
 po/pt_BR.po                        | 1488 ++++++++++++++++++------------------
 3 files changed, 1175 insertions(+), 1064 deletions(-)

commit e32264fc1389ac9f11a90168566eb8bffc40f5f9
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Wed Mar 13 15:26:36 2013 +0200

    Updated Greek translation

 po/el.po | 1493 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 755 insertions(+), 738 deletions(-)

commit a86bbcb94f9a32b5b1f0325cfaecd18286bc9ba1
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Wed Mar 13 21:02:22 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 1491 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 753 insertions(+), 738 deletions(-)

commit 8035cdd7b0b46593579ae6964a2ee2cbabdd83f9
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Mar 13 10:28:45 2013 +0100

    Updated Galician translations

 po/gl.po | 1487 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 752 insertions(+), 735 deletions(-)

commit b0ad5f34bd17794aef704dfa0bd225a05d83ff00
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Mar 12 19:26:29 2013 -0300

    Added GladeBoolToggle as property editor for boolean properties.

 gladeui/Makefile.am             |    6 +-
 gladeui/glade-bool-toggle.c     |  135 +++++++++++++++++++++++++++++++++++++++
 gladeui/glade-bool-toggle.h     |   57 +++++++++++++++++
 gladeui/glade-editor-property.c |   21 +++---
 4 files changed, 208 insertions(+), 11 deletions(-)

commit 88d2ee166c7abb911bdf129abd1b572f6a110ef0
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 22:28:27 2013 -0300

    Added clear properties and read documentation actions

 plugins/gtk+/glade-gtk.c |   13 +++++++++++++
 plugins/gtk+/gtk+.xml.in |    2 ++
 2 files changed, 15 insertions(+)

commit 6872bac45cce51120911f495cb134dfddc9593f6
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 22:28:01 2013 -0300

    Removed use of glade_editor_show_info()

 src/glade-window.c |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit 3d3bce03f7c3b50ba83ae8277d0b3d9ba4701d8d
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 18:28:43 2013 -0300

    Added glade-devhelp stock icon

 gladeui/glade-app.c |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

commit c387f83f3de7ae94ce902947dab6f7a5ec1252fd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 17:04:09 2013 -0300

    Removed Read Documentation popup menu item

 gladeui/glade-popup.c |   47 +++++++++--------------------------------------
 1 file changed, 9 insertions(+), 38 deletions(-)

commit fd583178006e21afc557d6ce2b52412ede9bd4a4
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 17:01:23 2013 -0300

    Removed clear and info buttons from GladeEditor.
    Deprecated glade_editor_show_info(), glade_editor_hide_info() functions and GladeEditor:show-info properties.
    Exported glade_editor_reset_dialog_run() function

 gladeui/glade-editor.c |  184 ++++--------------------------------------------
 gladeui/glade-editor.h |    5 ++
 2 files changed, 20 insertions(+), 169 deletions(-)

commit 5ab20b45ecf86fb649c2c2938120a34dd9ca985c
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 17:00:47 2013 -0300

    Added glade_widget_adaptor_get_book()

 gladeui/glade-widget-adaptor.c |    8 ++++++++
 gladeui/glade-widget-adaptor.h |    1 +
 2 files changed, 9 insertions(+)

commit e1bcd0d18381a9046ea34ac13e133a17548eb7e4
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 15:37:58 2013 -0300

    Fixed regresion when saving show tabs option.

 src/glade-window.c |   17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

commit 7cd2f81061fda955b18e03f1f48667d42ead40e6
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 15:15:11 2013 -0300

    Removed unecesary casts

 src/glade-window.c |   90 +++++++++++++++++++++++-----------------------------
 1 file changed, 39 insertions(+), 51 deletions(-)

commit 012e5dffefaee2da8a4bf994802df0dad6e95975
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 15:02:18 2013 -0300

    Added search entry next to toolbar

 src/glade-window.c |   19 ++-
 src/glade.glade    |  366 ++++++++++++++++++++++++++++------------------------
 2 files changed, 212 insertions(+), 173 deletions(-)

commit 644299857b3cdd3861bfebfb7aefdabe0e93fb30
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Mar 10 15:01:43 2013 -0300

    Removed search entry from GladeInspector
    Added glade_inspector_set_search_entry()

 gladeui/glade-inspector.c |  328 ++++++++++++---------------------------------
 gladeui/glade-inspector.h |    2 +
 2 files changed, 89 insertions(+), 241 deletions(-)

commit cfa923f8596cca177c04c17e1afcaf56e9d97013
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 8 16:02:31 2013 -0300

    Removed use of deprecated function g_thread_init()

 src/main.c |    3 ---
 1 file changed, 3 deletions(-)

commit 93b26f4bf93686db54dc22f607be1a346de2b9a1
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 8 15:59:01 2013 -0300

    Do not show projects tabs when there is only one project open.

 src/glade-window.c |   44 +++++++++++++++++++++++++++++++++++---------
 src/glade.glade    |   23 ++++++++++++++++-------
 2 files changed, 51 insertions(+), 16 deletions(-)

commit d4f0d65d8156f6fc115edc85f0fdc08c93652906
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 8 15:58:26 2013 -0300

    Made GladeEditorTable row spacing smaller (2px was 4px)

 gladeui/glade-editor-table.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3accc02a1abc03548fb7f6f3f80b45b1de8e4c01
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 8 14:38:30 2013 -0300

    Removed GladeEditor notebook children borders and replaced with internal padding.

 gladeui/glade-editor.c |   39 ++++++++++++++++-----------------------
 1 file changed, 16 insertions(+), 23 deletions(-)

commit 1634aa858cc25c4a67e97a2368a8fe44aaefe82e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 8 14:36:03 2013 -0300

    Removed shadow from GladeSignalEditor

 gladeui/glade-signal-editor.c |    3 ---
 1 file changed, 3 deletions(-)

commit bd9e9b23f5adab88b458781efa971ea10cc01b1d
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 8 14:34:11 2013 -0300

    Removed GladeDesignView shadow since it is ussually packed in a notebook

 gladeui/glade-design-view.c |    3 ---
 1 file changed, 3 deletions(-)

commit 858fba0bf2eb2a2d9d9ff571bd3c7b5b4c1eecb4
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Mar 12 23:00:40 2013 +0100

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 2175 ++++++++++++++---------------------------------------
 1 file changed, 558 insertions(+), 1617 deletions(-)

commit 881cd3f3c6d159091ba1620050392968643ad61a
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Mar 12 23:00:33 2013 +0100

    [l10n] Updated Catalan translation

 po/ca.po | 2111 ++++++++++++++++----------------------------------------------
 1 file changed, 526 insertions(+), 1585 deletions(-)

commit fde93a5d646d7d058ea6ae8e076857507b383dbb
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Mar 11 11:23:39 2013 +0100

    Updated Serbian translation

 po/sr.po       |   94 +++++++++++++++++++++++++++++++-------------------------
 po/sr@latin.po |   94 +++++++++++++++++++++++++++++++-------------------------
 2 files changed, 104 insertions(+), 84 deletions(-)

commit ad06507d68c87cfe280977c996eb5416712c396f
Author: Aurimas ÄŒernius <aurisc4@gmail.com>
Date:   Sat Mar 9 17:18:01 2013 +0200

    Updated Lithuanian translation

 po/lt.po |   93 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 51 insertions(+), 42 deletions(-)

commit efbd263dfa612b9c6014afcfbea74bcc61a43f63
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Sat Mar 9 10:55:07 2013 +0200

    Updated Greek translation

 po/el.po |  111 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 61 insertions(+), 50 deletions(-)

commit bbae09350a4cc3fdfd9ca2bfa496dd24a88a544e
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Sat Mar 9 08:41:21 2013 +0700

    Updated Thai translation

 po/th.po | 7925 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 4193 insertions(+), 3732 deletions(-)

commit 02fb30a13641d6a2b4ab08bb41607d21a9a1b8ab
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Fri Mar 8 17:03:17 2013 +0100

    [l10n] Updated German translation

 po/de.po |  166 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 81 insertions(+), 85 deletions(-)

commit 6f203125220ca5bb4fd7c3f43c097249d2ea414d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Mar 7 17:07:12 2013 +0100

    Updated Slovenian translation

 po/sl.po |  105 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 59 insertions(+), 46 deletions(-)

commit 0069b0192b7808399c8c560bb64798aa027e93d8
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Mar 7 14:23:02 2013 +0100

    Updated Spanish translation

 po/es.po |   92 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 51 insertions(+), 41 deletions(-)

commit 445303bdd66169ae29b7258abc35fd0856de3ab7
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Thu Mar 7 20:59:08 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po |  102 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 56 insertions(+), 46 deletions(-)

commit 7065c6a0e2423063e2af6da336e831b6bbc7c82e
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Mar 7 11:42:15 2013 +0100

    Updated Galician translations

 po/gl.po |   90 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 49 insertions(+), 41 deletions(-)

commit 2714fc715e3e9eaa09465650a6d8ae211005ed9b
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Thu Mar 7 01:21:09 2013 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |   98 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 53 insertions(+), 45 deletions(-)

commit 6252f016b3de801a4bf590cb976f771e4d2a2826
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Thu Mar 7 00:19:58 2013 +0100

    Updated Polish translation

 po/pl.po |   90 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 49 insertions(+), 41 deletions(-)

commit 07bacae5de60a1b2576ca1cf654379218b26299c
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Mar 6 20:08:50 2013 -0300

    Commiting release changelog entry and lt version update

 ChangeLog    |   21 ++++++++++++++++++++-
 configure.ac |    6 +++---
 2 files changed, 23 insertions(+), 4 deletions(-)

commit bfb7687a90eb90992bb3d3e66781bea4432d7c61
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Mar 6 19:53:02 2013 -0300

    Rolling 3.15.0

 ChangeLog    |  226 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS         |   40 +++++++++++
 configure.ac |    3 +-
 3 files changed, 267 insertions(+), 2 deletions(-)

commit c7eea88f85e78167bc31bafbe6a359b2a434ea69
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Mar 4 21:58:41 2013 -0300

    Added GladeEditor:class-field read only property.
    Update Properties Dock window title with GladeEditor:class-field value

 gladeui/glade-editor.c |   13 +++++++++++++
 src/glade-window.c     |   48 ++++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 59 insertions(+), 2 deletions(-)

commit a63cc2521d2d82a401f9f579c0ce8a5a585409f6
Author: Enrico Nicoletto <liverig@gmail.com>
Date:   Tue Mar 5 16:26:14 2013 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 1076 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 536 insertions(+), 540 deletions(-)

commit 607afc3cd1aabc9b971923378951e74830162db0
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Mar 4 14:53:04 2013 -0300

    Fixed window docks regresion bug.

 src/glade-window.c |   23 +++++++----------------
 1 file changed, 7 insertions(+), 16 deletions(-)

commit e2da6ffe6599c9400f0ab1f7e41c108992993cf9
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Mon Mar 4 14:40:57 2013 +0100

    [l10n] Updated German translation

 po/de.po | 1453 +++++++++++++++++++++++---------------------------------------
 1 file changed, 535 insertions(+), 918 deletions(-)

commit 6dd6c031ffab133f0e99fea307dd57028a9f4f10
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Sun Mar 3 18:14:24 2013 +0200

    Updated Greek translation

 po/el.po | 2009 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 995 insertions(+), 1014 deletions(-)

commit 98cc26768c8cc960101dd98481cc8ab3e73e5929
Author: Aurimas ÄŒernius <aurisc4@gmail.com>
Date:   Sat Mar 2 23:08:14 2013 +0200

    Updated Lithuanian translation

 po/lt.po | 1427 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 678 insertions(+), 749 deletions(-)

commit c5ec8541746171cbc6487098e3fbdc48d007d3d9
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Mar 1 11:21:23 2013 +0100

    Updated Serbian translation

 po/sr.po       | 1421 +++++++++++++++++++++++++++-----------------------------
 po/sr@latin.po | 1421 +++++++++++++++++++++++++++-----------------------------
 2 files changed, 1356 insertions(+), 1486 deletions(-)

commit e41204cfc939b6d2e64e3d27fe6efbd7a8ad5d3b
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Feb 26 00:23:53 2013 +0100

    Updated Galician translations

 po/gl.po |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit ad06c50722a398349b3f1566e9bda3b6d62ea109
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Mon Feb 25 14:28:57 2013 -0500

    Fix prototype warning issues

 gladeui/glade-editor.c                    |    4 ++--
 gladeui/glade-named-icon-chooser-dialog.c |    2 +-
 gladeui/glade-project.c                   |    2 +-
 gladeui/glade-utils.c                     |    4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

commit 737279741373c802aaab40f6cd7c2a44729cd873
Author: Jasper St. Pierre <jstpierre@mecheye.net>
Date:   Tue Jan 8 11:59:41 2013 -0500

    Update .gitignore

 .gitignore                 |    6 ++++++
 build/mingw-w64/.gitignore |    1 +
 data/.gitignore            |    4 ++--
 gladeui/.gitignore         |    1 +
 help/.gitignore            |    1 +
 m4/.gitignore              |   30 +++++++++++++++++++++++++++++-
 plugins/gtk+/.gitignore    |    3 +++
 po/.gitignore              |    9 +++++++++
 src/.gitignore             |    3 +++
 9 files changed, 55 insertions(+), 3 deletions(-)

commit 1901ba0606388808cc78b979f4c4de70d1e9a4e2
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Mon Feb 25 18:52:54 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 1473 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 734 insertions(+), 739 deletions(-)

commit 73ec2b96ff00e41188348de5d3284092be47ad4f
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Sun Feb 24 02:37:26 2013 +0100

    Updated Polish translation

 po/pl.po |   83 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 44 insertions(+), 39 deletions(-)

commit f33ffb6e57d4093be6c8bf3a445068fb47ec5239
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Feb 21 16:54:34 2013 +0100

    Updated Spanish translation

 po/es.po | 1510 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 748 insertions(+), 762 deletions(-)

commit 78135085b19a4dafde5437f753a2e6f7fbe39609
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Feb 21 16:50:42 2013 +0100

    Fixed typo in string

 gladeui/glade-editor.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit f9d471ca79df4fb54125e2b04046b3252a6dafa7
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Feb 20 11:15:54 2013 +0100

    Updated Galician translations

 po/gl.po | 1465 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 727 insertions(+), 738 deletions(-)

commit 54acec0fb1fff81a9778d2295df627805bf6e4d7
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Feb 19 17:56:34 2013 -0300

    Replaced GtkButtonBox with a regular GtkBox to pack clear and info buttons

 gladeui/glade-editor.c |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

commit 5e46d5b8356bfbaf13bdb6c00827bf03d3d51edc
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Feb 19 17:49:54 2013 -0300

    Cleaned up code replacing editor->priv with a temp priv variable.

 gladeui/glade-editor.c |  265 +++++++++++++++++++++++++++---------------------
 1 file changed, 150 insertions(+), 115 deletions(-)

commit eeedc9320d6ad22cd9e2f6794d6a9c66ae855859
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Feb 19 16:37:49 2013 -0300

    Added GLADE_PAGE_SIGNAL to GladeEditorPageType enumeration.
    Fixed leak in glade_editor_notebook_page()

 gladeui/glade-editable.h |    3 ++-
 gladeui/glade-editor.c   |   23 +++++++++++++----------
 2 files changed, 15 insertions(+), 11 deletions(-)

commit 46f7356463a00118caa68ad3e90ee40198e9d7f0
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Feb 19 16:26:52 2013 -0300

    Hide Property editor class title

 src/glade-window.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 3dca84a2f7ae6f937a85abd902dfa276ce01061e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Feb 11 17:16:19 2013 -0300

    Added glade_editor_show/hide_class_field()

 gladeui/glade-editor.c |   73 ++++++++++++++++++++++++++++++++++++++----------
 gladeui/glade-editor.h |    2 ++
 2 files changed, 61 insertions(+), 14 deletions(-)

commit 8f0ddbb76fc45827f96c9fc8dedbfd29b6f9d4f2
Author: Juan Pablo Ugarte <juanpablougarte@gmai.com>
Date:   Fri Feb 1 17:56:39 2013 +0100

    Moved clear and info buttom to the action widget of the notebook.

 gladeui/glade-editor.c |   59 ++++++++++++++++++++++++++++++++++++------------
 1 file changed, 45 insertions(+), 14 deletions(-)

commit a0e7de6f4042ea2a9146bc3a34b9ad0f48a2e5d9
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Sun Feb 17 16:42:02 2013 +0100

    Updated Polish translation

 po/pl.po |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit f3f7f79b7a73c035168d210debae45f80d253b2f
Author: Anish A <aneesh.nl@gmail.com>
Date:   Thu Feb 14 18:11:42 2013 +0400

    Updated Malayalam Localization

 po/ml.po | 7627 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3764 insertions(+), 3863 deletions(-)

commit 7da5925faab3bd87eb444c61424842614ec506bc
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Thu Feb 7 20:48:58 2013 +0100

    Updated Slovenian translation

 po/sl.po | 1561 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 773 insertions(+), 788 deletions(-)

commit 0d6591917eee5290677e36e9dacaa49e09ee85bf
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Sun Feb 3 00:18:49 2013 +0100

    Updated Polish translation

 po/pl.po | 1511 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 718 insertions(+), 793 deletions(-)

commit d5793258eeeb1bfe293ce0bf109fa2bd1d0b7451
Author: Juan Pablo Ugarte <juanpablougarte@gmai.com>
Date:   Fri Feb 1 15:19:27 2013 +0100

    Added new GtkLevelBar icons by Máirín Duffy
    This closes bug #685432 "RFE: glade support for GtkLevelBar"

 plugins/gtk+/icons/16x16/widget-gtk-levelbar.png |  Bin 248 -> 250 bytes
 plugins/gtk+/icons/22x22/widget-gtk-levelbar.png |  Bin 215 -> 268 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit bd154ef73f6c664fa25a99c8e51f8e6667fb0aa2
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Fri Feb 1 02:30:03 2013 +0100

    Updated POTFILES.in

 po/POTFILES.in |    1 -
 1 file changed, 1 deletion(-)

commit 56eb5c5edbbf9c64cf0420b01fdbc529bc5e5316
Author: Juan Pablo Ugarte <juanpablougarte@gmai.com>
Date:   Mon Jan 28 20:28:02 2013 -0300

    Reverting all composite templates support until it lands on GTK

 configure.ac                       |    2 +-
 gladeui/Makefile.am                |    2 -
 gladeui/glade-app.c                |    3 -
 gladeui/glade-composite-template.c |  310 ------------------------------------
 gladeui/glade-composite-template.h |   43 -----
 gladeui/glade-editor-table.c       |  176 ++++----------------
 gladeui/glade-palette.c            |   65 +-------
 gladeui/glade-project.c            |   41 +----
 gladeui/glade-project.h            |    1 -
 gladeui/glade-property.c           |    5 +-
 gladeui/glade-widget-adaptor.c     |  271 ++++++-------------------------
 gladeui/glade-widget-adaptor.h     |   22 +--
 gladeui/glade-widget.c             |   83 ++--------
 gladeui/glade-widget.h             |    5 -
 gladeui/glade-xml-utils.h          |    2 -
 gladeui/glade.h                    |    1 -
 plugins/gtk+/glade-gtk.c           |  200 +++++++++++------------
 plugins/gtk+/gtk+.xml.in           |   14 +-
 18 files changed, 198 insertions(+), 1048 deletions(-)

commit 1aa7a4c10c917f77ff6a3cfa34da6f132f4cee55
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Jan 30 14:17:32 2013 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 1483 ++++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po | 1483 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1516 insertions(+), 1450 deletions(-)

commit 2a24dbfa1343752b6284968280a02019628c4cce
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Jan 28 09:51:30 2013 +0100

    Updated Czech translation

 po/cs.po |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b7d90133fcd5b776c9f1b941350a708d5e0ff4af
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jan 27 19:11:22 2013 +0100

    Updated Galician translations

 po/gl.po |  911 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 456 insertions(+), 455 deletions(-)

commit f39b0e608c3ac1cb2d53fde406467e311ac7a970
Author: Aurimas ÄŒernius <aurisc4@gmail.com>
Date:   Sat Jan 26 20:19:09 2013 +0200

    Updated Lithuanian translation

 po/lt.po | 1895 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 920 insertions(+), 975 deletions(-)

commit 8e4f0cae51d4a53f8e38af0de94d192bcf0f6937
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sat Jan 26 11:14:55 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po |   96 ++++++++++++++------------------------------------------------
 1 file changed, 22 insertions(+), 74 deletions(-)

commit 6ae13bf8dcb4d1d519c8dcc134c6b64d7fda3dd9
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Jan 22 19:24:54 2013 +0100

    Updated Serbian translation

 po/sr.po       |  354 ++++++++++++++++++++++++++------------------------------
 po/sr@latin.po |  354 ++++++++++++++++++++++++++------------------------------
 2 files changed, 334 insertions(+), 374 deletions(-)

commit 15a731edf1d96f843c1bf3de8fd9f8acfadf4930
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Jan 22 15:20:56 2013 -0300

    Removed project parameter check in glade_design_view_set_project()

 gladeui/glade-design-view.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

commit e39468657cb7ffc03bc3235350c181cf4a927bec
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Jan 22 15:10:05 2013 -0300

    glade_design_view_set_project(): keep a reference to project

 gladeui/glade-design-view.c |   40 +++++++++++++++++++++++++++++++++-------
 1 file changed, 33 insertions(+), 7 deletions(-)

commit 58a24648598af1df361ce3478af3c5a76defab65
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Jan 22 15:08:34 2013 -0300

    Use a window style context to render background in the offscreen window.

 gladeui/glade-design-layout.c |   44 +++++++++++++----------------------------
 1 file changed, 14 insertions(+), 30 deletions(-)

commit df0db0c806b1d9758ded4b908393e3f1005f45a2
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Jan 20 12:05:09 2013 +0100

    Updated Spanish translation

 po/es.po |  946 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 475 insertions(+), 471 deletions(-)

commit e1e9cab0d4938178a016231711ccc819addd03b7
Author: Gheyret Kenji <gheyret@gmail.com>
Date:   Sun Jan 20 19:45:40 2013 +0900

    Updated Uyghur translation
    
    Signed-off-by: Gheyret Kenji <gheyret@gmail.com>

 po/ug.po | 7055 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3631 insertions(+), 3424 deletions(-)

commit be05e49233e6ed1016cec0cfed6086b31d0496c5
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Dec 17 22:35:51 2012 -0300

    Implemented inline Drag and Drop

 gladeui/glade-design-layout.c  |  262 ++++++++++++++----
 gladeui/glade-design-private.h |   12 +
 gladeui/glade-design-view.c    |  580 ++++++++++++++++++++++++++++------------
 plugins/gtk+/glade-fixed.c     |   24 +-
 plugins/gtk+/glade-gtk.c       |    3 +
 5 files changed, 647 insertions(+), 234 deletions(-)

commit 9bcdb816e637118d48bc983a42a35224dc82bcd7
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Dec 17 22:34:12 2012 -0300

    Made glade_command_dnd() accept parent and placeholer NULL parameter to paste the widget as toplevel.

 gladeui/glade-command.c |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

commit 576092bb8d7d853c2789ce196e3e082433049728
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Dec 17 22:31:21 2012 -0300

    Removed GladeFixed (DnD) support for GtkBox, GtkTable and GtkGrid.
    Optimized glade_gtk_grid_refresh_placeholders() by passing the children list to
    glade_gtk_grid_has_child() instead of getting it each time from the container.

 plugins/gtk+/glade-gtk-grid.c  |  417 +++---------------------------------
 plugins/gtk+/glade-gtk-table.c |  453 +---------------------------------------
 plugins/gtk+/glade-gtk.c       |  224 --------------------
 plugins/gtk+/gtk+.xml.in       |    5 -
 4 files changed, 30 insertions(+), 1069 deletions(-)

commit b01110c2fb6e6155c903e1c3f4d95ecc02a61123
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Dec 15 12:05:41 2012 -0300

    Updated atk icon with gnome's accessibility icon.

 data/icons/atk.png |  Bin 681 -> 914 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 248964acf59f004e0a284760a24bde325528b4e0
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Dec 13 18:58:47 2012 -0300

    Added Drag&Drop support from the palette.

 gladeui/glade-design-view.c |  196 +++++++++++++++++++++++++++++++++++++++++++
 gladeui/glade-design-view.h |    3 +
 gladeui/glade-palette.c     |   27 ++++--
 gladeui/glade-palette.h     |    2 +
 src/glade-window.c          |    2 +
 5 files changed, 224 insertions(+), 6 deletions(-)

commit 7e0d65bdd6e294eb4247f2690bd4dc2283ad10b0
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Oct 23 16:02:10 2012 -0700

    Replaced buttons with 3 dots [...] for a secondary edit icon in the entry itself.

 gladeui/glade-editor-property.c |  168 +++++++++++++++++----------------------
 plugins/gtk+/glade-accels.c     |   23 ++----
 2 files changed, 81 insertions(+), 110 deletions(-)

commit 6a0cd5f2798a6a978c14a47e006044e0df4c9cae
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Oct 23 14:47:47 2012 -0700

    Removed treeview from flags editor.

 gladeui/glade-editor-property.c |   24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

commit 1276b6acebcafb5ae37e7a8ade2032287ab1a902
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Oct 22 15:24:08 2012 -0700

    Do not let every propery input expand if not nescesary

 gladeui/glade-editor-property.c |   40 ++++++++++++++++++++++++++++++---------
 1 file changed, 31 insertions(+), 9 deletions(-)

commit d2658fb20e40100b9ed68559be3faa5ef27e6a0c
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Oct 20 16:02:17 2012 -0700

    GladeEditorPropertyBoolClass replaced toggle button with a switch.

 gladeui/glade-editor-property.c |   40 +++++++++++++++------------------------
 1 file changed, 15 insertions(+), 25 deletions(-)

commit 13574908826fc511f08d032615a715338d83706e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Jan 18 19:40:07 2013 -0300

    Limit the size of the spin button in GladeEPropNumeric when the max value is over 16 digits.
    Otherwise a property with a max value of G_MAXDOUBLE gets a minimum size over 2800 pixels.

 gladeui/glade-editor-property.c |    4 ++++
 1 file changed, 4 insertions(+)

commit a7551681563d8b0977aa3cf9a87fde46fbc5b615
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Fri Jan 18 22:49:59 2013 +0100

    Updated Serbian translation

 po/sr.po       | 1374 ++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 1374 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 1390 insertions(+), 1358 deletions(-)

commit c71dbf03052938402d32fcc0d200b51563b9a52b
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Jan 17 17:17:06 2013 -0300

    Added GtkLevelBar.
    Bumped gtk+ dep to 3.6

 configure.ac                                     |    2 +-
 plugins/gtk+/gtk+.xml.in                         |   15 ++++++++++++++-
 plugins/gtk+/icons/16x16/Makefile.am             |    1 +
 plugins/gtk+/icons/16x16/widget-gtk-levelbar.png |  Bin 0 -> 248 bytes
 plugins/gtk+/icons/22x22/Makefile.am             |    1 +
 plugins/gtk+/icons/22x22/widget-gtk-levelbar.png |  Bin 0 -> 215 bytes
 6 files changed, 17 insertions(+), 2 deletions(-)

commit d2aa31770f966a5ebac2a1452cc4290ff698842f
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Jan 17 16:31:21 2013 -0300

    Fixed bug #688326 "pointer tracking is off" by using every coordinate
    relative to GladeDesignLayout.
    
    Optimized _glade_design_layout_do_event() replacing gdk_window_get_device_position()
    with a gdk_window_coords_to_parent() iteration to avoid server roundtrip.

 gladeui/glade-design-layout.c |   52 +++++++++++++++++++++++++++--------------
 1 file changed, 34 insertions(+), 18 deletions(-)

commit d52e8dbaae1e7f0c96608548272647770ebf93a9
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Jan 16 15:55:41 2013 -0300

    Set a background to the offscreen window, so that widgets without a window added as toplevels look right.

 gladeui/glade-design-layout.c |   46 ++++++++++++++++++++++++++---------------
 1 file changed, 29 insertions(+), 17 deletions(-)

commit 3a638779889349fb014d279ebd8ebe32165c2b2a
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Jan 15 14:33:39 2013 +0100

    Updated Spanish translation

 po/es.po |   16 +++++++---------
 1 file changed, 7 insertions(+), 9 deletions(-)

commit 9b37c6f1ac6af70257149cd334558d38bf8a8037
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jan 13 18:06:15 2013 +0100

    Updated Galician translations

 po/gl.po |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

commit 81861d93406940cbf8812df251db3f1ed1db03a5
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sun Jan 13 14:51:51 2013 +0100

    Updated Slovenian translation

 po/sl.po | 1820 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 927 insertions(+), 893 deletions(-)

commit 13c6c513152e269e2c5ef843d3dc462b4220ffe0
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Fri Jan 11 08:54:12 2013 +0200

    Updated Bulgarian translation

 po/bg.po |  370 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 172 insertions(+), 198 deletions(-)

commit 45fc91c74dee98c5ede9d54e5ebfcce106f1e904
Author: B.Prathibha <prathibhab@cdac.in>
Date:   Wed Jan 9 16:52:38 2013 -0300

    Added keywords in the desktop file.

 data/glade.desktop.in.in |    1 +
 1 file changed, 1 insertion(+)

commit 066209ed511b350f2a08ef4edfb0d0bc3ee839dc
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Wed Dec 26 21:55:19 2012 +0100

    Updated Polish translation

 po/pl.po | 1357 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 679 insertions(+), 678 deletions(-)

commit dcf38f7d33f93d502305944ac6603fb6fa657503
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Mon Dec 24 17:20:29 2012 +0200

    Updated Greek translation

 po/el.po | 1405 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 722 insertions(+), 683 deletions(-)

commit e1000efc99e12ed957bfca5526d35ef713486fb5
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Dec 23 04:16:33 2012 +0100

    Updated Galician translations

 po/gl.po | 1397 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 713 insertions(+), 684 deletions(-)

commit 14ade32ba5484aeab5d3304123ef3cb75639de6e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Dec 19 13:26:48 2012 +0100

    Updated Spanish translation

 po/es.po | 1422 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 729 insertions(+), 693 deletions(-)

commit 4025e7982d50ab6de96b8d4f886b996bfc9bd632
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Dec 4 14:10:25 2012 -0300

    Added message to win32 installer about it being beta software
    Updated installers script to include locale directories

 build/mingw-w64/glade.nsi.in           |    3 +++
 build/mingw-w64/nsis_make_installer.sh |   19 +++++++++----------
 2 files changed, 12 insertions(+), 10 deletions(-)

commit 7a44de2ae533b0bd0ad4c2a3ad02d6e26a820f3f
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Nov 26 10:20:09 2012 -0300

    Updated to new GtkContainer template API changes

 gladeui/glade-widget-adaptor.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0bac2841bac9ba693584b1bf04cc1f4d924c81f7
Author: Marek Černocký <marek@manet.cz>
Date:   Thu Nov 8 22:23:00 2012 +0100

    Updated Czech translation

 po/cs.po |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit f8838f81f6aa954fd1e8255f77a6ae073812499c
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Nov 1 21:36:41 2012 -0300

    Revert "Removed unneeded function glade_gtk_activatable_parse_finished()"
    
    This reverts commit a41a51ca2754580f6a958287e2407b864319ad1e.

 plugins/gtk+/glade-gtk-activatable.c |   14 ++++++++++++++
 plugins/gtk+/glade-gtk-activatable.h |    4 ++++
 plugins/gtk+/glade-gtk-switch.c      |   18 ++++++++++++++++++
 plugins/gtk+/glade-gtk.c             |   22 +++++++++++++++++++++-
 plugins/gtk+/gtk+.xml.in             |    1 +
 5 files changed, 58 insertions(+), 1 deletion(-)

commit 6ad10b3960d2dd7962cb9d4f58d76cf6296c76bc
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Nov 1 21:20:22 2012 -0300

    Fixed Bug #685816 "Widget attributes editing broken" by reverting old fix
    and setting use-action-appearance default back to false so the old sensitivity
    code can work as ussual.

 plugins/gtk+/glade-gtk-activatable.c |    1 +
 plugins/gtk+/gtk+.xml.in             |    8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

commit 2dfa5f216727d14ca9dbef4bb6d8115f3872a0c2
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Nov 1 21:10:46 2012 -0300

    Revert "Fixed bug in GtkButton custom editor properties sensitivity"
    
    This reverts commit 1cf2c6beb2ba328d5a006ee7a6ddd1c800e324ec.

 plugins/gtk+/glade-gtk-activatable.c |   87 ++++++++++++++++------------------
 1 file changed, 40 insertions(+), 47 deletions(-)

commit 5800a7c8eb1f31403377a9efc064790c4eb24045
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Nov 1 16:34:44 2012 -0300

    Fixed bug #678922 "When editing a label, the cursor is moved to the end after every change."
    Fixed a few leak since glade_property_make_string() returns a newlly allocated string.

 gladeui/glade-editor-property.c |  141 ++++++++++++++++++++-------------------
 1 file changed, 71 insertions(+), 70 deletions(-)

commit 236b86ef3d2b38c40103a94a9c0efdc8af49464d
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Thu Nov 1 01:10:11 2012 +0100

    Updated POTFILES.in

 po/POTFILES.in |    1 +
 1 file changed, 1 insertion(+)

commit 2d05a15577df9ef1246e9ad48e44e97d340fc525
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Oct 24 15:04:32 2012 -0700

    Added missing prototype

 gladeui/glade-design-private.h |    4 ++++
 1 file changed, 4 insertions(+)

commit b399c2555ae4b41db6d87ea55211c97b442d5919
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Oct 20 15:20:40 2012 -0700

    Added a composite templates widget group in palette.
    Replace template widget with new type.

 gladeui/glade-composite-template.c |   52 ++++++++++++++++++++++++++++-
 gladeui/glade-composite-template.h |    3 +-
 gladeui/glade-palette.c            |   65 +++++++++++++++++++++++++++++++++---
 gladeui/glade-widget-adaptor.c     |    2 ++
 plugins/gtk+/glade-gtk.c           |    2 +-
 5 files changed, 117 insertions(+), 7 deletions(-)

commit 1510d1a06ace61238c5477299de2f5c91da87db0
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Oct 20 15:02:02 2012 -0700

    Added GladeApp::widget-adaptor-registered signal

 gladeui/glade-app.c |   16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 3eb53b784cb9175f4ae608e9ad8bbca7a9050a5d
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Oct 19 11:37:44 2012 -0700

    Update GladeEditorProperty label sensitivity on GladeProperty sensitivity notify.

 gladeui/glade-editor-property.c |   18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)

commit cb6de6db60adf346361c8691625e3f2aa9122f57
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Oct 29 12:47:07 2012 +0100

    Mark strings as untranslatables. Fixes bug #685265

 src/glade.glade |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

commit 9a7b788b0edd6a6e51b160327e1cc35745363665
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Mon Oct 15 06:32:52 2012 +0200

    Updated Danish translation

 po/da.po | 1258 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 645 insertions(+), 613 deletions(-)

commit ee2820fce6073513f217c2915c63f5b7db2c6f9a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Oct 13 12:08:11 2012 -0300

    Fix build warnings

 plugins/gtk+/glade-gtk-activatable.c |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

commit ab0b1d401592fc135880ed79cd66a9628bed737b
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Oct 13 12:00:05 2012 -0300

    Fixed bug in GtkButton custom editor properties sensitivity
    bug #685816 "Widget attributes editing broken"

 plugins/gtk+/glade-gtk-activatable.c |   85 +++++++++++++++++++---------------
 1 file changed, 47 insertions(+), 38 deletions(-)

commit d56c804fb91ad5112a0ddfb0590e8b627907d104
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat Oct 13 13:52:20 2012 +0400

    Updated Russian translation

 po/ru.po | 1233 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 634 insertions(+), 599 deletions(-)

commit a2fac1be895a8f855ccb86a7ccef5d6fedc90ccf
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Fri Oct 12 23:50:34 2012 +0400

    Updated Russian translation

 help/ru/ru.po |  829 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 488 insertions(+), 341 deletions(-)

commit a6101e8f4ee6afcac5336c138a502a6fccafbb2e
Author: Ivan Masár <helix84@centrum.sk>
Date:   Tue Oct 9 22:43:38 2012 +0100

    Updated Slovak translation

 po/sk.po | 5393 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 2843 insertions(+), 2550 deletions(-)

commit fe20df40558d5a9a24547e8a900c44b29245bc65
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Oct 8 17:22:17 2012 -0300

    Render bg in GladeDesignLayout and GladeDesignView

 gladeui/glade-design-layout.c |   55 ++++++++++++++++++++++++++++++-----------
 gladeui/glade-design-view.c   |   18 +++++++++++---
 gladeui/glade-utils.c         |    6 +----
 3 files changed, 56 insertions(+), 23 deletions(-)

commit 78eeae1a1aa4c9460db6a3bfdc079eaeadfaf3e3
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Oct 7 16:31:48 2012 -0300

    Removed use of custon style providers. Fixes color problems in adwaita themes

 gladeui/glade-design-layout.c |   26 +++++++++++---------------
 gladeui/glade-design-view.c   |   12 ++----------
 gladeui/glade-utils.c         |   14 +++++++-------
 3 files changed, 20 insertions(+), 32 deletions(-)

commit f51f60bf57e5236f63eef706cb24029e14c00845
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Oct 7 10:38:13 2012 -0300

    Fix compilation by checking for gtk_container_class_set_template_from_string()

 configure.ac                   |    2 +-
 gladeui/glade-widget-adaptor.c |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 33f5f7ed3d2840b47b6edb5c5f2a6fd7ece4476a
Author: Marek Černocký <marek@manet.cz>
Date:   Sun Oct 7 12:10:40 2012 +0200

    Updated Czech translation

 po/cs.po | 1266 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 639 insertions(+), 627 deletions(-)

commit cf65fb6e9fbb5a98ffd2214f32a42a470d6c9348
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Oct 6 12:09:14 2012 -0300

    Fix build error

 gladeui/glade-composite-template.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 5b23e4d63c65b7a5a8fe4b52b6a977caaf39ee5c
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Oct 4 05:57:36 2012 +0300

    Updated Bulgarian translation

 po/bg.po | 1220 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 626 insertions(+), 594 deletions(-)

commit 6ae91fa2ef756bc5f933be21368984752c11a487
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Tue Oct 2 22:14:03 2012 +0100

    Updated Portuguese translation

 po/pt.po | 1223 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 628 insertions(+), 595 deletions(-)

commit 15c0696a9764fc16e7ffcc2cdd976b59af737c90
Author: Andika Triwidada <andika@gmail.com>
Date:   Wed Oct 3 03:01:02 2012 +0700

    Updated Indonesian translation

 po/id.po | 1237 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 636 insertions(+), 601 deletions(-)

commit 856a93ad0efe6608b9db0b967e0b7332111e68d6
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Oct 2 16:12:16 2012 -0300

    Added intitial support for runtime creation and loading of composite templates.
    
    gladeui/glade-app.c: Load composite templates from G_USER_DIRECTORY_TEMPLATES
    
    gladeui/glade-project.[ch]
     o Added glade_project_dump_string()
     o Addes safe guards for NULL catalogs (composite template adaptors does not have a catalog)
    
    gladeui/glade-widget-adaptor.[ch]
     o Added template and template-path properties
     o Added glade_widget_adaptor_get_template() and
       glade_widget_adaptor_from_composite_template()
    
    gladeui/glade-composite-template.[ch]: Added support to load composite templates and export a widget as such.
    
    plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: added "Export as template" action

 gladeui/Makefile.am                |    2 +
 gladeui/glade-app.c                |    3 +
 gladeui/glade-composite-template.c |  260 +++++++++++++++++++++++++++++++++++
 gladeui/glade-composite-template.h |   42 ++++++
 gladeui/glade-project.c            |   35 ++++-
 gladeui/glade-project.h            |    1 +
 gladeui/glade-widget-adaptor.c     |  267 +++++++++++++++++++++++++++++-------
 gladeui/glade-widget-adaptor.h     |   22 +--
 gladeui/glade.h                    |    1 +
 plugins/gtk+/glade-gtk.c           |   69 ++++++++++
 plugins/gtk+/gtk+.xml.in           |    5 +-
 11 files changed, 650 insertions(+), 57 deletions(-)

commit 451dd4024ff44462e51c83a4f3d9de3b6a4ece1f
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Oct 2 15:57:09 2012 -0300

    Removed deprecated GDK_THREADS_ENTER/LEAVE() macros

 gladeui/glade-named-icon-chooser-dialog.c |    8 --------
 1 file changed, 8 deletions(-)

commit 9eef86afcb8aeebaa56915fc32c7bcd70f3a610d
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 19 16:43:38 2012 -0300

    Bumped version to 3.15.0 and incremented current to 4

 configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 8346e7ba73d8a53ba69055a744ad33b965df286c
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Oct 2 17:41:38 2012 +0200

    Updated Czech translation

 po/cs.po |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 97884bafcae86f60b3f2c14fd604b669826e5818
Author: RÅ«dolfs Mazurs <rudolfsm@src.gnome.org>
Date:   Tue Sep 25 23:34:28 2012 +0300

    Updated Latvian translation

 po/lv.po | 7135 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3673 insertions(+), 3462 deletions(-)

commit a885cac42553a4e614e777b25fd467fbc81f3bc6
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Sep 25 00:39:01 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 2521 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 1328 insertions(+), 1193 deletions(-)

commit a5637d16be4f84bc6a80d794863d0a2108e262e2
Author: Vicent Cubells <vicent@vcubells.net>
Date:   Tue Sep 25 00:38:54 2012 +0200

    [l10n] Updated Catalan translation

 po/ca.po | 2682 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1417 insertions(+), 1265 deletions(-)

commit a05879d7dc7d31e84c88dc9ce27b1760d3d9d93c
Author: Petr Kovar <pkovar@redhat.com>
Date:   Mon Sep 24 16:43:39 2012 +0200

    Update Czech translation by Lucas Lommer

 po/cs.po | 2600 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1390 insertions(+), 1210 deletions(-)

commit 6b42b5647925fd32a84a9e39c4c9bd8182bec550
Author: Nishio Futoshi <fut_nis@d3.dion.ne.jp>
Date:   Mon Sep 24 21:09:25 2012 +0900

    [l10n] Update Japanese translation

 po/ja.po | 1369 +++++++++++++++++++++-----------------------------------------
 1 file changed, 455 insertions(+), 914 deletions(-)

commit aa720374b2e0053b5a072039aa4af18d32340ef4
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Sun Sep 23 23:58:35 2012 +0200

    Update French translation

 help/fr/fr.po |  729 ++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 412 insertions(+), 317 deletions(-)

commit 0dd508ed7bce9aa3a79b0d94f7143c68659dbea3
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Sun Sep 23 22:13:30 2012 +0530

    hindi update

 po/hi.po | 7058 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3632 insertions(+), 3426 deletions(-)

commit c62cb48313c64bbe6d1b888f2b4265d57dbc9092
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sun Sep 23 14:29:57 2012 +0200

    [l10n] Updated German translation

 po/de.po | 2727 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1441 insertions(+), 1286 deletions(-)

commit 0e294cca15284aedb8f7ff215647a5b2cb34c813
Author: Milo Casagrande <milo@ubuntu.com>
Date:   Sat Sep 22 17:42:40 2012 +0200

    [l10n] Updated Italian translation.

 po/it.po | 2635 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1403 insertions(+), 1232 deletions(-)

commit 82bbca2baf252f037664dcba6ead47cf8ae6c47f
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Sep 20 06:59:46 2012 +0300

    Updated Bulgarian translation

 po/bg.po | 1390 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 713 insertions(+), 677 deletions(-)

commit 787439b816f4cf79cfe45d81443338dc4a177644
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Sep 17 20:08:21 2012 -0300

    Updated GtkAssistant support
    Fixed bug #664276 "Can't add widgets to a GtkAssistant"
    Make assistant update current page when a child is selected in the project.

 plugins/gtk+/glade-gtk.c |   82 +++++++++++++++++++++++++++++++++++++++-------
 plugins/gtk+/gtk+.xml.in |    6 +++-
 2 files changed, 76 insertions(+), 12 deletions(-)

commit f9c63cfc728ebf2cdcad573f64364330e8fc37fb
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Sep 17 14:19:49 2012 +0200

    Updated Spanish translation

 help/es/es.po |   57 +++------------------------------------------------------
 1 file changed, 3 insertions(+), 54 deletions(-)

commit f3e4e8b724eba57d6d377dba01e29e8371e27edd
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Mon Sep 17 15:50:24 2012 +0400

    Updated Russian translation

 po/ru.po | 1215 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 611 insertions(+), 604 deletions(-)

commit 5836fabbe229177263f4f78ccd834d306d3e5a64
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Sep 16 13:19:03 2012 +0200

    Updated Spanish translation

 po/es.po |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

commit 447ed37358c6d2f7199436c3aaffd264b6c558e0
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sat Sep 15 23:32:23 2012 +0200

    Updated Danish translation

 po/da.po | 4239 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 2197 insertions(+), 2042 deletions(-)

commit ac0ee2c896e358f479d2e2f69277994a4a87ab9e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Sep 14 18:15:34 2012 -0300

    Set new property accel-group on action groups to make menu item accel work properly
    Fixes bug 684041 "assertion failed: `gtk_accel_group_from_accel_closure (accel_closure) != NULL"

 src/glade.glade |   39 +++++++++------------------------------
 1 file changed, 9 insertions(+), 30 deletions(-)

commit 39cab4bce99c7747bf3e1c03b51475e51bbf4397
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Sep 13 21:41:13 2012 -0300

    Set ignore=true on virtual property glade-style-classes to avoid bogus warnings

 plugins/gtk+/gtk+.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit cbd4d89779f248c552480ee07b64329cf734d552
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Thu Sep 13 20:18:37 2012 +0200

    Fix broken tag in Hindi help translation

 help/hi/hi.po |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e99d3ddbcc9b875e17ac07d6451205e8f92d4999
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Thu Sep 13 19:52:09 2012 +0200

    Update French translation

 po/fr.po | 1960 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1003 insertions(+), 957 deletions(-)

commit df5b2f3a68e3406bd18372276f233c8e163bec80
Author: Rafael Ferreira <rafael.f.f1@gmail.com>
Date:   Wed Sep 12 10:21:02 2012 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 4312 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 2250 insertions(+), 2062 deletions(-)

commit e40661addc3f32a44c2b493b3391fadf1d627e73
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Sep 9 14:37:07 2012 +0900

    Updated Korean translation

 po/ko.po | 2675 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1410 insertions(+), 1265 deletions(-)

commit 248e4a82ce06be823c54ae2a1fe256bf4a02ac95
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Sep 9 01:14:16 2012 +0100

    Updated Portuguese translation

 po/pt.po | 2607 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1380 insertions(+), 1227 deletions(-)

commit 8d33cfeebbf62227d2b0b89aac7b187af828038d
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Sep 7 15:13:00 2012 +0200

    Updated Slovenian translation

 po/sl.po | 2733 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1452 insertions(+), 1281 deletions(-)

commit 3d014fcf54b47a5184ee89d2329c03e575bca790
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Sep 6 21:15:29 2012 -0300

    Do not abort if a project has a uninstantiable or abstract class object
    instead load is as an object stub and let the user what to do.
    Should be enough to close bug #646259
    "SIGSEGV in glade_widget_adaptor_object_construct_object loading ui file"

 gladeui/glade-object-stub.c |    8 +++++++-
 gladeui/glade-widget.c      |    8 +++++---
 2 files changed, 12 insertions(+), 4 deletions(-)

commit b25ee612bca1e8026b423814c157a2bc458b76df
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Sep 6 20:08:30 2012 -0300

    Fixed runtime warning on GladeBaseEditor and GladeSignalEditor dispose methods

 gladeui/glade-base-editor.c   |    4 ++--
 gladeui/glade-signal-editor.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 8c7cd1a866b639843fb5da11e280e816d0ee0e29
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Sep 6 19:10:46 2012 -0300

    Do not explicit set window bg as it should be handled by gtk.
    Fixes glitches when the widget is on a different state.

 gladeui/glade-design-layout.c |   10 ----------
 1 file changed, 10 deletions(-)

commit b0c32491cfcbbe7583291fcedbd135f3d97895c6
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Thu Jan 12 21:30:18 2012 +0900

    Fix a broken tag in bg.po

 help/bg/bg.po |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 3d03dd095aebaaf31e988843525e83749f366365
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Thu Sep 6 22:14:57 2012 +0200

    Add fuzzy marking to broken string in Hindi help translation
    
    Tags are broken. Hindi translators must fix it.

 help/hi/hi.po |    2 ++
 1 file changed, 2 insertions(+)

commit 30c9f9126565dcb6d66782f53168554600b14d7c
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 6 13:52:06 2012 +0200

    Updated Hungarian translation

 po/hu.po |  138 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 58 insertions(+), 80 deletions(-)

commit 0a5840d21a769e51763e680c7e82b35a0f0bc2e4
Author: Paolo Borelli <pborelli@gnome.org>
Date:   Wed Sep 5 19:28:35 2012 +0200

    Sync close-button with the original gedit widget. This way the proper
    symbolic close icon is used for the button.

 src/glade-close-button.c |   71 ++++++++++++++++++++++++++--------------------
 src/glade-close-button.h |    4 ++-
 2 files changed, 43 insertions(+), 32 deletions(-)

commit c674da0a5acf21c41753277928a8a367f0e0eaa5
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Wed Sep 5 14:14:47 2012 +0100

    Updated British English translation

 po/en_GB.po | 2602 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1378 insertions(+), 1224 deletions(-)

commit fa324be28e1770c9a288f3b21802f05964093fcf
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Tue Sep 4 09:50:49 2012 +0200

    Updated Hungarian translation

 po/hu.po | 2665 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1448 insertions(+), 1217 deletions(-)

commit d038e04ead64cd71f239b1835961223cfc9d3d98
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Mon Sep 3 01:15:24 2012 +0200

    Updated Polish translation

 po/pl.po |   20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

commit e005fc447019eaa8afc16f65d2f48a0a22385cb6
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Thu Aug 23 03:12:54 2012 +0200

    Updated Polish translation

 po/pl.po | 4152 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 2158 insertions(+), 1994 deletions(-)

commit a8302d2e115c13b58205008ede4bb7f74a449843
Author: Andika Triwidada <andika@gmail.com>
Date:   Tue Aug 21 12:09:12 2012 +0700

    Updated Indonesian translation

 po/id.po | 1672 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 841 insertions(+), 831 deletions(-)

commit 9e733a92c8fbb54ea5249e3b3e8e8e76ba619e75
Author: Aurimas ÄŒernius <aurisc4@gmail.com>
Date:   Mon Aug 20 22:37:23 2012 +0300

    Updated Lithuanian translation

 po/lt.po | 2765 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1492 insertions(+), 1273 deletions(-)

commit a88d2bf82fa672b3e0f389eb1a07634a0c7e9769
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Aug 16 23:21:27 2012 +0200

    Updated Galician translations

 po/gl.po | 1294 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 653 insertions(+), 641 deletions(-)

commit 69179382f15d709089595adc9e017fb503b80b4d
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Aug 16 17:21:32 2012 +0200

    Updated Spanish translation

 help/es/es.po |  816 +++++++++++++++++++++++++++++++++------------------------
 1 file changed, 480 insertions(+), 336 deletions(-)

commit 3540dd36d97dddff1a428ce499110fefd9509a62
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Thu Aug 16 17:23:21 2012 +0300

    Updated Greek translations

 help/el/el.po |  845 +++++++++++++++-----------
 po/el.po      | 1875 ++++++++++++++++++++++++++++++---------------------------
 2 files changed, 1486 insertions(+), 1234 deletions(-)

commit d1033f1187c7a2b2913ad563fa43e19506c3c292
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Wed Aug 15 15:09:44 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 1389 ++++++++++++++++++++++++++++++-----------------------------
 po/zh_TW.po | 1389 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 1420 insertions(+), 1358 deletions(-)

commit ecc26f61ede9d5f0d1ec0d986e755c34808130c4
Author: Javier Jardón <jjardon@gnome.org>
Date:   Tue Aug 14 11:42:11 2012 +0900

    Use new documentation infrastructure

 Makefile.am          |   14 +-
 configure.ac         |    4 +-
 help/C/glade.xml     |  484 --------------------------------------------------
 help/C/index.docbook |  484 ++++++++++++++++++++++++++++++++++++++++++++++++++
 help/C/legal.xml     |    2 +-
 help/Makefile.am     |   15 +-
 help/glade.omf.in    |    9 -
 m4/.gitignore        |    1 -
 8 files changed, 500 insertions(+), 513 deletions(-)

commit b9ad5d964a794e7b6be825f01097d3858283146e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Aug 7 21:02:05 2012 +0200

    Updated Spanish translation

 po/es.po | 1214 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 610 insertions(+), 604 deletions(-)

commit 90cc513087f0970665427d519f3269a2d2dc67b7
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Thu Aug 2 13:15:59 2012 +0900

    [l10n] Update Japanese translation
    
    Modify the About label

 po/ja.po |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 086303a6ae4824a8fb17d29d55ec1e5e741fdcc7
Author: Jiro Matsuzawa <jmatsuzawa@gnome.org>
Date:   Thu Aug 2 13:14:55 2012 +0900

    [l10n] Update Japanese translation
    
    Merge latest pot

 po/ja.po | 7202 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3668 insertions(+), 3534 deletions(-)

commit 7f5c8f8ce19e6a9b0bad4f3cbd12695bd72e0ca5
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Wed Aug 1 08:42:43 2012 +0200

    Updated Serbian translation

 po/sr.po       | 1214 ++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 1214 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 1222 insertions(+), 1206 deletions(-)

commit 27e69799e9e04df49eea3be7b769f945d6a6fd5a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Jul 31 10:30:01 2012 -0400

    	* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added load/save/edit support
    	for <style> <class name="foo"/> </style>, Fixes bgo 658035.

 ChangeLog                |    5 +++
 plugins/gtk+/glade-gtk.c |   76 ++++++++++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in |    8 +++++
 3 files changed, 89 insertions(+)

commit c31f518738338ad4b4fd3fe1ac36fd9bbc8594fd
Author: Alexsey Nadtochey <irbis4lan@yandex.com>
Date:   Mon Jul 30 15:34:00 2012 +0400

    Updated Russian translation

 po/ru.po | 1899 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 968 insertions(+), 931 deletions(-)

commit 631c9dc4df641b4ad9df2919e7e78e702054166f
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Jul 30 02:13:21 2012 +0200

    Updated Galician translations

 po/gl.po | 1192 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 610 insertions(+), 582 deletions(-)

commit 5be9cea2ed9478185a17bc978064cedfc28fce7f
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Tue Jul 24 10:44:41 2012 +0200

    Updated Serbian translation

 po/sr.po       | 3567 +++++++++++++++++++++++---------------------------------
 po/sr@latin.po | 3567 +++++++++++++++++++++++---------------------------------
 2 files changed, 2908 insertions(+), 4226 deletions(-)

commit 7da50cc0716d74a692b2e64bd1bcd2c6420f4a14
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Tue Jul 24 11:19:50 2012 +0300

    Updated Greek translation

 po/el.po | 1264 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 645 insertions(+), 619 deletions(-)

commit ab29ade6bbe89a3ecab1b45f76651909f4991747
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Jul 21 18:44:00 2012 +0200

    Updated Spanish translation

 po/es.po | 1230 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 631 insertions(+), 599 deletions(-)

commit 07597adeb2cb0add02702c626ca729d3742a5403
Author: Andika Triwidada <andika@gmail.com>
Date:   Thu Jul 19 14:00:10 2012 +0700

    Updated Indonesian translation

 po/id.po | 1340 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 683 insertions(+), 657 deletions(-)

commit 1cb4c775de111e9a297e63127597141dd0f6aab7
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Jul 18 16:04:33 2012 -0300

    Let glade_property_write() save properties to <template> tags

 gladeui/glade-property.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit 64cea1848f386422490807e2ca19261d81f1c542
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Jul 18 02:54:22 2012 -0300

    Implemented template loading and saving
    Added GladeWidget:template-class property with setter and getter functions.
    Removed if (!glade_xml_node_verify (node, GLADE_XML_TAG_WIDGET)) check from every GWA read_widget()

 gladeui/glade-editor-table.c |  176 +++++++++++++++++++++++++++++++++++-------
 gladeui/glade-project.c      |    6 +-
 gladeui/glade-widget.c       |   88 +++++++++++++++++----
 gladeui/glade-widget.h       |    5 ++
 gladeui/glade-xml-utils.h    |    2 +
 plugins/gtk+/glade-gtk.c     |  131 ++++++++++---------------------
 plugins/gtk+/gtk+.xml.in     |    9 ++-
 7 files changed, 281 insertions(+), 136 deletions(-)

commit bc083e09ee9de5a8a30f913adb28f999918ba205
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Jul 14 01:01:20 2012 -0300

    Removed unneeded function glade_gtk_activatable_parse_finished()

 plugins/gtk+/glade-gtk-activatable.c |   14 --------------
 plugins/gtk+/glade-gtk-activatable.h |    4 ----
 plugins/gtk+/glade-gtk-switch.c      |   18 ------------------
 plugins/gtk+/glade-gtk.c             |   22 +---------------------
 plugins/gtk+/gtk+.xml.in             |    1 -
 5 files changed, 1 insertion(+), 58 deletions(-)

commit 6a0d889db29043fd71d51f29af7b4f774818cfaa
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Jul 14 13:42:26 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 4017 ++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po | 4032 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 4167 insertions(+), 3882 deletions(-)

commit bfaac8e6fd61a346b9001e72bf4625783342c1ff
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Jul 13 20:08:24 2012 -0300

    Fixed Bug #679589 "Use Action Appearance not supported for GTK 2.12 but added to widgets in Glade 3.8.2"
    Made sure use-action-appearance is not saved if there is no action defined

 plugins/gtk+/glade-gtk-activatable.c |    6 +++++-
 plugins/gtk+/glade-gtk.c             |   10 +++++++---
 plugins/gtk+/gtk+.xml.in             |   18 ++++++++----------
 3 files changed, 20 insertions(+), 14 deletions(-)

commit 5304ba54bd75444452548754c9d5a42fc763b47d
Author: Andika Triwidada <andika@gmail.com>
Date:   Fri Jul 13 10:47:06 2012 +0700

    Updated Indonesian translation

 po/id.po | 1615 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 798 insertions(+), 817 deletions(-)

commit e8c4b708c5ada66d0994fbad9f71a55dd6d0c023
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Jul 11 20:41:15 2012 -0300

    Fixed runtime warning when adding a notebook

 plugins/gtk+/glade-gtk.c |   23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

commit 74a63bde0aa2ebc1b20276f89240618aac32e886
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Jul 11 18:51:38 2012 -0300

    Fixed bug #679487 "Huge memory leaks"

 gladeui/glade-project.c |   26 ++++++++++----------------
 gladeui/glade-widget.c  |   22 ++++++++++++----------
 2 files changed, 22 insertions(+), 26 deletions(-)

commit d5e868b4fbca906e09ba7a6b39f4cec2f9654c9e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Jul 11 00:55:52 2012 -0300

    Fixed bug #679721 "mac-integration: missing 'widget' variable declaration"

 src/glade-window.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit b87da6b657b7456f992d6ddb94d9cf53828ae361
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Jul 11 00:24:04 2012 -0300

    Updated libtool versioning link

 configure.ac |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit ea47a7251e3a197b3ce9c3eb419f2082b588bb65
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jul 10 14:08:05 2012 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 3866 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1993 insertions(+), 1873 deletions(-)

commit c9a37a6b075aa0ce7dc983c06f39923739fda391
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Tue Jun 26 18:13:12 2012 +0300

    Updated Greek translation

 po/el.po |  802 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 348 insertions(+), 454 deletions(-)

commit 8d737f8a43faa3263026ca4b8ac02a7c1756f2dc
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Tue Jun 26 13:42:19 2012 +0300

    Updated Bulgarian translation

 po/bg.po | 3923 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 2026 insertions(+), 1897 deletions(-)

commit b95eade94d57e68ac019d804fc97bc2d8d45bfa2
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Jun 25 00:07:12 2012 +0200

    Updated Galician translations

 po/gl.po | 1216 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 612 insertions(+), 604 deletions(-)

commit 26e7fc1c951e3b61525b97c574c68d4a8af0873a
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Tue Jun 19 16:36:42 2012 +0300

    Updated Greek translation

 po/el.po | 2880 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 1565 insertions(+), 1315 deletions(-)

commit e7041b4345b07804fc3075f52758ec848843afab
Author: Χόρτης Κωνσταντίνος <cograss@yahoo.com>
Date:   Sun Jun 10 21:04:23 2012 +0300

    Updated Greek translation

 po/el.po | 6642 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3322 insertions(+), 3320 deletions(-)

commit 2a34aa2fbca35cfb7da8959becbd902d28a308ed
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Jun 6 13:43:32 2012 +0200

    Updated Spanish translation

 po/es.po | 1250 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 627 insertions(+), 623 deletions(-)

commit 29c8c60b7ea871e49547699deeea3d8c8df1f9cc
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Jun 5 23:18:00 2012 -0300

    Added glade_displayable_value_is_disabled/set_disabled() functions to disable GdkModifierType reserved values

 gladeui/glade-displayable-values.c |  108 +++++++++++++++++++++---------------
 gladeui/glade-displayable-values.h |    7 +++
 gladeui/glade-editor-property.c    |   52 +++++++++--------
 gladeui/glade-property-class.c     |   31 +++++++----
 plugins/gtk+/gtk+.xml.in           |   39 +++++++++----
 5 files changed, 147 insertions(+), 90 deletions(-)

commit baadf434ffe69d9b2ed27fb125616cd0b772be26
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Jun 5 21:00:02 2012 -0300

    Fixed warning on WIN32 (GPid on windows is not an integer)

 gladeui/glade-project.c |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

commit 8cef1be60f3d69efa37dd6ec26aa311d7495156c
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sun Jun 3 12:48:55 2012 +0200

    Updated French translation

 po/fr.po | 1324 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 723 insertions(+), 601 deletions(-)

commit a894a9b3029f66c1f26530598e4bcf4505afe9cc
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue May 29 18:59:43 2012 -0300

    Added build/mingw-w64 directory with script tp cross compile and create windows installer using nsis

 COPYING.GPL                            |   60 -----------
 COPYING.LGPL                           |   45 --------
 build/mingw-w64/README                 |   19 ++++
 build/mingw-w64/glade.nsi.in           |  123 ++++++++++++++++++++++
 build/mingw-w64/nsis_make_installer.sh |  178 ++++++++++++++++++++++++++++++++
 configure.ac                           |    1 +
 src/glade.rc.in                        |    4 +-
 7 files changed, 323 insertions(+), 107 deletions(-)

commit bf45401f654e43e9f2e849fbd93763060b087341
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 23 00:30:21 2012 -0300

    Export symbols in glade executable for windows build

 gladeui/Makefile.am |    4 ++--
 src/Makefile.am     |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 788c17e4e180b3e3c1f99bbfa729063a99a0829b
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue May 22 19:41:39 2012 -0300

    Replaced use of -export-symbols with -export-symbols-regex
    Removed old undefined symbols to fix build error on windows
    	glade_app_get_plugins_dir()
    	glade_catalog_supports_libglade()
    	glade_catalog_supports_gtkbuilder()
    	glade_signal_editor_construct_signals_list()

 gladeui/Makefile.am           |   28 ++++++----------------------
 gladeui/glade-app.h           |    1 -
 gladeui/glade-catalog.h       |    3 ---
 gladeui/glade-signal-editor.h |    1 -
 4 files changed, 6 insertions(+), 27 deletions(-)

commit 4c4e8890936aba420265e4925fede243ae9b9999
Author: Andika Triwidada <andika@gmail.com>
Date:   Sat May 19 14:45:09 2012 +0700

    [l10n] Updated Indonesian translation

 po/id.po | 7053 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3626 insertions(+), 3427 deletions(-)

commit a52b4e8eb0fe4a31d22047b790810120e5aa2f21
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri May 18 00:31:10 2012 -0300

    Improved error messages on modules loading failure.

 gladeui/glade-catalog.c |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

commit 0060c3f08ee5d416e8023e8700009af7fc99f429
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri May 18 00:13:35 2012 -0300

    try_load_library () only check for file if library_path is not null

 gladeui/glade-utils.c |   23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

commit c50a7358e686655234c4693690815c58f81052e2
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 17 23:28:47 2012 -0300

    Let g_module_open() be called with NULL so that it looks libraries in defaults directories
    Fixes bug #675977 "Don't hard-code library search paths"

 gladeui/Makefile.am   |    3 ++-
 gladeui/glade-app.c   |   12 ++++++++++++
 gladeui/glade-app.h   |    1 +
 gladeui/glade-utils.c |   41 +++++++++++++++--------------------------
 4 files changed, 30 insertions(+), 27 deletions(-)

commit b0bb77b4f7734e0d4e2bfce4683a62005c10b15c
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 17 15:49:28 2012 -0300

    Removed glade3 string

 gladeui/glade-builtins.c     |    2 +-
 gladeui/glade-signal-model.c |    2 +-
 gladeui/glade-signal-model.h |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

commit 94653efee5f8706498a00bc1429258ab6fb14f1a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat May 12 12:28:55 2012 -0300

    Made view items Check items

 src/glade.glade |   26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)

commit 940b293c5509c4c8ff3dce9159dd8025376fbad9
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 9 15:29:14 2012 -0300

    removed g_resources_lookup_data() use, since now we depend on gtk 3.4 which has
    gtk_builder_add_from_resource()

 src/glade-window.c |   21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

commit b90f9a54e467d2362ba8bdd4ecb8a116f4f584c6
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 9 15:26:19 2012 -0300

    Added workaround for gtk+ bug #671786 (Menu shows accelerators now)

 src/glade-window.c |   37 +++++++++++++++++++++++++------------
 1 file changed, 25 insertions(+), 12 deletions(-)

commit cf0afd6c525279cdb05304ef328860d9282968ca
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 9 15:25:52 2012 -0300

    Added F1 accel for developer reference

 src/glade.glade |   18 +-----------------
 1 file changed, 1 insertion(+), 17 deletions(-)

commit 8f4c58dda4f67c469ddafbf25aa4012b1ecd6a94
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue May 8 15:42:57 2012 -0300

    Set save=false to every GtkActivatable properties since they are always saved in glade_gtk_widget_write_widget()

 plugins/gtk+/gtk+.xml.in |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit d9e1171a476d0a3575d1db25a71d5d68d7d69e1c
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun May 6 17:35:12 2012 -0300

    Fixed dist build

 ChangeLog       |    2 +-
 src/Makefile.am |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit dffd3b3fcfba53caf26c200684f3dff3f49c35a8
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun May 6 17:18:44 2012 -0300

    Rolling 3.13

 ChangeLog    |    4 ++++
 NEWS         |   27 +++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 32 insertions(+), 1 deletion(-)

commit 8f9bd4c2658dc3a98b79d75f33c89deaf1226937
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun May 6 17:17:46 2012 -0300

    Updated Changelog

 ChangeLog |   61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 60 insertions(+), 1 deletion(-)

commit 945a5451250707552d531d8ba5b349b34001c533
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun May 6 16:29:58 2012 -0300

    Updated changelog

 ChangeLog |   67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)

commit a4c8be4c1a2de11e5b3f2025fbda0bc2234dddc8
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun May 6 12:06:48 2012 +0200

    Updated Spanish translation

 po/es.po |  329 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 158 insertions(+), 171 deletions(-)

commit 416650a94e60e485a0d3ef7fd8eb98409538dc8b
Author: Yuri Kozlov <yuray@komyakino.ru>
Date:   Sun May 6 11:30:01 2012 +0400

    Updated Russian translation

 po/ru.po | 1351 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 748 insertions(+), 603 deletions(-)

commit ecced64866f31a9ea925c7e2d9fee9bb1dd1b08d
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sat May 5 15:06:26 2012 +0200

    Updated Galician translations

 po/gl.po |  251 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 133 insertions(+), 118 deletions(-)

commit 3ec8a9ab1913bebe192f15d281eae4d1b9d24127
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri May 4 20:39:41 2012 -0300

    Implemented GladePreferences dialog.
    Fixes bug 588981 "Catalog support in GUI preferences instead of using environment var"

 src/Makefile.am         |    7 +-
 src/glade-preferences.c |  190 +++++++++++++++++++++++++++++++++++++++++++++
 src/glade-preferences.h |   45 +++++++++++
 src/glade-window.c      |   36 ++++++---
 src/glade.glade         |  198 ++++++++++++++++++++++++++++++++++++++++-------
 5 files changed, 435 insertions(+), 41 deletions(-)

commit 90cac8274e0d0b305b51e2d84a05acaa2b227a29
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri May 4 20:36:25 2012 -0300

    Added G_BEGIN_DECLS

 src/glade-callbacks.h |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit 9bb800e752518c7ac8bdb78260f294d1592a3de9
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri May 4 20:35:14 2012 -0300

    Added glade_init()
    Made glade_app_get_config() returna  static pointer so that it can be used before creating a GladeApp

 gladeui/glade-app.c |  156 +++++++++++++++++++++++++++------------------------
 gladeui/glade-app.h |    1 +
 2 files changed, 84 insertions(+), 73 deletions(-)

commit 68684d2e74b5500053e44bec58895ca0bdf386c0
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 3 16:48:47 2012 -0300

    Fixed compile and runtime warning

 src/glade-window.c |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

commit b743e6a14bb7abb28c428fa60c1b387f9d47e7bf
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 3 16:44:20 2012 -0300

    Reworked glade_util_get_placeholder_from_pointer() to use gdk_device_get_window_at_position()
    to get the placeholder window from the pointer.
    Use glade_util_get_placeholder_from_pointer() in paste action activate

 gladeui/glade-utils.c |   44 ++++++++++++++------------------------------
 src/glade-window.c    |    6 +++++-
 2 files changed, 19 insertions(+), 31 deletions(-)

commit c81c0241cc66ee2f085e24f7f7469713404c27e5
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 3 16:43:40 2012 -0300

    Removed use of glade_util_get_placeholder_from_pointer () from glade_command_add()

 gladeui/glade-command.c |  207 +++++++++++++++++++++++------------------------
 1 file changed, 99 insertions(+), 108 deletions(-)

commit 84bb160d06745cab0e20d3b48a76136aab4f0c3a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 3 16:35:58 2012 -0300

    Fixed identation

 gladeui/glade-utils.c |  124 +++++++++++++++++++++++++++----------------------
 1 file changed, 69 insertions(+), 55 deletions(-)

commit c9b9e0d85fcf968323f2c16842adbdb0cd7dcc38
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 3 16:09:35 2012 -0300

    Fixed a bug while #675395 "Using right click to add a widget over a placeholder do not work as expected every time"
    By using the placeholder that got the right click on the paste command.

 gladeui/glade-popup.c |  120 ++++++++++++++++++++++++-------------------------
 1 file changed, 59 insertions(+), 61 deletions(-)

commit 9d3026f47192e63b315c368b9ba9d6d140fe240c
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 3 16:07:29 2012 -0300

    Removed used of deprecated function gtk_widget_get_pointer()

 plugins/gtk+/glade-fixed.c |  205 +++++++++++++++++++++++---------------------
 1 file changed, 106 insertions(+), 99 deletions(-)

commit 7ff491ae85cd54062afed46ba06be4bc2d2e1766
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 3 16:05:55 2012 -0300

    Made unselected border color darker
    Removed use of deprecated function gtk_widget_get_pointer()

 gladeui/glade-design-layout.c |   13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)

commit 462648d9f5f303521d6737f54e0c8f87557621dd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 3 16:01:01 2012 -0300

    Added glade_widget_get_device_from_event()

 gladeui/glade-widget.c |   24 ++++++++++++++++++++++++
 gladeui/glade-widget.h |    2 ++
 2 files changed, 26 insertions(+)

commit 4f60cf6aa1065397efa208d01e993bfc753d3c4f
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 2 20:02:21 2012 -0300

    Also set GtkRadioButton:xalgin as save-always

 plugins/gtk+/gtk+.xml.in |    1 +
 1 file changed, 1 insertion(+)

commit 43c13faee0685841ae543e41370fe4dcf04ee511
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 2 17:49:34 2012 -0300

    Set GtkCheckButton:xalign save-always. fixes bug #675042
    "plugins/gtk+.xml.in: always store GtkButton [x|y]align properties"

 plugins/gtk+/gtk+.xml.in |    1 +
 1 file changed, 1 insertion(+)

commit 4245334be98e3bd3b477af8645fa4dfbc26e7bb5
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 30 16:38:17 2012 -0300

    Replaced deprecated font and color selection dialogs with font and color chooser dialogs

 plugins/gtk+/glade-attributes.c |   97 ++++++++++++++++++++-------------------
 1 file changed, 51 insertions(+), 46 deletions(-)

commit 7928f3480455055eeef0c4fdcee34895afda8551
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Mon Apr 30 16:27:03 2012 +0200

    Updated Galician translations

 po/gl.po |  884 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 489 insertions(+), 395 deletions(-)

commit 6f4a564596ba4d1f2d5dada75ef7d6fce46e63a5
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Apr 30 13:16:56 2012 +0200

    Updated Spanish translation

 po/es.po |  947 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 534 insertions(+), 413 deletions(-)

commit c098f78522e0ee0d50114ab07bf55c9f890be018
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Apr 28 13:53:53 2012 -0300

    Removed use of deprecated GtkHBox, GtkVBox and others

 gladeui/glade-app.c                         |    1 -
 gladeui/glade-base-editor.c                 |   10 +++++-----
 gladeui/glade-design-layout.c               |    5 ++---
 gladeui/glade-design-view.c                 |    2 +-
 gladeui/glade-editor-property.c             |   28 +++++++++++++--------------
 gladeui/glade-editor.c                      |   10 +++++-----
 gladeui/glade-named-icon-chooser-dialog.c   |   12 ++++++------
 gladeui/glade-palette.c                     |    4 ++--
 gladeui/glade-project.c                     |   14 +++++++-------
 gladeui/glade-widget-adaptor.c              |    2 +-
 plugins/gtk+/glade-accels.c                 |    4 ++--
 plugins/gtk+/glade-attributes.c             |    4 ++--
 plugins/gtk+/glade-button-editor.c          |    2 +-
 plugins/gtk+/glade-cell-renderer-editor.c   |    6 +++---
 plugins/gtk+/glade-column-types.c           |    2 +-
 plugins/gtk+/glade-entry-editor.c           |   16 +++++++--------
 plugins/gtk+/glade-icon-factory-editor.c    |    2 +-
 plugins/gtk+/glade-icon-sources.c           |    4 ++--
 plugins/gtk+/glade-image-editor.c           |    6 +++---
 plugins/gtk+/glade-image-item-editor.c      |    2 +-
 plugins/gtk+/glade-label-editor.c           |   16 +++++++--------
 plugins/gtk+/glade-model-data.c             |    4 ++--
 plugins/gtk+/glade-store-editor.c           |    4 ++--
 plugins/gtk+/glade-text-button.c            |    2 +-
 plugins/gtk+/glade-tool-button-editor.c     |   10 +++++-----
 plugins/gtk+/glade-tool-item-group-editor.c |    4 ++--
 plugins/gtk+/glade-treeview-editor.c        |    4 ++--
 27 files changed, 89 insertions(+), 91 deletions(-)

commit 41b5ef80bcdab4d37c36c83d55db968963607b6c
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Sat Apr 28 17:57:28 2012 +0200

    Updated POTFILES.in

 po/POTFILES.in |    1 +
 1 file changed, 1 insertion(+)

commit b6f3d968f661781e5cc9df7bc499810de4f168f9
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Apr 27 19:31:24 2012 -0300

    Set proper names for menubar item and updated mac integration

 src/glade-window.c |   14 ++++------
 src/glade.glade    |   74 ++++++++++++++++++++++++++--------------------------
 2 files changed, 42 insertions(+), 46 deletions(-)

commit cb69ca99441aa2c7840136e9fedfc65b4c9b214a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Apr 26 23:55:43 2012 -0300

    Implemented Glade UI in Glade, side effect status bar started working again
    
    src/glade-window.c:
     Use GtkBuilder and GResources to build GladeWindow contents
     Implemented menu with GtkActions
     Push tooltip for rencet manager and project actions
    
    src/main.c: Register glade GResources
    
    src/glade-resources.gresources.xml: Glade Gresource file
    
    src/glade.glade: Glade UI GladeWindow, about and preferences dialog
    
    src/glade-callbacks.h: callbacks declarations
    
    src/Makefile.am: added glade-resource.c to source list
    
    configure.ac:
     bumped version to 3.13
     added glib-compile-resources path program
    
    glade-rules.mk: added common rules for GResources files

 configure.ac                      |   11 +-
 glade-rules.mk                    |   17 +
 src/Makefile.am                   |   16 +-
 src/glade-callbacks.h             |   89 ++
 src/glade-resources.gresource.xml |    6 +
 src/glade-window.c                | 1637 ++++++++++++++-----------------------
 src/glade-window.h                |    1 +
 src/glade.glade                   | 1241 ++++++++++++++++++++++++++++
 src/main.c                        |    6 +
 9 files changed, 1994 insertions(+), 1030 deletions(-)

commit f3264535e7bafb9bece73a5b6eff7894ca18b76c
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Apr 26 23:49:35 2012 -0300

    Fixed compiler warning and declared glade_utils_pointer_mode_render_icon() in header

 gladeui/glade-project.h |    2 --
 gladeui/glade-utils.h   |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 639d140eb3e7301433e80b45208b7ca096743a97
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Apr 26 18:26:15 2012 -0300

    Removed old theme hack widget_reset_bg_color()
    Set the right bg color for the offscreen window instead of drawing the bg for windowless children

 gladeui/glade-design-layout.c |   37 ++++---------------------------------
 1 file changed, 4 insertions(+), 33 deletions(-)

commit fd593047e25fd2862bebc1c37c86747da75663a7
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 25 13:19:44 2012 -0300

    Added glade_catalog_add_path() and glade_catalog_remove_path()
    Added API documentation. Code cleanup.

 gladeui/glade-catalog.c |  488 +++++++++++++++++++++++++++++------------------
 gladeui/glade-catalog.h |    2 +
 2 files changed, 304 insertions(+), 186 deletions(-)

commit 80afa6a5ab1d781740964fa6e199a3d10d61e93a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 25 13:15:48 2012 -0300

    Draw bg for windowless widgets used as toplevels.
    Added custom stype provider to setip bg color to @base_color.
    Symplyfied glade_design_layout_style_updated() using gtk_style_context_lookup_color()

 gladeui/glade-design-layout.c |   66 ++++++++++++++++++++---------------------
 1 file changed, 32 insertions(+), 34 deletions(-)

commit 6b40f2f63e31aba3e97630126fa7f5c1a28e0d75
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 25 13:14:48 2012 -0300

    Added custom style provider to setup viewport background color to @base_color

 gladeui/glade-design-view.c |   36 +++++++++++++-----------------------
 1 file changed, 13 insertions(+), 23 deletions(-)

commit f7d2c646af689b910ab0e203057377fef5677e70
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 25 13:06:50 2012 -0300

    Replaced strcmp() with g_strcmp0 in glade_eprop_accel_populate_view()

 plugins/gtk+/glade-accels.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 8beec9cd7d5ec72427ff5d101ae2b2c1158cbef6
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 25 13:05:17 2012 -0300

    gladeui/glade-app.c: glade_app_register_stock_icons() added fuction to register glade icons
    
    gladeui/glade-project.[ch]: removed glade_project_pointer_mode_render_icon()
    
    gladeui/glade-utils.c: added glade_utils_pointer_mode_render_icon()

 gladeui/glade-app.c     |   42 +++++++++++
 gladeui/glade-project.c |  189 -----------------------------------------------
 gladeui/glade-project.h |    2 -
 gladeui/glade-utils.c   |  187 ++++++++++++++++++++++++++++++++++++++++++++++
 4 files changed, 229 insertions(+), 191 deletions(-)

commit 0e58a17204c5c2e7e3cdb6aa57bcfb59c55ef488
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Apr 19 19:37:56 2012 +0200

    Updated Galician translations

 po/gl.po |  305 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 159 insertions(+), 146 deletions(-)

commit 6382634357d547f1592afa6a0f23a7eef10a29fb
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Apr 8 13:24:49 2012 +0200

    Updated Spanish translation

 po/es.po |  310 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 162 insertions(+), 148 deletions(-)

commit ad481a643e08a7d66aca60d8b9211c560add88da
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Apr 3 14:31:07 2012 -0300

    Removed use of deprecated object GCompletion
    replaced deprecated function g_value_get_char with g_value_get_schar()

 gladeui/glade-inspector.c      |  235 ++++++++++++++++++----------------------
 gladeui/glade-property-class.c |    8 +-
 2 files changed, 111 insertions(+), 132 deletions(-)

commit 5b131bb14180ce21632534c13a1b88ea28866475
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Mar 31 22:50:50 2012 -0300

    gladeui/glade-signal-editor.[ch]:
      o added GladeSignalEditor::detail-suggestions signal
      o Fixed memory leak on handler-suggestion emmision
    
    gladeui/glade-signal-model.c: Removed "__dummy" object data hack
      Now only the data model returns user strings like <Type Here> when the GladeSignal value is null
    
    gladeui/glade-signal.c: fixed bug in glade_signal_set_detail() that allowed to set an empty string as a detail

 gladeui/glade-signal-editor.c |  221 ++++++++++++++++++++++++++++++++---------
 gladeui/glade-signal-editor.h |    2 +-
 gladeui/glade-signal-model.c  |   59 +++++------
 gladeui/glade-signal.c        |    2 +-
 4 files changed, 205 insertions(+), 79 deletions(-)

commit de4a76fe581b5e8d2167d21e9c637dc69ca60907
Author: Mario Blättermann <mario.blaettermann@gmail.com>
Date:   Sat Mar 31 00:52:32 2012 +0200

    [l10n] Updated German translation

 po/de.po | 6569 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3376 insertions(+), 3193 deletions(-)

commit 049d7ed0ea3efd12df21e11d49016bf32951624d
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Tue Mar 27 22:28:18 2012 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 3561 +++++++++++++++++++++++++++--------------------------
 1 file changed, 1828 insertions(+), 1733 deletions(-)

commit 3bb19c3ccac00bda50c1346bcf2b7e8b4890209b
Author: Andrea Zagli <azagli@libero.it>
Date:   Sun Mar 25 13:24:52 2012 +0200

    [l10n] Updated Italian translation

 po/it.po | 6338 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3207 insertions(+), 3131 deletions(-)

commit 4a8c09727f4ff0bf11454a5e0a9440d229222286
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Mar 24 21:16:55 2012 -0300

    Update Changelog

 ChangeLog |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

commit 11b2d69eb730e736585b7410b9a840faf84b557a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Mar 24 21:03:00 2012 -0300

    Updated Changelog

 ChangeLog |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

commit d251a195ff63ace7a99a2339fee2e0f86c376471
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Mar 24 20:47:49 2012 -0300

    Migrated hand coded _get_type() function to G_DEFINE_TYPE() macro plus identation fixes.

 gladeui/glade-base-editor.c     |  297 ++++++++++++-----------
 gladeui/glade-editable.c        |   31 +--
 gladeui/glade-editable.h        |   15 +-
 gladeui/glade-editor-property.c |  352 ++++++++++++++-------------
 gladeui/glade-editor.c          |  164 ++++++-------
 gladeui/glade-widget-adaptor.c  |  496 +++++++++++++++++++--------------------
 6 files changed, 653 insertions(+), 702 deletions(-)

commit 7b44a63649d43cfe924fe2853992bb6af4286098
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 23 18:28:10 2012 -0300

    Added support for signal detail. Fixes bug #670792 "Unable to connect to specific notify signals."

 gladeui/glade-signal-editor.c |  164 +++++++++++++++++---
 gladeui/glade-signal-editor.h |    2 +-
 gladeui/glade-signal-model.c  |  340 ++++++++++++++++++++---------------------
 gladeui/glade-signal-model.h  |    1 +
 gladeui/glade-signal.c        |  169 +++++++++++---------
 gladeui/glade-signal.h        |   23 +--
 gladeui/glade-widget.c        |    4 +
 7 files changed, 427 insertions(+), 276 deletions(-)

commit ab03f8cc10cd8dc60f9b53cd9e16bdc0dc31ea49
Author: Automatic Mirroring <aronmalache@gmail.com>
Date:   Tue Mar 20 15:02:14 2012 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po | 6193 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3136 insertions(+), 3057 deletions(-)

commit d1adc2c6d80ec8befd8c914781f1f7de19b9c407
Author: Seng Sutha <sutha@khmeros.info>
Date:   Tue Mar 20 11:28:50 2012 +0100

    Add initial Khmer translation.

 po/LINGUAS |    1 +
 po/km.po   | 5010 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 5011 insertions(+)

commit c7941df84d1b7a63031e5138cda61e050b72bc96
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Mar 19 19:47:53 2012 -0300

    Removed padding to keep ABI compatibility

 gladeui/glade-signal-editor.h |    1 -
 1 file changed, 1 deletion(-)

commit 0e0bf998f27af32e7bf63e6ba3ca7c1b2a47c665
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Mar 19 19:25:34 2012 -0300

    Implemented GladeSignalEditor::callback-suggestions signal
    (based on patch by Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com >)
    Closes bug #667570 "Implement callback name suggestion on glade-signal-editor"
    
    Added GladeSignalEditor:widget missing property
    Added new accumulator _glade_strv_handled_accumulator()
    Added new marshall BOXED:OBJECT

 gladeui/glade-accumulators.c   |   43 ++++--
 gladeui/glade-accumulators.h   |    5 +
 gladeui/glade-marshallers.list |    1 +
 gladeui/glade-signal-editor.c  |  303 +++++++++++++++++++++++++++++-----------
 gladeui/glade-signal-editor.h  |    1 +
 5 files changed, 257 insertions(+), 96 deletions(-)

commit 51d10c3202faac04db3addc82138208e327936dc
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Mar 19 19:16:13 2012 -0300

    Fixed bogus runtime warning in glade_signal_model_iter_n_children() when it is called with a NULL iter
    Fixed space identation (we use * next to the variable name)

 gladeui/glade-signal-model.c |  308 ++++++++++++++++++++----------------------
 1 file changed, 147 insertions(+), 161 deletions(-)

commit 3adc2663635f5b8649d2b0e1a38515d88f720613
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Mar 19 21:29:25 2012 +0100

    Updated Spanish translation

 po/es.po |   53 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 28 insertions(+), 25 deletions(-)

commit 0c4f0ee162a29eb5af7e473ca35b4c7f5c3de04b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Mar 19 21:26:56 2012 +0100

    Fixed bug #662046

 gladeui/glade-previewer.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ee8c9dde5f5b0bbf0f880c0f02db5441fa6a77a4
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Tue Mar 13 14:21:18 2012 +0000

    Updated British English translation

 po/en_GB.po | 6239 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3157 insertions(+), 3082 deletions(-)

commit 094a53a26c49e7dcc6ff90b8e5351689ee5a8565
Author: David Planella <david.planella@gmail.com>
Date:   Tue Mar 13 01:09:26 2012 +0100

    [l10n] Updated Catalan translation

 po/ca.po | 6337 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3208 insertions(+), 3129 deletions(-)

commit bf5f1c4125b623f41139bb2ee70a023d1fcf997f
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Mon Mar 12 20:48:26 2012 +0100

    Updated French translation

 po/fr.po | 6306 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3192 insertions(+), 3114 deletions(-)

commit 3fa4490440fa24ecb361b38ac1f206ddaa94cbec
Author: Timo Jyrinki <timo@debian.org>
Date:   Mon Mar 12 11:01:50 2012 +0200

    Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint

 po/fi.po | 7236 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 3263 insertions(+), 3973 deletions(-)

commit 4b1a99137a33b7e3ca84a601c0eaab8690f8278e
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Mon Mar 12 00:23:31 2012 +0000

    Updated Portuguese translation

 po/pt.po | 6265 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3170 insertions(+), 3095 deletions(-)

commit bae1b91f08b34a761565ba133f3e0fa90831f55d
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sat Mar 10 20:57:42 2012 +0900

    Updated Korean translation

 po/ko.po | 3502 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1791 insertions(+), 1711 deletions(-)

commit c1da1e6db851d89df9062545694d4ef54759b356
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Mar 4 02:25:27 2012 +0100

    Updated Hungarian translation

 po/hu.po | 6261 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3175 insertions(+), 3086 deletions(-)

commit 4d9483f5954330262632b1df3b23be80c0a563bc
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Sat Mar 3 23:42:10 2012 +0100

    Updated Polish translation

 po/pl.po |  791 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 410 insertions(+), 381 deletions(-)

commit 7df49a4ea4b310b84c70ccbe9cbd599286aaceea
Author: Krishnababu Krothapalli <kkrothap@redhat.com>
Date:   Thu Mar 1 13:23:12 2012 +0530

    Updated Telugu Translations

 po/te.po | 7221 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3558 insertions(+), 3663 deletions(-)

commit ca9c872b2aeab9e2fc9440c85dc8c650531fbdff
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Mon Feb 27 10:51:42 2012 +0400

    Updated Russian translation

 po/ru.po | 3358 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1695 insertions(+), 1663 deletions(-)

commit 3342e1fb6dbfab2a46121f6ff81dc38ca9e90796
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Wed Feb 22 19:42:43 2012 +0200

    Updated Bulgarian translation

 po/bg.po |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

commit 31ed8f499049ba72247c3e3a410c34d4478bbab5
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Feb 21 11:39:43 2012 +0100

    Updated Galician translations

 po/gl.po | 2668 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1333 insertions(+), 1335 deletions(-)

commit 9398d6bf4908f5d22a43c5ecab1929c6f0ba5bdf
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Mon Feb 20 23:07:59 2012 +0100

    Updated Danish translation

 po/da.po | 6338 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3205 insertions(+), 3133 deletions(-)

commit 65b4d3c030fca3e2707c87344d9218cc438f42bd
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Feb 20 10:51:02 2012 +0100

    Updated Serbian translation

 po/sr.po       | 2566 ++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 2566 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 2562 insertions(+), 2570 deletions(-)

commit a9e9ed421db73698e7a1f190f3e03afa3f6e7294
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Feb 19 01:17:18 2012 +0100

    Updated Swedish translation

 po/sv.po | 2542 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1271 insertions(+), 1271 deletions(-)

commit 0136f03485f2e93c3977a3f4003b0b99e112aed2
Author: Aurimas ÄŒernius <aurisc4@gmail.com>
Date:   Fri Feb 17 23:53:44 2012 +0200

    Updated Lithuanian translation

 po/lt.po | 7340 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 3193 insertions(+), 4147 deletions(-)

commit 3e3f341a1cf922cc26806462fbbcba5659548a3e
Author: Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
Date:   Fri Feb 17 18:20:27 2012 -0300

    Fixed bug 669272 "Emit a signal to notify signal activation"

 gladeui/glade-signal-editor.c |   65 +++++++++++++++++++++++++++++++++++++++++
 gladeui/glade-signal-editor.h |    1 +
 2 files changed, 66 insertions(+)

commit 786dbfec4d372f841889cd1e23aef26a86336257
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Feb 17 21:46:28 2012 +0100

    Updated Slovenian translation

 po/sl.po | 2556 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1278 insertions(+), 1278 deletions(-)

commit 4625be8f0792244686d212c9c5ad50a469287fe1
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Feb 17 13:39:23 2012 +0100

    Updated Czech translation

 po/cs.po | 2959 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1487 insertions(+), 1472 deletions(-)

commit b162c2b195c2bd4c141d811ffee9927d565a0512
Author: Adam Matoušek <adydas95@gmail.com>
Date:   Fri Feb 17 13:35:51 2012 +0100

    Updated Czech translation

 po/cs.po | 6855 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 3255 insertions(+), 3600 deletions(-)

commit 6116afe46b032ea145b955552ee2841a22d02873
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Feb 16 17:29:15 2012 +0100

    Updated Spanish translation

 po/es.po | 2696 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 1346 insertions(+), 1350 deletions(-)

commit bdfc85188e9197c216fde0a3199bdbf1a5853613
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Feb 15 19:20:31 2012 -0300

    Fixed bug 645340 "Minor string typo" and
    bug 646366 "non-sense UI string"

 plugins/gtk+/glade-gtk.c |    2 +-
 plugins/gtk+/gtk+.xml.in |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 94b2137d8b0e1851626e1390f683a77cbb02d18e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Feb 15 19:09:31 2012 -0300

    Fix bug 664912 "GtkGrid assumes 3x3 (edit)"

 plugins/gtk+/glade-gtk-grid.c |    2 ++
 1 file changed, 2 insertions(+)

commit 2d4388f620804aa2cd508920dcaaaae1cf173365
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Feb 13 16:09:04 2012 -0300

    Rolling version 3.11.0

 ChangeLog    |    4 ++++
 NEWS         |   35 +++++++++++++++++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 40 insertions(+), 1 deletion(-)

commit 51aa24cc5458a412ca713c05fa70eb08fe457ead
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Sun Feb 12 17:33:39 2012 +0100

    Updated Serbian translation

 po/sr.po       | 6319 +++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 6323 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 6408 insertions(+), 6234 deletions(-)

commit 7117603386e74828ff247ecf82ec2d9b5ec00418
Author: Ivan Masár <helix84@centrum.sk>
Date:   Sat Feb 11 23:35:04 2012 +0100

    Updated Slovak translation

 po/sk.po | 6660 ++++++++++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 5446 insertions(+), 1214 deletions(-)

commit 539409659feae6ab9e7b37b777a2a52721d65343
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Jan 29 22:49:55 2012 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 6952 +++++++++++++++++++++++++++-------------------------------
 po/zh_TW.po | 6994 +++++++++++++++++++++++++++--------------------------------
 2 files changed, 6348 insertions(+), 7598 deletions(-)

commit a842e5c8716fd2e52a28f2089f128fe74c63b92d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Jan 29 18:06:49 2012 +0900

    	* plugins/gtk+/gtk+.xml.in: Correct the 'book' to search for GTK+3 documentation,
    	Credit goes to Pietro Battiston for pointing out the exact problem.

 ChangeLog                |    5 +++++
 plugins/gtk+/gtk+.xml.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 448f4eedc8dc45bbb1f9cd54d8dce2ec6550df29
Author: Javier Jardón <jjardon@gnome.org>
Date:   Thu Jan 26 12:40:21 2012 +0000

    configure.ac: Post release version bump

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7097480ddaffb8135861728df2ac5fc1b80a11eb
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Jan 24 14:51:26 2012 +0100

    Updated Norwegian bokmål translation

 po/nb.po |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

commit 34ebaf9e19eb9802c2d2a80b09e6892a9b97c023
Author: Daniel Korostil <ted.korostiled@gmail.com>
Date:   Tue Jan 17 17:18:47 2012 +0200

    bugfix in uk.po

 help/uk/uk.po |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit aa72670dfb4b540b54477c38ba9377c104498987
Author: Gil Forcada <gforcada@gnome.org>
Date:   Thu Jan 12 21:49:53 2012 +0100

    [l10n]Fixed Catalan documentation

 help/ca/ca.po |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 5a37104062ad7c44659225c8103489b8d9193683
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Sun Jan 8 08:25:44 2012 +0200

    Updated Bulgarian translation

 po/bg.po | 6294 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3187 insertions(+), 3107 deletions(-)

commit 92e7816784713cc4c26f131889b2f1405132ef61
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Thu Jan 5 14:35:25 2012 +0900

    Updated Japanese translation

 help/ja/ja.po |   92 +++++++++++++++++++++++++++++----------------------------
 1 file changed, 47 insertions(+), 45 deletions(-)

commit 5f9bdd8407675dd9c03584f6d131d97dc4d7736c
Author: Vincent Untz <vuntz@gnome.org>
Date:   Wed Dec 21 09:25:16 2011 +0100

    build: Explicitly link to gmodule-2.0
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665784

 configure.ac |    1 +
 1 file changed, 1 insertion(+)

commit f4f5f454f8cdc55d79a3037a5933492766ad5199
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Dec 18 12:20:45 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po |  116 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 57 insertions(+), 59 deletions(-)

commit ae06096fd07343fb886518f52cc383a8e4092476
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Dec 15 17:44:25 2011 -0300

    Updated Changelog

 ChangeLog |    8 ++++++++
 1 file changed, 8 insertions(+)

commit 2bbb3d46d8af70641c54ba3360f6303ce1ed27cd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Dec 15 17:36:01 2011 -0300

    Let the backend reload the real value if one was rejected by a verify function

 gladeui/glade-editor-property.c |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

commit 886ab249d02351ba313ee97a72985dda2d8f14a3
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Dec 15 17:28:03 2011 -0300

    Reworked GtkGrid support for width and height properties

 plugins/gtk+/glade-gtk-grid.c |  137 ++++++++++++-----------------------------
 1 file changed, 38 insertions(+), 99 deletions(-)

commit 37807efabe475e7c21beb98f4c5b7de4d121835a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Dec 15 17:14:05 2011 -0300

    Removed dialog hint to make gnome-shell put a close button in the window

 gladeui/glade-base-editor.c |    1 -
 1 file changed, 1 deletion(-)

commit d33f042c8ad77db4da562a045977be3d2eaaf229
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Nov 25 10:10:35 2011 +0100

    Updated Swedish translation

 po/sv.po | 1135 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 file changed, 738 insertions(+), 397 deletions(-)

commit 8f0ab57581a431dcf509904bdf5d593e54af85c2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Nov 23 20:37:18 2011 +0900

    2011-11-23  Dieter Verfaillie <dieterv@optionexplicit.be>
    
    	* build/mswindows/README, build/mswindows/build_glade.sh:
    	Added custom build scripts for building on MS windows.

 ChangeLog                      |    5 ++
 build/mswindows/README         |   39 +++++++++
 build/mswindows/build_glade.sh |  187 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 231 insertions(+)

commit 5890035ce41765d1ad41754e30174b56dbf692a6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Nov 17 19:18:46 2011 -0500

    2011-11-17  Fredy Paquet <fpa@opag.ch>
    
    	* plugins/gtk+/glade-gtk.c: Improved performance of modifying GtkTable
    	  contents, shows specifically when loading files containing large tables.
    
    	Bug 663516

 ChangeLog                      |   21 ++++++----
 plugins/gtk+/glade-gtk-table.c |   87 +++++++++++++++++++++++++++++++---------
 plugins/gtk+/glade-gtk.c       |    6 +--
 3 files changed, 86 insertions(+), 28 deletions(-)

commit e90717a501d3e99509c0e6ade83e3876d4a84f68
Author: John Ralls <jralls@ceridwen.us>
Date:   Tue Nov 8 13:26:24 2011 -0800

    [Glade Bug 663492] Update Mac integration bindings to GtkOSXApplication

 configure.ac        |   14 +++++++-------
 gladeui/Makefile.am |   10 +++++-----
 gladeui/glade-app.c |    7 ++-----
 src/Makefile.am     |    4 ++--
 src/glade-window.c  |   33 ++++++++++++++++++++++++++++-----
 5 files changed, 44 insertions(+), 24 deletions(-)

commit 7bd1d1b654cc84d9587a5b3b6d6d80551142b0c6
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Fri Nov 4 13:24:17 2011 +0100

    Updated Galician translations

 po/gl.po |  693 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 362 insertions(+), 331 deletions(-)

commit 8f20c634f9f63ae866e432357eff77422c9cab8e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Nov 3 19:08:03 2011 -0300

    Fixed bug detecting widget including margins

 ChangeLog                     |    4 +++-
 gladeui/glade-design-layout.c |   19 +++++++------------
 2 files changed, 10 insertions(+), 13 deletions(-)

commit ba0345e36dfaeac72aebcf909ee83533d61c9f66
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Nov 3 17:42:02 2011 -0300

    Added workaround for child bg bug on Adwaita theme on the workspace.

 ChangeLog                     |    7 +++++++
 gladeui/glade-design-layout.c |   23 +++++++++++++++++++++++
 gladeui/glade-design-view.c   |   14 +++++++++-----
 3 files changed, 39 insertions(+), 5 deletions(-)

commit db4388e146e7f4eb1c040cfdbf17b7db245386ea
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Oct 31 17:05:14 2011 -0300

    Make GladeDesignLayout use only button 1 press to select widgets.
    Fixed bug in gdl_get_margins_from_pointer(), needed to translate coordinates
    In glade_design_layout_find_inside_container() use widget margins as if they where part of the widget allocation.

 ChangeLog                     |    8 ++++++++
 gladeui/glade-design-layout.c |   41 +++++++++++++++++++++++++----------------
 2 files changed, 33 insertions(+), 16 deletions(-)

commit 3d331480c5b5eab818ef67c7e1ec1e792d0a402b
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Oct 6 19:02:56 2011 -0300

    Added myself as a maintainer, and backported docs build fix from 3.10 branch

 MAINTAINERS         |    4 ++++
 doc/Makefile.am     |    2 +-
 glade.doap          |    8 ++++++++
 gladeui/Makefile.am |    3 ++-
 4 files changed, 15 insertions(+), 2 deletions(-)

commit f380a3888d8d2be3279f7b3a2ccb51834d7fcfca
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Oct 22 17:53:36 2011 +0200

    Updated Spanish translation

 po/es.po |  107 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 54 deletions(-)

commit 61bcf7284e02a6e1583d7bd412cf1bdfb67272e0
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Fri Oct 21 21:30:44 2011 +0200

    Updated Slovenian translation

 po/sl.po |  807 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 418 insertions(+), 389 deletions(-)

commit 5adc1c3a66a9abd7102c15519a8afd4750e07fb8
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Oct 19 23:23:43 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 6185 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3131 insertions(+), 3054 deletions(-)

commit 340ccb0d0c009d9c0002baf03b9cbc7d943a9689
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Oct 12 03:42:22 2011 -0400

    2011-10-12  Arnel A. Borja <kyoushuu@yahoo.com>
    
    	* gladeui/glade-previewer.rc.in: Change the name of the icon in the resource
    	file to glade.ico

 ChangeLog                     |    5 +++++
 gladeui/glade-previewer.rc.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 2af8a582ee19062e8b3495e80092cf94974a7490
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Oct 11 16:18:44 2011 -0400

    2011-10-11  Johannes Schmid <jhs@gnome.org>
    
    	* gladeui/glade-project.c: Avoid crashing if glade-previewer is not installed, bug 650899.

 ChangeLog               |    4 ++++
 gladeui/glade-project.c |    2 ++
 2 files changed, 6 insertions(+)

commit 75f753cac0d6fb12124dd8d05f0d05275e153d4a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Oct 11 15:52:56 2011 -0400

    	* doc/Makefile.am: Make documentation parallel installable.

 ChangeLog       |    4 +++-
 doc/Makefile.am |    2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 7bb00e515f99661b9db8ee3d0e7098c9553854f9
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Oct 11 15:49:28 2011 -0400

    	* gladeui/glade-app.h: Make Glade 3.10 use new environment variables for proper
    	parallel installability.
    
    	* doc/catalogintro.sgml: Update docs about environment vars.

 ChangeLog             |    7 +++++++
 doc/catalogintro.sgml |    4 ++--
 gladeui/glade-app.h   |    4 ++--
 3 files changed, 11 insertions(+), 4 deletions(-)

commit 881f163a952891af7ed1ff9128fe596e8d13d4f9
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Oct 11 15:35:23 2011 -0400

    2011-10-11  Benjamin Otte <otte@redhat.com>
    
    	* gladeui/glade-editor-property.c:
    	Make size groups widget selection work (bug 647984)

 ChangeLog                       |    5 +++++
 gladeui/glade-editor-property.c |   25 +++++++++++++------------
 2 files changed, 18 insertions(+), 12 deletions(-)

commit 1277357a9ae6725a5f55e5494ce112c2e5c0d118
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Oct 9 17:58:16 2011 -0400

    	* gladeui/glade-project.c: Fix glade_project_notify_has_child() to notify
    	that the children are gone only when the last item on that level disappears.
    
    	Fixes bug 651673

 ChangeLog               |    7 +++++++
 gladeui/glade-project.c |   36 +++++++++++++++++-------------------
 2 files changed, 24 insertions(+), 19 deletions(-)

commit d20f63e55b3b153e48f1ec1ae4ea6c9da4b135ec
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Oct 9 15:03:47 2011 -0400

    Removed unused variable

 gladeui/glade-property.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ee98d82585da32c84c7f3c0d8239b0445f89a263
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Oct 9 14:45:46 2011 -0400

    	* gladeui/glade-property.c, gladeui/glade-xml-utils.c:
    
    	Fix a bug on the GtkComboBoxText (and probably others) when adding
    	a special char (like '&') in an item's name: every characters following
    	the special char disappeared while writting the xml file.
    
    	Bug 654609.

 ChangeLog                 |   10 ++++++++++
 gladeui/glade-property.c  |    7 -------
 gladeui/glade-xml-utils.c |    8 +++++++-
 3 files changed, 17 insertions(+), 8 deletions(-)

commit 18a99f9e170f3ae2534fbabadb5a9f78899ed7cf
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Oct 7 10:14:45 2011 +0200

    Updated Spanish translation

 po/es.po |  734 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 384 insertions(+), 350 deletions(-)

commit 1fd8c8022da743be246a693c4c38268780f1d138
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Oct 6 16:29:09 2011 -0400

    Documentation typo fix

 gladeui/glade-widget.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9163f4ef117d9ee3a76c54b73dd9e5e2817f1922
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Oct 6 16:30:55 2011 -0400

    	* gladeui/glade-widget-adaptor.c: Implemented a generic ->depends() routine
    	to ensure that liststores are serialized before treemodelfilters which refer to them.

 ChangeLog                      |    7 ++++++-
 gladeui/glade-widget-adaptor.c |   28 +++++++++++++++++++++++++++-
 2 files changed, 33 insertions(+), 2 deletions(-)

commit 551dcae29b17cfd4b6326945ffaf05fe6d58a269
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Oct 6 16:42:50 2011 -0300

    gladeui/glade-design-layout.c unref GtkStyleContext object used in glade_design_layout_style_updated()

 gladeui/glade-design-layout.c |    2 ++
 1 file changed, 2 insertions(+)

commit a386ef0e9594031d9ee4509d7685be1e9de4f324
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 28 18:25:42 2011 -0300

    Fixed unused variable warning.

 gladeui/glade-placeholder.c |    1 -
 1 file changed, 1 deletion(-)

commit 8bd4f4df2b7852cb436e50088f3475e1add84397
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Jun 23 21:58:18 2011 -0300

    Moved glade_design_layout_pointer_mode_image_new() to glade_project_pointer_mode_render_icon()

 gladeui/glade-design-layout.c  |  308 +++++++++++-----------------------------
 gladeui/glade-design-layout.h  |    2 -
 gladeui/glade-design-private.h |   13 ++
 gladeui/glade-project.c        |  189 ++++++++++++++++++++++++
 gladeui/glade-project.h        |    2 +
 src/glade-window.c             |   16 ++-
 6 files changed, 294 insertions(+), 236 deletions(-)

commit f998516b35420cf61241f97575c8c1553db1d12e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Jun 18 23:16:44 2011 -0300

    Added MARGIN_EDIT and ALIGN_EDIT pointer modes including new palette buttons for each one.
    Removed selector and drag-resize icons and replaced with cairo drawn images at runtime.

 data/icons/Makefile.am        |    4 +-
 data/icons/drag-resize.png    |  Bin 638 -> 0 bytes
 data/icons/selector.png       |  Bin 705 -> 0 bytes
 gladeui/glade-design-layout.c |  731 +++++++++++++++++++++++++++++------------
 gladeui/glade-design-layout.h |    2 +
 gladeui/glade-project.c       |    4 +-
 gladeui/glade-project.h       |    7 +-
 src/glade-window.c            |  190 +++++------
 8 files changed, 614 insertions(+), 324 deletions(-)

commit c8689eae4ffd987f342e213509bc9f222f6245a7
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Jun 6 19:12:17 2011 -0300

    Replaced drag&drop alignment editing by making each node activatable.

 gladeui/glade-design-layout.c |  438 +++++++++++++++--------------------------
 1 file changed, 157 insertions(+), 281 deletions(-)

commit e788a193a476569a87381312897c53eb6df60459
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Jun 3 15:42:56 2011 -0300

    Revert "Draw animated dash line in round nodes too."
    
    This reverts commit 2210be98ef4014c523f99dd8ec1e6c3a9c031a9a.

 gladeui/glade-design-layout.c |   59 +++++++++++------------------------------
 1 file changed, 16 insertions(+), 43 deletions(-)

commit a2837365252ce1d2464d0a9fe860d1aa395494dc
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Jun 3 15:42:55 2011 -0300

    Revert "Added the avility to choose fill/center alignment using the scrollweel"
    
    This reverts commit c28c45298aa05d7d96fc5206944915de779104ba.

 gladeui/glade-design-layout.c |  234 +++++++++++++----------------------------
 1 file changed, 74 insertions(+), 160 deletions(-)

commit 7f7b1d4b46551e3cf2e133bb6763b344775c5ef1
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue May 31 22:31:40 2011 -0300

    Added the avility to choose fill/center alignment using the scrollweel

 gladeui/glade-design-layout.c |  234 ++++++++++++++++++++++++++++-------------
 1 file changed, 160 insertions(+), 74 deletions(-)

commit 35a4cdb65a772584b8c0e9d80f26cd0995f6a049
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri May 27 19:31:11 2011 -0300

    Draw animated dash line in round nodes too.

 gladeui/glade-design-layout.c |   59 ++++++++++++++++++++++++++++++-----------
 1 file changed, 43 insertions(+), 16 deletions(-)

commit 268e0c7ea99b9b02d78d42fa6484ebd609e00571
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri May 27 15:28:54 2011 -0300

    Added alignment edit mode to the workspace.

 gladeui/glade-design-layout.c |  417 +++++++++++++++++++++++++++++++++++------
 1 file changed, 355 insertions(+), 62 deletions(-)

commit 87fb6cc39787455258b0e4aef533bb5f1537ef36
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri May 20 18:55:19 2011 -0300

    Do not draw dimension lines if there is no margin set

 gladeui/glade-design-layout.c |  104 ++++++++++++++++++++++-------------------
 1 file changed, 57 insertions(+), 47 deletions(-)

commit 58b85cb00afcda829f1bedc27c0fb118fcaba876
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 19 16:53:27 2011 -0300

    Use style colors instead of hard coded values to draw dimensions

 gladeui/glade-design-layout.c |   57 ++++++++++++++++++++++++++---------------
 1 file changed, 36 insertions(+), 21 deletions(-)

commit 13f6ae1e7ba1d4a2942e60e7eca3c0b6ec20ba79
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 18 20:42:09 2011 -0300

    Added dimesions drawing when editing margins

 gladeui/glade-design-layout.c |  191 +++++++++++++++++++++++++++++++++++++++--
 1 file changed, 184 insertions(+), 7 deletions(-)

commit 9dcc6d51765f1a2114f91492908860683507a9c2
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon May 2 16:22:28 2011 -0300

    Changed margin step to 6 pixels
    Clean up gdl_update_max_margins()

 gladeui/glade-design-layout.c |   13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

commit 17d7230ebd44bfa1f5716cd5c29a9f646a6db47e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Apr 28 18:58:10 2011 -0300

    Let margin edit mode resize toplevel until the size of the view if smaller.

 gladeui/glade-design-layout.c |   25 +++++++++++++++++++++----
 1 file changed, 21 insertions(+), 4 deletions(-)

commit 592b565cc7d4cf88261d3969b475303133eca095
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Apr 28 18:06:21 2011 -0300

    Made margins edit mode restrict margins size to avoid resizing the toplevel

 gladeui/glade-design-layout.c |   49 ++++++++++++++++++++++++++++++++++++-----
 1 file changed, 44 insertions(+), 5 deletions(-)

commit 4c1e409fbc67eeb6e8df0b3c92e4a89ba1f5625c
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Apr 26 17:13:53 2011 -0300

    Made margins edit mode snap bu 8px while holding ALT

 gladeui/glade-design-layout.c |    7 +++++++
 1 file changed, 7 insertions(+)

commit 1fb1f3eb0e8b98115cd1c28fdfab3c1053556cb6
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Apr 26 16:02:36 2011 -0300

    Added GladeCommand support to margin edit mode.

 gladeui/glade-design-layout.c |  100 +++++++++++++++++++++++++++++------------
 1 file changed, 71 insertions(+), 29 deletions(-)

commit b4b114b1b17f80b2ce0f41ebca8c45de75171dd8
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sun Apr 24 22:12:26 2011 -0300

    Implemented inline margins edit mode. Now it is posible to change widget's margins
    using the mouse.
    
     * gladeui/glade-design-layout.c:
       o fixed offscreen bg rendering bug (style context from the embedded widget should be used)
       o Implemented ACTIVITY_MARGINS
       o include widget margins on selection drawing
    
     * gladeui/glade-cursor.c:
       o made cursor->selector == NULL
       o Only set cursor if the current cursor is diferent
    
     * gladeui/glade-project.h: added GLADE_POINTER_MARGIN_MODE
    
     * gladeui/glade-placeholder.c: fixed function prototypes.

 gladeui/glade-cursor.c        |    9 +-
 gladeui/glade-design-layout.c |  545 +++++++++++++++++++++++++++++++++--------
 gladeui/glade-placeholder.c   |   91 +++----
 gladeui/glade-project.h       |    1 +
 4 files changed, 502 insertions(+), 144 deletions(-)

commit 2d29c14479ad06f19d6c961479fcfcc0577880cd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Oct 6 15:09:10 2011 -0300

    Make n-row and n-column save false.
    Fixes bug #660607 "Warnings when using GtkGrid created in Glade 3.10"

 ChangeLog                     |   37 ++++++++++++++++++++++++-------------
 gladeui/glade-project.c       |    6 +++---
 plugins/gtk+/glade-gtk-grid.c |   34 ++++++++++++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in      |    4 ++--
 4 files changed, 63 insertions(+), 18 deletions(-)

commit d2bcae583c784df9accf919338e011aa04c1ebbb
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Oct 5 17:17:22 2011 -0400

    	* plugins/gtk+/glade-gtk-grid.c: Update placeholders when a grid child's
    	  width or height child properties change.

 ChangeLog                     |    5 +++++
 plugins/gtk+/glade-gtk-grid.c |    9 ++++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

commit 3d08e35b8c2a30d5a739e165f62a4b1fcb072cc5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Oct 4 18:13:36 2011 -0400

    	* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Ensure 'related-action'
    	and 'use-action-appearance' are serialized in the right order.
    
    Conflicts:
    
    	ChangeLog

 ChangeLog                |    5 +++++
 plugins/gtk+/glade-gtk.c |   16 +++++++++++++++-
 plugins/gtk+/gtk+.xml.in |    5 +++--
 3 files changed, 23 insertions(+), 3 deletions(-)

commit aa34559140f4d8fe2a4273ec293794bf33c97fa1
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Oct 4 17:43:01 2011 -0300

    Fixed bug #660874 "glade-previewer fails to open UI files without top windows"
    Fixed bug 660872 "glade-previewer crashes on non-existent files"

 ChangeLog                 |    5 +++--
 gladeui/glade-previewer.c |   45 +++++++++++++--------------------------------
 2 files changed, 16 insertions(+), 34 deletions(-)

commit d5162993bfe7e4cc8c3600a2625ce7242d55f1ab
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Oct 4 16:53:33 2011 -0300

    Fixed bug #660874 "glade-previewer fails to open UI files without top windows"

 ChangeLog                 |    4 ++++
 gladeui/glade-previewer.c |    5 +++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 4d8a2f05400dfb27631f5086b9434b1ca45759bf
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Oct 4 16:48:49 2011 -0300

    Fixed spelling errors

 ChangeLog                   |    4 ++++
 gladeui/glade-base-editor.c |    2 ++
 gladeui/glade-builtins.c    |   21 ++++++++++++++-------
 gladeui/glade-project.c     |   24 ++++++++++++------------
 4 files changed, 32 insertions(+), 19 deletions(-)

commit 3b05a5cc27e2a440cc822b9903beca7750c37513
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Sat Oct 1 17:42:01 2011 +0200

    Updated Esperanto translation

 po/eo.po | 5061 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2555 insertions(+), 2506 deletions(-)

commit 802fd1926a9b81e185c0b4428de71028d61075ba
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 28 17:51:34 2011 -0300

    Revert "Revert "Make GladeProject change gtk target to 3.0 and warn the user if there are""
    
    This reverts commit 5f7a5f2a4e00820fc41442bb28ff864a9a0034ee.

 ChangeLog                   |   16 +++
 gladeui/Makefile.am         |    2 +
 gladeui/glade-object-stub.c |  224 +++++++++++++++++++++++++++++++++
 gladeui/glade-object-stub.h |   57 +++++++++
 gladeui/glade-project.c     |  287 +++++++++++++++++++++++++++++++++----------
 gladeui/glade-utils.c       |   17 +--
 gladeui/glade-widget.c      |   28 ++++-
 gladeui/glade-xml-utils.c   |   11 ++
 gladeui/glade-xml-utils.h   |    1 +
 9 files changed, 566 insertions(+), 77 deletions(-)

commit 568454ae35c66487642845dac79655cc7c80d774
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 28 17:51:20 2011 -0300

    Revert "Updated POTFILES.in after previous revert"
    
    This reverts commit 5274c282da907ee3af472df1162dde61f04a2b39.

 po/POTFILES.in |    1 +
 1 file changed, 1 insertion(+)

commit ae6541d8926fc5e2487fc84862fbfc4f9293c4e3
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Mon Sep 26 14:21:15 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 5935 +++++++++++++++++++++++++++--------------------------
 1 file changed, 2968 insertions(+), 2967 deletions(-)

commit 0d4a2ea5d790549bc2f1f7b74ff64c5a96207b83
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Fri Sep 23 02:26:30 2011 +0900

    Updated Korean translation

 po/ko.po | 6285 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3159 insertions(+), 3126 deletions(-)

commit 17e3cdc38b585ad48ad97d812684bfbcbd1b1239
Author: Fran Dieguez <fran@openhost.es>
Date:   Thu Sep 22 00:18:33 2011 +0200

    Updated Galician translations

 help/Makefile.am |    2 +-
 help/gl/gl.po    |  758 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 759 insertions(+), 1 deletion(-)

commit 5274c282da907ee3af472df1162dde61f04a2b39
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Sep 21 16:48:51 2011 +0200

    Updated POTFILES.in after previous revert

 po/POTFILES.in |    1 -
 1 file changed, 1 deletion(-)

commit 5f7a5f2a4e00820fc41442bb28ff864a9a0034ee
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Sep 21 11:26:24 2011 -0300

    Revert "Make GladeProject change gtk target to 3.0 and warn the user if there are"
    
    This reverts commit 49d6fdb33f95334ee8b741f92476efe24c02ef0b.

 ChangeLog                   |   16 ---
 gladeui/Makefile.am         |    2 -
 gladeui/glade-object-stub.c |  224 ---------------------------------
 gladeui/glade-object-stub.h |   57 ---------
 gladeui/glade-project.c     |  287 ++++++++++---------------------------------
 gladeui/glade-utils.c       |   17 ++-
 gladeui/glade-widget.c      |   28 +----
 gladeui/glade-xml-utils.c   |   11 --
 gladeui/glade-xml-utils.h   |    1 -
 9 files changed, 77 insertions(+), 566 deletions(-)

commit f6a7c6788baaabc7c1d8dc8c96e2aaaf37cab946
Author: Fran Dieguez <fran@openhost.es>
Date:   Tue Sep 20 22:43:12 2011 +0200

    Updated Galician translations

 po/gl.po |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

commit d4380e5d164bcf0917badb9790ce230e1dfba9d5
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Sep 20 20:49:51 2011 +0200

    Updated Spanish translation

 po/es.po |   11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

commit ae25559c974f31fcfa08dbf2672e5f92bdf82abf
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Sep 20 20:24:57 2011 +0200

    Updated Spanish translation

 po/es.po | 6257 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3158 insertions(+), 3099 deletions(-)

commit 09438fab7ecdda29ab174ce529ea37a962960286
Author: Djavan Fagundes <djavanf@gnome.org>
Date:   Tue Sep 20 12:21:18 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |    1 -
 1 file changed, 1 deletion(-)

commit dff9f8fcbdadc73cf0e9be868ed5835b85253c11
Author: Djavan Fagundes <djavanf@gnome.org>
Date:   Tue Sep 20 12:19:44 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 6039 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3049 insertions(+), 2990 deletions(-)

commit f8c78510e6d509d53f39d10c8db772835f7ceccc
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Tue Sep 20 13:25:24 2011 +0200

    Updated Slovenian translation

 po/sl.po | 6003 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3026 insertions(+), 2977 deletions(-)

commit 71360504c064fc23b791ce8d37c444b32b721b77
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Tue Sep 20 10:27:22 2011 +0400

    Updated Russian translation

 po/ru.po | 6011 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3028 insertions(+), 2983 deletions(-)

commit a118da8319dd8ff93f54c5465ba432846021b4e2
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Sep 20 07:48:28 2011 +0200

    Updated Swedish translation

 po/sv.po | 6291 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 3014 insertions(+), 3277 deletions(-)

commit fd21aedadf4ea5825d902e21ba37f0de75c9d8bc
Author: Fran Dieguez <fran@openhost.es>
Date:   Tue Sep 20 01:25:36 2011 +0200

    Updated Galician translations

 po/gl.po | 6252 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3153 insertions(+), 3099 deletions(-)

commit 43d5bf2cc69aebc0300d76f972e44805632a12d7
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Mon Sep 19 22:47:34 2011 +0200

    Updated Polish translation

 po/pl.po |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 32dd2e4dffa44980be64321a3a197cfbcffa140d
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Mon Sep 19 22:44:53 2011 +0200

    Updated Polish translation

 po/pl.po | 6061 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3058 insertions(+), 3003 deletions(-)

commit b2b1b1664fe0db8da23dc9365d7053b9e898bca8
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Mon Sep 19 23:40:40 2011 +0300

    Updated Latvian translation.

 po/lv.po | 6387 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3149 insertions(+), 3238 deletions(-)

commit 486766440569a8a8320efc335808d6c52495d80f
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Mon Sep 19 22:33:46 2011 +0200

    Updated POTFILES.in

 po/POTFILES.in |   61 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

commit 49d6fdb33f95334ee8b741f92476efe24c02ef0b
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Sep 19 17:11:30 2011 -0300

    Make GladeProject change gtk target to 3.0 and warn the user if there are
    any unknown (deprecated) objects, it also replaces them with a stub to make it
    even more noticeable.
    
    Fixes bug 652673 "Project versions are ignored" and 376628 "Deletes unknown widget nodes."

 ChangeLog                   |   16 +++
 gladeui/Makefile.am         |    2 +
 gladeui/glade-object-stub.c |  224 +++++++++++++++++++++++++++++++++
 gladeui/glade-object-stub.h |   57 +++++++++
 gladeui/glade-project.c     |  287 +++++++++++++++++++++++++++++++++----------
 gladeui/glade-utils.c       |   17 +--
 gladeui/glade-widget.c      |   28 ++++-
 gladeui/glade-xml-utils.c   |   11 ++
 gladeui/glade-xml-utils.h   |    1 +
 9 files changed, 566 insertions(+), 77 deletions(-)

commit 4dd25f0b6110e3a6c02e22fb491a1016f80106c9
Author: Ignacio Casal Quinteiro <icq@gnome.org>
Date:   Mon Sep 19 16:57:05 2011 -0300

    Bump pygobject requisite to pygobject 3. Fixes bug #658667.

 ChangeLog                     |    5 +++++
 configure.ac                  |    8 ++++----
 plugins/python/glade-python.c |   38 +++++++++++++++++++++-----------------
 3 files changed, 30 insertions(+), 21 deletions(-)

commit e28dd8508cdca7f0d30d6e0b8b3a24b08db94231
Author: Andrea Zagli <azagli@libero.it>
Date:   Mon Sep 19 21:54:48 2011 +0200

    [l10n] Updated Italian translation

 po/it.po | 1356 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 682 insertions(+), 674 deletions(-)

commit f9cc0a82aa50cbfba9e132c8fcef72ae23b03d70
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Sep 19 19:57:34 2011 +0200

    Updated Basque language

 po/eu.po | 1326 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 669 insertions(+), 657 deletions(-)

commit 559eef2d05c1814c1d7b481733cf686865a6d0f8
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Mon Sep 19 13:23:31 2011 +0200

    Updated Hungarian translation

 po/hu.po | 1125 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 578 insertions(+), 547 deletions(-)

commit 23de64b6a2cbacf8d0de01764c74d68fa911197f
Author: Мирослав Николић <miroslavnikolic@rocketmail.com>
Date:   Mon Sep 19 02:59:32 2011 +0200

    Updated Serbian translation

 po/sr.po       | 1461 ++++++++++++++++++++++++++++----------------------------
 po/sr@latin.po | 1461 ++++++++++++++++++++++++++++----------------------------
 2 files changed, 1472 insertions(+), 1450 deletions(-)

commit 76aff4bb524c05727ed711b17fd1ea5db971d142
Author: Kenneth Nielsen <k.nielsen81@gmail.com>
Date:   Sun Sep 18 17:04:30 2011 +0200

    Updated Danish translation

 po/da.po |  478 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 239 insertions(+), 239 deletions(-)

commit d1d142ef8b79ba32bbea907278072b7cccbbe85a
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Sep 18 16:33:15 2011 +0200

    [l10n] Updated German translation

 po/de.po | 1507 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 708 insertions(+), 799 deletions(-)

commit b0f8292dd25118bd4a9e5a14f613d858deb0681d
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Sep 17 16:39:31 2011 +0200

    [l10n]Updated Catalan translation

 po/ca.po | 1100 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 555 insertions(+), 545 deletions(-)

commit d3485b4abd18e75a82308c1bf238f1698e76bb98
Author: Jiro Matsuzawa <jmatsuzawa@src.gnome.org>
Date:   Sat Sep 17 11:23:12 2011 +0900

    Updated Japanese translation

 po/ja.po | 1514 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 762 insertions(+), 752 deletions(-)

commit b543e7a93a207043ed9df76ef703d541840818f9
Author: dmustieles <daniel.mustieles@gmail.com>
Date:   Wed Sep 14 17:24:49 2011 +0200

    Updated Spanish translation

 po/es.po |  274 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 136 insertions(+), 138 deletions(-)

commit 23d411a9c025e51e5f5873f2b84a8b32709d5629
Author: Yinghua Wang <wantinghard@gmail.com>
Date:   Tue Sep 13 07:36:31 2011 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po | 1451 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 740 insertions(+), 711 deletions(-)

commit 142f823e6da0acb340ada42d780a3e87af5882c4
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Sep 11 11:26:20 2011 +0200

    Updated Spanish translation

 po/es.po |  493 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 246 insertions(+), 247 deletions(-)

commit 5f918d48d7530d0339b651c864d6c1a87028be9d
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sun Sep 11 00:39:20 2011 +0100

    Updated Portuguese translation

 po/pt.po | 1327 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 667 insertions(+), 660 deletions(-)

commit 708efe1de4e3a6c3ad263fd564eb46647e0c08c9
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Fri Sep 9 13:18:39 2011 +0100

    Updated British English translation

 po/en_GB.po | 1097 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 554 insertions(+), 543 deletions(-)

commit de484989ba85077ac90623dd9a202b1cbf77df3e
Author: Andika Triwidada <andika@gmail.com>
Date:   Mon Sep 5 19:38:53 2011 +0700

    Updated Indonesian translation

 po/id.po | 6380 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 2898 insertions(+), 3482 deletions(-)

commit d7e556fc49bd8b7363f58e00e58970af34936437
Author: Alexandre Franke <alexandre.franke@gmail.com>
Date:   Mon Aug 29 18:29:19 2011 +0200

    Update French translation

 po/fr.po | 1083 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 551 insertions(+), 532 deletions(-)

commit 24d63aedc9111156230a75cd5a144b767717d35b
Author: Og B. Maciel <ogmaciel@gnome.org>
Date:   Thu Aug 25 08:37:27 2011 -0400

    Updated Brazilian Portuguese translation.

 po/pt_BR.po | 1100 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 554 insertions(+), 546 deletions(-)

commit 09bfd4b7e8654fb4dfb9e8f941d90fa909c0138e
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Aug 17 15:22:18 2011 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |   78 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 38 insertions(+), 40 deletions(-)

commit 096e569bf22e229a75de1d39b87b79d93d0d5774
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Thu Aug 11 22:01:19 2011 +0200

    Updated Polish translation

 po/pl.po | 1080 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 547 insertions(+), 533 deletions(-)

commit 8ef114b5106dd2a78a3613b6ec85432d34e93f8f
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Thu Aug 11 06:58:41 2011 +0300

    Updated Bulgarian translation

 po/bg.po | 1083 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 549 insertions(+), 534 deletions(-)

commit 48f449ea960ac15d26e5bcf786c25ca41a1e8d5f
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Aug 2 22:59:08 2011 +0200

    Fix parameter reordering in French translation

 po/fr.po |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7f60f2db06c0800b0c5145eb334bd27bae14248a
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sat Jul 30 14:09:08 2011 +0400

    Updated Russian translation

 po/ru.po |  786 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 403 insertions(+), 383 deletions(-)

commit 62a565fe1fe819d59823ddda8508d113ef4997f6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Jul 18 10:10:58 2011 +0200

    Updated Norwegian bokmål translation

 po/nb.po | 1485 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 750 insertions(+), 735 deletions(-)

commit 9fa1ceb21125ec87f389e28570ee8ed736a6a631
Author: Aurimas ÄŒernius <aurisc4@gmail.com>
Date:   Tue Jul 12 14:01:49 2011 +0300

    Updated Lithuanian translation.

 po/lt.po | 6277 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3327 insertions(+), 2950 deletions(-)

commit 7943f0a4f89fb03f9d7d8299aa49a2729ca86cd2
Author: Joan Duran <jodufi@gmail.com>
Date:   Sun Jul 10 01:41:28 2011 +0200

    [l10n]Minor fix to Catalan translation

 po/ca.po |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a5c4df5b64dd4b58c5b8a8b927ad1fc18b63f968
Author: Muhammet Kara <muhammet.k@gmail.com>
Date:   Fri Jul 8 21:08:20 2011 +0300

    [l10n]Updated Turkish translation

 po/tr.po | 7219 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3894 insertions(+), 3325 deletions(-)

commit 424649307ae56531bd98792de002a29f490c03d9
Author: David Aguilera <david.aguilera.moncusi@gmail.com>
Date:   Fri Jul 8 00:15:21 2011 +0200

    [l10n]Added Catalan documentation

 help/Makefile.am |    2 +-
 help/ca/ca.po    |  859 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 860 insertions(+), 1 deletion(-)

commit 6d6891c9667b930ebda4801f37bbc51f84f75320
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Jul 6 16:06:22 2011 -0300

    Ignore GtkWindow:icon property. Fixes bug #654121 "workaround gtk segfault: icon on gtkwindow segfault in offscreen"

 plugins/gtk+/gtk+.xml.in |    1 +
 1 file changed, 1 insertion(+)

commit 62d03ae8d0193cc78a2e3abf0a3d196643064085
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Jul 6 15:42:27 2011 -0300

    Replaced deprecated GtkHBox, GtkVBox, GtkHPaned and GtkVPaned types in
    add parent action with new instantiable types GtkBox and GtkPaned.
    
    Fixed bug #654098 "No way to add GtkBox or GtkPaned from the context menu"

 plugins/gtk+/glade-gtk.c |   34 +++++++++++++++-------------------
 plugins/gtk+/gtk+.xml.in |   23 ++++++++++-------------
 2 files changed, 25 insertions(+), 32 deletions(-)

commit ea3bf4529e56da4885902831fda8ad92bc2dec9b
Author: Daniel Nylander <po@danielnylander.se>
Date:   Fri Jul 1 09:35:48 2011 +0200

    Updated Swedish translation

 po/sv.po | 1481 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 902 insertions(+), 579 deletions(-)

commit c4c6f4408540d0ae251c6c0d776ea4df6a086c71
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Jun 14 15:50:18 2011 -0300

    Fixed C++ compiler errors when including glade.h

 ChangeLog                      |    7 +++++++
 gladeui/glade-project.h        |   10 ++++------
 gladeui/glade-property-class.c |    4 ++--
 gladeui/glade-property-class.h |    2 +-
 4 files changed, 14 insertions(+), 9 deletions(-)

commit 2f6c0f2c18a981b44e135ef5507601c49059091f
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sat Jun 11 23:44:25 2011 +0200

    Added UG translation

 po/ug.po | 1220 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 616 insertions(+), 604 deletions(-)

commit 0dc086a5d821528c5bea08a619a087c9657d2221
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Jun 5 22:50:13 2011 +0200

    Updated Galician translations

 po/gl.po | 1078 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 543 insertions(+), 535 deletions(-)

commit 4935a8ce1231f3a825a40b4c0a8f3f5b0f8caf00
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 29 13:44:44 2011 +0200

    [l10n]Updated Catalan (Valencian) translation

 po/ca@valencia.po | 6391 ++++++++++++++++++++++++++++-------------------------
 1 file changed, 3331 insertions(+), 3060 deletions(-)

commit 6f29cf5b36a2d4c78b5eede986d818efee8a8db3
Author: Kristjan SCHMIDT <kristjan.schmidt@googlemail.com>
Date:   Thu May 26 21:33:21 2011 +0200

    Updated Esperanto translation

 po/eo.po | 5659 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 2645 insertions(+), 3014 deletions(-)

commit 8072c2f7ab531b5e4f338e532217749148e54f91
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun May 22 16:34:13 2011 +0200

    Updated Spanish translation

 po/es.po |  782 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 396 insertions(+), 386 deletions(-)

commit 1e94a0f3bfecc8032ea4979b3e7ccdf1cb5f1d12
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri May 20 16:41:47 2011 -0300

    Fixed "variable set but not used" warnings (-Wunused-but-set-variable)

 ChangeLog                                 |   20 ++++++++++++++++++++
 gladeui/glade-base-editor.c               |    7 ++-----
 gladeui/glade-catalog.c                   |    4 +---
 gladeui/glade-design-layout.c             |    8 --------
 gladeui/glade-editor-property.c           |    2 --
 gladeui/glade-inspector.c                 |    3 +--
 gladeui/glade-named-icon-chooser-dialog.c |   11 +++--------
 gladeui/glade-palette.c                   |    5 -----
 gladeui/glade-placeholder.c               |    5 -----
 gladeui/glade-project.c                   |    2 --
 gladeui/glade-property.c                  |    3 ---
 gladeui/glade-widget.c                    |   15 ++++-----------
 plugins/gtk+/glade-accels.c               |    4 ----
 plugins/gtk+/glade-attributes.c           |    2 --
 plugins/gtk+/glade-gtk.c                  |   19 +++----------------
 plugins/gtk+/glade-model-data.c           |   11 ++---------
 src/glade-window.c                        |    3 +--
 17 files changed, 37 insertions(+), 87 deletions(-)

commit 3d254d1c714f04ae0bb8ac98f4cdca0e29b9d33c
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat May 14 19:53:39 2011 +0200

    Updated Slovenian translation

 po/sl.po |  785 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 398 insertions(+), 387 deletions(-)

commit e25c47b79b53224f5d8411eaf810a399d34c2f14
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Wed May 11 11:58:44 2011 +0200

    Added UG translation

 po/ug.po | 1916 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 996 insertions(+), 920 deletions(-)

commit c8806b8b5d8cbb871a6d1f9f9a9dc6dd293e94b6
Author: Marek Černocký <marek@manet.cz>
Date:   Thu May 5 13:45:25 2011 +0200

    Updated Czech screenshot

 help/cs/figures/main-window.png |  Bin 62529 -> 62301 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

commit 0bd04078f1cc36377102237e72ef5a19a9960cfc
Author: Javier Jardón <jjardon@gnome.org>
Date:   Fri Apr 29 19:31:51 2011 +0100

    gladeui/glade-utils.c: Correctly detect the required devhelp version

 ChangeLog             |    4 ++++
 gladeui/glade-utils.c |    2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit a4418553ffc1e5bc5c8543750e31ee263f983e05
Author: Marek Černocký <marek@manet.cz>
Date:   Fri Apr 29 07:42:23 2011 +0200

    Updated Czech translation

 po/cs.po |  788 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 399 insertions(+), 389 deletions(-)

commit 07b73d564f080e11b1cdae9fa1d3418c1a13031e
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Mon Apr 25 22:40:17 2011 +0200

    Updated Danish translation

 po/da.po | 1221 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 615 insertions(+), 606 deletions(-)

commit 7bcc0221e556e916b906982e0f9a7343aaca8ebe
Author: Xandru Armesto <xandru@softastur.org>
Date:   Mon Apr 25 08:43:04 2011 +0200

    Updated asturian translation

 po/ast.po | 5940 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3027 insertions(+), 2913 deletions(-)

commit 61291444df7cd9aeb5c315bce692f9feab84b8b7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 22 17:30:16 2011 +0900

    	* src/main.c: Fixed loading correct application icon (bug 648487
    	  fix by Stéphane Maniaci).

 ChangeLog  |   33 +++++++++++++++++++--------------
 src/main.c |    2 +-
 2 files changed, 20 insertions(+), 15 deletions(-)

commit 9055746ecea1c12e867f0366083dd33f33592d82
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Apr 21 17:59:59 2011 -0300

    Fixed bug while grabbing resize grip

 ChangeLog                     |    5 +++++
 gladeui/glade-design-layout.c |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

commit 5f56112209ddc261ec8e92b8b6c24f0fda3e20d9
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Apr 21 19:19:04 2011 +0200

    Updated Hungarian translation

 po/hu.po | 1285 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 641 insertions(+), 644 deletions(-)

commit 9b968c72e2ce19a83d89c10b884eeeca700d240a
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Wed Apr 20 12:57:35 2011 +0100

    Updated British English translation

 po/en_GB.po | 1320 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 660 insertions(+), 660 deletions(-)

commit ab1a3aef1d27311d94da90deb447193222428441
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 13 20:32:18 2011 -0300

    Optimized project loading time by not updating progrebars on each object loaded.
    Added bg logo on empty GladeDesignView.
    Migrated code using deprecated GtkStyle to GtkStyleContext

 ChangeLog                     |   22 +++
 gladeui/glade-design-layout.c |   89 +++++----
 gladeui/glade-design-view.c   |  152 +++++++--------
 gladeui/glade-path.h          |  408 +++++++++++++++++++++++++++++++++++++++++
 gladeui/glade-project.c       |   38 ++--
 src/glade-window.c            |   22 ++-
 src/main.c                    |   17 ++
 7 files changed, 606 insertions(+), 142 deletions(-)

commit 4b3035c38c5899ef71f01b12634177025a949976
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 6 12:05:19 2011 -0300

    Revert GtkEntryCompletion support removal
    
    This reverts commit b95c6ad7e2ffe1aa84fa9af94e3beed3ce0c45e6.

 ChangeLog                                 |    7 ++++
 plugins/gtk+/glade-cell-renderer-editor.c |   58 ++++++++++++++---------------
 plugins/gtk+/glade-gtk.c                  |   32 ++++++++--------
 plugins/gtk+/gtk+.xml.in                  |   19 +++++++++-
 4 files changed, 69 insertions(+), 47 deletions(-)

commit 61e1c035c3f69cff8c2b0bb753be54032c3de38e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 6 11:59:05 2011 -0300

    Revert "Remove GtkSwitch and GtkInfoBar support"
    
    This reverts commit 746553e2029e3b646e75682804f874fa048d68ae.

 plugins/gtk+/Makefile.am             |    2 +
 plugins/gtk+/glade-gtk-info-bar.c    |   53 +++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-switch.c      |   71 ++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c             |    2 +-
 plugins/gtk+/gtk+.xml.in             |   40 +++++++++++++++++++
 plugins/gtk+/icons/16x16/Makefile.am |    2 +
 plugins/gtk+/icons/22x22/Makefile.am |    2 +
 7 files changed, 171 insertions(+), 1 deletion(-)

commit 31689f5bb32783fd6a773bdaed9ae5527f0df438
Author: Alexander Shopov <ash@kambanaria.org>
Date:   Mon Apr 11 07:18:57 2011 +0300

    Updated Bulgarian translation

 po/bg.po | 6271 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 2890 insertions(+), 3381 deletions(-)

commit d0ce48434a49c6cb42c46c7b739b3da730ce7910
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu Apr 7 09:49:37 2011 +0200

    Updated Galician translations

 po/gl.po | 1200 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 600 insertions(+), 600 deletions(-)

commit 4046a1557c448738e5ee726628fa823d61b35eef
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Apr 6 17:14:10 2011 +0200

    Added Slovenian translation

 po/sl.po | 6400 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3461 insertions(+), 2939 deletions(-)

commit 8786e8946d314e05f17b1794f930958ae6e8bf86
Author: Gil Forcada <gforcada@gnome.org>
Date:   Tue Apr 5 23:32:36 2011 +0200

    [l10n]Minor update on Catalan translation

 po/ca.po | 1203 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 603 insertions(+), 600 deletions(-)

commit 810a6273b9a3208778f3947d823bbc61d685998c
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Wed Apr 6 00:50:24 2011 +0400

    Updated Russian translation

 po/ru.po | 1232 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 601 insertions(+), 631 deletions(-)

commit 5563a2157fa49e57ff3440631be4abcd04a01553
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Tue Apr 5 22:10:31 2011 +0200

    [l10n] Updated German translation

 po/de.po | 1186 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 594 insertions(+), 592 deletions(-)

commit 1d8b475b40b1394ab6e9b75a5c1c15357282558b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Apr 5 21:19:07 2011 +0200

    Updated Spanish translation

 po/es.po | 1232 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 617 insertions(+), 615 deletions(-)

commit a4744b7946f88b19beaddf6b7c70eed344fa0171
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Tue Apr 5 21:15:35 2011 +0200

    Updated Polish translation

 po/pl.po | 1152 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 571 insertions(+), 581 deletions(-)

commit f17d14dcaeba1c77b17d47e696feec075e340cb9
Author: Krix Apolinário <krixapolinario@gmail.com>
Date:   Tue Apr 5 14:04:50 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 1194 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 600 insertions(+), 594 deletions(-)

commit 2dabab8e409a2c960b941213c90b2470976d11a3
Author: Daniel Nylander <po@danielnylander.se>
Date:   Tue Apr 5 18:27:42 2011 +0200

    Updated Swedish translation

 po/sv.po | 1278 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 638 insertions(+), 640 deletions(-)

commit 92e5c7dcb92672d17252bbf7b33595fe69fd5746
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Apr 5 11:24:35 2011 +0200

    Updated Czech translation

 po/cs.po | 1188 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 596 insertions(+), 592 deletions(-)

commit 52487c50e01517040f5b80ed5e2c7e8bf49f21f8
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Tue Apr 5 09:56:59 2011 +0200

    Updated French translation

 po/fr.po | 1154 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 571 insertions(+), 583 deletions(-)

commit 9c7069557dc70709ae722705e03c12f79806630c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 5 03:17:45 2011 +0900

    	* configure.ac, NEWS: Rolling 3.10.0

 ChangeLog    |    8 ++++++--
 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 34 insertions(+), 4 deletions(-)

commit a20c6f1b6d7e318ac400a81c7ff30a14b2b240f1
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Apr 5 03:12:24 2011 -0300

    Added Changelog entry of internal-child-support branch merge

 ChangeLog |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

commit f0c4240eee0afa1370852c45b99e38cedbdf9923
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 5 02:58:43 2011 +0900

    Fixing distcheck problems...

 gladeui/Makefile.am      |    2 +-
 plugins/gtk+/Makefile.am |    7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

commit e052df2e1464962a1c3873cc80a7a46167257ea4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 5 02:25:01 2011 +0900

    Fixing distcheck problems

 data/icons/Makefile.am |    2 +-
 gladeui/Makefile.am    |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

commit 76a42c1695508052f20835d275d6374b482ae5de
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 5 01:55:51 2011 +0900

    Ammending changelog

 ChangeLog |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed7f268720a966f2de8b2e63ca38a2794aafe33e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 5 01:50:10 2011 +0900

    	* gladeui/glade-widget-adaptor.c, plugins/gtk+/gtk+.xml.in: Declare treeview's internal
    	  selection as 'anarchist'.

 ChangeLog                      |    3 +++
 gladeui/glade-widget-adaptor.c |    2 +-
 plugins/gtk+/gtk+.xml.in       |    2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

commit 9bd0a6375574a43008931f6894d82c1a70aaaa42
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 5 01:29:29 2011 +0900

    Cleanup glade_widget_adaptor_get_children()

 gladeui/glade-widget-adaptor.c |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

commit c447bffe6905f6051e52130bcfe6d510b4f5c90d
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Apr 5 01:22:34 2011 -0300

     * gladeui/glade-widget-adaptor.[ch]:
       o removed GladeGetInternalChildrenFunc, replaced by making GladeGetChildrenFunc
         base implementation return internal children
    
     * plugins/gtk+/glade-gtk.c: glade_gtk_container_get_children()
       chain up to parent implementation

 gladeui/glade-widget-adaptor.c |   28 +++++++---------------------
 gladeui/glade-widget-adaptor.h |   16 +---------------
 plugins/gtk+/glade-gtk.c       |   23 ++++++++++-------------
 3 files changed, 18 insertions(+), 49 deletions(-)

commit 70886f7a3c2618c982a0d2f22c5d4ca422ca3dc1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Apr 5 00:37:24 2011 +0900

    	* plugins/gtk+/glade-gtk.c: Make h/vexpand properties 'needs-sync', fixes GtkDialog's
    	  showing up with expanding action area (due to placeholders needing to expand).

 ChangeLog                |    3 +++
 plugins/gtk+/gtk+.xml.in |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 77ac98ba8fcb04408367a9d5268128ed59152919
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 4 22:42:47 2011 +0900

    Revert my long ago fix to never set packing properties onto GladeWidgets

 ChangeLog              |    5 +++--
 gladeui/glade-widget.c |    3 +--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 46479e6b6c45764cefbdc7190fb71c1e5e3daf4c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 4 21:47:42 2011 +0900

    	* glade-widget.[ch]:
    	  - Make glade_widget_find_child() have a const gchar argument
    	  - Use glade_widget_get_internal_child() instead of glade_widget_get_internal_func().

 ChangeLog              |    4 +++
 gladeui/glade-widget.c |   78 +++++++++++++-----------------------------------
 gladeui/glade-widget.h |    2 +-
 3 files changed, 25 insertions(+), 59 deletions(-)

commit 6c0314d5f744bc19578e75617949cdb23efad877
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 4 21:31:36 2011 -0300

     * gladeui/glade-widget-adaptor.[ch]:
       o added GladeGetInternalChildrenFunc class and base implementation method
       o removed glade_widget_adaptor_get_internal_children() function
       o gwa_internal_children_update_from_node() reworked to work with simplyfied <internal-children> format
         <internal-children>
           <object/>
           <object>
             <object/>
           </object>
         </internal-children>
    
     * plugins/gtk+/glade-gtk.c:
       o fixed glade_gtk_container_get_children() now uses new get_internal_children
       GWA method and purify the list to remove posible duplicates
    
     * plugins/gtk+/gtk+.xml.in:
       o update <internal-children> tag to new format
       o make GtkTreeViewColumn:widget property parentless-widget
    
     * src/glade-window.c: set project in inspector after finishing loading
       (25% improvment in loading time)

 gladeui/glade-widget-adaptor.c |  134 ++++++++++++++++++++--------------------
 gladeui/glade-widget-adaptor.h |   17 ++++-
 plugins/gtk+/glade-gtk.c       |   14 ++++-
 plugins/gtk+/gtk+.xml.in       |   33 ++++------
 src/glade-window.c             |   22 +++++--
 5 files changed, 120 insertions(+), 100 deletions(-)

commit 746553e2029e3b646e75682804f874fa048d68ae
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 4 14:34:18 2011 -0300

    Remove GtkSwitch and GtkInfoBar support

 plugins/gtk+/Makefile.am             |    2 -
 plugins/gtk+/glade-gtk-info-bar.c    |   53 -------------------------
 plugins/gtk+/glade-gtk-switch.c      |   71 ----------------------------------
 plugins/gtk+/glade-gtk.c             |    2 +-
 plugins/gtk+/gtk+.xml.in             |   40 -------------------
 plugins/gtk+/icons/16x16/Makefile.am |    2 -
 plugins/gtk+/icons/22x22/Makefile.am |    2 -
 7 files changed, 1 insertion(+), 171 deletions(-)

commit a419fb66cad43d412cbfac5bb216da763fce82ec
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 4 13:33:03 2011 -0300

    Reverted garbage commited to file by accident

 plugins/gtk+/gtk+.xml.in | 2011 ++++++++++++++++++++++++----------------------
 1 file changed, 1034 insertions(+), 977 deletions(-)

commit ae3e5592871be5649fae1955cbfbc2488e9660bd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Mar 14 18:17:04 2011 -0300

     * gladeui/glade-widget-adaptor.[ch]:
       o Added support for reading internal children declaration in the catalog
       o Added GWA base class get_internal_child implementation using gtk_buildable_get_internal_child()
       o Create internal children as specified in catalog in glade_widget_adaptor_post_create()
         before calling deep_post_create() and post_create() methods
       o new API glade_widget_adaptor_has_internal_children()
         glade_widget_adaptor_get_internal_children()
    
     * gladeui/glade-widget.[ch]:
       o Made GladeWidget::reason property readable
       o Added new API glade_widget_find_child()
    
     * plugins/gtk+/glade-gtk-action-widgets.[ch]:
       o reworked code from GtkDialog support to read and write widget actions special tags
         found in GtkDialog and GtkInfoBar widgets
    
     * plugins/gtk+/glade-gtk-info-bar.c: support code for reading and writing GtkInfoBar special tags
    
     * plugins/gtk+/glade-gtk.c:
       o Removed GtkBox, GtkDialog, GtkComboBox and GtkTreeView unused get_internal_child functions
       o Removed creation of internal children of GtkDialog, GtkColorSelectionDialog,
         GtkFontSelectionDialog, GtkComboBox and GtkTreeView.
       o Implemented GtkDialog action-widgets tag support using common code.
    
     * plugins/gtk+/gtk+.xml.in:
       o Added support for GtkInfoBar widget.
       o Defined internal children of GtkDialog, GtkColorSelectionDialog,
         GtkFontSelectionDialog, GtkComboBox, GtkInfoBar and GtkTreeView.
    
     * gladeui/glade-xml-utils.h: Added GLADE_TAG_INTERNAL_CHILDREN and GLADE_TAG_ANARCHIST tags
    
     * plugins/glade-catalog.dtd: added new syntax to catalog description

 plugins/gtk+/gtk+.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 30137d96fcc0f2c048ddbaf467e430f1703c69e2
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 4 07:40:57 2011 -0300

    Revert "* plugins/gtk+/glade-gtk.c,
     plugins/gtk+/glade-cell-renderer-editor.c,
     plugins/gtk+/gtk+.xml.in:
     Added support to edit cell renderers in GtkEntryCompletion"
    
    This reverts commit edb4857b9b25e7ed5ce1856cdade49238553a3b4.
    
    Conflicts:
    
    	ChangeLog

 plugins/gtk+/gtk+.xml.in |   73 +++++++++++++++++++++++++++-------------------
 1 file changed, 43 insertions(+), 30 deletions(-)

commit 48c70fd55e7d36ef7d679af477d952c2665e3c13
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Mar 28 12:49:08 2011 -0300

     * plugins/gtk+/glade-gtk-activatable.[ch]: code cleanup.
    
     * plugins/gtk+/glade-gtk-switch.c: added suport code for GtkSwitch
    
     * plugins/gtk+/glade-gtk.c:
       o removed GtkActivatable support code.
       o start using GtkActivatable common support code.
    
     * plugins/gtk+/gtk+.xml.in:
       o added GtkSwitch support
       o made GtkAction toplevel

 plugins/gtk+/Makefile.am             |    2 +
 plugins/gtk+/glade-gtk-activatable.c |   92 +++++++++----------------
 plugins/gtk+/glade-gtk-activatable.h |    3 +-
 plugins/gtk+/glade-gtk-switch.c      |   71 +++++++++++++++++++
 plugins/gtk+/glade-gtk.c             |  124 +++-------------------------------
 plugins/gtk+/glade-gtk.h             |    4 +-
 plugins/gtk+/gtk+.xml.in             |   21 +++++-
 plugins/gtk+/icons/16x16/Makefile.am |    1 +
 plugins/gtk+/icons/22x22/Makefile.am |    1 +
 9 files changed, 140 insertions(+), 179 deletions(-)

commit a2bcc5f8f767ad49f7cd9fec87eca2fe2961e4c7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Mar 28 11:25:56 2011 -0300

    plugins/gtk+/glade-gtk.h: moved constant macros to common header
    plugins/gtk+/glade-gtk-activatable.h: added GtkActivatable declaration

 plugins/gtk+/glade-gtk-activatable.h |   43 +++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.h             |   44 ++++++++++++++++++++++++++++++++++
 2 files changed, 87 insertions(+)

commit cb77c7903f359ed8ef613ca754190a81362d1a06
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Mar 28 10:47:24 2011 -0300

    Moved GtkActivatable support code to new file.

 plugins/gtk+/glade-gtk-activatable.c |  121 ++++++++++++++++++++++++++++++++++
 1 file changed, 121 insertions(+)

commit f6e0053fad41f2cf449b2b7a9605edebdf4514f4
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 18 14:12:58 2011 -0300

     * plugins/gtk+/glade-gtk.c: added proper fix for GtkButton stop property.
       Need to update it on post_create when reason is user instead of setting it on "label" set_proeprty()

 plugins/gtk+/glade-gtk.c |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

commit bc2b7577a8a38977173d5aa197110e492d895d34
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Mar 17 17:30:32 2011 -0300

     * glade/gladeui/glade-widget.c:
       o glade_widget_constructor() do not set catalog defaults for internal widgets.
         (Fixes GtkDialog action area orientation)
    
     * plugins/gtk+/glade-gtk.c:
       o Fixed GtkBox virtual property size ()
       o Fixed GtkDialog derived classes placeholders creation.
       o Set GtkButton::stock property from "label" is "use-stok" is true.
         (Fixes bug in internal buttons with stock icons)

 gladeui/glade-widget-adaptor.c |    2 +-
 gladeui/glade-widget.c         |    7 +-
 plugins/gtk+/glade-gtk.c       |  158 ++++++++++++++++++++--------------------
 plugins/gtk+/gtk+.xml.in       |    2 +-
 4 files changed, 87 insertions(+), 82 deletions(-)

commit e0b4eb9ce653913dc22619b79971175b4996b6f5
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Mar 14 18:17:04 2011 -0300

     * gladeui/glade-widget-adaptor.[ch]:
       o Added support for reading internal children declaration in the catalog
       o Added GWA base class get_internal_child implementation using gtk_buildable_get_internal_child()
       o Create internal children as specified in catalog in glade_widget_adaptor_post_create()
         before calling deep_post_create() and post_create() methods
       o new API glade_widget_adaptor_has_internal_children()
         glade_widget_adaptor_get_internal_children()
    
     * gladeui/glade-widget.[ch]:
       o Made GladeWidget::reason property readable
       o Added new API glade_widget_find_child()
    
     * plugins/gtk+/glade-gtk-action-widgets.[ch]:
       o reworked code from GtkDialog support to read and write widget actions special tags
         found in GtkDialog and GtkInfoBar widgets
    
     * plugins/gtk+/glade-gtk-info-bar.c: support code for reading and writing GtkInfoBar special tags
    
     * plugins/gtk+/glade-gtk.c:
       o Removed GtkBox, GtkDialog, GtkComboBox and GtkTreeView unused get_internal_child functions
       o Removed creation of internal children of GtkDialog, GtkColorSelectionDialog,
         GtkFontSelectionDialog, GtkComboBox and GtkTreeView.
       o Implemented GtkDialog action-widgets tag support using common code.
    
     * plugins/gtk+/gtk+.xml.in:
       o Added support for GtkInfoBar widget.
       o Defined internal children of GtkDialog, GtkColorSelectionDialog,
         GtkFontSelectionDialog, GtkComboBox, GtkInfoBar and GtkTreeView.
    
     * gladeui/glade-xml-utils.h: Added GLADE_TAG_INTERNAL_CHILDREN and GLADE_TAG_ANARCHIST tags
    
     * plugins/glade-catalog.dtd: added new syntax to catalog description

 gladeui/glade-widget-adaptor.c          |  234 +++-
 gladeui/glade-widget-adaptor.h          |    3 +
 gladeui/glade-widget.c                  |   49 +-
 gladeui/glade-widget.h                  |    2 +
 gladeui/glade-xml-utils.h               |    2 +
 plugins/gtk+/Makefile.am                |    2 +
 plugins/gtk+/glade-gtk-action-widgets.c |  128 +-
 plugins/gtk+/glade-gtk-action-widgets.h |   46 +
 plugins/gtk+/glade-gtk-info-bar.c       |   53 +
 plugins/gtk+/glade-gtk.c                |  411 +-----
 plugins/gtk+/gtk+.xml.in                | 2121 +++++++++++++++----------------
 11 files changed, 1544 insertions(+), 1507 deletions(-)

commit 0fcf5ccc328ceeddd8c7bc656995f18eb514a77f
Author: Tristan Van Berkom <tvb@gnome.org>
Date:   Mon Mar 14 16:40:00 2011 -0300

    Moved GtkDialog action-widgets tag read/write support into a new file to use
    as a generic implementation for GtkInfoBar too.

 plugins/gtk+/glade-gtk-action-widgets.c |  121 +++++++++++++++++++++++++++++++
 1 file changed, 121 insertions(+)

commit c5eae7a1caa00e78ebda60428797b3346f8162e0
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Tue Apr 5 07:39:05 2011 +0400

    Updated Russian translation

 po/ru.po |  297 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 160 insertions(+), 137 deletions(-)

commit fd9b626d75b577411c0445cbeac3d874a44c0dda
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 4 20:39:29 2011 +0900

    	* doc/gladeui.types: Fixed inclusion of private type in doc generation (bug 645125).

 ChangeLog         |    2 ++
 doc/gladeui.types |    1 -
 2 files changed, 2 insertions(+), 1 deletion(-)

commit 697feb43cdbac7514842b1627810e4ae25318944
Author: Jordi Serratosa <serratosa@gmail.com>
Date:   Mon Apr 4 21:16:39 2011 +0200

    [l10n]Fixes on Catalan translation

 po/ca.po |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

commit 234e3a621c037ad02664a98a010e0c5bf7261619
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 4 15:29:04 2011 +0900

    Reverted changes that make Glade a GtkApplication because GtkApplication
    is not portable.
    
    This reverts commit caf94be4e7f9d7c40cbe28c7eb65a8ca797747cb.
    
    Conflicts:
    
    	src/main.c

 ChangeLog              |    5 --
 data/icons/Makefile.am |    2 +-
 src/glade-window.c     |    5 +-
 src/glade-window.h     |    2 +-
 src/main.c             |  198 +++++++++++++++++-------------------------------
 5 files changed, 72 insertions(+), 140 deletions(-)

commit 640bec207bb30991f5bd66cf4027bb2cec93e14f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 4 15:23:38 2011 +0900

    Ammending ChangeLog

 ChangeLog |    5 +++++
 1 file changed, 5 insertions(+)

commit 2c859f2dca858e29017c6d468142e015e671aaec
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Apr 4 15:12:44 2011 +0900

    	* plugins/gtk+/icons/*: Added remaining icons contributed by Florent Thévenet.

 ChangeLog                                          |    8 ++++++++
 plugins/gtk+/icons/16x16/Makefile.am               |    4 ++++
 plugins/gtk+/icons/16x16/widget-gtk-adjustment.png |  Bin 0 -> 273 bytes
 plugins/gtk+/icons/16x16/widget-gtk-filefilter.png |  Bin 378 -> 381 bytes
 .../gtk+/icons/16x16/widget-gtk-recentaction.png   |  Bin 244 -> 311 bytes
 .../icons/16x16/widget-gtk-recentchoosermenu.png   |  Bin 0 -> 322 bytes
 .../gtk+/icons/16x16/widget-gtk-recentmanager.png  |  Bin 0 -> 418 bytes
 .../gtk+/icons/16x16/widget-gtk-treemodelsort.png  |  Bin 0 -> 250 bytes
 plugins/gtk+/icons/16x16/widget-gtk-uimanager.png  |  Bin 0 -> 392 bytes
 plugins/gtk+/icons/22x22/Makefile.am               |    4 ++++
 plugins/gtk+/icons/22x22/widget-gtk-adjustment.png |  Bin 0 -> 303 bytes
 plugins/gtk+/icons/22x22/widget-gtk-filefilter.png |  Bin 484 -> 464 bytes
 .../gtk+/icons/22x22/widget-gtk-recentaction.png   |  Bin 261 -> 346 bytes
 .../icons/22x22/widget-gtk-recentchoosermenu.png   |  Bin 0 -> 340 bytes
 .../gtk+/icons/22x22/widget-gtk-recentmanager.png  |  Bin 0 -> 417 bytes
 .../gtk+/icons/22x22/widget-gtk-treemodelsort.png  |  Bin 0 -> 268 bytes
 16 files changed, 16 insertions(+)

commit 3a033444f10bc5dbd7baff05a016e17c20d47bd4
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Mon Apr 4 18:39:42 2011 +0200

    Updated Basque language

 po/eu.po | 6285 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 2852 insertions(+), 3433 deletions(-)

commit 5943ccbff466656ab17aa96100229410e506f540
Author: Jiro MATSUZAWA <matsuzawa.jr@gmail.com>
Date:   Mon Apr 4 21:11:20 2011 +0900

    Updated Japanese translation

 po/ja.po | 6127 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3245 insertions(+), 2882 deletions(-)

commit b95c6ad7e2ffe1aa84fa9af94e3beed3ce0c45e6
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 4 07:40:57 2011 -0300

    Revert "* plugins/gtk+/glade-gtk.c,
     plugins/gtk+/glade-cell-renderer-editor.c,
     plugins/gtk+/gtk+.xml.in:
     Added support to edit cell renderers in GtkEntryCompletion"
    
    This reverts commit edb4857b9b25e7ed5ce1856cdade49238553a3b4.
    
    Conflicts:
    
    	ChangeLog

 ChangeLog                                 |    7 ----
 plugins/gtk+/glade-cell-renderer-editor.c |   58 +++++++++++++++--------------
 plugins/gtk+/glade-gtk.c                  |   32 ++++++++--------
 plugins/gtk+/gtk+.xml.in                  |   19 +---------
 4 files changed, 47 insertions(+), 69 deletions(-)

commit 7c763216713d90647ebd57a6466697eff66bd47b
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Mon Apr 4 08:38:11 2011 +0200

    Updated Polish translation

 po/pl.po |  282 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 143 insertions(+), 139 deletions(-)

commit adc2044989e0d9d48c726c156188e905322140d6
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Sat Apr 2 14:32:36 2011 -0400

    doc: don't use gtk+-2.0 for scanning the docs
    
    https://bugzilla.gnome.org/show_bug.cgi?id=646551

 ChangeLog       |    3 +++
 doc/Makefile.am |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 08e99aa4c6e28b6c5e204e98a31f57fe02df5bf9
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Sun Apr 3 20:10:41 2011 +0400

    Updated Russian translation

 po/ru.po |  312 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 154 insertions(+), 158 deletions(-)

commit ee37b8d6ad76a351d736de6b2b0aefe12634a21e
Author: Og B. Maciel <ogmaciel@gnome.org>
Date:   Sun Apr 3 09:51:58 2011 -0400

    Updated Brazilian Portuguese translation.

 po/pt_BR.po |  290 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 143 insertions(+), 147 deletions(-)

commit 27f9ca6bb20e4d7ddcd9f46f7542cafe5f0ee167
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sat Apr 2 22:35:18 2011 +0200

    Updated Danish translation

 po/da.po |  275 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 140 insertions(+), 135 deletions(-)

commit 5709aa2472c987f9353a22712a84f671ec226b81
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Sat Apr 2 19:58:04 2011 +0200

    [l10n] Updated German translation

 po/de.po |  323 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 163 insertions(+), 160 deletions(-)

commit 864b0117fdead5b0d95736c82a5a5b6c549ff1bd
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Apr 2 18:13:04 2011 +0200

    Updated Spanish translation

 po/es.po |  324 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 163 insertions(+), 161 deletions(-)

commit d3ee2c3b08ce65383a4640506012558a6cdf7da0
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Apr 2 17:41:50 2011 +0200

    Updated Czech translation

 po/cs.po |  287 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 146 insertions(+), 141 deletions(-)

commit 9ec722e6b99771aa40e3d94d2b568d6fb68c5462
Author: Bruno Brouard <annoa.b@gmail.com>
Date:   Sat Apr 2 15:51:19 2011 +0200

    Updated French translation

 po/fr.po |  292 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 146 insertions(+), 146 deletions(-)

commit 4c203e7b85be8b53792cc9e5ce55dfc0cfaea168
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sat Apr 2 11:38:16 2011 +0200

    Updated Swedish translation

 po/sv.po |  302 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 153 insertions(+), 149 deletions(-)

commit efa4142b6b5709f518e5e19315cf3d84db71cfa7
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Apr 2 09:15:13 2011 +0200

    [l10n]Updated Catalan translation

 po/ca.po |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

commit a63e644023739df854b41aea30700bb460e3f238
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sat Apr 2 09:14:22 2011 +0200

    [l10n]Updated Catalan translation

 po/ca.po | 7035 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3578 insertions(+), 3457 deletions(-)

commit 80914c6714ec1c456c0808f88d11ab41f9dd5a19
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Sat Apr 2 08:38:24 2011 +0300

    Updated Hebrew translation.

 po/he.po |  351 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 171 insertions(+), 180 deletions(-)

commit caa80c64a66db3f6ab68e50663a69aafc4b5d47f
Author: Fran Dieguez <frandieguez@gnome.org>
Date:   Sat Apr 2 01:22:24 2011 +0200

    Updated Galician translations

 po/gl.po |  282 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 143 insertions(+), 139 deletions(-)

commit 75ef923a3c0e56a3d63c9398a93548b6a60747af
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Apr 2 00:17:36 2011 +0100

    Updated Portuguese translation

 po/pt.po |  293 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 151 insertions(+), 142 deletions(-)

commit edb4857b9b25e7ed5ce1856cdade49238553a3b4
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Apr 1 19:48:39 2011 -0300

    * plugins/gtk+/glade-gtk.c,
      plugins/gtk+/glade-cell-renderer-editor.c,
      plugins/gtk+/gtk+.xml.in:
      Added support to edit cell renderers in GtkEntryCompletion

 ChangeLog                                 |    7 ++++
 plugins/gtk+/glade-cell-renderer-editor.c |   58 ++++++++++++++---------------
 plugins/gtk+/glade-gtk.c                  |   32 ++++++++--------
 plugins/gtk+/gtk+.xml.in                  |   19 +++++++++-
 4 files changed, 69 insertions(+), 47 deletions(-)

commit bfe69565732c3504022e32dd8abc97c4cd8110d5
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Fri Apr 1 22:12:22 2011 +0200

    Updated Hungarian translation

 po/hu.po |   50 +++++++++++++++++++-------------------------------
 1 file changed, 19 insertions(+), 31 deletions(-)

commit 30b075641c6d49e89ed0ac552fefc20c74de6c25
Author: Andrea Zagli <azagli@libero.it>
Date:   Fri Apr 1 16:04:36 2011 +0200

    [l10n] Updated Italian translation

 po/it.po | 6403 ++++++++++++++++++++++++++++----------------------------------
 1 file changed, 2852 insertions(+), 3551 deletions(-)

commit 6846485c0d39f6c7791a78179b0f893c8a3cdd2a
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Mar 31 20:52:11 2011 -0300

    	* gladeui/glade-base-editor.c,
    	  gladeui/glade-cell-renderer-icon.c,
    	  gladeui/glade-clipboard.c,
    	  gladeui/glade-editor.c,
    	  gladeui/glade-inspector.c,
    	  gladeui/glade-palette.c,
    	  gladeui/glade-project.c,
    	  gladeui/glade-property.c,
    	  gladeui/glade-signal.c,
    	  gladeui/glade-widget-action.c,
    	  gladeui/glade-widget.c:
    	    Replaced g_object_notify() with g_object_notify_by_spec()

 ChangeLog                          |   15 +++++
 gladeui/glade-base-editor.c        |   22 ++++---
 gladeui/glade-cell-renderer-icon.c |   37 ++++++------
 gladeui/glade-clipboard.c          |   23 +++++---
 gladeui/glade-editor.c             |   43 ++++++++------
 gladeui/glade-inspector.c          |   25 ++++----
 gladeui/glade-palette.c            |   75 ++++++++++++------------
 gladeui/glade-project.c            |  114 ++++++++++++++++++------------------
 gladeui/glade-property.c           |  111 +++++++++++++++++++----------------
 gladeui/glade-signal.c             |   94 +++++++++++++++--------------
 gladeui/glade-widget-action.c      |   55 ++++++++---------
 gladeui/glade-widget.c             |   99 ++++++++++++++-----------------
 12 files changed, 374 insertions(+), 339 deletions(-)

commit fd2be3bd491010fc9c05fd3fdf07fc03b0c7eeb8
Author: Christian Kirbach <Christian.Kirbach@googlemail.com>
Date:   Thu Mar 31 21:35:52 2011 +0200

    [l10n] Updated German translation

 po/de.po |   90 ++++++++++++++++++++++++++------------------------------------
 1 file changed, 37 insertions(+), 53 deletions(-)

commit 6b85def2e9eb3fb737c3778335ba7d0169447f01
Author: liu zhen <liuzhen1191@gmail.com>
Date:   Thu Mar 31 15:52:11 2011 +0000

    Update Simplified Chinese translation.

 po/zh_CN.po | 2750 +++++++++++++++++++----------------------------------------
 1 file changed, 889 insertions(+), 1861 deletions(-)

commit 914222bfa2d193d1f99d129d183b2c643aaf9730
Author: Rajesh Ranjan <rranjan@redhat.com>
Date:   Thu Mar 31 18:03:37 2011 +0530

    hindi updated

 po/hi.po | 5466 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 file changed, 3475 insertions(+), 1991 deletions(-)

commit e7aacd364200158091a7991014fcb2795a8181e7
Author: Miroslav Nikolić <miroslavnikolic@rocketmail.com>
Date:   Thu Mar 31 00:36:29 2011 +0200

    Updated Serbian translation

 po/sr.po       |   16 ++++++++--------
 po/sr@latin.po |   16 ++++++++--------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit 3849a5928e9d644b7353bec1441a4e6da3a8b945
Author: Miroslav Nikolić <miroslavnikolic@rocketmail.com>
Date:   Thu Mar 31 00:34:25 2011 +0200

    Updated Serbian translation

 po/sr.po       | 6158 +++++++++++++++++++++++++++++---------------------------
 po/sr@latin.po | 6154 ++++++++++++++++++++++++++++---------------------------
 2 files changed, 6466 insertions(+), 5846 deletions(-)

commit 1cd27585e2566d36d22cde691ba9daea44accf47
Author: Djavan Fagundes <djavan@comum.org>
Date:   Wed Mar 30 16:49:30 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |   66 ++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 36 insertions(+), 30 deletions(-)

commit d76fc9ab1283878a166eb2bafbf465e54cf2ee77
Author: Marek Černocký <marek@manet.cz>
Date:   Tue Mar 29 16:48:43 2011 +0200

    Updated Czech translation

 po/cs.po | 6093 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 3208 insertions(+), 2885 deletions(-)

commit f430e25036f1bf53e359b0b97a4bbd1b459ee192
Author: Krix Apolinário <krixapolinario@gmail.com>
Date:   Tue Mar 29 09:56:44 2011 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po | 6836 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 3566 insertions(+), 3270 deletions(-)

commit 70bc0e618f42f6aecf5cbe202ac4bddfe145a537
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Tue Mar 29 10:25:29 2011 +0200

    Updated Danish translation

 po/da.po | 6256 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3270 insertions(+), 2986 deletions(-)

commit 94cc439db2fb2876196ea24715aad288fbfc9b37
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Sun Mar 27 19:37:24 2011 +0200

    Added UG translation

 po/ug.po | 1967 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1001 insertions(+), 966 deletions(-)

commit b5889be342d5d99d37f2a542212548a84ad40a16
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Mar 26 18:40:01 2011 +0100

    Updated Norwegian bokmål translation

 po/nb.po | 1890 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 964 insertions(+), 926 deletions(-)

commit 6b04034c32326a9a43906089519e8114836b3e00
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Sat Mar 26 12:27:29 2011 +0000

    Updated Portuguese translation

 po/pt.po | 6849 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3568 insertions(+), 3281 deletions(-)

commit d7fd0e471e898f895dddc768494897e55cc6ed2f
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Thu Mar 24 20:22:57 2011 -0400

    window: add a primary-toolbar style class to the toolbar

 ChangeLog          |    4 ++++
 src/glade-window.c |    2 ++
 2 files changed, 6 insertions(+)

commit c1a609fd682fcfb18c9c2851ac9d59d962fd956e
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Mar 24 20:04:07 2011 -0400

    Use the correct icon names
    
    Looks like they were missed in the module rename.

 src/glade-window.c |    2 +-
 src/glade.rc.in    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 55fcb368768ef4452e669878487b7b437029824e
Author: William Jon McCann <jmccann@redhat.com>
Date:   Thu Mar 24 19:52:47 2011 -0400

    Update application icon
    
    Including a hi-res resolution variant.
    Designed by Jakub Steiner.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=645602

 configure.ac                                 |    4 +-
 data/icons/hicolor/16x16/apps/glade.png      |  Bin 527 -> 852 bytes
 data/icons/hicolor/22x22/apps/glade.png      |  Bin 1024 -> 1242 bytes
 data/icons/hicolor/24x24/apps/glade.png      |  Bin 1050 -> 1244 bytes
 data/icons/hicolor/256x256/Makefile.am       |    1 +
 data/icons/hicolor/256x256/apps/Makefile.am  |    6 +
 data/icons/hicolor/256x256/apps/Makefile.am~ |    6 +
 data/icons/hicolor/256x256/apps/glade.png    |  Bin 0 -> 35454 bytes
 data/icons/hicolor/32x32/apps/glade.png      |  Bin 1643 -> 1861 bytes
 data/icons/hicolor/48x48/apps/glade.png      |  Bin 2394 -> 3170 bytes
 data/icons/hicolor/Makefile.am               |    4 +-
 data/icons/hicolor/scalable/Makefile.am      |    1 -
 data/icons/hicolor/scalable/apps/Makefile.am |    6 -
 data/icons/hicolor/scalable/apps/glade.svg   |  648 ----
 data/icons/hicolor/source.svg                | 4771 ++++++++++++++++++++++++++
 15 files changed, 4789 insertions(+), 658 deletions(-)

commit a79afe1841b8d9f502180cafea59a109a85d8d96
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Mar 24 21:17:49 2011 +0100

    [l10n] Updated German translation

 po/de.po | 6677 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 3080 insertions(+), 3597 deletions(-)

commit 221812283690baf28ad109be0c57a33c4b415a6b
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Thu Mar 24 00:03:14 2011 +0300

    Updated Russian translation

 po/ru.po | 1304 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 663 insertions(+), 641 deletions(-)

commit 02ad4b2459ff77cbd723621b8ca0c6e71c7b54ec
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Mar 20 11:09:47 2011 +0100

    Updated Swedish translation

 po/sv.po | 2678 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1406 insertions(+), 1272 deletions(-)

commit 95a8bb02080cf365bd2e78f74872df259222bba1
Author: Vasilis Tsivikis <undersec.tr3los@gmail.com>
Date:   Fri Mar 18 21:02:34 2011 +0200

    l10n: Updated Greek translation for glade

 po/el.po | 6405 +++++++++++++++++++++++++++++---------------------------------
 1 file changed, 3003 insertions(+), 3402 deletions(-)

commit faccf40b12c434ab82188d5db0407e73c60bc966
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Thu Mar 17 09:59:31 2011 +0200

    Updated Hebrew translation.

 po/he.po | 6273 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3258 insertions(+), 3015 deletions(-)

commit 3355230f14ebba13ef332a3a3841688f8cc5bfed
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Mar 15 18:08:46 2011 -0300

     * gladeui/glade-design-layout.c: fixed allocation bug.
       It was using height instead of width.

 ChangeLog                     |    5 +++++
 gladeui/glade-design-layout.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 9ec0d59c1e8d3d015e516f63db0db499861d894a
Author: Fran Diéguez <fran@openhost.es>
Date:   Tue Mar 15 15:18:15 2011 +0100

    Updated Galician translations

 po/gl.po | 1732 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 898 insertions(+), 834 deletions(-)

commit 043568ca8d2ced4e2a6981b8e8b6192e2010ec61
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Mar 13 23:23:35 2011 +0900

    Updated Korean translation

 po/ko.po | 2452 ++++++++++++++++++++++----------------------------------------
 1 file changed, 859 insertions(+), 1593 deletions(-)

commit 1cd2750d61cd1687945c2fdb6e2fddcdb4befbdb
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sun Mar 13 10:33:09 2011 +0100

    Updated Hungarian translation

 po/hu.po | 1575 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 814 insertions(+), 761 deletions(-)

commit 18f75e5cd011e9015bd986d280768b6fc745ee12
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Mar 12 20:35:32 2011 +0100

    Updated French translation

 po/fr.po |  371 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 197 insertions(+), 174 deletions(-)

commit 04a7ca0ce51c81e4c8c5d27982723e2df733b4f0
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Mar 12 17:44:53 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 2097 ++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po | 2099 +++++++++++++++++++++++++++++++----------------------------
 2 files changed, 2190 insertions(+), 2006 deletions(-)

commit 1de16cf7f76917b3ebba2b66790e8baaa44bea7b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sat Mar 12 10:01:18 2011 +0100

    Updated Spanish translation

 po/es.po | 1279 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 655 insertions(+), 624 deletions(-)

commit 867430e4f55f347d22214320f367e282f3b94513
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Mar 11 18:30:58 2011 +0900

    	* plugins/gtk+/icons/...: Added/Updated icons for GtkSizeGroup, GtkStatusIcon, Gtk*Filter
    	graphics contributed by Florent Thévenet.

 ChangeLog                                          |    5 +++++
 plugins/gtk+/icons/16x16/Makefile.am               |    2 ++
 plugins/gtk+/icons/16x16/widget-gtk-filefilter.png |  Bin 336 -> 378 bytes
 .../gtk+/icons/16x16/widget-gtk-recentfilter.png   |  Bin 326 -> 372 bytes
 plugins/gtk+/icons/16x16/widget-gtk-sizegroup.png  |  Bin 0 -> 244 bytes
 plugins/gtk+/icons/16x16/widget-gtk-statusicon.png |  Bin 0 -> 298 bytes
 .../icons/16x16/widget-gtk-treemodelfilter.png     |  Bin 268 -> 313 bytes
 plugins/gtk+/icons/22x22/Makefile.am               |    2 ++
 plugins/gtk+/icons/22x22/widget-gtk-filefilter.png |  Bin 332 -> 484 bytes
 .../gtk+/icons/22x22/widget-gtk-recentfilter.png   |  Bin 358 -> 494 bytes
 plugins/gtk+/icons/22x22/widget-gtk-sizegroup.png  |  Bin 0 -> 254 bytes
 plugins/gtk+/icons/22x22/widget-gtk-statusicon.png |  Bin 0 -> 307 bytes
 .../icons/22x22/widget-gtk-treemodelfilter.png     |  Bin 271 -> 409 bytes
 13 files changed, 9 insertions(+)

commit 2ac9be6405f8d932096a722a338e0f9f63fb55af
Author: Bruce Cowan <bruce@bcowan.me.uk>
Date:   Thu Mar 10 17:33:57 2011 +0000

    Updated British English translation

 po/en_GB.po | 6072 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 3179 insertions(+), 2893 deletions(-)

commit 35b9130ff12365176ab07b4888a4bd8f3099a4b8
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Thu Mar 10 12:38:18 2011 +0100

    Updated Polish translation

 po/pl.po |   71 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 48 insertions(+), 23 deletions(-)

commit 2256b0589e2c150e306b2c753efba569aaf68f6a
Author: Andre Klapper <a9016009@gmx.de>
Date:   Thu Mar 10 12:31:49 2011 +0100

    Add missing files to POTFILES.in

 po/POTFILES.in |    2 ++
 1 file changed, 2 insertions(+)

commit 6c788dda9cc7bd0965b483b095b327c9f3041221
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Mar 10 01:23:36 2011 +0900

    Make the cursor also have the deprecated graphic.

 gladeui/glade-widget-adaptor.c |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

commit fe035f65ddc2e54878917515a4fec7a85b8da6de
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Mar 10 01:21:11 2011 +0900

    	* gladeui/glade-widget-adaptor.c: Added logic to re-composite the widget icon
    	  with a deprecation overlay pixbuf if a widget is deprecated.
    
    	* data/icons/Makefile.am, icons: Added deprecation overlay graphics
    	  contributed by Florent Thévenet.

 ChangeLog                       |   16 +++++--
 data/icons/Makefile.am          |    6 ++-
 data/icons/deprecated-16x16.png |  Bin 0 -> 437 bytes
 data/icons/deprecated-22x22.png |  Bin 0 -> 671 bytes
 gladeui/glade-palette.c         |    9 +---
 gladeui/glade-widget-adaptor.c  |  100 +++++++++++++++++++++++++++++++++++++++
 6 files changed, 119 insertions(+), 12 deletions(-)

commit 1146e57e2b12760dd821d875b009866dbae91405
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Mar 9 16:27:18 2011 -0300

    Fixed GtkFileFilter icons. Used alpha values to make them friendly to dark bgs.

 plugins/gtk+/icons/16x16/widget-gtk-filefilter.png |  Bin 338 -> 336 bytes
 plugins/gtk+/icons/22x22/widget-gtk-filefilter.png |  Bin 326 -> 332 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit de650888d33d815d7d14346a60e83af5f1fdafae
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Wed Mar 9 20:13:00 2011 +0100

    Updated Polish translation

 po/pl.po | 5669 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 2780 insertions(+), 2889 deletions(-)

commit 305abaa905cf2ce51af57938365ba48f03add258
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Mar 9 16:01:10 2011 +0900

    	* plugins/gtk+/gtk+.xml.in: Reorganized palette, removed textbuffer/treemodel
    	  groups and dumped all of that into the misc category.

 ChangeLog                |    3 +++
 plugins/gtk+/gtk+.xml.in |   33 ++++++++++++---------------------
 2 files changed, 15 insertions(+), 21 deletions(-)

commit 94256bba0ba842554708b13ee82c4c7003b0bc9f
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Mar 9 15:13:16 2011 -0300

    Added changelog entry

 ChangeLog |    7 +++++++
 1 file changed, 7 insertions(+)

commit afe0a6f9cbc1977aa0df030b9be9dd649a3f8acd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Mar 9 14:38:18 2011 -0300

    * gladeui/glade-project.[ch]
      o Fixed function declaration and indentation
      o Call glade_project_notify_row_has_child() after deleting the object from the model
        otherwise the GladeProject views do not update properly

 gladeui/glade-project.c |  730 ++++++++++++++++++++++++-----------------------
 gladeui/glade-project.h |    4 +-
 2 files changed, 374 insertions(+), 360 deletions(-)

commit 9fb8eb4058e7fddb1408275100d063fb35d04b0a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Mar 9 14:53:17 2011 +0900

    Removed unused files.

 plugins/gtk+/icons/16x16/widget-gtk-appchooser.png |  Bin 302 -> 0 bytes
 plugins/gtk+/icons/22x22/widget-gtk-appchooser.png |  Bin 373 -> 0 bytes
 2 files changed, 0 insertions(+), 0 deletions(-)

commit 95d4a1663cfce088c6d0f25e706867a6499e78b4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Mar 9 14:52:36 2011 +0900

    	* plugins/gtk+/icons/...: Added/Updated icons for GtkOffscreenWindow,
    	  GtkInfoBar, GtkTextBuffer, GtkEntryBuffer, GtkRecentFilter, GtkFileFilter,
    	  GtkTreeModelFilter, GtkAccelGroup, GtkTreeSelection, GtkTreeViewColumn.
    	  Graphics contributed by Florent Thévenet.

 ChangeLog                                          |    7 +++++++
 plugins/gtk+/gtk+.xml.in                           |    1 +
 plugins/gtk+/icons/16x16/Makefile.am               |   11 ++++++++++-
 plugins/gtk+/icons/16x16/widget-gtk-accelgroup.png |  Bin 0 -> 310 bytes
 plugins/gtk+/icons/16x16/widget-gtk-appchooser.png |  Bin 0 -> 302 bytes
 .../gtk+/icons/16x16/widget-gtk-entrybuffer.png    |  Bin 0 -> 177 bytes
 plugins/gtk+/icons/16x16/widget-gtk-filefilter.png |  Bin 0 -> 338 bytes
 plugins/gtk+/icons/16x16/widget-gtk-infobar.png    |  Bin 332 -> 314 bytes
 .../icons/16x16/widget-gtk-offscreenwindow.png     |  Bin 0 -> 223 bytes
 .../gtk+/icons/16x16/widget-gtk-recentfilter.png   |  Bin 0 -> 326 bytes
 plugins/gtk+/icons/16x16/widget-gtk-switch.png     |  Bin 0 -> 293 bytes
 plugins/gtk+/icons/16x16/widget-gtk-textbuffer.png |  Bin 0 -> 157 bytes
 .../icons/16x16/widget-gtk-treemodelfilter.png     |  Bin 0 -> 268 bytes
 .../gtk+/icons/16x16/widget-gtk-treeselection.png  |  Bin 0 -> 208 bytes
 plugins/gtk+/icons/22x22/Makefile.am               |   11 ++++++++++-
 plugins/gtk+/icons/22x22/widget-gtk-accelgroup.png |  Bin 0 -> 307 bytes
 plugins/gtk+/icons/22x22/widget-gtk-appchooser.png |  Bin 0 -> 373 bytes
 .../gtk+/icons/22x22/widget-gtk-entrybuffer.png    |  Bin 0 -> 183 bytes
 plugins/gtk+/icons/22x22/widget-gtk-filefilter.png |  Bin 0 -> 326 bytes
 plugins/gtk+/icons/22x22/widget-gtk-infobar.png    |  Bin 292 -> 403 bytes
 .../icons/22x22/widget-gtk-offscreenwindow.png     |  Bin 0 -> 239 bytes
 .../gtk+/icons/22x22/widget-gtk-recentfilter.png   |  Bin 0 -> 358 bytes
 plugins/gtk+/icons/22x22/widget-gtk-textbuffer.png |  Bin 0 -> 173 bytes
 .../icons/22x22/widget-gtk-treemodelfilter.png     |  Bin 0 -> 271 bytes
 .../gtk+/icons/22x22/widget-gtk-treeselection.png  |  Bin 0 -> 214 bytes
 .../gtk+/icons/22x22/widget-gtk-treeviewcolumn.png |  Bin 0 -> 244 bytes
 26 files changed, 28 insertions(+), 2 deletions(-)

commit 1126dee017c54db6ffe5810a8939f66cf6831606
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Mar 8 20:51:28 2011 +0900

    	* plugins/gtk+/icons/...: Added/Updated icons for GtkTextTag, GtkTextTagTable,
    	  GtkInfoBar, GtkAppChooserWidget, GtkAppChooserButton, GtkCellAreaBox.
    	  Graphics contributed by Florent Thévenet.

 ChangeLog                                          |    4 ++++
 plugins/gtk+/icons/16x16/Makefile.am               |   21 +++++++++++---------
 .../icons/16x16/widget-gtk-appchooserbutton.png    |  Bin 0 -> 289 bytes
 .../icons/16x16/widget-gtk-appchooserwidget.png    |  Bin 0 -> 302 bytes
 .../gtk+/icons/16x16/widget-gtk-cellareabox.png    |  Bin 0 -> 198 bytes
 .../gtk+/icons/16x16/widget-gtk-comboboxtext.png   |  Bin 261 -> 313 bytes
 plugins/gtk+/icons/16x16/widget-gtk-infobar.png    |  Bin 245 -> 332 bytes
 plugins/gtk+/icons/16x16/widget-gtk-texttag.png    |  Bin 301 -> 325 bytes
 .../gtk+/icons/16x16/widget-gtk-texttagtable.png   |  Bin 342 -> 361 bytes
 plugins/gtk+/icons/22x22/Makefile.am               |   21 +++++++++++---------
 .../icons/22x22/widget-gtk-appchooserbutton.png    |  Bin 0 -> 299 bytes
 .../icons/22x22/widget-gtk-appchooserwidget.png    |  Bin 0 -> 373 bytes
 .../gtk+/icons/22x22/widget-gtk-cellareabox.png    |  Bin 0 -> 206 bytes
 .../gtk+/icons/22x22/widget-gtk-comboboxtext.png   |  Bin 308 -> 313 bytes
 plugins/gtk+/icons/22x22/widget-gtk-infobar.png    |  Bin 253 -> 292 bytes
 plugins/gtk+/icons/22x22/widget-gtk-switch.png     |  Bin 0 -> 274 bytes
 plugins/gtk+/icons/22x22/widget-gtk-texttag.png    |  Bin 398 -> 319 bytes
 .../gtk+/icons/22x22/widget-gtk-texttagtable.png   |  Bin 457 -> 387 bytes
 18 files changed, 28 insertions(+), 18 deletions(-)

commit aec85767fca4886396568d8dc62503dd9b10ca04
Author: Claude Paroz <claude@2xlibre.net>
Date:   Tue Mar 8 22:28:27 2011 +0100

    Updated French translation
    
    Contributed by Bruno Brouard and Claude Paroz

 po/fr.po | 5693 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 2807 insertions(+), 2886 deletions(-)

commit 82267d7ea207d573cce8e0fafb0d8f2c7157e023
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Mar 8 16:07:51 2011 +0900

    	* plugins/gtk+/icons/...: Added missing icons for GtkTextTag, GtkTextTagTable,
    	  GtkToolPalette, GtkToolItemGroup, GtkTearoffMenuItem, GtkInfoBar.
    	  Graphics contributed by Florent Thévenet.

 ChangeLog                                          |    4 ++++
 plugins/gtk+/icons/16x16/Makefile.am               |    6 ++++++
 plugins/gtk+/icons/16x16/widget-gtk-infobar.png    |  Bin 0 -> 245 bytes
 .../icons/16x16/widget-gtk-tearoffmenuitem.png     |  Bin 0 -> 188 bytes
 plugins/gtk+/icons/16x16/widget-gtk-texttag.png    |  Bin 0 -> 301 bytes
 .../gtk+/icons/16x16/widget-gtk-texttagtable.png   |  Bin 0 -> 342 bytes
 .../gtk+/icons/16x16/widget-gtk-toolitemgroup.png  |  Bin 0 -> 304 bytes
 .../gtk+/icons/16x16/widget-gtk-toolpalette.png    |  Bin 0 -> 311 bytes
 plugins/gtk+/icons/22x22/Makefile.am               |    6 ++++++
 plugins/gtk+/icons/22x22/widget-gtk-infobar.png    |  Bin 0 -> 253 bytes
 .../icons/22x22/widget-gtk-tearoffmenuitem.png     |  Bin 0 -> 201 bytes
 plugins/gtk+/icons/22x22/widget-gtk-texttag.png    |  Bin 0 -> 398 bytes
 .../gtk+/icons/22x22/widget-gtk-texttagtable.png   |  Bin 0 -> 457 bytes
 .../gtk+/icons/22x22/widget-gtk-toolitemgroup.png  |  Bin 0 -> 389 bytes
 .../gtk+/icons/22x22/widget-gtk-toolpalette.png    |  Bin 0 -> 374 bytes
 15 files changed, 16 insertions(+)

commit 29f24baf741be05b5f27d3e92c50902027b5cae1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Mar 8 15:39:21 2011 +0900

    	* plugins/gtk+/gtk+.xml.in: Added missing xml for new cell renderer properties.

 ChangeLog                |    4 +++
 plugins/gtk+/gtk+.xml.in |   78 +++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 81 insertions(+), 1 deletion(-)

commit 25ce935c1c86c818dd2a5e0bd80aefb2327e813e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Mar 7 17:18:33 2011 +0900

    	* gladeui/glade-*-editor.c: Fixed all GladeEditable implementations to use
    	  the new glade_editable_loading() and glade_editable_loaded_widget() instead
    	  of manually bookkeeping those states in each implementation.

 ChangeLog                                   |    4 +
 plugins/gtk+/glade-activatable-editor.c     |   11 +-
 plugins/gtk+/glade-activatable-editor.h     |    4 -
 plugins/gtk+/glade-button-editor.c          |   86 +++++++--------
 plugins/gtk+/glade-button-editor.h          |    4 -
 plugins/gtk+/glade-cell-renderer-editor.c   |    5 +-
 plugins/gtk+/glade-cell-renderer-editor.h   |    2 -
 plugins/gtk+/glade-entry-editor.c           |  128 ++++++++++------------
 plugins/gtk+/glade-entry-editor.h           |    4 -
 plugins/gtk+/glade-icon-factory-editor.c    |    3 -
 plugins/gtk+/glade-icon-factory-editor.h    |    2 -
 plugins/gtk+/glade-image-editor.c           |   65 +++++-------
 plugins/gtk+/glade-image-editor.h           |    4 -
 plugins/gtk+/glade-image-item-editor.c      |   37 +++----
 plugins/gtk+/glade-image-item-editor.h      |   22 ++--
 plugins/gtk+/glade-label-editor.c           |  152 ++++++++++-----------------
 plugins/gtk+/glade-label-editor.h           |    4 -
 plugins/gtk+/glade-store-editor.c           |    3 -
 plugins/gtk+/glade-store-editor.h           |    2 -
 plugins/gtk+/glade-tool-button-editor.c     |   92 +++++++---------
 plugins/gtk+/glade-tool-button-editor.h     |    4 -
 plugins/gtk+/glade-tool-item-group-editor.c |   34 +++---
 plugins/gtk+/glade-tool-item-group-editor.h |    4 -
 plugins/gtk+/glade-treeview-editor.c        |    7 +-
 plugins/gtk+/glade-treeview-editor.h        |    2 -
 25 files changed, 262 insertions(+), 423 deletions(-)

commit 57fbb453476defd25d80be85b8cab4a570f753f1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Mar 7 16:39:17 2011 +0900

    	 o Added glade_editable_loading().

 ChangeLog                |    4 +++-
 gladeui/glade-editable.c |   12 ++++++++++++
 gladeui/glade-editable.h |    1 +
 3 files changed, 16 insertions(+), 1 deletion(-)

commit 13aa6975dcfe79909147cd31d9fd5cfb806f5106
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Mar 7 16:34:19 2011 +0900

    	* gladeui/glade-cell-renderer-editor.c: Fixed to properly use GladeEditable iface.

 ChangeLog                                 |    2 +
 plugins/gtk+/glade-cell-renderer-editor.c |   87 +++++++----------------------
 plugins/gtk+/glade-cell-renderer-editor.h |    3 -
 3 files changed, 23 insertions(+), 69 deletions(-)

commit 0a3d0062810d1ab14f6d17052b137623b5041dc0
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Mar 7 16:29:22 2011 +0900

    	* gladeui/glade-editor-property.c: Fixed glade_editor_property_commit() to
    	  use glade_editor_property_load() instead of the vfunc directly.

 ChangeLog                       |    3 +++
 gladeui/glade-editor-property.c |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit ee44fe8eb9887dc339def52b2fba732a0caa5260
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Mar 7 16:00:58 2011 +0900

    	* gladeui/glade-editable.[ch]: Added glade_editable_loaded_widget().

 ChangeLog                |    4 ++++
 gladeui/glade-editable.c |    5 +++++
 gladeui/glade-editable.h |   15 ++++++++-------
 3 files changed, 17 insertions(+), 7 deletions(-)

commit 6e074589f429d14c36a96936d9869450bc0a40fa
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Mar 7 15:59:48 2011 +0900

    Fixed assertions for selected objects assumed to be widgets in GladeDesignLayout.

 gladeui/glade-design-layout.c |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

commit 25c1aec1be99fc0bccb33b194bff723d346be53e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Mar 7 19:18:01 2011 +0100

    Updated Spanish translation

 po/es.po |  364 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 188 insertions(+), 176 deletions(-)

commit ce231756a8e2ee0410f89383f29771263e6f5978
Author: Yuri Myasoedov <omerta13@yandex.ru>
Date:   Mon Mar 7 17:32:09 2011 +0300

    Updated Russian translation

 po/ru.po | 2393 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1220 insertions(+), 1173 deletions(-)

commit a50330d59ae91ba2f734680941a43623006c0efa
Author: Christopher Aillon <caillon@redhat.com>
Date:   Sun Mar 6 14:55:09 2011 -0800

    Rename icon files 'glade-3' -> 'glade'
    
    GNOME Bug 644041

 ChangeLog                                    |    7 +
 data/icons/hicolor/16x16/apps/Makefile.am    |    4 +-
 data/icons/hicolor/16x16/apps/glade-3.png    |  Bin 527 -> 0 bytes
 data/icons/hicolor/16x16/apps/glade-3.xcf    |  Bin 2320 -> 0 bytes
 data/icons/hicolor/16x16/apps/glade.png      |  Bin 0 -> 527 bytes
 data/icons/hicolor/16x16/apps/glade.xcf      |  Bin 0 -> 2320 bytes
 data/icons/hicolor/22x22/apps/Makefile.am    |    4 +-
 data/icons/hicolor/22x22/apps/glade-3.png    |  Bin 1024 -> 0 bytes
 data/icons/hicolor/22x22/apps/glade-3.xcf    |  Bin 3348 -> 0 bytes
 data/icons/hicolor/22x22/apps/glade.png      |  Bin 0 -> 1024 bytes
 data/icons/hicolor/22x22/apps/glade.xcf      |  Bin 0 -> 3348 bytes
 data/icons/hicolor/24x24/apps/Makefile.am    |    2 +-
 data/icons/hicolor/24x24/apps/glade-3.png    |  Bin 1050 -> 0 bytes
 data/icons/hicolor/24x24/apps/glade.png      |  Bin 0 -> 1050 bytes
 data/icons/hicolor/32x32/apps/Makefile.am    |    4 +-
 data/icons/hicolor/32x32/apps/glade-3.png    |  Bin 1643 -> 0 bytes
 data/icons/hicolor/32x32/apps/glade-3.svg    |  771 --------------------------
 data/icons/hicolor/32x32/apps/glade.png      |  Bin 0 -> 1643 bytes
 data/icons/hicolor/32x32/apps/glade.svg      |  771 ++++++++++++++++++++++++++
 data/icons/hicolor/48x48/apps/Makefile.am    |    2 +-
 data/icons/hicolor/48x48/apps/glade-3.png    |  Bin 2394 -> 0 bytes
 data/icons/hicolor/48x48/apps/glade.png      |  Bin 0 -> 2394 bytes
 data/icons/hicolor/scalable/apps/Makefile.am |    2 +-
 data/icons/hicolor/scalable/apps/glade-3.svg |  648 ----------------------
 data/icons/hicolor/scalable/apps/glade.svg   |  648 ++++++++++++++++++++++
 25 files changed, 1435 insertions(+), 1428 deletions(-)

commit a4ed22853ec28a523ac4a4fafa16dbc89b650b9c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 6 20:48:57 2011 +0900

    	* plugins/gtk+/glade-gtk-grid.c: Fixed Drag/Resize algo to use ints instead
    	  of uints (since grid packing properties are ints).
    
    	* plugins/gtk+/gtk+.xml.in: Fixed unserialized GtkGrid packing property
    	  values (bug 643668).

 ChangeLog                     |    6 ++++++
 plugins/gtk+/glade-gtk-grid.c |   26 +++++++++++++-------------
 plugins/gtk+/gtk+.xml.in      |   14 ++++----------
 3 files changed, 23 insertions(+), 23 deletions(-)

commit aa3188b606ad85d27009f1c0b371d7689ed9ed91
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 6 17:47:15 2011 +0900

    	* plugins/gtk+/glade-gtk.c: Fixed dialog warnings to be better translatable
    	  (fixing bug 640937).

 ChangeLog                |    3 +++
 plugins/gtk+/glade-gtk.c |   32 +++++++++++++++++---------------
 2 files changed, 20 insertions(+), 15 deletions(-)

commit 8d50508b569f284cf3bb616da8b93b1927918294
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 6 17:36:44 2011 +0900

    	* gladeui/glade-editor-property.c: Added a description tooltip about the "Context"
    	  parameter of translatable strings, fixing i18n bug 609872.

 ChangeLog                       |    3 +++
 gladeui/glade-editor-property.c |    4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 96f843632e14ac75c6efbce288d2c5f5582bc96f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 6 17:28:38 2011 +0900

    	* gladeui/glade-builtins.c: Changed displayable values for extra stock icons
    	  to say "Drag and Drop" instead of "DnD", fixing translator bug 561042.

 ChangeLog                |    3 +++
 gladeui/glade-builtins.c |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit eb6de2a333d75ab1a075013615427bc4022a5c54
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 6 16:26:57 2011 +0900

    	* plugins/gtk+/icons/*:
    	  - Cleaned out old deprecated icons
    	  - Added new GtkAppChooserDialog, GtkCellRendererSpinner and GtkComboBoxText icons
    	    contributed by Florent Thévenet.

 ChangeLog                                          |    5 +++++
 plugins/gtk+/icons/16x16/Makefile.am               |   21 +++++---------------
 .../icons/16x16/widget-gtk-appchooserdialog.png    |  Bin 0 -> 316 bytes
 .../icons/16x16/widget-gtk-cellrendererspinner.png |  Bin 0 -> 407 bytes
 plugins/gtk+/icons/16x16/widget-gtk-clist.png      |  Bin 148 -> 0 bytes
 plugins/gtk+/icons/16x16/widget-gtk-combo.png      |  Bin 157 -> 0 bytes
 .../gtk+/icons/16x16/widget-gtk-comboboxentry.png  |  Bin 153 -> 0 bytes
 .../gtk+/icons/16x16/widget-gtk-comboboxtext.png   |  Bin 0 -> 261 bytes
 plugins/gtk+/icons/16x16/widget-gtk-curve.png      |  Bin 222 -> 0 bytes
 .../gtk+/icons/16x16/widget-gtk-fileselection.png  |  Bin 227 -> 0 bytes
 plugins/gtk+/icons/16x16/widget-gtk-gammacurve.png |  Bin 222 -> 0 bytes
 plugins/gtk+/icons/16x16/widget-gtk-hruler.png     |  Bin 127 -> 0 bytes
 plugins/gtk+/icons/16x16/widget-gtk-list.png       |  Bin 126 -> 0 bytes
 plugins/gtk+/icons/16x16/widget-gtk-listitem.png   |  Bin 94 -> 0 bytes
 plugins/gtk+/icons/16x16/widget-gtk-optionmenu.png |  Bin 153 -> 0 bytes
 plugins/gtk+/icons/16x16/widget-gtk-ruler.png      |  Bin 127 -> 0 bytes
 plugins/gtk+/icons/16x16/widget-gtk-vruler.png     |  Bin 150 -> 0 bytes
 plugins/gtk+/icons/22x22/Makefile.am               |   16 +++------------
 .../icons/22x22/widget-gtk-appchooserdialog.png    |  Bin 0 -> 434 bytes
 .../icons/22x22/widget-gtk-cellrendererspinner.png |  Bin 0 -> 575 bytes
 plugins/gtk+/icons/22x22/widget-gtk-clist.png      |  Bin 158 -> 0 bytes
 plugins/gtk+/icons/22x22/widget-gtk-combo.png      |  Bin 164 -> 0 bytes
 .../gtk+/icons/22x22/widget-gtk-comboboxentry.png  |  Bin 170 -> 0 bytes
 .../gtk+/icons/22x22/widget-gtk-comboboxtext.png   |  Bin 0 -> 308 bytes
 plugins/gtk+/icons/22x22/widget-gtk-curve.png      |  Bin 235 -> 0 bytes
 .../gtk+/icons/22x22/widget-gtk-fileselection.png  |  Bin 265 -> 0 bytes
 plugins/gtk+/icons/22x22/widget-gtk-gammacurve.png |  Bin 235 -> 0 bytes
 plugins/gtk+/icons/22x22/widget-gtk-hruler.png     |  Bin 138 -> 0 bytes
 plugins/gtk+/icons/22x22/widget-gtk-list.png       |  Bin 135 -> 0 bytes
 plugins/gtk+/icons/22x22/widget-gtk-listitem.png   |  Bin 95 -> 0 bytes
 plugins/gtk+/icons/22x22/widget-gtk-optionmenu.png |  Bin 171 -> 0 bytes
 plugins/gtk+/icons/22x22/widget-gtk-ruler.png      |  Bin 138 -> 0 bytes
 plugins/gtk+/icons/22x22/widget-gtk-vruler.png     |  Bin 158 -> 0 bytes
 33 files changed, 13 insertions(+), 29 deletions(-)

commit c84af8733c49b3dec3ffcc39908cd7f0b29f572e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Mar 6 16:12:22 2011 +0900

    	* plugins/gtk+/gtk+.xml.in, plugins/gtk+/glade-gtk.c: Added add-verify-function
    	  to allow treeview columns to be added to treeviews again.

 ChangeLog                |   21 +++++++++++++--------
 plugins/gtk+/glade-gtk.c |   26 ++++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in |    1 +
 3 files changed, 40 insertions(+), 8 deletions(-)

commit 3e2a2e45177391a08e6b3a7357fbe0162ca11605
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Sat Mar 5 01:42:01 2011 +0100

    Updated Hungarian translation

 po/hu.po | 5644 ++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 2756 insertions(+), 2888 deletions(-)

commit 410a9f32f7ce89b1011247034e524850f370e8d3
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Fri Mar 4 20:52:41 2011 -0300

    Add ChangeLog entry

 ChangeLog |   18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

commit ed87745317b3cb998c68e06d0f7f9f876b1869bd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Mar 3 01:03:47 2011 -0300

    Fixed warning moving glade.h include after pythons.

 plugins/python/glade-python.c |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

commit 69f0d525632625d15756d7e814a4bafd3c23bb7a
Author: Craig Keogh <cskeogh@adam.com.au>
Date:   Wed Mar 2 19:49:19 2011 -0300

    Migrate from PyGTK to PyGObject introspection-based bindings

 configure.ac                  |   25 +++++++++++++++----------
 doc/gladepython.sgml          |   16 +++++++---------
 plugins/python/Makefile.am    |   16 ++++++++--------
 plugins/python/glade-python.c |   31 ++++++++++++++++++++-----------
 4 files changed, 50 insertions(+), 38 deletions(-)

commit 2161845d6a62bfb19182accef23f4850054ce577
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Mar 2 19:44:19 2011 -0300

    * gladeui/glade-design-layout.c:
      o removed double click toplevel maximize feature
      o replaced GDK_FLEUR cursor with GDK_BOTTOM_RIGHT_CORNER for resize action
    
     * gladeui/glade-design-view.c: make layout_box GTK_ALIGN_START to fix toplevel alignment

 gladeui/glade-design-layout.c |   60 +----------------------------------------
 gladeui/glade-design-view.c   |    1 +
 2 files changed, 2 insertions(+), 59 deletions(-)

commit 10d53d88a6c95a7e3575187526dc706a10936359
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Wed Mar 2 20:40:29 2011 +0100

    Updated Spanish translation

 po/es.po | 1020 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 518 insertions(+), 502 deletions(-)

commit c338052a9df5d573c2d1f19037dbaa160ae02e40
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Mar 1 19:58:00 2011 +0900

    Bumped required GTK+ version.

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 773ed96a24205d4fea35bf5e6727bf90e63f97b2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Mar 1 19:48:28 2011 +0900

    	* plugins/gtk+/gtk+.xml.in: Added support for GtkAppChooser classes

 ChangeLog                |    2 ++
 plugins/gtk+/gtk+.xml.in |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

commit 89ff5e2c12bba193fc09cac7accbcac1b4c3f83e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Mar 1 19:45:41 2011 +0900

    	* gladeui/glade-previewer.c: Initialize core library so that plugin types can be previewed.

 ChangeLog                 |    4 ++++
 gladeui/glade-previewer.c |    3 +++
 2 files changed, 7 insertions(+)

commit cbb9102c28a795d4650e4be72fc7ca9758394404
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Mar 1 21:21:23 2011 +0100

    Updated Spanish translation

 po/es.po |  349 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 176 insertions(+), 173 deletions(-)

commit a7c53b578e7f9bccfcceb0b5ad47c2f4c7e3db8d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Mar 1 14:24:31 2011 +0900

    	* gladeui/glade-property-class.c: When a property is disabled, mark it explicitly
    	  as query=FALSE (avoid the query dialog).

 ChangeLog                      |    5 +++++
 gladeui/glade-property-class.c |    1 +
 2 files changed, 6 insertions(+)

commit 3be0a5930503f0a6c21aef1d6a718b017e936a93
Author: ben <benbenhappy2008@gmail.com>
Date:   Tue Mar 1 11:37:35 2011 +0000

    Update simplified Chinese translation.

 po/zh_CN.po | 5995 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 3161 insertions(+), 2834 deletions(-)

commit 3419beba3b4d382fdda3e83f08cbebec177271a9
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Feb 28 20:13:12 2011 +0900

    	* gladeui/glade-previewer.c:
    	Glade previewer main window is now free from uncontrolled pop-up windows.

 ChangeLog                 |    5 ++
 gladeui/glade-previewer.c |  161 +++++++++++++--------------------------------
 2 files changed, 51 insertions(+), 115 deletions(-)

commit 6f3725a2d4a1edb88b1e93a82f067cef1708169a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Feb 28 18:27:47 2011 +0900

    	* plugins/gtk+/icons/..: Added GtkSpinner icon contributed by Dolean Samuel.

 ChangeLog                                       |    2 ++
 plugins/gtk+/icons/16x16/Makefile.am            |    1 +
 plugins/gtk+/icons/16x16/widget-gtk-spinner.png |  Bin 0 -> 917 bytes
 plugins/gtk+/icons/22x22/Makefile.am            |    1 +
 plugins/gtk+/icons/22x22/widget-gtk-spinner.png |  Bin 0 -> 1295 bytes
 5 files changed, 4 insertions(+)

commit 85759816401761ec7756bcd8ae70a83b6279f4b6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Feb 28 18:14:11 2011 +0900

    	* plugins/gtk+/gtk+.xml.in, plugins/gtk+/icons/...: Removed all GtkH/V orientable
    	subclasses from the palette... reuse icons for base class widgets that are still in the palette.

 ChangeLog                                         |    5 +++
 plugins/gtk+/gtk+.xml.in                          |   36 +++++++++++++--------
 plugins/gtk+/icons/16x16/Makefile.am              |    7 ++++
 plugins/gtk+/icons/16x16/widget-gtk-box.png       |  Bin 0 -> 137 bytes
 plugins/gtk+/icons/16x16/widget-gtk-buttonbox.png |  Bin 0 -> 128 bytes
 plugins/gtk+/icons/16x16/widget-gtk-grid.png      |  Bin 0 -> 112 bytes
 plugins/gtk+/icons/16x16/widget-gtk-paned.png     |  Bin 0 -> 107 bytes
 plugins/gtk+/icons/16x16/widget-gtk-scale.png     |  Bin 0 -> 177 bytes
 plugins/gtk+/icons/16x16/widget-gtk-scrollbar.png |  Bin 0 -> 260 bytes
 plugins/gtk+/icons/16x16/widget-gtk-separator.png |  Bin 0 -> 99 bytes
 plugins/gtk+/icons/22x22/Makefile.am              |    7 ++++
 plugins/gtk+/icons/22x22/widget-gtk-box.png       |  Bin 0 -> 142 bytes
 plugins/gtk+/icons/22x22/widget-gtk-buttonbox.png |  Bin 0 -> 136 bytes
 plugins/gtk+/icons/22x22/widget-gtk-grid.png      |  Bin 0 -> 120 bytes
 plugins/gtk+/icons/22x22/widget-gtk-paned.png     |  Bin 0 -> 118 bytes
 plugins/gtk+/icons/22x22/widget-gtk-scale.png     |  Bin 0 -> 164 bytes
 plugins/gtk+/icons/22x22/widget-gtk-scrollbar.png |  Bin 0 -> 344 bytes
 plugins/gtk+/icons/22x22/widget-gtk-separator.png |  Bin 0 -> 107 bytes
 18 files changed, 42 insertions(+), 13 deletions(-)

commit d124a30a68b229738bdeb3df486378dc3471b434
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon Feb 28 17:41:38 2011 +0900

    Fixed compiler warning.

 gladeui/glade-widget.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6c49d3a5f648d6ebc0a7cd62817af2d9a5f10906
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri Feb 25 20:34:23 2011 +0100

    Updated Spanish translation

 po/es.po | 1028 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 517 insertions(+), 511 deletions(-)

commit 54e14cd62697be51c2384b30b1ba351291c55275
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Feb 25 15:30:35 2011 +0900

    	* gladeui/glade-widget.c: Fixed loading of notebook pages with construct-properties
    	  (bug 641590, patch by Craig Keogh).

 ChangeLog              |    5 +++++
 gladeui/glade-widget.c |    5 +++++
 2 files changed, 10 insertions(+)

commit e7ce283fb809527385e8d833ab5470f7c63f2820
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Feb 24 15:56:54 2011 +0900

    	* plugins/gtk+/Makefile.am, plugins/gtk+/glade-gtk-grid.c, plugins/gtk+/gtk+.xml.in:
    	  Added support for GtkGrid.

 ChangeLog                     |    3 +
 plugins/gtk+/Makefile.am      |    1 +
 plugins/gtk+/glade-gtk-grid.c |  983 +++++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in      |   56 +++
 4 files changed, 1043 insertions(+)

commit 00e676f1d3a0a8a3c1e3100d72a7b527c3c1bebd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Feb 24 15:55:36 2011 +0900

    	* gladeui/glade-placeholder.c: Make placeholders expand by default.

 ChangeLog                   |    2 ++
 gladeui/glade-placeholder.c |    2 ++
 2 files changed, 4 insertions(+)

commit 186816fd26655e05e9e7feff08002358456c7188
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Feb 24 15:54:57 2011 +0900

    	* gladeui/glade-editor.c: Optimize window resizing by hiding inner notebook pages
    	  when those pages are not shown

 ChangeLog              |    5 +++++
 gladeui/glade-editor.c |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

commit a2eb0102b0a05ad5809a045c11e2df4f1077070d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Feb 17 20:46:56 2011 +0900

    	* plugins/gtk+/glade-gtk.c, plugins/gtk+/glade-gtk-table.c, plugins/gtk+/Makefile.am:
    	  Split out GtkTable adaptor into glade-gtk-table.c

 ChangeLog                      |    7 +-
 gladeui/Makefile.am            |    2 +-
 gladeui/glade.h                |    1 +
 plugins/gtk+/Makefile.am       |   58 ++-
 plugins/gtk+/glade-fixed.h     |    5 +-
 plugins/gtk+/glade-gtk-table.c | 1092 ++++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c       | 1060 --------------------------------------
 plugins/gtk+/glade-gtk.h       |   13 -
 8 files changed, 1148 insertions(+), 1090 deletions(-)

commit 5d056d716d4fd0e110be25fec2e939ef8fa3837d
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sun Feb 20 15:20:32 2011 +0100

    Updated Spanish translation

 po/es.po |  380 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 187 insertions(+), 193 deletions(-)

commit e18a18a9aa9d7bd8fe14f6c4c833d2eadde1e949
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Feb 13 06:29:42 2011 +0900

    Update Korean translation

 po/ko.po | 6985 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 3633 insertions(+), 3352 deletions(-)

commit 939367a187777d31bf0fae4916be09406e0bc418
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Feb 12 13:43:03 2011 +0100

    Add missing file

 po/POTFILES.in |    1 +
 1 file changed, 1 insertion(+)

commit 0f5107468095adbeeba4e2aed9ba5cfc5505a364
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sat Feb 12 13:41:19 2011 +0100

    Updated Norwegian bokmål translation.

 po/nb.po | 1265 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 641 insertions(+), 624 deletions(-)

commit e038469ab6d2e2c7eda1d304850bd6b2d0286b10
Author: Abduxukur Abdurixit <abdurixit@gmail.com>
Date:   Fri Feb 11 19:03:04 2011 +0100

    Added UG translation

 po/ug.po | 5978 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 3012 insertions(+), 2966 deletions(-)

commit 6c6f14fe8fcc7ab8cfd9df4dcf847b1be7be2be9
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Feb 10 04:07:54 2011 +0900

    Adding missing files from Marco's patch.

 gladeui/glade-preview-tokens.h |   11 ++
 gladeui/glade-preview.c        |  342 ++++++++++++++++++++++++++++++++++++++++
 gladeui/glade-preview.h        |   62 ++++++++
 3 files changed, 415 insertions(+)

commit 9de9e61b8aa9f5b6e121bb5f866925c0d7400534
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Feb 9 16:17:32 2011 +0900

    2010-01-29 Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
    
    	* gladeui/Makefile.am:
    	  Added new files needed for object separation and updated protocol for the preview feature.
    
    	* gladeui/glade-preview-tokens.h:
    	  Stores commom code between glade-preview and glade-previewer.
    
    	* gladeui/glade-preview-tokens.h:
    	  Updated protocol. Updated license to LGPL.
    
    	* gladeui/glade-project.c, gladeui/glade-preview.[ch]:
    	  Object separation for Glade_preview. Updated license of gladeui/glade-preview.[ch] to LGPL.
    	  Updated protocol for glade-previewer.

 ChangeLog                 |   15 +++
 gladeui/Makefile.am       |    8 +-
 gladeui/glade-previewer.c |  157 ++++++++++++++++++++++++++--
 gladeui/glade-project.c   |  251 +++++++++++++++------------------------------
 4 files changed, 253 insertions(+), 178 deletions(-)

commit c028fefad60ae2084f8819c81f1ed11494e7e03e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed Feb 9 15:35:24 2011 +0900

    Removed tab from ChangeLog

 ChangeLog |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 6f157a9a26f607a687ca29bc01ee268796ba795d
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Feb 8 17:00:41 2011 -0300

    * gladeui/glade-design-layout.c:
      o Fixed bug #641487 "Selection drawn at incorrect positions"
      o fixed double click layout maximization
      o use gtk_widget_get_preferred_size() in get_preferred_width/height() fixes
        allocation bug related to bug #641487
      o removed unused function on_child_size_allocate()
      o start using GDK_FLEUR as resize grip cursor

 ChangeLog                     |   10 +++
 gladeui/glade-design-layout.c |  191 ++++++++++++++++++++---------------------
 2 files changed, 102 insertions(+), 99 deletions(-)

commit dcdec3c6b81f78aa865b90dbecb625cf69de2798
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Feb 6 21:57:07 2011 +0900

    Adding missing glade-gtk-marshallers.list file.

 plugins/gtk+/glade-gtk-marshallers.list |   24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

commit 4ed53c641cd95739ffbdd593215b63ca7e6abf8d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Feb 6 17:00:34 2011 +0900

    Aligned a function prototype.

 gladeui/glade-displayable-values.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4469c9a52430e571c9cf281a7cbe88348cbed108
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon Feb 7 19:42:13 2011 +0100

    Updated Spanish translation

 po/es.po | 1118 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 578 insertions(+), 540 deletions(-)

commit ff3bbb2bb3fc4eb3b402a42e4c35743ee9ea5690
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Sun Feb 6 00:41:14 2011 +0100

    Updated Galician translations

 po/gl.po | 1100 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 566 insertions(+), 534 deletions(-)

commit 015bbf1a1f7abc28b6d25dc6357c2049d99193ea
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Feb 5 18:24:30 2011 +0900

    	* gladeui/Makefile.am, gladeui/glade-accumulators.[ch], gladeui/glade-app.c,
    	gladeui/glade-base-editor.c, gladeui/glade-cell-renderer-icon.c,
    	gladeui/glade-editor-property.c, gladeui/glade-project.c, gladeui/glade-property.c,
            gladeui/glade-widget.c, plugins/gtk+/Makefile.am, plugins/gtk+/glade-fixed.c
    	Made glade-marshallers.[ch] and glade-accumulators.[ch] private to libgladeui-2.

 ChangeLog                          |    6 ++++++
 gladeui/Makefile.am                |   12 +++++------
 gladeui/glade-accumulators.c       |   34 +++++++++++++++---------------
 gladeui/glade-accumulators.h       |   40 ++++++++++++++++++------------------
 gladeui/glade-app.c                |    4 ++--
 gladeui/glade-base-editor.c        |   22 ++++++++++----------
 gladeui/glade-cell-renderer-icon.c |    2 +-
 gladeui/glade-editor-property.c    |    2 +-
 gladeui/glade-project.c            |    6 +++---
 gladeui/glade-property.c           |    4 ++--
 gladeui/glade-widget.c             |   14 ++++++-------
 plugins/gtk+/Makefile.am           |   18 ++++++++++++++--
 plugins/gtk+/glade-fixed.c         |   31 +++++++++++++++++++++-------
 13 files changed, 116 insertions(+), 79 deletions(-)

commit 1ec9c74e1bbadf10779dfba49bc18011338434ec
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Feb 5 17:06:21 2011 +0900

    	* gladeui/glade-widget.c: Make glade_widget_rebuild() use glade_widget_add/remove
    	  instead of glade_widget_replace().
    
    Conflicts:
    
    	ChangeLog
    	gladeui/glade-widget.c

 ChangeLog                |    3 +++
 gladeui/glade-widget.c   |   35 ++++++++++++++++++++---------------
 plugins/gtk+/glade-gtk.c |    5 +++--
 3 files changed, 26 insertions(+), 17 deletions(-)

commit d4d742cd3c2973fbdf5e703ec935f3073b23f71a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Feb 5 16:32:28 2011 +0900

    	* plugins/gtk+/gtk+.xml.in: Disabling irrelevant properties for GtkScaleButton
    
    Conflicts:
    
    	ChangeLog
    	plugins/gtk+/gtk+.xml.in

 ChangeLog                |    4 ++++
 plugins/gtk+/gtk+.xml.in |    6 ++++++
 2 files changed, 10 insertions(+)

commit 89442af10b1c9d6391d6948bed493ee9c81d4a21
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Feb 5 14:21:09 2011 +0900

    Fixed typo in gtk+.xml.in

 plugins/gtk+/gtk+.xml.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 2d98ddbdfd185dfaa5213d5c9a64adc8312f14ad
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Feb 5 01:02:20 2011 +0900

    	* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Added support for
    	GtkRecentChooserMenu.

 ChangeLog                |    4 +-
 gladeui/glade-widget.c   |    6 +--
 plugins/gtk+/glade-gtk.c |  131 ++++++++++++++++++++++++++++++++++++++++++----
 plugins/gtk+/gtk+.xml.in |    8 +++
 4 files changed, 134 insertions(+), 15 deletions(-)

commit 65860ef2cfccd307cad9958a30a271ef565cbff1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Feb 4 22:27:54 2011 +0900

    	* gladeui/glade-project.c:
    	  o Added notification of row-has-child-toggled when first
    	    child is added to a parent or last child removed
    	  o Added glade_project_check_reordered() to be called after setting
    	    a child property on a widget since this may effect the order of children,
    	    if the order changes, then emit the "rows-reordered" treemodel signal.
    
    	* gladeui/glade-widget.c: call glade_project_check_reordered() after applying
    	  child properties.
    
    	* gladeui/glade-base-editor.c: Delete child first before adding a replacement
    	  when changing a child's type (we cant assume the parent can hold more than
    	  one child).

 ChangeLog                   |   17 +++++++
 gladeui/glade-base-editor.c |   12 +++--
 gladeui/glade-project.c     |  111 ++++++++++++++++++++++++++++++++++++++-----
 gladeui/glade-project.h     |    3 ++
 gladeui/glade-widget.c      |   27 +++++++++--
 5 files changed, 148 insertions(+), 22 deletions(-)

commit 3caee656ed6574a27f8e238a370779210a5d6308
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Feb 4 06:54:11 2011 +0900

    Bumping introspection version requirement.

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b17b3bb647c7ab10b8dc571b4e2d13d88a441b82
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Feb 4 04:19:27 2011 +0900

    2011-02-03  Pablo Castellano <pablog@gnome.org>
    
    	Make libgladeui-2 library come with introspection data, patch based on original
    	patch by Alan Knowles.
    
    	* configure.ac: Added gobject-introspection m4 stuff
    
    	* gladeui/Makefile.am: Added rules to build Gladeui-2.0 gir and typelib
    
    	* gladeui/glade-app.c, gladeui/glade-command.c, gladeui/glade-project.c: Some changes
    	  made to pass the introspection build.

 ChangeLog               |   12 ++++++++++++
 Makefile.am             |    2 +-
 configure.ac            |    6 ++++++
 gladeui/Makefile.am     |   34 +++++++++++++++++++++++++++++++++-
 gladeui/glade-app.c     |    6 +++++-
 gladeui/glade-command.c |   37 +++++++++++++++++++++++--------------
 gladeui/glade-project.c |    9 ++++-----
 7 files changed, 84 insertions(+), 22 deletions(-)

commit 815363dfa71b4513681a0db06fc79619a3103efd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Feb 4 03:39:13 2011 +0900

    	* src/glade-window.c: Removed user manual link from Help menu, it's not online
    	  as far as I know and no work was done on it, the current user manual needs work
    	  and is just not useful in it's current state.

 ChangeLog          |    4 ++++
 src/glade-window.c |   21 ++-------------------
 2 files changed, 6 insertions(+), 19 deletions(-)

commit b1ec0a7b21efc26476407640cadaeb2958b9de5c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Feb 4 03:23:10 2011 +0900

    2011-02-03  Frederic Peters <fpeters@0d.be>
    
    	* src/glade-window.c: Put File->Properties before Quit in the File menu

 ChangeLog          |    4 ++++
 src/glade-window.c |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

commit e30f6ebff23b21ca005175344e177fe9238dce8f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Feb 4 00:17:28 2011 +0900

    	* plugins/gtk+/gtk+.xml.in: Dont sync transient-for property on GtkWindow, this
    	  can cause crashes at project destroy time.

 ChangeLog                |    3 +++
 plugins/gtk+/gtk+.xml.in |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

commit 4253ad61aeec4b1480c0df778237bc27f79a1d48
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Feb 4 00:16:39 2011 +0900

    	* gladeui/glade-project.c: Notify "path" changes when loading new project
    
    	* src/glade-window.c: Refresh window title when project path changes.

 ChangeLog               |    4 ++++
 gladeui/glade-project.c |   14 ++++++--------
 src/glade-window.c      |   11 +++++++++--
 3 files changed, 19 insertions(+), 10 deletions(-)

commit e05916c1f03dbab8c5a4536e1650c772736d1ccb
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Feb 3 23:41:33 2011 +0900

    	* gladeui/glade-editor.c: Make reset/docs buttons insensitive by default.

 ChangeLog              |    4 +++-
 gladeui/glade-editor.c |    4 ++++
 2 files changed, 7 insertions(+), 1 deletion(-)

commit 2cacedcccbe65ce3556d603207d984d3d5a5db40
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Feb 3 23:22:51 2011 +0900

    	* gladeui/glade-editor-property.c, gladeui/glade-property-class.c,
    	gladeui/glade-widget-adaptor.c: Added support for GdkRGBA properties
    
    	* gladeui/glade-property.c: When loading properties, set the enabled flag at load time before
    	  syncing the property instead of after (so that backends can sync the property in the UI).
    
    	* plugins/gtk+/glade-gtk.c, plugins/gtk+/gtk+.xml.in: Add notion of GdkRGBA properties to
    	GtkColorButton adaptor (so that the workspace driven dialog can also set rgba properties), and
    	make rgba properties optional and disabled by default.

 ChangeLog                       |   10 ++++++
 gladeui/glade-editor-property.c |   71 ++++++++++++++++++++++++++++++---------
 gladeui/glade-property-class.c  |   15 +++++++++
 gladeui/glade-property.c        |   10 +++---
 gladeui/glade-widget-adaptor.c  |    3 +-
 plugins/gtk+/glade-gtk.c        |   38 +++++++++++++++++----
 plugins/gtk+/gtk+.xml.in        |    4 +++
 7 files changed, 123 insertions(+), 28 deletions(-)

commit 71c262e33a4aeccd831f424400d3c67a70de8866
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Feb 3 20:43:30 2011 +0900

    	* plugins/gtk+/glade-attributes.c, plugins/gtk+/glade-gtk.c:
    	Add support for editing the PangoFontDesctiption in GtkLabel attributes (GtkBuilder
    	has supported this ever since supporting <attributes>, only just adding a GtkFontSelectionDialog
    	to do this from Glade now.

 ChangeLog                       |    7 +++++
 plugins/gtk+/glade-attributes.c |   58 +++++++++++++++++++++++++++++----------
 plugins/gtk+/glade-gtk.c        |   19 ++++++++++---
 3 files changed, 66 insertions(+), 18 deletions(-)

commit aed6a4739ab6bb9dad9122fdf37e3f5d279f310d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Feb 3 19:15:03 2011 +0900

    Aligning Juan Pablo's ChangeLog entries

 ChangeLog |   32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

commit 4bfb281459f08ebff2a575fa38bb2d033c715491
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Thu Feb 3 14:28:38 2011 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 5890 ++++++++++++++++++++++++++++++----------------------------
 po/zh_TW.po | 5902 ++++++++++++++++++++++++++++++-----------------------------
 2 files changed, 6091 insertions(+), 5701 deletions(-)

commit c2c091a665841f64b9b288c8b947e058040f0127
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Feb 2 20:44:07 2011 -0300

      * gladeui/glade-project.[ch]: added accessor for toplevel list
    
      * gladeui/glade-design-view.c: pack toplevel widgets in GladeProject toplevels list order.
    
      * gladeui/glade-property.c: added special case for parentless widget properties
        on glade_property_set_value_impl() to show and hide new and old values.
    
      * gladeui/glade-editor-property.c: removed glade_widget_hide() call on
        glade_eprop_object_show_dialog() since now its handled on GladeProperty

 ChangeLog                       |   12 +++++++++++-
 gladeui/glade-design-view.c     |    5 +++++
 gladeui/glade-editor-property.c |    2 --
 gladeui/glade-project.c         |   14 ++++++++++++++
 gladeui/glade-project.h         |    2 ++
 gladeui/glade-property.c        |   15 +++++++++++++++
 6 files changed, 47 insertions(+), 3 deletions(-)

commit 8b3317919cee6e89cd9fc1e8d777a98e146ee6fd
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Feb 2 19:00:55 2011 -0300

      * gladeui/glade-design-layout.c:
        allocate all the remaining space to child, this fixes some allocation issues
        on widget where gtk_widget_get_preferred_height() value is different than
        the one returned by gtk_widget_get_preferred_size()
    
      * gladeui/glade-design-view.c: set layout halign property to GTK_ALIGN_START

 ChangeLog                     |    9 +++++++
 gladeui/glade-design-layout.c |   58 ++++++++++++++++-------------------------
 gladeui/glade-design-view.c   |   37 +++++++++++++-------------
 3 files changed, 51 insertions(+), 53 deletions(-)

commit e859f9de4324b3b290304129eacc51502d61366f
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Wed Feb 2 21:09:56 2011 +0100

    Updated Norwegian bokmål translation.

 po/nb.po | 1405 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 730 insertions(+), 675 deletions(-)

commit af81def94c3251808382a5bb6c6185c3d35078f7
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Wed Feb 2 19:38:06 2011 +0100

    Updated Spanish translation

 po/es.po |  245 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 124 insertions(+), 121 deletions(-)

commit 172e99673b03d25a6269098950449655e42a1566
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Tue Feb 1 20:03:07 2011 -0300

      * gladeui/glade-design-layout.c:
        o do not allocate width for the toplevel name.
        o draw toplevel name with a fade at the end if it does not fit.

 ChangeLog                     |    6 ++++
 gladeui/glade-design-layout.c |   63 +++++++++++++++++++++++++----------------
 2 files changed, 45 insertions(+), 24 deletions(-)

commit 121840b6082224fd5444af1eca61f9234b726eba
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Feb 1 19:56:07 2011 +0900

    	* configure.ac, NEWS:
    
    	* gladuei/glade-design-private.h, gladeui/glade-design-layout.[ch],
    	gladeui/glade-design-view.[ch]: Relicensed LGPL, Juan Pablo Ugarte, Vincent Geddes and I
    	are the only Copyright holders for these files and I have thier consent to relicense
    	these files LGPL.
    
    	* gladeui/glade-debug.c: Avoid showing an unavoidable warning regarding
    	  gdk_window_set_composited().

 ChangeLog                |   12 ++++++++++++
 NEWS                     |   33 +++++++++++++++++++++++++++++++++
 configure.ac             |    2 +-
 data/glade.desktop.in.in |    2 +-
 gladeui/glade-debug.c    |    5 ++++-
 5 files changed, 51 insertions(+), 3 deletions(-)

commit 04bc8aaf6555a6f15be5a169dc7241466525809e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Feb 1 19:10:05 2011 +0900

    	* gladuei/glade-design-private.h, gladeui/glade-design-layout.[ch],
    	gladeui/glade-design-view.[ch]: Relicensed LGPL, Juan Pablo Ugarte, Vincent Geddes and I
    	are the only Copyright holders for these files and I have thier consent to relicense
    	these files LGPL.

 gladeui/glade-design-layout.c  |   20 ++++++++++----------
 gladeui/glade-design-layout.h  |   20 ++++++++++----------
 gladeui/glade-design-private.h |   20 ++++++++++----------
 gladeui/glade-design-view.c    |   20 ++++++++++----------
 gladeui/glade-design-view.h    |   20 ++++++++++----------
 5 files changed, 50 insertions(+), 50 deletions(-)

commit 3fedbd2f42d136b7ee0cb334ff3ab036075e20e6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Feb 1 19:05:23 2011 +0900

    Fixed random spaces in ChangeLog

 ChangeLog |  702 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 353 insertions(+), 349 deletions(-)

commit 4e9558a74e2ddc8bd733ed72ce9e357edee2c9e1
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Tue Feb 1 01:20:22 2011 +0100

    Updated Galician translations

 po/gl.po | 1750 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 904 insertions(+), 846 deletions(-)

commit 9459d6e8269e6ff1eb7024e3b98f68c76b327c1b
Author: Juan Pablo Ugarte <jp@synctv.com>
Date:   Mon Jan 31 19:38:20 2011 -0300

    Added Changelog entry for multiple-toplevels branch merge

 ChangeLog |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

commit 25d476f11177faefcf48cc71da054cb41ea58426
Merge: e112511 4d271ff
Author: Juan Pablo Ugarte <jp@synctv.com>
Date:   Mon Jan 31 19:35:14 2011 -0300

    Merge branch 'multiple-toplevels'

commit 4d271ff317f13790274fea5edf015e92ebd5b7f5
Author: Juan Pablo Ugarte <jp@synctv.com>
Date:   Mon Jan 31 18:31:13 2011 -0300

      * gladeui/glade-design-view.c: unified if statements in glade_design_view_selection_changed()

 gladeui/glade-design-view.c |   28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

commit 38d12938b286e3326827c2b2ce719acb7a555b97
Author: Juan Pablo Ugarte <jp@synctv.com>
Date:   Mon Jan 31 18:22:24 2011 -0300

      * gladeui/glade-design-layout.c:
        o implemented get_preferred_width_for_height() and get_preferred_width_for_height()
          to fix allocation problem
        o check if toplevel has a child selected before selecting it itself on button press
        o dont draw selection if widget has no allocation
    
      * gladeui/glade-design-view.c:
        o delegate scrolling to size-allocate if toplevel layout has no allocation
          Fixes scrolling while creating a new widget from the palette.
        o also add widgets on visibility change

 gladeui/glade-design-layout.c |   55 +++++++++++++++++---
 gladeui/glade-design-view.c   |  111 +++++++++++++++++++++++++----------------
 2 files changed, 114 insertions(+), 52 deletions(-)

commit 0f48965b596e93b0276703915e549caa4f4479a6
Author: Juan Pablo Ugarte <jp@synctv.com>
Date:   Mon Jan 31 14:11:21 2011 -0300