commit 2ffca0dcc93ac351655aeda0d77ca8cec93b52ad
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue Jun 18 17:13:25 2013 +0900

    Rolling 3.15.2 Development Snapshot

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

commit b5e4f28c6d83f590692d20dc531489fcec11c112
Author: Marco Diego Aurélio Mesquita <marcodiegomesquita@gmail.com>
Date:   Mon Jun 17 10:48:27 2013 -0300

    Only update project if the project has indeed changed.

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

commit 1e10d82cb6ef76f087e4c65a997828ae5bbbcd06
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon May 20 21:23:20 2013 +0900

    Fix bug 588844 - query dialog cancels if deleted
    
    Cancel the operation if the window close button is clicked or Escape is pressed.

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

commit 86fc704c54b05a2e1a74ed92d3ed01d341ab4049
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon May 20 21:00:36 2013 +0900

    Patch up bug 589337 - Fix by Michal 'hramrach' Suchanek <hramrach@gmail.com>
    
    This is a bandaid which fixes anoyance in dialogs which appear when creating
    variable widgets like HBox.
    
    The spin editor is used in multiple places but only htese dialogs have a
    default button so it is safe to set the spinbutton to activate default
    unconditionally. Does not seem to break anything.

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

commit 3892085794fa2de379adfa0686752fc68b41f519
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon May 20 12:59:17 2013 +0200

    Updated Spanish translation

 po/es.po | 1215 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 686 insertions(+), 529 deletions(-)

commit 4f8e1eac367f3cc4b899babc034355c5ecf1a0be
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon May 20 17:02:43 2013 +0900

    GtkStatusbar: Allow editing "size" and don't query for "size"

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

commit fceed3f2e0e9cf91b409fbc17c0609a8e4c9630b
Author: Aurimas ÄŒernius <aurisc4@gmail.com>
Date:   Sun May 19 23:18:45 2013 +0300

    Updated Lithuanian translation

 po/lt.po | 2047 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1149 insertions(+), 898 deletions(-)

commit 5241fd092ea55046c83b0f55ddb0f5e65e4f7496
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 21:16:48 2013 +0900

    Disable GtkTreeViewColumn:cell-area
    
    CellAreas are still not configurable in Glade.

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

commit a5207ae28d9649bea2a6068dd683e82a59247460
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 20:52:35 2013 +0900

    Fix crasher bug 682191 - Avoid copying unknown widget types
    
    Fixed check for unknown widget types when user tries to cut/copy
    widgets to be a recursive check.

 gladeui/glade-project.c |   48 ++++++++++++++++++++++++++++++++++-------------
 1 file changed, 35 insertions(+), 13 deletions(-)

commit 020fc3b35022246566384ada6badcd62e89fcad8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 20:31:25 2013 +0900

    Fix bug 686418 - crashes related to setting 'can-focus' property in the runtime.
    
    Not sure how this fixes things, we're probably taping over a deeper bug
    inside GTK+.

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

commit 616d52931948b5fea626a2a14e13c5c424fdace9
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 20:27:36 2013 +0900

    Let GtkEntry:has-frame be set on runtime objects

 plugins/gtk+/glade-gtk-entry.c |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

commit 84990bcaec39109be3c53b1a13ba31ca5d865970
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 19:26:57 2013 +0900

    Fix bug 692972 - Make spin buttons commit values synchronously
    
    Two things done to fix this:
      o gtk_spin_button_set_numeric() used to force numeric input
      o Connect to the GtkEditable::changed signal and force the
        value update with gtk_spin_button_update(), causing the
        value-changed signal to be emitted synchronously and
        the new property value committed.

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

commit 9771ab601e3651d8e62e79008b358081903307ec
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 19:06:23 2013 +0900

    GtkInfoBar: Horizontal by default.

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

commit a456f2141483b2b01a261634b471f51231e47a49
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 18:19:54 2013 +0900

    Added GladeArrowEditor
    
    A simple editor which embeds the GladeMiscEditor.

 plugins/gtk+/Makefile.am                       |    4 ++
 plugins/gtk+/glade-arrow-editor.c              |   77 ++++++++++++++++++++++++
 plugins/gtk+/glade-arrow-editor.h              |   68 +++++++++++++++++++++
 plugins/gtk+/glade-arrow-editor.ui             |   39 ++++++++++++
 plugins/gtk+/glade-gtk-arrow.c                 |   42 +++++++++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/gtk+.xml.in                       |   28 ++++++---
 po/POTFILES.in                                 |    3 +
 8 files changed, 253 insertions(+), 9 deletions(-)

commit e40034610bf633ae647774a6c2f18c85a27165bd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 18:01:25 2013 +0900

    Enhanced Label Editing
    
      o Use shared GladeMiscEditor
      o Allow setting of width-chars / max-width-chars separately, since 3.0
        those are not mutually exclusive (maybe they never were ?)

 plugins/gtk+/glade-gtk-label.c     |   27 ---
 plugins/gtk+/glade-label-editor.c  |   85 ---------
 plugins/gtk+/glade-label-editor.ui |  345 +++---------------------------------
 plugins/gtk+/gtk+.xml.in           |    6 -
 4 files changed, 24 insertions(+), 439 deletions(-)

commit 2264f1de4865acad3ebd7c9e9d0ec1b3018497fe
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 17:48:32 2013 +0900

    Added GladeMiscEditor
    
    The GladeMiscEditor edits the common GtkMisc properties in various editors,
    this initial commit makes use of the editor in GladeImageEditor.

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-image-editor.ui             |  253 +-----------------------
 plugins/gtk+/glade-misc-editor.c               |   48 +++++
 plugins/gtk+/glade-misc-editor.h               |   56 ++++++
 plugins/gtk+/glade-misc-editor.ui              |  207 +++++++++++++++++++
 plugins/gtk-private/glade-gtk-private.xml      |    4 +
 po/POTFILES.in                                 |    2 +
 8 files changed, 331 insertions(+), 243 deletions(-)

commit f7fc7903e476cd9df5a3ef09f2868ae754f49a8c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 19 17:03:34 2013 +0900

    Added GladeIconViewEditor

 plugins/gtk+/Makefile.am                       |    4 +
 plugins/gtk+/glade-gtk-icon-view.c             |   40 ++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-icon-view-editor.c          |   76 ++++
 plugins/gtk+/glade-icon-view-editor.h          |   57 +++
 plugins/gtk+/glade-icon-view-editor.ui         |  514 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   38 +-
 po/POTFILES.in                                 |    3 +
 8 files changed, 727 insertions(+), 6 deletions(-)

commit 20ed06c8cfa0eb7a0397d17243d6af1ca7a43770
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 18 18:22:37 2013 +0900

    Avoid calling gtk_stock_list_ids() when gdk_display_get_default() is NULL
    
    This is a workaround to patch GIR builds to work on build machines
    with no DISPLAY.

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

commit 20b4bd963ee96ce5d4f01337c0124721dd080477
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 18 23:27:16 2013 +0900

    Added GladeRealTreeViewEditor
    
    GladeTreeViewEditor is already the editor used to combine view editors
    with model editors inside a popup GladeBaseEditor, the GladeRealTreeViewEditor
    is the custom editor which lays out properties for a GtkTreeView.

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk-tree-view.c             |   48 +++
 plugins/gtk+/glade-real-tree-view-editor.c     |   76 ++++
 plugins/gtk+/glade-real-tree-view-editor.h     |   68 ++++
 plugins/gtk+/glade-real-tree-view-editor.ui    |  517 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   35 +-
 po/POTFILES.in                                 |    2 +
 8 files changed, 745 insertions(+), 5 deletions(-)

commit 5c978697e60f191564fcb914bf0b75c68f92862e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 18 22:21:40 2013 +0900

    Added GladeViewportEditor
    
    Another very basic editor embedding GladeScrollableEditor

 plugins/gtk+/Makefile.am                       |    4 ++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk-viewport.c              |   40 +++++++++++++
 plugins/gtk+/glade-viewport-editor.c           |   76 ++++++++++++++++++++++++
 plugins/gtk+/glade-viewport-editor.h           |   68 +++++++++++++++++++++
 plugins/gtk+/glade-viewport-editor.ui          |   38 ++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   17 +++++-
 po/POTFILES.in                                 |    3 +
 8 files changed, 245 insertions(+), 2 deletions(-)

commit 9df38fc6d9b32f60bafc56c04ba63fdfdec7feb7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 18 22:14:41 2013 +0900

    Added GladeLayoutEditor
    
    A very basic editor which embeds the GladeScrollableEditor

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-gtk-fixed-layout.c          |   14 +++++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-layout-editor.c             |   76 ++++++++++++++++++++++++
 plugins/gtk+/glade-layout-editor.h             |   68 +++++++++++++++++++++
 plugins/gtk+/glade-layout-editor.ui            |   38 ++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   13 ++++
 po/POTFILES.in                                 |    2 +
 8 files changed, 215 insertions(+)

commit 6edfe3ba81dfbc60192b039c76d4fefe4f23e6cb
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 18 21:47:40 2013 +0900

    Added GladeToolPaletteEditor
    
    A very simple editor which just combines the basic
    GladeEditorTable with a GladeScrollableEditor

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk-tool-palette.c          |   21 +++++--
 plugins/gtk+/glade-tool-palette-editor.c       |   74 ++++++++++++++++++++++++
 plugins/gtk+/glade-tool-palette-editor.h       |   57 ++++++++++++++++++
 plugins/gtk+/glade-tool-palette-editor.ui      |   38 ++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   38 +++++++-----
 po/POTFILES.in                                 |    1 +
 8 files changed, 216 insertions(+), 17 deletions(-)

commit 7ca7828200ffe34416021218861acfb112f25c26
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 18 21:27:11 2013 +0900

    Added GladeScrollableEditor and GladeTextViewEditor
    
    The GladeScrollableEditor can be embedded for any scrollable
    widget editors, GladeTextViewEditor is the first to embed a
    scrollable editor.

 plugins/gtk+/Makefile.am                       |    6 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    2 +
 plugins/gtk+/glade-gtk-text-view.c             |   14 +
 plugins/gtk+/glade-scrollable-editor.c         |   48 ++
 plugins/gtk+/glade-scrollable-editor.h         |   56 +++
 plugins/gtk+/glade-scrollable-editor.ui        |  170 +++++++
 plugins/gtk+/glade-text-view-editor.c          |   74 +++
 plugins/gtk+/glade-text-view-editor.h          |   57 +++
 plugins/gtk+/glade-text-view-editor.ui         |  643 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   34 +-
 plugins/gtk-private/glade-gtk-private.xml      |    5 +
 po/POTFILES.in                                 |    4 +
 12 files changed, 1110 insertions(+), 3 deletions(-)

commit 67b013bc1eb6b51662f13d993f9ed6ac1a2111a5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 18 19:23:59 2013 +0900

    Added GladeLevelBarEditor

 plugins/gtk+/Makefile.am                       |    4 +
 plugins/gtk+/glade-gtk-level-bar.c             |   40 ++++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-level-bar-editor.c          |   74 ++++++
 plugins/gtk+/glade-level-bar-editor.h          |   57 +++++
 plugins/gtk+/glade-level-bar-editor.ui         |  294 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |    9 +-
 po/POTFILES.in                                 |    3 +
 8 files changed, 480 insertions(+), 2 deletions(-)

commit 50c3c31c8247b6e6d36df5b9916fd913fe933127
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 18 19:33:45 2013 +0900

    configure.ac: Remove some useless statements.

 configure.ac |   11 -----------
 1 file changed, 11 deletions(-)

commit 5da496de827ad5f04de270597e68a2a9113c436e
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Fri May 17 17:39:13 2013 +0300

    Updated Greek translation

 po/el.po | 2277 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 1291 insertions(+), 986 deletions(-)

commit 95627bc015a35e7d031830dbdf60c38aa9527c2b
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri May 17 13:34:43 2013 +0200

    Updated Spanish translation

 po/es.po |  601 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 321 insertions(+), 280 deletions(-)

commit f6713b724e222378a8d05be874357e5c9da153dd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 16 23:19:03 2013 +0900

    Added GladeProgressBarEditor

 plugins/gtk+/Makefile.am                       |    6 +-
 plugins/gtk+/glade-gtk-progress-bar.c          |   68 +++++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-progress-bar-editor.c       |   74 ++++++
 plugins/gtk+/glade-progress-bar-editor.h       |   57 +++++
 plugins/gtk+/glade-progress-bar-editor.ui      |  317 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   24 +-
 po/POTFILES.in                                 |    3 +
 8 files changed, 534 insertions(+), 16 deletions(-)

commit 22154af400771676e4a1e60598d41c80f7186eba
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 15 23:17:47 2013 +0900

    Added GladeScrollbarEditor

 plugins/gtk+/Makefile.am                       |    4 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk-scrollbar.c             |   40 +++
 plugins/gtk+/glade-scrollbar-editor.c          |   75 +++++
 plugins/gtk+/glade-scrollbar-editor.h          |   56 ++++
 plugins/gtk+/glade-scrollbar-editor.ui         |  396 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   13 +-
 po/POTFILES.in                                 |    3 +
 8 files changed, 587 insertions(+), 1 deletion(-)

commit 5a30cd5d9afebf54de36ee3b655e1ccfca39aeea
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu May 16 03:28:22 2013 +0200

    Updated Galician translations

 po/gl.po | 1541 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 839 insertions(+), 702 deletions(-)

commit 5c4e183cfe77e06156625e4c71eb6914ef56daa3
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Thu May 16 03:19:15 2013 +0200

    Updated Galician translations

 po/gl.po | 2357 +++++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 1273 insertions(+), 1084 deletions(-)

commit 0cd980f6f185beeaeabb7d5d0a8ec5534f42647a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 15 22:32:16 2013 +0900

    Added GladeScaleEditor

 plugins/gtk+/Makefile.am                       |    4 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk-scale.c                 |   68 +++
 plugins/gtk+/glade-scale-editor.c              |   75 ++++
 plugins/gtk+/glade-scale-editor.h              |   56 +++
 plugins/gtk+/glade-scale-editor.ui             |  539 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   21 +-
 po/POTFILES.in                                 |    3 +
 8 files changed, 766 insertions(+), 1 deletion(-)

commit 6a4cb728d7548ad427ef199ebaa206089c51c96e
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Mon May 13 13:28:00 2013 +0200

    Updated Spanish translation

 po/es.po |  822 +++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 460 insertions(+), 362 deletions(-)

commit 10e8fec5cbaeca1a970f7648d9294ef5d9e58c3f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon May 13 19:10:25 2013 +0900

    GladeWidget: Avoid assertions when rebuilding a widget and internal children are missing.
    
    Internal children can go missing when changing a construct property which
    decides if the internal child exists, such as the 'has-entry' property
    of GtkComboBox.

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

commit ae6bdf61f6ed6ab6f9ed607efb9fe15c163ca0c1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon May 13 19:05:26 2013 +0900

    Added GladeComboBoxEditor

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-combo-box-editor.c          |   74 ++++
 plugins/gtk+/glade-combo-box-editor.h          |   56 +++
 plugins/gtk+/glade-combo-box-editor.ui         |  539 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-combo-box-text.c        |    1 -
 plugins/gtk+/glade-gtk-combo-box.c             |   13 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/gtk+.xml.in                       |   31 +-
 po/POTFILES.in                                 |    2 +
 9 files changed, 705 insertions(+), 15 deletions(-)

commit 9b06b5bb0968d58536918bfb80f4904825a569dd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon May 13 18:35:25 2013 +0900

    Enhancing GtkComboBox editing regarding tearoff menus

 plugins/gtk+/glade-combo-box-text-editor.ui |   53 ++++++++++++++++++++++++++-
 plugins/gtk+/glade-gtk-combo-box.c          |   10 +++++
 plugins/gtk+/gtk+.xml.in                    |    8 ++--
 3 files changed, 66 insertions(+), 5 deletions(-)

commit 8ed9111ee5ce07781fcc3414363f2a1755e25be8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon May 13 18:12:18 2013 +0900

    Enhancing GtkComboBoxText editor
    
    Now the entry related properties are insensitive if 'has-entry' is
    false, added the entry related properties to the GtkComboBoxText editor.

 plugins/gtk+/glade-combo-box-text-editor.ui |   80 +++++++++++++++++++++++++--
 plugins/gtk+/glade-gtk-cell-layout.h        |    2 +
 plugins/gtk+/glade-gtk-combo-box.c          |   35 +++++++++---
 plugins/gtk+/gtk+.xml.in                    |    7 ++-
 4 files changed, 109 insertions(+), 15 deletions(-)

commit 4a65620ac5a56cc781594eb56c7d68fb7e49678f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Mon May 13 17:18:49 2013 +0900

    GladeGtkComboBoxText / GladeStringList: Support editing the <item> "id" attributes
    
    Let users specify "id"s for the text they add to a GtkComboBoxText
    
    This patch updates a couple other files which use GladeStringList without
    the "ID" feature.

 plugins/gtk+/glade-gtk-combo-box-text.c     |   14 ++-
 plugins/gtk+/glade-gtk-recent-file-filter.c |    4 +-
 plugins/gtk+/glade-gtk-widget.c             |    4 +-
 plugins/gtk+/glade-string-list.c            |  174 +++++++++++++++++++++++----
 plugins/gtk+/glade-string-list.h            |   21 ++--
 5 files changed, 180 insertions(+), 37 deletions(-)

commit bf0f4e00378e1b829c17359646fa60a65e2d9a76
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 12 21:36:33 2013 +0900

    Added GladeComboBoxTextEditor

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-combo-box-text-editor.c     |   74 +++++++++
 plugins/gtk+/glade-combo-box-text-editor.h     |   56 +++++++
 plugins/gtk+/glade-combo-box-text-editor.ui    |  203 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-combo-box-text.c        |   14 ++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/gtk+.xml.in                       |   19 ++-
 po/POTFILES.in                                 |    2 +
 8 files changed, 371 insertions(+), 1 deletion(-)

commit 02ffbbc4826a4553759ee2ee9b9884f479019088
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 12 21:02:45 2013 +0900

    Added GladeAppChooserButtonEditor

 plugins/gtk+/Makefile.am                        |    4 +
 plugins/gtk+/glade-app-chooser-button-editor.c  |   74 +++++++++
 plugins/gtk+/glade-app-chooser-button-editor.h  |   56 +++++++
 plugins/gtk+/glade-app-chooser-button-editor.ui |  195 +++++++++++++++++++++++
 plugins/gtk+/glade-gtk-app-chooser-button.c     |   55 +++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml  |    1 +
 plugins/gtk+/gtk+.xml.in                        |   11 +-
 po/POTFILES.in                                  |    3 +
 8 files changed, 396 insertions(+), 3 deletions(-)

commit d7155dc95a9494f15740262a9147fdefecbdd24d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 12 20:26:15 2013 +0900

    Added GladeAppChooserWidgetEditor

 plugins/gtk+/Makefile.am                        |    4 +
 plugins/gtk+/glade-app-chooser-widget-editor.c  |   74 +++++++
 plugins/gtk+/glade-app-chooser-widget-editor.h  |   56 ++++++
 plugins/gtk+/glade-app-chooser-widget-editor.ui |  236 +++++++++++++++++++++++
 plugins/gtk+/glade-gtk-app-chooser-widget.c     |   40 ++++
 plugins/gtk+/glade-gtk-resources.gresource.xml  |    1 +
 plugins/gtk+/gtk+.xml.in                        |   17 +-
 po/POTFILES.in                                  |    3 +
 8 files changed, 428 insertions(+), 3 deletions(-)

commit 17a43f9ceadd459729255491e6c7aba965e1e87a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 12 19:42:15 2013 +0900

    GTK+ Plugin: Touch up properties for GtkAppChooserDialog

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

commit bba4e48982875fccd168fd621fe856ae5b83fcbf
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 12 19:30:35 2013 +0900

    Added GladeScaleButtonEditor.

 plugins/gtk+/Makefile.am                       |    9 +-
 plugins/gtk+/glade-gtk-button.c                |    5 +-
 plugins/gtk+/glade-gtk-resources.gresource.xml |    3 +-
 plugins/gtk+/glade-scale-button-editor.c       |   85 ++++++++
 plugins/gtk+/glade-scale-button-editor.h       |   57 ++++++
 plugins/gtk+/glade-scale-button-editor.ui      |  262 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   21 +-
 po/POTFILES.in                                 |    6 +-
 8 files changed, 433 insertions(+), 15 deletions(-)

commit c733d592a83cfcc0c2c898c0fc6abafd1398d44b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 12 19:29:59 2013 +0900

    GladeButtonEditor: Added an extension port for derived editors to add properties

 plugins/gtk+/glade-button-editor.c        |   21 +++++++++--
 plugins/gtk+/glade-button-editor.h        |    3 +-
 plugins/gtk+/glade-button-editor.ui       |   55 ++++++++++++++++++-----------
 plugins/gtk-private/glade-gtk-private.xml |   12 +++++--
 4 files changed, 65 insertions(+), 26 deletions(-)

commit 0cca1d2ee9cbee859b416bbc8472026ed6b8a44b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 12 18:41:29 2013 +0900

    GladeButtonEditor: Don't allow modifying content of a GtkLinkButton

 plugins/gtk+/glade-button-editor.c |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

commit fb0d83cb9b1cdf06ba4aadd272a8a4ebe36f660c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 12 18:33:38 2013 +0900

    GladeWindowEditor: Touchup UI

 plugins/gtk+/glade-window-editor.ui |  338 ++++++++++++++++++-----------------
 1 file changed, 173 insertions(+), 165 deletions(-)

commit 83657c6e7bb5552959a841ec06138ba04d8353ca
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 12 06:08:01 2013 +0900

    GladePropertyLabel: No hard coded width anymore.

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

commit b1de8f23efc7421952f91c944046cc067f8d5e29
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 11 20:05:08 2013 +0900

    Added GladeSpinButtonEditor

 plugins/gtk+/Makefile.am                       |    7 +-
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk-spin-button.c           |   12 +
 plugins/gtk+/glade-spin-button-editor.c        |   47 ++++
 plugins/gtk+/glade-spin-button-editor.h        |   57 ++++
 plugins/gtk+/glade-spin-button-editor.ui       |  329 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   14 +-
 po/POTFILES.in                                 |    2 +
 8 files changed, 463 insertions(+), 6 deletions(-)

commit 5ca9b80a4f36330cb24678dd3c7f5f48be1e1a7e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 11 19:30:34 2013 +0900

    GladeEntryEditor: Added an extension port and added to the private catalog.

 plugins/gtk+/glade-entry-editor.c         |   15 ++
 plugins/gtk+/glade-entry-editor.ui        |  301 ++++++++---------------------
 plugins/gtk-private/glade-gtk-private.xml |   13 ++
 3 files changed, 106 insertions(+), 223 deletions(-)

commit fb2cd0f62c59a64d8302ffd28efbf3f917609f0b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 11 19:21:41 2013 +0900

    GTK+ Plugin: Mark the GtkSwitch with the GtkActionable property.

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

commit 021a0176cd5717d1eb124ad58a72944bf9182b0e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 11 19:03:06 2013 +0900

    Added GladeNotebookEditor

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-gtk-notebook.c              |   12 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-notebook-editor.c           |  108 +++++++++
 plugins/gtk+/glade-notebook-editor.h           |   56 +++++
 plugins/gtk+/glade-notebook-editor.ui          |  292 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   16 +-
 po/POTFILES.in                                 |    2 +
 8 files changed, 484 insertions(+), 6 deletions(-)

commit 20cc790b5d088f849c79820fb8d54301fe2f604e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 11 19:02:34 2013 +0900

    GladeGtkScrolledWindow adaptor: Fixed compiler warning

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

commit 8d33548d18831dc1e8c4af26f6f0b407490d3409
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Fri May 10 18:21:49 2013 +0200

    Updated Spanish translation

 po/es.po |   46 +++++++++++++++++++++++++++++++++++-----------
 1 file changed, 35 insertions(+), 11 deletions(-)

commit 702e626c795d46d9940d7425992e5e1967284bad
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 10 23:43:35 2013 +0900

    Fix GTK+ plugin Makefile.am to dist glade-grid-editor.h

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

commit 87986f29c894d54d93b18f08410e9b49a9d31cc4
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 10 23:24:59 2013 +0900

    Added GladeScrolledWindowEditor

 plugins/gtk+/Makefile.am                       |    4 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk-scrolled-window.c       |   60 ++++
 plugins/gtk+/glade-scrolled-window-editor.c    |   74 +++++
 plugins/gtk+/glade-scrolled-window-editor.h    |   57 ++++
 plugins/gtk+/glade-scrolled-window-editor.ui   |  384 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   20 +-
 po/POTFILES.in                                 |    3 +
 8 files changed, 595 insertions(+), 8 deletions(-)

commit 07cb7bf0db79f57ba6ab7856e7824f941a89fb8d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 10 22:40:52 2013 +0900

    GTK+ Plugin: Disable expander's use-underline / use-markup properties
    
    We only allow adding a GtkLabel with Glade, no need to edit these
    properties on the expander.

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

commit 73757c51fa55002f7ea26347395f6a99f3eb4422
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 10 21:29:02 2013 +0900

    Fix whitespace problem in glade_app_class_init()

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

commit 614b95734aab427991e98678041fd2e8a10a2f89
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu May 9 17:31:02 2013 +0200

    Updated Spanish translation

 po/es.po | 1683 ++++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 916 insertions(+), 767 deletions(-)

commit 951fea3730bf2abce9745f65c8b319ce1deb033d
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu May 9 16:58:53 2013 +0200

    Fixed typo in string

 gladeui/glade-project-properties.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a0fde988390e882c26a7fd2841f8e3ab07e54ff7
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu May 9 16:51:23 2013 +0200

    Fixed typo in string

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

commit 96662c3f1b83a4cd8381da209027d86ef338c42f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 9 21:53:02 2013 +0900

    GladeActionEditor: Mark a custom text as translatable

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

commit 6a305d64ca66bda9457b2ebb899e904720cfc2fd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 9 21:50:46 2013 +0900

    Added GladeGridEditor

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-grid-editor.c               |   75 ++++++
 plugins/gtk+/glade-grid-editor.h               |   56 ++++
 plugins/gtk+/glade-grid-editor.ui              |  336 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-grid.c                  |   11 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/gtk+.xml.in                       |   11 +-
 po/POTFILES.in                                 |    2 +
 8 files changed, 493 insertions(+), 2 deletions(-)

commit 52ee0c01db7e2a894b8f3737b21b99af5bac93dd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 9 21:49:03 2013 +0900

    Mark GladePropertyShell:custom-text as translatable

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

commit 76f5cbc0504c787eca2434345395531cadcfec7a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 9 21:16:27 2013 +0900

    Added GladeBoxEditor

 gladeui/glade-editor-table.c                   |   10 +-
 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-box-editor.c                |   75 +++++++++
 plugins/gtk+/glade-box-editor.h                |   56 +++++++
 plugins/gtk+/glade-box-editor.ui               |  211 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-box.c                   |   10 ++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/gtk+.xml.in                       |    9 +-
 po/POTFILES.in                                 |    2 +
 9 files changed, 370 insertions(+), 7 deletions(-)

commit edb74dd238ee64222b0067d6196928bb3f40090d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue May 7 14:34:05 2013 +0900

    Converted GladeIconFactoryEditor, GladeImageItemEditor and GladeStoreEditor to be GtkBox subclasses

 plugins/gtk+/glade-icon-factory-editor.c |    4 +++-
 plugins/gtk+/glade-icon-factory-editor.h |    4 ++--
 plugins/gtk+/glade-image-item-editor.c   |    5 +++--
 plugins/gtk+/glade-image-item-editor.h   |    4 ++--
 plugins/gtk+/glade-store-editor.c        |    4 +++-
 plugins/gtk+/glade-store-editor.h        |    4 ++--
 6 files changed, 15 insertions(+), 10 deletions(-)

commit cc43c221c6d716ad463ba2323d882bf6aa6245fa
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue May 7 14:26:29 2013 +0900

    Converted GladeToolItemGroupEditor and GladeTreeViewEditor to be GtkBox subclasses.

 plugins/gtk+/glade-tool-item-group-editor.c |    4 +++-
 plugins/gtk+/glade-tool-item-group-editor.h |    4 ++--
 plugins/gtk+/glade-treeview-editor.c        |    4 +++-
 plugins/gtk+/glade-treeview-editor.h        |    4 ++--
 4 files changed, 10 insertions(+), 6 deletions(-)

commit 5741a2dc81f76b90577299c0c6392b2ed3a0da4b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue May 7 14:24:10 2013 +0900

    GladeCellRendererEditor: Is now a GtkBox instead of a GtkVBox

 plugins/gtk+/glade-cell-renderer-editor.c |    4 +++-
 plugins/gtk+/glade-cell-renderer-editor.h |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

commit 4eaa3745705a170ab1e55568e86742797653859a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue May 7 14:23:33 2013 +0900

    Cleanup deprecation warnings in GtkDialog adaptor
    
    (special cases some deprecated subclasses)

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

commit 0041fd54bdcfb754f59411aacee3516be99dacd2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue May 7 14:23:19 2013 +0900

    Cleanup deprecation warnings in GtkTable adaptor

 plugins/gtk+/glade-gtk-table.c |   21 ++++-----------------
 1 file changed, 4 insertions(+), 17 deletions(-)

commit b5576586263529f01ad17157891ae7fed94552ce
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue May 7 14:22:39 2013 +0900

    Remove GtkTable from "Add Parent" actions (now we have GtkGrid there)

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

commit 2fb4d177019ccc7eed107a9dbf199a61da3c9dba
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Tue May 7 14:14:09 2013 +0900

    Converted GladeBaseEditor, GladeDesignView and GladePalette to be GtkBox subclasses
    
    Avoids deprecation warnings from GtkVBox.

 gladeui/glade-base-editor.c |    5 ++++-
 gladeui/glade-base-editor.h |    4 ++--
 gladeui/glade-design-view.c |    4 +++-
 gladeui/glade-design-view.h |    4 ++--
 gladeui/glade-palette.c     |    5 ++++-
 gladeui/glade-palette.h     |    4 ++--
 6 files changed, 17 insertions(+), 9 deletions(-)

commit d13fbc999d7b53420c8ec90ac7967dc99292c478
Author: Aurimas ÄŒernius <aurisc4@gmail.com>
Date:   Mon May 6 23:31:05 2013 +0300

    Updated Lithuanian translation

 po/lt.po | 3980 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 2468 insertions(+), 1512 deletions(-)

commit da112b7d61adbb218d4c65d50485ab1fb0331637
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 21:55:04 2013 +0900

    Added GladeRecentChooserMenuEditor.
    
    An editor which embeds a GladeActivatableEditor and a GladeRecentChooserEditor

 plugins/gtk+/Makefile.am                         |    3 ++
 plugins/gtk+/glade-gtk-recent-chooser-menu.c     |    4 +-
 plugins/gtk+/glade-gtk-resources.gresource.xml   |    1 +
 plugins/gtk+/glade-recent-chooser-editor.c       |    6 +--
 plugins/gtk+/glade-recent-chooser-menu-editor.c  |   48 ++++++++++++++++++
 plugins/gtk+/glade-recent-chooser-menu-editor.h  |   57 ++++++++++++++++++++++
 plugins/gtk+/glade-recent-chooser-menu-editor.ui |   39 +++++++++++++++
 plugins/gtk+/gtk+.xml.in                         |   21 +++++++-
 po/POTFILES.in                                   |    2 +
 9 files changed, 174 insertions(+), 7 deletions(-)

commit 4724aa138f1ad471e3756298c3393aa5ea7f9755
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 21:28:51 2013 +0900

    Added GladeRecentActionEditor
    
    This derives the GladeActionEditor and embeds a GladeRecentChooserEditor.
    
    GladeRecentChooserEditor now conditionally shows some properties
    based on whether its a GtkRecentAction or not (i.e. "select-multiple"
    and "show-numbers").

 plugins/gtk+/Makefile.am                       |    3 ++
 plugins/gtk+/glade-gtk-action.c                |    8 +++-
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-recent-action-editor.c      |   48 ++++++++++++++++++++
 plugins/gtk+/glade-recent-action-editor.h      |   57 ++++++++++++++++++++++++
 plugins/gtk+/glade-recent-action-editor.ui     |   32 +++++++++++++
 plugins/gtk+/glade-recent-chooser-editor.c     |   54 +++++++++++++++++++++-
 plugins/gtk+/glade-recent-chooser-editor.ui    |   16 +++++++
 plugins/gtk+/gtk+.xml.in                       |   13 +++++-
 po/POTFILES.in                                 |    2 +
 10 files changed, 231 insertions(+), 3 deletions(-)

commit edcc8eb9876d04bd0e39dec8667be4d5850ccee1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 21:04:44 2013 +0900

    Fold GtkToggleAction and GtkRadioAction properties into the Action editor.

 plugins/gtk+/glade-action-editor.c  |   60 ++++++++++++++-
 plugins/gtk+/glade-action-editor.ui |  143 +++++++++++++++++++++++++++++++++--
 plugins/gtk+/gtk+.xml.in            |    9 ++-
 3 files changed, 204 insertions(+), 8 deletions(-)

commit 1968cf78f8ce8ccbbe65a67ccb2ba4756799cc75
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 20:38:21 2013 +0900

    Added GladeActionEditor.
    
    GladeActionEditor provides an internal extension port for subclasses
    to extend the editor.

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-action-editor.c             |   92 +++++
 plugins/gtk+/glade-action-editor.h             |   57 +++
 plugins/gtk+/glade-action-editor.ui            |  459 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-action.c                |   17 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/gtk+.xml.in                       |   22 +-
 plugins/gtk-private/glade-gtk-private.xml      |   13 +-
 po/POTFILES.in                                 |    2 +
 9 files changed, 658 insertions(+), 8 deletions(-)

commit 79870f076be03369ba2fa82a295029ef38976e1c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 20:37:55 2013 +0900

    GladeEditorProperty: Stock icon editor combo expands in it's box

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

commit c7685964c1d5919decf4557e4b305bf44caf199c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 19:04:38 2013 +0900

    Added GladeRecentChooserWidgetEditor.

 plugins/gtk+/Makefile.am                           |    4 ++
 plugins/gtk+/glade-gtk-recent-chooser-widget.c     |   40 ++++++++++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml     |    1 +
 plugins/gtk+/glade-recent-chooser-widget-editor.c  |   48 +++++++++++++++++
 plugins/gtk+/glade-recent-chooser-widget-editor.h  |   57 ++++++++++++++++++++
 plugins/gtk+/glade-recent-chooser-widget-editor.ui |   38 +++++++++++++
 plugins/gtk+/gtk+.xml.in                           |   30 +++++++----
 po/POTFILES.in                                     |    3 ++
 8 files changed, 210 insertions(+), 11 deletions(-)

commit cc607ee9142fd926da7ffe4dbee4fc17be9f945d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 18:45:45 2013 +0900

    Added GladeRecentChooserDialogEditor
    
    A GladeWindowEditor embedding a GladeRecentChooserEditor

 plugins/gtk+/Makefile.am                           |    3 ++
 plugins/gtk+/glade-gtk-resources.gresource.xml     |    1 +
 plugins/gtk+/glade-gtk-window.c                    |    3 ++
 plugins/gtk+/glade-recent-chooser-dialog-editor.c  |   48 +++++++++++++++++
 plugins/gtk+/glade-recent-chooser-dialog-editor.h  |   57 ++++++++++++++++++++
 plugins/gtk+/glade-recent-chooser-dialog-editor.ui |   32 +++++++++++
 plugins/gtk+/gtk+.xml.in                           |   17 +++++-
 plugins/gtk-private/glade-gtk-private.xml          |    3 ++
 po/POTFILES.in                                     |    2 +
 9 files changed, 165 insertions(+), 1 deletion(-)

commit 40fcf1db0dca6edb27ac268095840b027eeb5374
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 17:24:43 2013 +0900

    Added GladeRecentChooserEditor
    
    An embeddable recent chooser editor for recent chooser editors.

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-recent-chooser-editor.c     |   48 ++++
 plugins/gtk+/glade-recent-chooser-editor.h     |   57 +++++
 plugins/gtk+/glade-recent-chooser-editor.ui    |  281 ++++++++++++++++++++++++
 po/POTFILES.in                                 |    2 +
 6 files changed, 392 insertions(+)

commit 421a98602a971332aeda47101ecb075027f6cd7c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 17:19:18 2013 +0900

    Gladeui plugin: Disable box property on GladePropertyShell

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

commit a812540d607a2be2c33a0551a345652ae2d4b42d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 16:51:44 2013 +0900

    Added GladeMessageDialogEditor
    
    A GladeWindowEditor with message dialog attributes.

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk-window.c                |    3 +
 plugins/gtk+/glade-message-dialog-editor.c     |   48 +++++
 plugins/gtk+/glade-message-dialog-editor.h     |   57 ++++++
 plugins/gtk+/glade-message-dialog-editor.ui    |  254 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   23 +--
 po/POTFILES.in                                 |    2 +
 8 files changed, 375 insertions(+), 16 deletions(-)

commit 79c6ce0ed9e33a9f845ab8cb7231572c5f30fa1a
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun May 5 16:50:16 2013 +0900

    GladeEditorProperty & GladePropertyShell: Added "custom-text" property
    
    Allows overriding the text which might show up in a GladeEpropCheck
    (or any item label created by a GladeEditorProperty, which might be
    created by a GladePropertyShell).

 gladeui/glade-editor-property.c |   84 +++++++++++++++++++++++++++++----------
 gladeui/glade-editor-property.h |    4 +-
 gladeui/glade-property-shell.c  |   51 +++++++++++++++++++++++-
 gladeui/glade-property-shell.h  |    3 ++
 4 files changed, 118 insertions(+), 24 deletions(-)

commit 7e3ad235b12700a8dcfb131f148a07512bfe9fa8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat May 4 21:35:00 2013 +0200

    Updated Slovenian translation

 po/sl.po | 4155 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 2518 insertions(+), 1637 deletions(-)

commit 154d10d0e4840c7bdb989e27354d2d797e977a0b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 23:38:46 2013 +0900

    Added GladeFontButtonEditor
    
    Embeds a GladeFontChooserEditor and formats some other properties

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-font-button-editor.c        |   48 +++++++
 plugins/gtk+/glade-font-button-editor.h        |   57 ++++++++
 plugins/gtk+/glade-font-button-editor.ui       |  177 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-button.c                |   25 +++-
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/gtk+.xml.in                       |   17 ++-
 po/POTFILES.in                                 |    2 +
 8 files changed, 328 insertions(+), 2 deletions(-)

commit 96f1642b80e84a01d72a186d5a72baa8448235dd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 23:04:36 2013 +0900

    Added GladeFontChooserWidgetEditor
    
    Embeds GladeEditorTable and GladeFontChooserEditor.

 plugins/gtk+/Makefile.am                         |    4 ++
 plugins/gtk+/glade-font-chooser-widget-editor.c  |   48 ++++++++++++++++++
 plugins/gtk+/glade-font-chooser-widget-editor.h  |   57 ++++++++++++++++++++++
 plugins/gtk+/glade-font-chooser-widget-editor.ui |   38 +++++++++++++++
 plugins/gtk+/glade-gtk-font-chooser-widget.c     |   40 +++++++++++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml   |    1 +
 plugins/gtk+/gtk+.xml.in                         |   26 +++++++++-
 po/POTFILES.in                                   |    2 +
 8 files changed, 215 insertions(+), 1 deletion(-)

commit 1de549357c9a30d4c79d920d547dafeaf12aa7c3
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 22:53:01 2013 +0900

    Added GladeFontChooserDialog editor.
    
    A GladeWindowEditor which embeds the GladeFontChooserEditor

 plugins/gtk+/Makefile.am                         |    3 ++
 plugins/gtk+/glade-font-chooser-dialog-editor.c  |   48 ++++++++++++++++++
 plugins/gtk+/glade-font-chooser-dialog-editor.h  |   57 ++++++++++++++++++++++
 plugins/gtk+/glade-font-chooser-dialog-editor.ui |   32 ++++++++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml   |    1 +
 plugins/gtk+/glade-gtk-window.c                  |    3 ++
 plugins/gtk+/gtk+.xml.in                         |   11 ++++-
 plugins/gtk-private/glade-gtk-private.xml        |    3 ++
 po/POTFILES.in                                   |    2 +
 9 files changed, 158 insertions(+), 2 deletions(-)

commit 3fe212478c4d7f60ce2ff694274baafc6e3f73e5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 22:41:29 2013 +0900

    Added GladeFontChooserEditor

 plugins/gtk+/Makefile.am                       |    3 +
 plugins/gtk+/glade-font-chooser-editor.c       |   48 +++++++++
 plugins/gtk+/glade-font-chooser-editor.h       |   57 +++++++++++
 plugins/gtk+/glade-font-chooser-editor.ui      |  124 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 po/POTFILES.in                                 |    2 +
 6 files changed, 235 insertions(+)

commit 3ae881a906e964b15aa6e41993c390a9a7407486
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 21:56:41 2013 +0900

    Added GladeFileChooserButtonEditor
    
    Embeds GladeFileChooserEditor and formats a few extra properties

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

commit defbbe8706c995a936e8fafc6f2f58d17606a8d5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 21:56:41 2013 +0900

    Added GladeFileChooserButtonEditor
    
    Embeds GladeFileChooserEditor and formats a few extra properties

 plugins/gtk+/Makefile.am                         |    3 +
 plugins/gtk+/glade-file-chooser-button-editor.c  |   48 ++++++
 plugins/gtk+/glade-file-chooser-button-editor.h  |   57 +++++++
 plugins/gtk+/glade-file-chooser-button-editor.ui |  185 ++++++++++++++++++++++
 plugins/gtk+/glade-gtk-file-chooser-widget.c     |   16 +-
 plugins/gtk+/glade-gtk-resources.gresource.xml   |    1 +
 plugins/gtk+/gtk+.xml.in                         |   30 +++-
 po/POTFILES.in                                   |    2 +
 8 files changed, 334 insertions(+), 8 deletions(-)

commit 1cfe0037af336724587411530bcafe69ef6e6361
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 21:26:22 2013 +0900

    Added GladeFileChooserWidgetEditor
    
    Simply embeds a GladeFileChooserEditor.

 plugins/gtk+/Makefile.am                         |    3 ++
 plugins/gtk+/glade-file-chooser-widget-editor.c  |   48 ++++++++++++++++++
 plugins/gtk+/glade-file-chooser-widget-editor.h  |   57 ++++++++++++++++++++++
 plugins/gtk+/glade-file-chooser-widget-editor.ui |   38 +++++++++++++++
 plugins/gtk+/glade-gtk-file-chooser-widget.c     |   11 +++++
 plugins/gtk+/glade-gtk-resources.gresource.xml   |    1 +
 plugins/gtk+/gtk+.xml.in                         |   21 ++++++--
 po/POTFILES.in                                   |    2 +
 8 files changed, 178 insertions(+), 3 deletions(-)

commit b5f11f757b30937332a39c645215529041f5d569
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 21:15:46 2013 +0900

    Added GladeFileChooserEditor and GladeFileChooserDialogEditor
    
    The GladeFileChooserEditor holds all the file chooser attributes,
    the GladeFileChooserDialogEditor embeds a GladeFileChooserEditor.

 plugins/gtk+/Makefile.am                         |    6 +
 plugins/gtk+/glade-file-chooser-dialog-editor.c  |   48 ++++
 plugins/gtk+/glade-file-chooser-dialog-editor.h  |   57 +++++
 plugins/gtk+/glade-file-chooser-dialog-editor.ui |   32 +++
 plugins/gtk+/glade-file-chooser-editor.c         |   48 ++++
 plugins/gtk+/glade-file-chooser-editor.h         |   57 +++++
 plugins/gtk+/glade-file-chooser-editor.ui        |  284 ++++++++++++++++++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml   |    2 +
 plugins/gtk+/glade-gtk-window.c                  |    3 +
 plugins/gtk+/gtk+.xml.in                         |   14 +-
 plugins/gtk-private/glade-gtk-private.xml        |    3 +
 po/POTFILES.in                                   |    4 +
 12 files changed, 555 insertions(+), 3 deletions(-)

commit 8b8597904d56aee60c8c6484dd479643a1ef5f87
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 20:30:11 2013 +0900

    GladeImageEditor: Remove unneeded code.

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

commit 671e901b34afdd79b61ccc04238062d5df4768fd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 20:29:20 2013 +0900

    GladeEditorTable: Remember the show-name setting incase the name field is built after show-name is set.

 gladeui/glade-editor-table.c |   34 ++++++++++++++++++++--------------
 1 file changed, 20 insertions(+), 14 deletions(-)

commit ac3319497b107503faacae42a11723b42349fd6c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 18:06:51 2013 +0900

    Fix GtkIconFactory sources editor.
    
    The editor was busted in a few ways.

 plugins/gtk+/glade-icon-sources.c |  105 +++++++++++++++++++++++--------------
 1 file changed, 67 insertions(+), 38 deletions(-)

commit a3336ff6ffb8507608946e90ea797f890c3ba88b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 16:19:03 2013 +0900

    Removed glade-gtk.c, now all adaptor code is in separate C files.

 plugins/gtk+/Makefile.am        |    1 -
 plugins/gtk+/glade-gtk-widget.c |   10 +++++
 plugins/gtk+/glade-gtk.c        |   81 ---------------------------------------
 po/POTFILES.in                  |    1 -
 4 files changed, 10 insertions(+), 83 deletions(-)

commit c90bfb2f1d809c2f702a43d5d308cec8cc317482
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 16:16:06 2013 +0900

    Move GladeWidgetAdaptor code for Gtk[Recent/File]Filter into it's own C file

 plugins/gtk+/Makefile.am                    |    1 +
 plugins/gtk+/glade-gtk-recent-file-filter.c |  281 +++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                    |  255 ------------------------
 po/POTFILES.in                              |    1 +
 4 files changed, 283 insertions(+), 255 deletions(-)

commit 5dff30c90e91492e5a0e9e4372802ae645867540
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 16:12:54 2013 +0900

    Move GladeWidgetAdaptor code for GtkTextTagTable into it's own C file

 plugins/gtk+/Makefile.am                |    1 +
 plugins/gtk+/glade-gtk-text-tag-table.c |  173 +++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                |  147 --------------------------
 po/POTFILES.in                          |    1 +
 4 files changed, 175 insertions(+), 147 deletions(-)

commit e3d73585c77c43f1feb3d56212a667fea610f86d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 16:10:42 2013 +0900

    Move GladeWidgetAdaptor code for GtkActionGroup into it's own C file

 plugins/gtk+/Makefile.am              |    1 +
 plugins/gtk+/glade-gtk-action-group.c |  230 +++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c              |  204 -----------------------------
 po/POTFILES.in                        |    1 +
 4 files changed, 232 insertions(+), 204 deletions(-)

commit 411535efba7012176b93b583ce8bf4661c364c68
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 16:08:19 2013 +0900

    Move GladeWidgetAdaptor code for GtkAction into it's own C file

 plugins/gtk+/Makefile.am        |    1 +
 plugins/gtk+/glade-gtk-action.c |   45 +++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c        |   20 -----------------
 plugins/gtk+/glade-gtk.h        |    2 ++
 po/POTFILES.in                  |    1 +
 5 files changed, 49 insertions(+), 20 deletions(-)

commit 7fa6949a33c8e6b53b1291efd1e2b234474d068d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 16:03:35 2013 +0900

    Move GladeWidgetAdaptor code for GtkAdjustment into it's own C file

 plugins/gtk+/Makefile.am            |    1 +
 plugins/gtk+/glade-gtk-adjustment.c |   51 +++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c            |   26 ------------------
 po/POTFILES.in                      |    1 +
 4 files changed, 53 insertions(+), 26 deletions(-)

commit 540acc17bbf41f0229acce71f35c0ef3089cbf1f
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:57:10 2013 +0900

    Move GladeWidgetAdaptor code for various classes into their own C files
    
    Moved GtkListStore, GtkCellRenderer, GtkCellLayout and GtkTreeView

 plugins/gtk+/Makefile.am               |    7 +
 plugins/gtk+/glade-gtk-cell-layout.c   |  512 ++++++++++
 plugins/gtk+/glade-gtk-cell-layout.h   |   45 +
 plugins/gtk+/glade-gtk-cell-renderer.c |  411 ++++++++
 plugins/gtk+/glade-gtk-cell-renderer.h |   33 +
 plugins/gtk+/glade-gtk-list-store.c    |  658 ++++++++++++
 plugins/gtk+/glade-gtk-tree-view.c     |  275 +++++
 plugins/gtk+/glade-gtk-tree-view.h     |   33 +
 plugins/gtk+/glade-gtk.c               | 1740 --------------------------------
 po/POTFILES.in                         |    4 +
 10 files changed, 1978 insertions(+), 1740 deletions(-)

commit d499a3d5280342370af7f76eeaf983ca4455bef0
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:29:11 2013 +0900

    Move GladeWidgetAdaptor code for GtkIconFactory into it's own C file

 plugins/gtk+/Makefile.am              |    1 +
 plugins/gtk+/glade-gtk-icon-factory.c |  455 +++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c              |  428 -------------------------------
 po/POTFILES.in                        |    1 +
 4 files changed, 457 insertions(+), 428 deletions(-)

commit 0bf9f5fe6aceabb522c059731ba33f58ec15a049
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:26:23 2013 +0900

    Move GladeWidgetAdaptor code for GtkSizeGroup into it's own C file

 plugins/gtk+/Makefile.am            |    1 +
 plugins/gtk+/glade-gtk-size-group.c |  190 +++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c            |  167 ------------------------------
 po/POTFILES.in                      |    1 +
 4 files changed, 192 insertions(+), 167 deletions(-)

commit 0590f715305fa77af97058371f6413cfdcf7e253
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:24:04 2013 +0900

    Move GladeWidgetAdaptor code for GtkRadioButton into it's own C file

 plugins/gtk+/Makefile.am              |    1 +
 plugins/gtk+/glade-gtk-radio-button.c |   50 +++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c              |   25 -----------------
 po/POTFILES.in                        |    1 +
 4 files changed, 52 insertions(+), 25 deletions(-)

commit 551a57107ec47a7abe07747a3fcf7817c85aef77
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:22:18 2013 +0900

    Move GladeWidgetAdaptor code for GtkAssistant into it's own C file

 plugins/gtk+/Makefile.am           |    1 +
 plugins/gtk+/glade-gtk-assistant.c |  403 ++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c           |  378 ---------------------------------
 po/POTFILES.in                     |    2 +
 4 files changed, 406 insertions(+), 378 deletions(-)

commit 92939f59e2ac716944a7f70b0a7d5e44f96ebe9d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:19:34 2013 +0900

    Move GladeWidgetAdaptor code for GtkSpinButton into it's own C file

 plugins/gtk+/Makefile.am             |    1 +
 plugins/gtk+/glade-gtk-spin-button.c |   66 ++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c             |   40 ---------------------
 po/POTFILES.in                       |    1 +
 4 files changed, 68 insertions(+), 40 deletions(-)

commit 824dab71f7279bd8703cc32a6832a7a710c906cf
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:15:04 2013 +0900

    Move GladeWidgetAdaptor code for GtkComboBoxText into it's own C file

 plugins/gtk+/Makefile.am                |    1 +
 plugins/gtk+/glade-gtk-combo-box-text.c |  237 +++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                |  211 ---------------------------
 po/POTFILES.in                          |    1 +
 4 files changed, 239 insertions(+), 211 deletions(-)

commit 3e91894c484f6f927d855d97ecfd31e6e7192fc6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:12:33 2013 +0900

    Move GladeWidgetAdaptor code for GtkComboBox into it's own C file

 plugins/gtk+/Makefile.am           |    1 +
 plugins/gtk+/glade-gtk-combo-box.c |   71 ++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c           |   46 -----------------------
 po/POTFILES.in                     |    1 +
 4 files changed, 73 insertions(+), 46 deletions(-)

commit 9b2f2fcf97225c69a58b2f757770e9ebcf1b8d9b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:10:41 2013 +0900

    Move GladeWidgetAdaptor code for GtkTextView into it's own C file

 plugins/gtk+/Makefile.am           |    1 +
 plugins/gtk+/glade-gtk-text-view.c |   64 ++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c           |   40 ----------------------
 po/POTFILES.in                     |    1 +
 4 files changed, 66 insertions(+), 40 deletions(-)

commit d309a32a679a0e102c22df2f45d4cceecc1e3e13
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:09:16 2013 +0900

    Move GladeWidgetAdaptor code for GtkTextBuffer into it's own C file

 plugins/gtk+/Makefile.am             |    1 +
 plugins/gtk+/glade-gtk-text-buffer.c |   85 ++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c             |   63 -------------------------
 po/POTFILES.in                       |    1 +
 4 files changed, 87 insertions(+), 63 deletions(-)

commit c29aaa1cdd8091277fcd0468cdcea1c7766b7446
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:07:20 2013 +0900

    Move GladeWidgetAdaptor code for GtkEntryBuffer into it's own C file

 plugins/gtk+/Makefile.am              |    1 +
 plugins/gtk+/glade-gtk-entry-buffer.c |   89 +++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c              |   65 ------------------------
 po/POTFILES.in                        |    1 +
 4 files changed, 91 insertions(+), 65 deletions(-)

commit 1b165eaf7ce03c185b6cfb75c4c932f09210520d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:04:56 2013 +0900

    Removing unused #defines

 plugins/gtk+/glade-gtk.h |    3 ---
 1 file changed, 3 deletions(-)

commit 554133a878345ab250dd8bbdd7f7a42807bf1088
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 15:04:07 2013 +0900

    Move GladeWidgetAdaptor code for GtkLabel into it's own C file

 plugins/gtk+/Makefile.am       |    1 +
 plugins/gtk+/glade-gtk-label.c |  561 ++++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c       |  536 --------------------------------------
 plugins/gtk+/glade-gtk.h       |    3 +
 po/POTFILES.in                 |    1 +
 5 files changed, 566 insertions(+), 536 deletions(-)

commit 6c2ac93f4a9cd112c0b8521115bf86c0fd4e523b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 14:58:56 2013 +0900

    Move GladeWidgetAdaptor code for GtkMenuToolButton into it's own C file

 plugins/gtk+/Makefile.am                  |    1 +
 plugins/gtk+/glade-gtk-menu-tool-button.c |  104 +++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                  |   78 ----------------------
 po/POTFILES.in                            |    1 +
 4 files changed, 106 insertions(+), 78 deletions(-)

commit 9c925c2b9b6ec27f56eb5800296a3753b6c51153
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 14:56:18 2013 +0900

    Move GladeWidgetAdaptor code for GtkToolButton into it's own C file

 plugins/gtk+/Makefile.am             |    1 +
 plugins/gtk+/glade-gtk-tool-button.c |  209 ++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c             |  184 ------------------------------
 po/POTFILES.in                       |    1 +
 4 files changed, 211 insertions(+), 184 deletions(-)

commit 30aeb3de35b7345587b1ed759c402bbd9ba0d8e1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 14:54:02 2013 +0900

    Move GladeWidgetAdaptor code for GtkToolItem into it's own C file

 plugins/gtk+/Makefile.am           |    1 +
 plugins/gtk+/glade-gtk-tool-item.c |   72 ++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c           |   45 ----------------------
 po/POTFILES.in                     |    1 +
 4 files changed, 74 insertions(+), 45 deletions(-)

commit e739373589e119cb8bfd8914aa05a2cad6d1fae5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 14:52:26 2013 +0900

    Move GladeWidgetAdaptor code for GtkToolItemGroup into it's own C file

 plugins/gtk+/Makefile.am                 |    1 +
 plugins/gtk+/glade-gtk-tool-item-group.c |  165 ++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                 |  138 -------------------------
 po/POTFILES.in                           |    1 +
 4 files changed, 167 insertions(+), 138 deletions(-)

commit bd3ffc965c1f62270fb49c7066f0360a044d608c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 14:49:45 2013 +0900

    Move GladeWidgetAdaptor code for GtkToolPalette into it's own C file

 plugins/gtk+/Makefile.am              |    1 +
 plugins/gtk+/glade-gtk-tool-palette.c |  224 +++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c              |  196 -----------------------------
 po/POTFILES.in                        |    1 +
 4 files changed, 226 insertions(+), 196 deletions(-)

commit 27757c1836fe3d812f7ec1e2c74f9a5ac70b5807
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 14:46:29 2013 +0900

    Move GladeWidgetAdaptor code for GtkToolbar into it's own C file

 plugins/gtk+/Makefile.am         |    1 +
 plugins/gtk+/glade-gtk-toolbar.c |  307 ++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c         |  279 ----------------------------------
 po/POTFILES.in                   |    1 +
 4 files changed, 309 insertions(+), 279 deletions(-)

commit 3f55af70725a6365302a3f89ac3f440f24d687ee
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat May 4 14:43:14 2013 +0900

    Move GladeWidgetAdaptor code for GtkMenuBar into it's own C file

 plugins/gtk+/Makefile.am          |    1 +
 plugins/gtk+/glade-gtk-menu-bar.c |  140 +++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c          |  114 ------------------------------
 po/POTFILES.in                    |    2 +
 4 files changed, 143 insertions(+), 114 deletions(-)

commit 916233cebf7a29d2529238fcbb2cafecbef6b99d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 23:33:48 2013 +0900

    Move GladeWidgetAdaptor code for GtkRadioMenuItem into it's own C file

 plugins/gtk+/Makefile.am                 |    1 +
 plugins/gtk+/glade-gtk-radio-menu-item.c |   55 ++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                 |   29 ----------------
 po/POTFILES.in                           |    1 +
 4 files changed, 57 insertions(+), 29 deletions(-)

commit 16906e0f14f0354d6ec546cbf12214f85eb10995
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 23:31:54 2013 +0900

    Move GladeWidgetAdaptor code for GtkImageMenuItem into it's own C file

 plugins/gtk+/Makefile.am                 |    1 +
 plugins/gtk+/glade-gtk-image-menu-item.c |  237 ++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                 |  208 --------------------------
 po/POTFILES.in                           |    1 +
 4 files changed, 239 insertions(+), 208 deletions(-)

commit ea11835fa51c74ddebcbd5266d5ab24ab05b0714
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 23:28:54 2013 +0900

    Move GladeWidgetAdaptor code for GtkMenuItem into it's own C file

 plugins/gtk+/Makefile.am           |    1 +
 plugins/gtk+/glade-gtk-menu-item.c |  236 ++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c           |  209 -------------------------------
 po/POTFILES.in                     |    1 +
 4 files changed, 238 insertions(+), 209 deletions(-)

commit 2a041f5d1e12bc728d7e0e59d0ae0951a9541141
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 23:22:10 2013 +0900

    Move GladeWidgetAdaptor code for GtkMenuShell into it's own C file

 plugins/gtk+/Makefile.am            |    2 +
 plugins/gtk+/glade-gtk-menu-shell.c |  621 +++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-menu-shell.h |   59 ++++
 plugins/gtk+/glade-gtk.c            |  594 +--------------------------------
 po/POTFILES.in                      |    1 +
 5 files changed, 684 insertions(+), 593 deletions(-)

commit bd00d95c74e4c94246d55d824838b2bd695fe3db
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 23:12:44 2013 +0900

    Move GladeWidgetAdaptor code for GtkRecentChooserMenu into it's own C file

 plugins/gtk+/Makefile.am                     |    1 +
 plugins/gtk+/glade-gtk-recent-chooser-menu.c |   50 ++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                     |   23 ------------
 po/POTFILES.in                               |    2 ++
 4 files changed, 53 insertions(+), 23 deletions(-)

commit 65b70fbbd101a849d1a363801337a1e42c430d8c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 23:09:32 2013 +0900

    Move GladeWidgetAdaptor code for GtkMenu into it's own C file

 plugins/gtk+/Makefile.am      |    1 +
 plugins/gtk+/glade-gtk-menu.c |   45 +++++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c      |   20 ------------------
 po/POTFILES.in                |    1 +
 4 files changed, 47 insertions(+), 20 deletions(-)

commit 6338066d4b70a448a0f1f534b0a3f56834e7fdaa
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 23:07:23 2013 +0900

    Move GladeWidgetAdaptor code for GtkImage into it's own C file
    
    Includes a bit of a fixup for the GtkButton code

 plugins/gtk+/Makefile.am        |    3 +
 plugins/gtk+/glade-gtk-button.c |   46 ++++----
 plugins/gtk+/glade-gtk-button.h |   34 ++++++
 plugins/gtk+/glade-gtk-image.c  |  249 +++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-image.h  |   37 ++++++
 plugins/gtk+/glade-gtk.c        |  225 +----------------------------------
 po/POTFILES.in                  |    1 +
 7 files changed, 351 insertions(+), 244 deletions(-)

commit 494e742b95dcb294ff097bdad11018017316e3cd
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:59:47 2013 +0900

    Move GladeWidgetAdaptor code for GtkButton into it's own C file

 plugins/gtk+/Makefile.am        |    1 +
 plugins/gtk+/glade-gtk-button.c |  284 +++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c        |  255 -----------------------------------
 po/POTFILES.in                  |    1 +
 4 files changed, 286 insertions(+), 255 deletions(-)

commit 4a91d9be6d87143122d7317748b90ade9b1492a2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:55:39 2013 +0900

    Move GladeWidgetAdaptor code for GtkFileChooserWidget into it's own C file

 plugins/gtk+/Makefile.am                     |    1 +
 plugins/gtk+/glade-gtk-file-chooser-widget.c |   54 ++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                     |   28 -------------
 po/POTFILES.in                               |    1 +
 4 files changed, 56 insertions(+), 28 deletions(-)

commit b145dd40ebab4bb4c06552cab85ad6d0224571b8
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:50:20 2013 +0900

    Move GladeWidgetAdaptor code for GtkMessageDialog into it's own C file

 plugins/gtk+/Makefile.am                |    1 +
 plugins/gtk+/glade-gtk-message-dialog.c |  208 +++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c                |  183 ---------------------------
 po/POTFILES.in                          |    1 +
 4 files changed, 210 insertions(+), 183 deletions(-)

commit 7160b30eb58bc1465f3142825aab0b675078cfee
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:47:58 2013 +0900

    Move GladeWidgetAdaptor code for GtkDialog into it's own C file

 plugins/gtk+/Makefile.am        |    2 +
 plugins/gtk+/glade-gtk-dialog.c |  194 +++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-dialog.h |   34 +++++++
 plugins/gtk+/glade-gtk.c        |  167 +--------------------------------
 po/POTFILES.in                  |    1 +
 5 files changed, 232 insertions(+), 166 deletions(-)

commit 882533bee5b13d756be6e32538f79648ac84d992
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:40:22 2013 +0900

    Move GladeWidgetAdaptor code for GtkAboutDialog into it's own C file

 plugins/gtk+/Makefile.am              |    1 +
 plugins/gtk+/glade-gtk-about-dialog.c |   67 +++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c              |   40 --------------------
 po/POTFILES.in                        |    1 +
 4 files changed, 69 insertions(+), 40 deletions(-)

commit 37cc8fcf0c662a3d529db378e48ff0d3edeb684b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:36:45 2013 +0900

    Move GladeWidgetAdaptor code for GtkWindow into it's own C file

 plugins/gtk+/Makefile.am        |    1 +
 plugins/gtk+/glade-accels.h     |    3 -
 plugins/gtk+/glade-gtk-window.c |  198 +++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c        |  165 --------------------------------
 po/POTFILES.in                  |    1 +
 5 files changed, 200 insertions(+), 168 deletions(-)

commit f8d2db9a3f3da3df31d991ae50d649004fb8b070
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:31:06 2013 +0900

    Move GladeWidgetAdaptor code for GtkFixed/GtkLayout into it's own C file

 plugins/gtk+/Makefile.am              |    1 +
 plugins/gtk+/glade-gtk-fixed-layout.c |  131 +++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c              |  108 ---------------------------
 po/POTFILES.in                        |    1 +
 4 files changed, 133 insertions(+), 108 deletions(-)

commit aaf753ce83525eb2e10156c14c3889803b217ec2
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:28:44 2013 +0900

    Move GladeWidgetAdaptor code for GtkEntry into it's own C file

 plugins/gtk+/Makefile.am       |    1 +
 plugins/gtk+/glade-gtk-entry.c |  313 ++++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c       |  285 ------------------------------------
 po/POTFILES.in                 |    1 +
 4 files changed, 315 insertions(+), 285 deletions(-)

commit b13dfaf3e3b85ce501be35f104f73e0537b3dcda
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:25:26 2013 +0900

    Move GladeWidgetAdaptor code for GtkExpander into it's own C file

 plugins/gtk+/Makefile.am          |    1 +
 plugins/gtk+/glade-gtk-expander.c |  150 +++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c          |  124 ------------------------------
 po/POTFILES.in                    |    1 +
 4 files changed, 152 insertions(+), 124 deletions(-)

commit 3cd9be03e8f16c375bda1b9a6d265a54cd189c40
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:23:14 2013 +0900

    Move GladeWidgetAdaptor code for GtkPaned into it's own C file

 plugins/gtk+/Makefile.am       |    1 +
 plugins/gtk+/glade-gtk-paned.c |  162 ++++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c       |  138 ----------------------------------
 po/POTFILES.in                 |    1 +
 4 files changed, 164 insertions(+), 138 deletions(-)

commit aacacff97129aef802635aaee0b76997b3462996
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:20:44 2013 +0900

    Move GladeWidgetAdaptor code for GtkNotebook into it's own C file

 plugins/gtk+/Makefile.am          |    2 +
 plugins/gtk+/glade-gtk-box.c      |    2 +-
 plugins/gtk+/glade-gtk-notebook.c |  959 +++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-notebook.h |   40 ++
 plugins/gtk+/glade-gtk.c          |  933 ------------------------------------
 plugins/gtk+/glade-gtk.h          |   13 -
 po/POTFILES.in                    |    1 +
 7 files changed, 1003 insertions(+), 947 deletions(-)

commit 0d48de27ec6ffc7be5ca2fc20cde0e0652fa0a55
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 22:07:47 2013 +0900

    Move GladeWidgetAdaptor code for GtkFrame into it's own C file

 plugins/gtk+/Makefile.am       |    2 +
 plugins/gtk+/glade-gtk-frame.c |  207 ++++++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-frame.h |   39 ++++++++
 plugins/gtk+/glade-gtk.c       |  190 +-----------------------------------
 po/POTFILES.in                 |    1 +
 5 files changed, 253 insertions(+), 186 deletions(-)

commit a9628287b9d8e16323ee055506bb00b185637f3e
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 21:59:48 2013 +0900

    Moving a function from glade-gtk.c to glade-fixed.c

 plugins/gtk+/glade-fixed.c |   35 ++++++++++++++++++++++-------------
 plugins/gtk+/glade-gtk.c   |    8 --------
 2 files changed, 22 insertions(+), 21 deletions(-)

commit 94a5f71ad0fec0a9315444a99d88eedc8eb3ff71
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 21:57:47 2013 +0900

    Move GladeWidgetAdaptor code for GtkContainer into it's own C file

 plugins/gtk+/Makefile.am           |    1 +
 plugins/gtk+/glade-gtk-container.c |  229 ++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c           |  203 --------------------------------
 po/POTFILES.in                     |    1 +
 4 files changed, 231 insertions(+), 203 deletions(-)

commit ee8deae7b6f2055f6a7c49aadd6f002162e3b38b
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri May 3 21:53:14 2013 +0900

    Move GladeWidgetAdaptor code for GtkWidget into it's own C file
    
    Also migrated accelerator [de]serialization into glade-accels.[ch]

 plugins/gtk+/Makefile.am        |    1 +
 plugins/gtk+/glade-accels.c     |   57 ++
 plugins/gtk+/glade-accels.h     |    9 +
 plugins/gtk+/glade-gtk-widget.c | 1053 +++++++++++++++++++++++++++++++++++++
 plugins/gtk+/glade-gtk.c        | 1095 +--------------------------------------
 plugins/gtk+/glade-gtk.h        |   16 +-
 po/POTFILES.in                  |    1 +
 7 files changed, 1130 insertions(+), 1102 deletions(-)

commit b425c976503eca7b425b16442904d614a987f032
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Thu May 2 21:43:14 2013 +0300

    Updated Greek translation

 po/el.po | 2059 ++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 1070 insertions(+), 989 deletions(-)

commit 64ed9edbbe263a1cf3053349d50d0a27e908904d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 2 14:40:51 2013 +0900

    GladeEditorProperty: Minimum width of 8 chars for combo boxes (before wrapping)

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

commit 40fa80d8bceb1a874461570833ccb4e5bff09954
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 2 14:32:01 2013 +0900

    GladeAboutDialogEditor: Saved again without the erronous packing properties.

 plugins/gtk+/glade-about-dialog-editor.ui |    5 -----
 1 file changed, 5 deletions(-)

commit c3538566b85a42ddeb73155baec49d9d0d93b273
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 2 14:31:06 2013 +0900

    Private Catalog: Mark GladeWindowEditor's extension-port as an anarchist child.
    
    This disables packing properties, which are inappropriate in this case.

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

commit 0863f386bf19a5305a14d587abe1c77c2469e1fb
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 2 01:37:32 2013 +0900

    GladeEditorProperty: Enable word wrapping in combo boxes.

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

commit 9974676e13d0d2d0661207fac318eff580deeb79
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 2 01:24:25 2013 +0900

    GladeAboutDialogEditor: Touching up UI

 plugins/gtk+/glade-about-dialog-editor.ui |  178 +++++++++++++++++------------
 1 file changed, 106 insertions(+), 72 deletions(-)

commit 499e29d232e92b8094fa78f476f4a35c82494975
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu May 2 00:17:38 2013 +0900

    Adding glade-about-dialog-editor.c to POTFILES.in

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

commit 6dbc09cd453e3bec01da93291e7d2095f5ff8120
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 1 23:57:01 2013 +0900

    Set translation domain for about dialog editor

 plugins/gtk+/glade-about-dialog-editor.ui |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0ace3df4fd9f9e7e57d65451dddb25e57bfd4740
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 1 23:55:26 2013 +0900

    Added GladeAboutDialogEditor

 plugins/gtk+/Makefile.am                       |    5 +-
 plugins/gtk+/glade-about-dialog-editor.c       |  238 +++++++++
 plugins/gtk+/glade-about-dialog-editor.h       |   57 +++
 plugins/gtk+/glade-about-dialog-editor.ui      |  628 ++++++++++++++++++++++++
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk.c                       |   79 ++-
 plugins/gtk+/gtk+.xml.in                       |   35 +-
 po/POTFILES.in                                 |    1 +
 8 files changed, 1019 insertions(+), 25 deletions(-)

commit 0a5c552095f3d1fdd28f2fac41e56ecbabca9a22
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 1 23:54:42 2013 +0900

    GtkBox adaptor: Handle internal widgets properly

 plugins/gtk+/glade-gtk-box.c |   18 +++++++++++-------
 1 file changed, 11 insertions(+), 7 deletions(-)

commit 5fd9e9afb0125342ff8341903cce70e11e000100
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 1 23:54:19 2013 +0900

    Add GladeWindowEditor to private catalog

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

commit 01c56c07e1d032cdf3b46e67628ffac3dd001608
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 1 23:53:50 2013 +0900

    GladeWindowEditor: Added an extension port for derived editors.

 plugins/gtk+/glade-window-editor.c  |   19 +++-
 plugins/gtk+/glade-window-editor.h  |    4 +-
 plugins/gtk+/glade-window-editor.ui |  202 +++++++++++------------------------
 3 files changed, 81 insertions(+), 144 deletions(-)

commit 1e863aa50ff9a518ec2e27338dcb907e0f35fdd5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 1 23:52:40 2013 +0900

    GladePropertyShell: Added pre/post commit signals

 gladeui/glade-property-shell.c |  116 +++++++++++++++++++++++++++++++++++-----
 gladeui/glade.h                |    1 +
 2 files changed, 103 insertions(+), 14 deletions(-)

commit 7969d2bd97152f5d1d031322f5ea1507b617174d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 1 23:52:20 2013 +0900

    GladeEditorProperty: Make combos expand

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

commit 5b2228e8a1a14a154d481aea3104194c8c836290
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 1 20:26:47 2013 +0900

    Unmark GtkWidget:has-focus & is-focus as save-always.
    
    This was a copy/paste error, there is no need to mark these as save-always
    and it introduces meaningless diffs in projects

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

commit 33accd87253b15afb53f5eb8e84206e732cd61f6
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Wed May 1 20:23:08 2013 +0900

    glade-window-editor.ui: Added missing translation domain setting.

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

commit e395758b546cedc96cad7dd254d71de0d3f5f916
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Apr 28 21:02:13 2013 +0200

    Updated Spanish translation

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

commit d0868d8c820b1cfa4dd06c77ff71ec9fb618f6f0
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Sun Apr 28 21:01:20 2013 +0200

    Updated Spanish translation

 po/es.po | 1801 +++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 903 insertions(+), 898 deletions(-)

commit ba955db20be5407659c1131239468b62a4ba0adf
Author: Piotr DrÄ…g <piotrdrag@gmail.com>
Date:   Sun Apr 28 19:02:12 2013 +0200

    Updated POTFILES.in

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

commit ff1a3af6df800b9aa500e47beb38305add476796
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 28 22:37:28 2013 +0900

    Added new custom editor GladeWindowEditor.

 plugins/gtk+/Makefile.am                       |    9 +-
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk.c                       |   49 +-
 plugins/gtk+/glade-window-editor.c             |  191 +++++
 plugins/gtk+/glade-window-editor.h             |   57 ++
 plugins/gtk+/glade-window-editor.ui            |  879 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   57 +-
 po/POTFILES.in                                 |    1 +
 8 files changed, 1219 insertions(+), 25 deletions(-)

commit 4d4bedd120f7e8b48170f30eadd06f64f56adb74
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 28 20:44:31 2013 +0900

    Added more debugging domains, enabled some long dornmant debug prints

 gladeui/glade-command.c  |   21 +++++++++++----------
 gladeui/glade-debug.c    |    5 ++++-
 gladeui/glade-debug.h    |    6 +++++-
 gladeui/glade-property.c |   41 ++++++++++++++++++++---------------------
 gladeui/glade-widget.c   |   31 ++++++++++++-------------------
 5 files changed, 52 insertions(+), 52 deletions(-)

commit b1d730a945aeb0cf34a86e048ca2a4f0b76b5c58
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 28 20:24:02 2013 +0900

    Added debug flags and --enable-debug configure option.
    
    Also fixed warnings for versioning errors and such, GladeVerifyFlags was
    not properly defined.

 configure.ac             |   19 +++++++++++++++++++
 gladeui/Makefile.am      |    2 ++
 gladeui/glade-app.c      |    2 ++
 gladeui/glade-debug.c    |   33 +++++++++++++++++++++++++++++++++
 gladeui/glade-debug.h    |   23 ++++++++++++++++++++++-
 gladeui/glade-project.c  |   29 +++++++++++++++++++++++++++++
 gladeui/glade-project.h  |    6 +++---
 gladeui/glade.h          |    1 +
 plugins/gtk+/Makefile.am |    1 +
 9 files changed, 112 insertions(+), 4 deletions(-)

commit e3d3b8ab609ba851fa25b4643a6b12020fb72fc3
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 28 19:29:12 2013 +0900

    GTK+ Catalog: Bumped current GTK+ version to 3.10 and added missing displayable values.

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

commit 992a332ccf47bbdedd8492583dd06e910316e95c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 28 19:02:10 2013 +0900

    GladeActivatableEditor: Hide the actionable properties if not actionable.

 plugins/gtk+/glade-activatable-editor.c  |   43 +++++++++++++++++++++++++++++-
 plugins/gtk+/glade-activatable-editor.ui |   28 ++++++++++++++++---
 2 files changed, 66 insertions(+), 5 deletions(-)

commit 5f894ab11196dd45c74d4874407be78b7e7e8615
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 28 18:47:44 2013 +0900

    Ported GladeToolButtonEditor to use a composite widget template

 plugins/gtk+/Makefile.am                       |    1 +
 plugins/gtk+/glade-gtk-resources.gresource.xml |    1 +
 plugins/gtk+/glade-gtk.c                       |   37 +-
 plugins/gtk+/glade-tool-button-editor.c        |  308 ++++-----------
 plugins/gtk+/glade-tool-button-editor.h        |   29 +-
 plugins/gtk+/glade-tool-button-editor.ui       |  494 ++++++++++++++++++++++++
 plugins/gtk+/gtk+.xml.in                       |   16 +-
 po/POTFILES.in                                 |    1 +
 8 files changed, 615 insertions(+), 272 deletions(-)

commit 453bb7f3f9af4c223c77892fbf6d6bd9c8575759
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 28 18:46:52 2013 +0900

    GladeButtonEditor: Remove pointless finalize implementation.

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

commit 6626d36433bd9504879b74f606ff1b04f3166014
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Apr 28 18:46:20 2013 +0900

    GladeEditable: Automatically disconnect to signals when an editor is destroyed.

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

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

    GladeEditorProperty: Fixed typo which was causing assertions

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

commit 39eef1079f85d4843e121f73889fb813244026d3
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sat Apr 27 21:19:30 2013 +0900

    Bug 698920: New icon for GtkMenuButton
    
    New icon by Paolo Borelli

 plugins/gtk+/icons/16x16/Makefile.am               |    1 +
 plugins/gtk+/icons/16x16/widget-gtk-menubutton.png |  Bin 0 -> 563 bytes
 plugins/gtk+/icons/22x22/Makefile.am               |    1 +
 plugins/gtk+/icons/22x22/widget-gtk-menubutton.png |  Bin 0 -> 359 bytes
 4 files changed, 2 insertions(+)

commit 24e81bb028f513516795fc6945f03aee11250641
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 26 22:13:26 2013 +0900

    GladeInspector: Add ellipsizing text
    
    Now we combine the type name & detail cells into the same cell and
    ellipsize that cell (it works better if only one cell ellipsizes).

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

commit 9c37e519a69fb6036fe0312248611f2ce048cfc7
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Fri Apr 26 19:38:33 2013 +0900

    GladePreferences: Corrected type in "Create bsackups"

 src/glade-preferences.glade |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 972f9474d6cb1d146e2624e3f4de351e7c08110c
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 25 21:16:29 2013 +0900

    GladeWidget: Reorder properties, avoid crash when setting the object before the adaptor.

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

commit 308cad44a555563e5eec3604c4b57db71efeaa64
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Thu Apr 25 17:40:06 2013 +0200

    Updated Spanish translation

 po/es.po | 3444 +++++++++++++++++++++++++++++++++++++-------------------------
 1 file changed, 2078 insertions(+), 1366 deletions(-)

commit 1906695523bad9be60cb2933a7cb6a585c27a7f5
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 25 15:51:10 2013 +0900

    Moving GtkPlacesSidebar into the composite widgets section of the palette.

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

commit 75409b49050e00ad42c11b2734c50cd444a3aee1
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Thu Apr 25 15:32:04 2013 +0900

    GladePopup: Use real GtkSeparatorMenuItems
    
    This apparently makes a difference with the Adwaita theme.

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

commit efcfe5979d6416892c015b487068f0d383092776
Author: Fran Diéguez <fran.dieguez@mabishu.com>
Date:   Wed Apr 24 09:52:29 2013 +0200

    Updated Galician translations

 po/gl.po |  142 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 61 insertions(+), 81 deletions(-)

commit 942ae60198df777bc3b5e78c2dc3651a0d3c23a5
Author: Dimitris Spingos <dmtrs32@gmail.com>
Date:   Tue Apr 23 22:33:17 2013 +0300

    Updated Greek translation

 po/el.po | 3359 ++++++++++++++++++++++++++++++++++++++------------------------
 1 file changed, 2055 insertions(+), 1304 deletions(-)

commit 65176b11127731b80fdc8a30b27a9f88af1f7512
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Mon Apr 22 16:13:43 2013 -0400

    Add icons for GtkPlacesSidebar
    
    BOW TO MY MAD PIXEL-PUSHING SKILLZ.

 plugins/gtk+/icons/16x16/Makefile.am               |    1 +
 .../gtk+/icons/16x16/widget-gtk-placessidebar.png  |  Bin 0 -> 222 bytes
 plugins/gtk+/icons/22x22/Makefile.am               |    1 +
 .../gtk+/icons/22x22/widget-gtk-placessidebar.png  |  Bin 0 -> 235 bytes
 4 files changed, 2 insertions(+)

commit 53471a94e1582f864dbd438ecd7bd7f6b00ebb50
Author: Federico Mena Quintero <federico@gnome.org>
Date:   Mon Apr 22 15:49:04 2013 -0400

    Add GtkPlacesSidebar to the gtk+ plugin's catalog
    
    Signed-off-by: Federico Mena Quintero <federico@gnome.org>

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