commit 34db885b2345d8bbd97fd36078be5bc3e76986ed Author: Christian Persch Date: Mon Jun 4 15:34:49 2012 +0200 help: Remove obsolete translations not using g-d-u They've had quite enough time yet to update; drop the obsolete stuff. configure.ac | 6 +- help/Makefile.am | 12 - help/it/Makefile.am | 10 - help/it/figures/gucharmap_window.png | Bin 36427 -> 0 bytes help/it/gucharmap-it.omf | 30 -- help/it/gucharmap.xml | 705 ------------------------------- help/it/legal.xml | 27 -- help/ja/Makefile.am | 10 - help/ja/figures/gucharmap_window.png | Bin 29977 -> 0 bytes help/ja/gucharmap-ja.omf | 29 -- help/ja/gucharmap.xml | 671 ----------------------------- help/ja/legal.xml | 46 -- help/zh_HK/Makefile.am | 10 - help/zh_HK/figures/gucharmap_window.png | Bin 29977 -> 0 bytes help/zh_HK/gucharmap-zh_HK.omf | 12 - help/zh_HK/gucharmap.xml | 509 ---------------------- help/zh_HK/legal.xml | 25 -- help/zh_TW/Makefile.am | 10 - help/zh_TW/figures/gucharmap_window.png | Bin 29977 -> 0 bytes help/zh_TW/gucharmap-zh_TW.omf | 12 - help/zh_TW/gucharmap.xml | 509 ---------------------- help/zh_TW/legal.xml | 25 -- 22 files changed, 1 insertions(+), 2657 deletions(-) commit 5d9bcadad8197d6168bf1443bd6a44a414789692 Author: Christian Persch Date: Mon Jun 4 14:09:44 2012 +0200 build: Bump required versions configure.ac | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit e6f74d7b559fa3831cdb25723710521ef57921b8 Author: Khaled Hosny Date: Sun Jun 3 08:30:48 2012 +0200 Updated Arabic translation po/ar.po | 214 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 134 insertions(+), 80 deletions(-) commit 32928e321106d09a610a29be5c37f07c5108c275 Author: Kjartan Maraas Date: Wed May 30 17:39:34 2012 +0200 Updated Norwegian bokmål translation po/nb.po | 205 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 125 insertions(+), 80 deletions(-) commit 2c41755b28faeeb512aabe82462a19cec8611687 Author: Matej Urbančič Date: Tue May 29 09:17:16 2012 +0200 Updated Slovenian translation po/sl.po | 216 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 135 insertions(+), 81 deletions(-) commit 0d7622ba5e303d8fb6cc79de17139f292613716e Author: Yaron Shahrabani Date: Sat May 26 07:35:07 2012 +0300 Updated Hebrew translation. po/he.po | 228 +++++++++++++++++++++++++++++++++++++------------------------- 1 files changed, 135 insertions(+), 93 deletions(-) commit bd50c6e04ceed6bf9e0d8ca416ccea61e0ee703a Author: Fran Diéguez Date: Sat May 19 15:53:10 2012 +0200 Updated Galician translations po/gl.po | 214 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 134 insertions(+), 80 deletions(-) commit 3eaab7923446c2fef1a40abf43f83d9d2549f538 Author: Daniel Mustieles Date: Wed May 16 12:33:05 2012 +0200 Updated Spanish translation po/es.po | 221 +++++++++++++++++++++++++++++++++++++++----------------------- 1 files changed, 140 insertions(+), 81 deletions(-) commit 3e1c014ca4faeb5c5682e3a90402edc84c41ab5b Author: Florian Müllner Date: Wed May 16 02:18:57 2012 +0200 configure: Add missing AC_ARG_VAR I missed that in the review of commit 9375ce07, sorry. configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 6e2a43851c9dfd65deb67caff3e06dd059ee40a0 Author: Florian Müllner Date: Wed May 9 05:19:31 2012 +0200 Add an application menu Merge "File" and "Help" into the application menu. When the menu is displayed by the Shell, items from "View" are also shown in the app menu and the in-window menubar is hidden. https://bugzilla.gnome.org/show_bug.cgi?id=674952 gucharmap/gucharmap-menus.ui | 35 +++------ gucharmap/gucharmap-window.c | 17 ++++ gucharmap/main.c | 185 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 212 insertions(+), 25 deletions(-) commit 9375ce077dcc2c146cd7a20e5e7e3a3d3a23f76e Author: Florian Müllner Date: Wed May 9 02:48:04 2012 +0200 Port to the new GMenu API Replace the current GtkUIManager/GtkAction based menus with a GMenu/GAction based menubar. https://bugzilla.gnome.org/show_bug.cgi?id=674952 configure.ac | 12 +- gucharmap/Makefile.am | 6 +- gucharmap/gucharmap-menus.ui | 130 +++++++++++ gucharmap/gucharmap-ui.xml | 37 ---- gucharmap/gucharmap-window.c | 392 ++++++++++++++++------------------ gucharmap/gucharmap-window.h | 4 - gucharmap/gucharmap.gresource.xml.in | 2 +- gucharmap/main.c | 36 +++ po/POTFILES.in | 1 + 9 files changed, 359 insertions(+), 261 deletions(-) commit af84d39fa915315e4f4b33916638ca5a46f85514 Author: Florian Müllner Date: Wed May 9 02:53:38 2012 +0200 ui: Use GResource instead of string Using resources for UI descriptions shares the advantages of using embedded strings, with the additional benefit of being translatable. https://bugzilla.gnome.org/show_bug.cgi?id=674952 configure.ac | 7 +++ gucharmap/Makefile.am | 14 ++++++ gucharmap/gucharmap-ui.xml | 37 ++++++++++++++++ gucharmap/gucharmap-window.c | 80 +++++++++++++-------------------- gucharmap/gucharmap.gresource.xml.in | 22 +++++++++ 5 files changed, 112 insertions(+), 48 deletions(-) commit 5291ecc1ce07d3d29c48f6c586cc4e30d2538d61 Author: Florian Müllner Date: Tue May 8 23:46:13 2012 +0200 window: Inherit from GtkApplicationWindow instead of GtkWindow This is necessary to make use of the new GMenu API. https://bugzilla.gnome.org/show_bug.cgi?id=674952 gucharmap/gucharmap-window.c | 2 +- gucharmap/gucharmap-window.h | 4 ++-- gucharmap/main.c | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) commit ae0abb2114c7423c9c63f933812d31915baee3cd Author: Florian Müllner Date: Tue May 8 23:44:02 2012 +0200 main: Port to GtkApplication Make gucharmap a non-unique GtkApplication; this is a prerequisite for recent desktop integration features. https://bugzilla.gnome.org/show_bug.cgi?id=674952 gucharmap/gucharmap-window.c | 5 +++-- gucharmap/gucharmap-window.h | 2 +- gucharmap/main.c | 24 +++++++++++++++++++----- 3 files changed, 23 insertions(+), 8 deletions(-) commit d9c15f36d8243207b2695bf96a366d5c237de956 Author: Christian Persch Date: Sat May 12 17:06:26 2012 +0200 Revert "build: Make introspection and vapigen mandatory" This reverts commit 6b6ec47d1822a59385fb9d6fd1c702d983f02858. configure.ac | 28 ++++++++++++++++------------ gucharmap/Makefile.am | 26 +++++++++++++------------- 2 files changed, 29 insertions(+), 25 deletions(-) commit ecfdcb9002934eab2e8b66ebbb66e3330575ecea Author: Christian Persch Date: Sat May 12 17:06:20 2012 +0200 Revert "build: Add GIR and VAPI for the non-public APIs" This reverts commit c6fd1a1328803cf484560a0f76b48590af29c128. configure.ac | 2 +- gucharmap/Makefile.am | 96 ++++++++++++++----------------------------------- 2 files changed, 28 insertions(+), 70 deletions(-) commit 921e97823f2b78af606e84aac8678ee9fe4c7fa9 Author: Christian Persch Date: Sat May 12 17:05:53 2012 +0200 Revert "charmap: Port main to vala" This reverts commit eb3505fb3672493e753f848c471ddfce8043eac1. gucharmap/Makefile.am | 22 +--------------------- gucharmap/config.vapi | 7 ------- gucharmap/gucharmap-internal.h | 27 --------------------------- gucharmap/gucharmap-window.c | 8 +++----- gucharmap/gucharmap-window.h | 6 +++--- 5 files changed, 7 insertions(+), 63 deletions(-) commit c899d8ffe9c99c9a9f1080be81a199fa51fc20e2 Author: Christian Persch Date: Sat May 12 17:02:49 2012 +0200 build: Remove duplicated typod macro invocation configure.ac | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) commit eb3505fb3672493e753f848c471ddfce8043eac1 Author: Christian Persch Date: Sun Apr 29 23:11:18 2012 +0200 charmap: Port main to vala gucharmap/Makefile.am | 22 +++++++++++++++++++++- gucharmap/config.vapi | 7 +++++++ gucharmap/gucharmap-internal.h | 27 +++++++++++++++++++++++++++ gucharmap/gucharmap-window.c | 8 +++++--- gucharmap/gucharmap-window.h | 6 +++--- 5 files changed, 63 insertions(+), 7 deletions(-) commit c6fd1a1328803cf484560a0f76b48590af29c128 Author: Christian Persch Date: Sun Apr 29 21:39:15 2012 +0200 build: Add GIR and VAPI for the non-public APIs configure.ac | 2 +- gucharmap/Makefile.am | 96 +++++++++++++++++++++++++++++++++++-------------- 2 files changed, 70 insertions(+), 28 deletions(-) commit 6b6ec47d1822a59385fb9d6fd1c702d983f02858 Author: Christian Persch Date: Sun Apr 29 19:18:14 2012 +0200 build: Make introspection and vapigen mandatory configure.ac | 28 ++++++++++++---------------- gucharmap/Makefile.am | 26 +++++++++++++------------- 2 files changed, 25 insertions(+), 29 deletions(-) commit 5de61c6d7cd694fa295c41b502150f544ee8bce3 Author: Christian Persch Date: Sun Apr 29 18:54:41 2012 +0200 build: Require AM 1.11 configure.ac | 9 ++------- 1 files changed, 2 insertions(+), 7 deletions(-) commit ca435e0416c2993d23dfba6560c937eed412a02d Author: Christian Persch Date: Tue Apr 24 20:59:22 2012 +0200 vala: Fix dependency ordering gucharmap/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 7667d7c0b2ac76bb00257f5cabce3c2701f61016 Author: Christian Persch Date: Tue Apr 24 20:59:12 2012 +0200 build: Fix the build without vala configure.ac | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) commit 64f391f6b8716b7052273ed7122d3210a2a903bc Author: Christian Persch Date: Tue Apr 24 20:22:16 2012 +0200 vala: Add gucharmap VAPI configure.ac | 40 ++++++++++++++++++++++++--------- gucharmap/Gucharmap-2.90.metadata | 3 ++ gucharmap/Makefile.am | 44 ++++++++++++++++++++++++++++-------- 3 files changed, 66 insertions(+), 21 deletions(-) commit bc57d72bd38c9f632532fe57caf4e2138545b50e Author: Christian Persch Date: Tue Apr 24 20:23:52 2012 +0200 Post branch version bump configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 30779385229d989f9e71fc4f3df4de50605f4765 Author: Christian Persch Date: Mon Apr 16 19:47:59 2012 +0200 Post release version bump configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)