commit 73b1137903a7acc32c0faa83f7e93fe049e03256
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon May 12 15:02:04 2014 -0300

    GladeEditorProperty: re grab focus on load_common() if property is construct-only.
    
    If the property is construct-only, then glade_widget_rebuild() will be called
    which means the object will be removed from the project/selection and
    a new one will be added, which makes the eprop loose its focus.

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

commit fd791c4cd7a4097482d4f8c467cc37272ef113fe
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 11 00:24:49 2014 +0200

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

commit 74763ed8cea2bea61fbaa03c8636bd81dbca665b
Author: Gil Forcada <gforcada@gnome.org>
Date:   Sun May 11 00:24:41 2014 +0200

    [l10n] Update Catalan translation

 po/ca.po | 31 +++++++++++++++++--------------
 1 file changed, 17 insertions(+), 14 deletions(-)

commit 4aac66d1e5f18f5f68198a613d842d9407fab66e
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Sun May 11 00:19:41 2014 +0200

    [l10n] Updated Catalan (Valencian) translation

 po/ca@valencia.po | 2410 ++++++++++++++++++++++++++++++++++-------------------
 1 file changed, 1543 insertions(+), 867 deletions(-)

commit 56b19685ff95af33ee1b63c7c4fe0ce0a8be0192
Author: Pau Iranzo <paugnu@gmail.com>
Date:   Sun May 11 00:19:30 2014 +0200

    [l10n] Update Catalan translation

 po/ca.po | 2452 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 1626 insertions(+), 826 deletions(-)

commit df062dbeac3b358ebce2b9f9993726f7e1c9cecb
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 7 16:38:28 2014 -0300

    GladePreviewWindow: force infobar to show a close button and make label selectable

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

commit 2656b6fa8fe4bdef0502897f590d6b5085a55adf
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 7 15:43:29 2014 -0300

    GladePreviewer: ignore signal connections to avoid warnings about missing symbols.

 gladeui/glade-preview-template.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

commit f9d19530f1b7be33b1c81c71b4cbb2c48c50df7d
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed May 7 15:37:01 2014 -0300

    GladePreviewer: Fixed bug previewing templates.
    
    XML text data was not escaped when generating the template XML.

 gladeui/glade-preview-template.c | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

commit d27d1dd8d4845a5cb2226ee3e409f6958b120668
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu May 1 23:29:32 2014 -0300

    GladeWidgetAdaptor: Fixed glade_widget_adaptor_object_get_children() for internal widgets.
    
    Internal widgets are defined in Glade in the adaptor class that introduced them.
    So in order to get internal widgets that are descendant of another internal widget
    we need to walk up the adaptor hierarchy to find where internal widgets are defined.
    
    I included this patch in the stable version because without it glade can not access
    GtkDialog internal action_area if compiled with gtk master (version 3.13)

 gladeui/glade-widget-adaptor.c | 98 +++++++++++++++++++++++++++++-------------
 1 file changed, 68 insertions(+), 30 deletions(-)

commit 43bdd064dc8bbc09ed2652f5fffb4b5c9235185c
Author: Christian Kirbach <Christian.Kirbach@gmail.com>
Date:   Mon May 5 15:03:17 2014 +0000

    Updated German translation

 po/de.po | 1798 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 1229 insertions(+), 569 deletions(-)

commit 4719cb76c7a3d9ce2bd5e251735a3ff633510925
Author: Dirgita <dirgitadevina@gmail.com>
Date:   Wed Apr 23 09:43:03 2014 +0000

    Updated Indonesian translation

 po/id.po | 798 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 401 insertions(+), 397 deletions(-)

commit feea43d65563149b46ae42fd476f735627cb3d19
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Apr 19 21:14:41 2014 -0300

    Fixed Bug 727914 "Logo is not shown in About-dialog"
    
    Made GtkAboutDialog logo and logo-icon-name properties optional since they
    are mutually exclusive.
    The editor is responsible for enabling then accordingly.

 plugins/gtk+/glade-about-dialog-editor.c | 82 +++++++++++++++-----------------
 plugins/gtk+/glade-gtk-about-dialog.c    | 25 +++++-----
 plugins/gtk+/gtk+.xml.in                 |  4 +-
 3 files changed, 54 insertions(+), 57 deletions(-)

commit 6b022595cbe95499547bf7ac472c23400e87ff46
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Sat Apr 19 18:47:02 2014 -0300

    Fixed toolbar icon size.
    Use GTK_ICON_SIZE_LARGE_TOOLBAR and GTK_ICON_SIZE_SMALL_TOOLBAR instead of
    GTK_ICON_SIZE_MENU and GTK_ICON_SIZE_BUTTON

 gladeui/glade-palette.c | 68 ++++++++++++++++++++-----------------------------
 1 file changed, 27 insertions(+), 41 deletions(-)

commit 256f1a458c9841dd05099e40839170a6005cf606
Author: Yuri Myasoedov <ymyasoedov@yandex.ru>
Date:   Sun Apr 20 15:45:54 2014 +0400

    Fixed Russian translation

 po/ru.po | 43 +++++++++++++++++++++----------------------
 1 file changed, 21 insertions(+), 22 deletions(-)

commit e466e5b2837e909237613b35638d06de4c7076b7
Author: Tom Tryfonidis <tomtryf@gmail.com>
Date:   Fri Apr 18 21:51:13 2014 +0000

    Updated Greek translation

 po/el.po | 1437 +++++++++++++++++++++++++++-----------------------------------
 1 file changed, 626 insertions(+), 811 deletions(-)

commit 8fa35da340438cbec044f698fd5660502958ed63
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Apr 17 00:51:11 2014 -0300

    Fixed cursor glitch while moving the poiner across multiple placeholders.
    The glitch was because we where updating the cursor on motion event only
    so when the pointer enters a new placeholder the cursor is set back to
    default and then changed again when the motion notify is finally triggered.

 gladeui/glade-placeholder.c | 31 ++++++++++++++++++++-----------
 1 file changed, 20 insertions(+), 11 deletions(-)

commit 5b1f00ac579af9f0e0455db7d9f8d03777c396c6
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Thu Apr 17 00:50:31 2014 -0300

    Fixed Bug 353002 "wrong cursor over widgets"

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

commit 35dcc715acfe3f25b19cb3b6b5af98621f2c2e95
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 16 23:08:30 2014 -0300

    Convert every object to use G_DEFINE_TYPE_WITH_CODE() or G_ADD_PRIVATE() macros
    Fixed function prototype identation and spacing.

 gladeui/glade-app.c                       |  51 ++--
 gladeui/glade-base-editor.c               | 148 +++++-----
 gladeui/glade-catalog.c                   |   4 +-
 gladeui/glade-cell-renderer-icon.c        |  82 +++---
 gladeui/glade-clipboard.c                 |  27 +-
 gladeui/glade-command.c                   |   8 +-
 gladeui/glade-design-layout.c             |  13 +-
 gladeui/glade-design-view.c               |   9 +-
 gladeui/glade-editor-property.c           |   8 +-
 gladeui/glade-editor-skeleton.c           |  16 +-
 gladeui/glade-editor-table.c              |  44 ++-
 gladeui/glade-editor.c                    |  48 ++--
 gladeui/glade-id-allocator.c              |   6 +-
 gladeui/glade-inspector.c                 | 113 ++++----
 gladeui/glade-name-context.c              |  22 +-
 gladeui/glade-named-icon-chooser-dialog.c | 232 ++++++++--------
 gladeui/glade-object-stub.c               |  18 +-
 gladeui/glade-palette.c                   |  67 +++--
 gladeui/glade-placeholder.c               |  24 +-
 gladeui/glade-popup.c                     |  32 +--
 gladeui/glade-preview-window.c            |  10 +-
 gladeui/glade-preview.c                   |   8 +-
 gladeui/glade-project.c                   | 213 +++++++--------
 gladeui/glade-property-label.c            |   8 +-
 gladeui/glade-property-shell.c            |  54 ++--
 gladeui/glade-property.c                  | 141 +++++-----
 gladeui/glade-signal-class.c              |  26 +-
 gladeui/glade-signal-editor.c             |  13 +-
 gladeui/glade-signal-model.c              |   5 +-
 gladeui/glade-signal.c                    |  20 +-
 gladeui/glade-widget-action.c             |  42 ++-
 gladeui/glade-widget-adaptor.c            | 341 +++++++++++------------
 gladeui/glade-widget.c                    | 439 ++++++++++++++++--------------
 gladeui/glade-xml-utils.c                 | 141 +++++-----
 plugins/gtk+/glade-fixed.c                |  40 +--
 plugins/gtk+/glade-scale-editor.c         |  12 +-
 src/glade-http.c                          |   6 +-
 37 files changed, 1205 insertions(+), 1286 deletions(-)

commit 3ad52c12b0a53f50855d34f31a92fe8ae0e763e9
Author: David Shea <dshea@redhat.com>
Date:   Wed Apr 16 17:53:36 2014 -0400

    Check use-underline for whether mnemonic-widget can be set

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

commit 83cc9dbe28b3c47da6b24b0f5aaf46621129e63a
Author: David Shea <dshea@redhat.com>
Date:   Wed Apr 16 11:03:25 2014 -0400

    Allow 3 decimal digits for the text scale value.

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

commit 21eb9583b70e07dab6f0cef68e77eb0d4dbab86e
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Wed Apr 16 20:19:40 2014 -0300

    Marked glade_http_request_send_async() as a G_GNUC_PRINTF() function.
    Fixed compile warning.

 src/glade-http.c         | 2 +-
 src/glade-http.h         | 2 +-
 src/glade-registration.c | 8 +++++++-
 3 files changed, 9 insertions(+), 3 deletions(-)

commit f3f4420e9895d9952c4bfe539b38692eae324ebc
Author: TingPing <tingping@tingping.se>
Date:   Sat Mar 15 09:21:23 2014 -0400

    Save palette appearance setting

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

commit d3a7de0b0644263685949b373ecef6c455762439
Author: Daniel Mustieles <daniel.mustieles@gmail.com>
Date:   Tue Apr 15 14:22:34 2014 +0200

    Updated Spanish translation

 po/es.po | 122 +++++++++++++++++++++++++++++++++------------------------------
 1 file changed, 63 insertions(+), 59 deletions(-)

commit 465a3b8e7cfa18951ff64de3dca3fabe071b589f
Author: Juan Pablo Ugarte <juanpablougarte@gmail.com>
Date:   Mon Apr 14 20:07:21 2014 -0300

    Rolling 3.18.2

 NEWS         | 9 +++++++++
 configure.ac | 4 ++--
 2 files changed, 11 insertions(+), 2 deletions(-)