From jonny at debian.org Tue Aug 3 19:42:33 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:33 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit 4c7119ddbb6fbfd73ef225fb08cc55d98f298909 Merge: 73a824f9c44dc8695bff025f5710d493c8fc0a17 26d0f3c17a93315dda291db6d4d9fc1cefbd0b5c Author: Jonny Lamb Date: Sun Aug 1 15:15:08 2010 -0400 Merge commit 'upstream/2.2.19.debian.1' into debian -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:34 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:34 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit 15c9f0b48da36d2e0d22e6dd877b169766d1bf2f Author: Jonny Lamb Date: Sun Aug 1 15:15:27 2010 -0400 New upstream release. diff --git a/debian/changelog b/debian/changelog index d17fe7d..25f0e4e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Jonny Lamb Sun, 01 Aug 2010 15:15:16 -0400 + libhildon (2.1.34.debian.1-7) unstable; urgency=low * debian/patches/: -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:35 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:35 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit 4fd6dc181dc7f0f273fef361322ee016c22a4f10 Author: Jonny Lamb Date: Sun Aug 1 15:16:16 2010 -0400 debian/control: Upped build-dep version on GTK. diff --git a/debian/changelog b/debian/changelog index 25f0e4e..04c36b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low * New upstream release. + * debian/control: + + Upped build-dep version on GTK. - -- Jonny Lamb Sun, 01 Aug 2010 15:15:16 -0400 + -- Jonny Lamb Sun, 01 Aug 2010 15:15:53 -0400 libhildon (2.1.34.debian.1-7) unstable; urgency=low diff --git a/debian/control b/debian/control index b20a354..d76894b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ XSBC-Original-Maintainer: Michael Dominic Kostrzewa , Jonny Lamb , Riku Voipio Build-Depends: debhelper (>= 5.0.0), pkg-config, - libgtk2.0-dev (>= 2.12), + libgtk2.0-dev (>= 2.14.3), libxi-dev, libxt-dev, libpng12-dev, -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:36 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:36 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit 2eddf54c3f4d5f64e22fa5ac3ad551c2086e4d8a Author: Jonny Lamb Date: Sun Aug 1 15:25:27 2010 -0400 debian/update-patches.mk: Added -N option to git format-patch. Signed-off-by: Jonny Lamb diff --git a/debian/changelog b/debian/changelog index 04c36b7..449bcad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low * New upstream release. * debian/control: + Upped build-dep version on GTK. + * debian/update-patches.mk: Added -N option to git format-patch. - -- Jonny Lamb Sun, 01 Aug 2010 15:15:53 -0400 + -- Jonny Lamb Sun, 01 Aug 2010 15:25:05 -0400 libhildon (2.1.34.debian.1-7) unstable; urgency=low diff --git a/debian/update-patches.mk b/debian/update-patches.mk index 71224ba..fd3fb29 100644 --- a/debian/update-patches.mk +++ b/debian/update-patches.mk @@ -2,7 +2,7 @@ update-patches: mkdir -p $(CURDIR)/debian/patches rm -f $(CURDIR)/debian/patches/*.patch rm -f $(CURDIR)/debian/patches/series - git format-patch -o $(CURDIR)/debian/patches debian-patches ^upstream + git format-patch -N -o $(CURDIR)/debian/patches debian-patches ^upstream for patch in $$(ls $(CURDIR)/debian/patches/*.patch) ; \ do \ lines=$$(cat $$patch | wc -l) ; \ -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:36 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:36 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit 84260a4c4e652880d24ceb4567cacb1c8fb9c83d Author: Jonny Lamb Date: Sun Aug 1 15:26:40 2010 -0400 debian/patches/: Updated all patches now that src moved to hildon, and to remove the annoying numbers. diff --git a/debian/changelog b/debian/changelog index 449bcad..0f78c7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low * debian/control: + Upped build-dep version on GTK. * debian/update-patches.mk: Added -N option to git format-patch. + * debian/patches/: Updated all patches now that src moved to hildon, and + to remove the annoying numbers. - -- Jonny Lamb Sun, 01 Aug 2010 15:25:05 -0400 + -- Jonny Lamb Sun, 01 Aug 2010 15:26:03 -0400 libhildon (2.1.34.debian.1-7) unstable; urgency=low diff --git a/debian/patches/0001-Revert-hildon_gtk_widget_set_theme_size-removal.patch b/debian/patches/0001-Revert-hildon_gtk_widget_set_theme_size-removal.patch index 18c8be4..93986b1 100644 --- a/debian/patches/0001-Revert-hildon_gtk_widget_set_theme_size-removal.patch +++ b/debian/patches/0001-Revert-hildon_gtk_widget_set_theme_size-removal.patch @@ -1,21 +1,21 @@ -From 36f981a4c9c66e306e97d5a16eaf925e7cea6eae Mon Sep 17 00:00:00 2001 +From 3bf57c68088c350feb32c0b5b9ab284fa96027e4 Mon Sep 17 00:00:00 2001 From: Riku Voipio Date: Sun, 15 Mar 2009 17:24:42 +0200 -Subject: [PATCH 1/3] Revert hildon_gtk_widget_set_theme_size removal +Subject: [PATCH] Revert hildon_gtk_widget_set_theme_size removal The upstream idea of moving hildon_gtk_widget_set_theme_size to gtk is pure crack. --- - src/hildon-dialog.c | 7 ++++++ - src/hildon-gtk.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++ - src/hildon-gtk.h | 16 ++++++++++++++ + hildon/hildon-dialog.c | 7 ++++++ + hildon/hildon-gtk.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++ + hildon/hildon-gtk.h | 16 +++++++++++++ 3 files changed, 80 insertions(+), 0 deletions(-) -diff --git a/src/hildon-dialog.c b/src/hildon-dialog.c -index 4d0e68c..d4ade35 100644 ---- a/src/hildon-dialog.c -+++ b/src/hildon-dialog.c -@@ -65,6 +65,9 @@ +diff --git a/hildon/hildon-dialog.c b/hildon/hildon-dialog.c +index 1a3977c..152e1a2 100644 +--- a/hildon/hildon-dialog.c ++++ b/hildon/hildon-dialog.c +@@ -74,6 +74,9 @@ G_DEFINE_TYPE (HildonDialog, hildon_dialog, GTK_TYPE_DIALOG); @@ -25,7 +25,7 @@ index 4d0e68c..d4ade35 100644 static void hildon_dialog_class_init (HildonDialogClass *dialog_class) { -@@ -180,7 +183,11 @@ hildon_dialog_add_button (HildonDialog *dialog, +@@ -189,7 +192,11 @@ hildon_dialog_add_button (HildonDialog *dialog, { GtkWidget *button; button = gtk_dialog_add_button (GTK_DIALOG (dialog), button_text, response_id); @@ -37,13 +37,13 @@ index 4d0e68c..d4ade35 100644 } /** -diff --git a/src/hildon-gtk.c b/src/hildon-gtk.c -index e64bf0f..e25b721 100644 ---- a/src/hildon-gtk.c -+++ b/src/hildon-gtk.c -@@ -29,6 +29,63 @@ - - #include "hildon-gtk.h" +diff --git a/hildon/hildon-gtk.c b/hildon/hildon-gtk.c +index 6cc8d81..91a49fc 100644 +--- a/hildon/hildon-gtk.c ++++ b/hildon/hildon-gtk.c +@@ -31,6 +31,63 @@ + #include "hildon-edit-toolbar-private.h" + #include "hildon-private.h" +#ifndef MAEMO_GTK + @@ -105,15 +105,15 @@ index e64bf0f..e25b721 100644 static void image_visible_changed_cb (GtkWidget *image, GParamSpec *arg1, -diff --git a/src/hildon-gtk.h b/src/hildon-gtk.h -index 15dd935..fc36d0e 100644 ---- a/src/hildon-gtk.h -+++ b/src/hildon-gtk.h +diff --git a/hildon/hildon-gtk.h b/hildon/hildon-gtk.h +index 2861f58..1037885 100644 +--- a/hildon/hildon-gtk.h ++++ b/hildon/hildon-gtk.h @@ -21,6 +21,22 @@ G_BEGIN_DECLS -+#ifndef MAEMO_GTK ++#ifndef MAEMO_GTK +typedef enum { + HILDON_SIZE_AUTO_WIDTH = 0 << 0, /* set to automatic width */ + HILDON_SIZE_HALFSCREEN_WIDTH = 1 << 0, /* set to 50% screen width */ diff --git a/debian/patches/0002-Be-sure-to-link-to-Xlib.patch b/debian/patches/0002-Be-sure-to-link-to-Xlib.patch index 9402db1..65047d9 100644 --- a/debian/patches/0002-Be-sure-to-link-to-Xlib.patch +++ b/debian/patches/0002-Be-sure-to-link-to-Xlib.patch @@ -1,19 +1,19 @@ -From 11952aa83ccd2e446166a39f41ae18e42a60afb9 Mon Sep 17 00:00:00 2001 +From c54466c08b7d5b48ca161cd1c14b29efcf42d32e Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 26 Jan 2010 10:07:46 +0000 -Subject: [PATCH 2/3] Be sure to link to Xlib. +Subject: [PATCH] Be sure to link to Xlib. Signed-off-by: Jonny Lamb --- - configure.ac | 4 ++++ - src/Makefile.am | 2 ++ + configure.ac | 4 ++++ + hildon/Makefile.am | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac -index 079de7e..25c0169 100644 +index 24fdfc1..8698249 100644 --- a/configure.ac +++ b/configure.ac -@@ -42,6 +42,10 @@ AC_SUBST(GTK_LIBS) +@@ -43,6 +43,10 @@ AC_SUBST(GTK_LIBS) AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_VERSION) @@ -24,11 +24,11 @@ index 079de7e..25c0169 100644 # libcanberra is needed for the hildon-note sounds. PKG_CHECK_MODULES(CANBERRA, libcanberra) -diff --git a/src/Makefile.am b/src/Makefile.am -index a861afa..f131a62 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -15,12 +15,14 @@ lib_LTLIBRARIES = libhildon- at API_VERSION_MAJOR@.la +diff --git a/hildon/Makefile.am b/hildon/Makefile.am +index 10f1c91..953f4f8 100644 +--- a/hildon/Makefile.am ++++ b/hildon/Makefile.am +@@ -14,12 +14,14 @@ lib_LTLIBRARIES = libhildon- at API_VERSION_MAJOR@.la libhildon_ at API_VERSION_MAJOR@_la_LDFLAGS = $(HILDON_WIDGETS_LT_LDFLAGS) libhildon_ at API_VERSION_MAJOR@_la_LIBADD = \ diff --git a/debian/patches/0003-Only-export-symbols-with-hildon_-prefix.patch b/debian/patches/0003-Only-export-symbols-with-hildon_-prefix.patch index 541b5b3..f5d210f 100644 --- a/debian/patches/0003-Only-export-symbols-with-hildon_-prefix.patch +++ b/debian/patches/0003-Only-export-symbols-with-hildon_-prefix.patch @@ -1,18 +1,18 @@ -From fc3c0af0d0d4041ceadebcd7568302a863b219de Mon Sep 17 00:00:00 2001 +From 2581fb3294ac4354e88cb9ec5c0a1d96323e5744 Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Tue, 26 Jan 2010 17:24:52 +0000 -Subject: [PATCH 3/3] Only export symbols with "hildon_" prefix. +Subject: [PATCH] Only export symbols with "hildon_" prefix. Signed-off-by: Jonny Lamb --- - src/Makefile.am | 3 ++- + hildon/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) -diff --git a/src/Makefile.am b/src/Makefile.am -index f131a62..f7a9ce4 100644 ---- a/src/Makefile.am -+++ b/src/Makefile.am -@@ -12,7 +12,8 @@ EXTRA_DIST = hildon-marshalers.list +diff --git a/hildon/Makefile.am b/hildon/Makefile.am +index 953f4f8..1ca7faf 100644 +--- a/hildon/Makefile.am ++++ b/hildon/Makefile.am +@@ -11,7 +11,8 @@ EXTRA_DIST = hildon-marshalers.list lib_LTLIBRARIES = libhildon- at API_VERSION_MAJOR@.la -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:36 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:36 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit 52fe0dc5552336daf20e97dab953118d96ca6653 Author: Jonny Lamb Date: Sun Aug 1 16:28:19 2010 -0400 debian/changelog: Close "new upstream" bug. Signed-off-by: Jonny Lamb diff --git a/debian/changelog b/debian/changelog index 0f78c7e..3b3be54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low - * New upstream release. + * New upstream release. (Closes: #576267) * debian/control: + Upped build-dep version on GTK. * debian/update-patches.mk: Added -N option to git format-patch. -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:37 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:37 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit c33cdaffe1fef8d98185c7838ea1454c84546377 Author: Jonny Lamb Date: Sun Aug 1 16:10:34 2010 -0400 debian/patches/: 0004-Define-HildonUIMode.patch: Added to allow this to build. Signed-off-by: Jonny Lamb diff --git a/debian/changelog b/debian/changelog index 3b3be54..62b1efc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,10 +4,12 @@ libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low * debian/control: + Upped build-dep version on GTK. * debian/update-patches.mk: Added -N option to git format-patch. - * debian/patches/: Updated all patches now that src moved to hildon, and - to remove the annoying numbers. + * debian/patches/: + + Updated all patches now that src moved to hildon, and to + remove the annoying numbers. + + 0004-Define-HildonUIMode.patch: Added to allow this to build. - -- Jonny Lamb Sun, 01 Aug 2010 15:26:03 -0400 + -- Jonny Lamb Sun, 01 Aug 2010 16:09:46 -0400 libhildon (2.1.34.debian.1-7) unstable; urgency=low diff --git a/debian/patches/0004-Define-HildonUIMode.patch b/debian/patches/0004-Define-HildonUIMode.patch new file mode 100644 index 0000000..637da31 --- /dev/null +++ b/debian/patches/0004-Define-HildonUIMode.patch @@ -0,0 +1,55 @@ +From f125ce94896125b8ed3ed891810740ea2c7f0f12 Mon Sep 17 00:00:00 2001 +From: Jonny Lamb +Date: Sun, 1 Aug 2010 16:09:18 -0400 +Subject: [PATCH] Define HildonUIMode. + +whut? + +Signed-off-by: Jonny Lamb +--- + hildon/hildon-gtk.h | 6 ++++++ + hildon/hildon-touch-selector.c | 1 + + hildon/hildon-touch-selector.h | 1 + + 3 files changed, 8 insertions(+), 0 deletions(-) + +diff --git a/hildon/hildon-gtk.h b/hildon/hildon-gtk.h +index 1037885..9b31771 100644 +--- a/hildon/hildon-gtk.h ++++ b/hildon/hildon-gtk.h +@@ -32,6 +32,12 @@ typedef enum { + HILDON_SIZE_AUTO = (HILDON_SIZE_AUTO_WIDTH | HILDON_SIZE_AUTO_HEIGHT) + } HildonSizeType; + ++typedef enum ++{ ++ HILDON_UI_MODE_NORMAL, ++ HILDON_UI_MODE_EDIT ++} HildonUIMode; ++ + void + hildon_gtk_widget_set_theme_size (GtkWidget *widget, + HildonSizeType size); +diff --git a/hildon/hildon-touch-selector.c b/hildon/hildon-touch-selector.c +index 6c173eb..e16b3b5 100644 +--- a/hildon/hildon-touch-selector.c ++++ b/hildon/hildon-touch-selector.c +@@ -176,6 +176,7 @@ + + #include "hildon-gtk.h" + ++#include "hildon-enum-types.h" + #include "hildon-pannable-area.h" + #include "hildon-touch-selector.h" + #include "hildon-touch-selector-private.h" +diff --git a/hildon/hildon-touch-selector.h b/hildon/hildon-touch-selector.h +index eae1add..ec0e9a8 100644 +--- a/hildon/hildon-touch-selector.h ++++ b/hildon/hildon-touch-selector.h +@@ -22,6 +22,7 @@ + #define __HILDON_TOUCH_SELECTOR_H__ + + #include ++#include "hildon-gtk.h" + #include "hildon-touch-selector-column.h" + + G_BEGIN_DECLS diff --git a/debian/patches/series b/debian/patches/series index 1d821bb..243f579 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ 0001-Revert-hildon_gtk_widget_set_theme_size-removal.patch 0002-Be-sure-to-link-to-Xlib.patch 0003-Only-export-symbols-with-hildon_-prefix.patch +0004-Define-HildonUIMode.patch -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:37 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:37 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit 69574121fbd84efba4ea001598a1bc92e45a2539 Author: Jonny Lamb Date: Sun Aug 1 17:43:38 2010 -0400 debian/patches/: 0005-Add-some-more-includes-and-if-0s-to-let-it-build.patch: Added. Signed-off-by: Jonny Lamb diff --git a/debian/changelog b/debian/changelog index 62b1efc..42c7988 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low + Updated all patches now that src moved to hildon, and to remove the annoying numbers. + 0004-Define-HildonUIMode.patch: Added to allow this to build. + + 0005-Add-some-more-includes-and-if-0s-to-let-it-build.patch: Added. - -- Jonny Lamb Sun, 01 Aug 2010 16:09:46 -0400 + -- Jonny Lamb Sun, 01 Aug 2010 17:43:26 -0400 libhildon (2.1.34.debian.1-7) unstable; urgency=low diff --git a/debian/patches/0005-Add-some-more-includes-and-if-0s-to-let-it-build.patch b/debian/patches/0005-Add-some-more-includes-and-if-0s-to-let-it-build.patch new file mode 100644 index 0000000..bb84d22 --- /dev/null +++ b/debian/patches/0005-Add-some-more-includes-and-if-0s-to-let-it-build.patch @@ -0,0 +1,219 @@ +From fe6d102b642b6178ec45cb6fac45299fffdfde76 Mon Sep 17 00:00:00 2001 +From: Jonny Lamb +Date: Sun, 1 Aug 2010 16:59:06 -0400 +Subject: [PATCH] Add some more includes and if 0s to let it build. + +Signed-off-by: Jonny Lamb +--- + examples/hildon-text-view-example.c | 2 ++ + hildon/hildon-check-button.c | 2 ++ + hildon/hildon-entry.c | 3 +++ + hildon/hildon-gtk.h | 15 +++++++++++++++ + hildon/hildon-live-search.c | 2 ++ + hildon/hildon-text-view.c | 6 ++++++ + hildon/hildon-touch-selector-entry.c | 8 ++++++++ + hildon/hildon-touch-selector.c | 2 ++ + 8 files changed, 40 insertions(+), 0 deletions(-) + +diff --git a/examples/hildon-text-view-example.c b/examples/hildon-text-view-example.c +index 4e2a16b..63e128f 100644 +--- a/examples/hildon-text-view-example.c ++++ b/examples/hildon-text-view-example.c +@@ -36,7 +36,9 @@ static void + set_placeholder_button_clicked (GtkButton *button, + GtkEntry *entry) + { ++#if 0 + hildon_gtk_text_view_set_placeholder_text (textview, gtk_entry_get_text (entry)); ++#endif + } + + static void +diff --git a/hildon/hildon-check-button.c b/hildon/hildon-check-button.c +index 4a8d90d..0c1b147 100644 +--- a/hildon/hildon-check-button.c ++++ b/hildon/hildon-check-button.c +@@ -83,6 +83,8 @@ enum { + + static guint signals[LAST_SIGNAL] = { 0 }; + ++#include "hildon-enum-types.h" ++ + G_DEFINE_TYPE (HildonCheckButton, hildon_check_button, GTK_TYPE_BUTTON); + + #define HILDON_CHECK_BUTTON_GET_PRIVATE(obj) \ +diff --git a/hildon/hildon-entry.c b/hildon/hildon-entry.c +index 5268586..e01f3e4 100644 +--- a/hildon/hildon-entry.c ++++ b/hildon/hildon-entry.c +@@ -47,6 +47,7 @@ + + #undef HILDON_DISABLE_DEPRECATED + ++#include "hildon-enum-types.h" + #include "hildon-entry.h" + + G_DEFINE_TYPE (HildonEntry, hildon_entry, GTK_TYPE_ENTRY); +@@ -138,7 +139,9 @@ hildon_entry_set_placeholder (HildonEntry *entry, + const gchar *text) + { + g_return_if_fail (HILDON_IS_ENTRY (entry) && text != NULL); ++#if 0 + hildon_gtk_entry_set_placeholder_text (GTK_ENTRY (entry), text); ++#endif + } + + /** +diff --git a/hildon/hildon-gtk.h b/hildon/hildon-gtk.h +index 9b31771..4a29cfb 100644 +--- a/hildon/hildon-gtk.h ++++ b/hildon/hildon-gtk.h +@@ -38,6 +38,21 @@ typedef enum + HILDON_UI_MODE_EDIT + } HildonUIMode; + ++typedef enum ++{ ++ HILDON_GTK_INPUT_MODE_ALPHA = 1 << 0, ++ HILDON_GTK_INPUT_MODE_NUMERIC = 1 << 1, ++ HILDON_GTK_INPUT_MODE_SPECIAL = 1 << 2, ++ HILDON_GTK_INPUT_MODE_HEXA = 1 << 3, ++ HILDON_GTK_INPUT_MODE_TELE = 1 << 4, ++ HILDON_GTK_INPUT_MODE_FULL = (HILDON_GTK_INPUT_MODE_ALPHA | HILDON_GTK_INPUT_MODE_NUMERIC | HILDON_GTK_INPUT_MODE_SPECIAL), ++ HILDON_GTK_INPUT_MODE_NO_SCREEN_PLUGINS = 1 << 27, ++ HILDON_GTK_INPUT_MODE_MULTILINE = 1 << 28, ++ HILDON_GTK_INPUT_MODE_INVISIBLE = 1 << 29, ++ HILDON_GTK_INPUT_MODE_AUTOCAP = 1 << 30, ++ HILDON_GTK_INPUT_MODE_DICTIONARY = 1 << 31 ++} HildonGtkInputMode; ++ + void + hildon_gtk_widget_set_theme_size (GtkWidget *widget, + HildonSizeType size); +diff --git a/hildon/hildon-live-search.c b/hildon/hildon-live-search.c +index 249a37c..5df7955 100644 +--- a/hildon/hildon-live-search.c ++++ b/hildon/hildon-live-search.c +@@ -708,9 +708,11 @@ hildon_live_search_init (HildonLiveSearch *self) + + /* Unset the autocap and dictionary input flags from the + HildonEntry. */ ++#if 0 + imode = hildon_gtk_entry_get_input_mode (GTK_ENTRY (priv->entry)); + hildon_gtk_entry_set_input_mode (GTK_ENTRY (priv->entry), + filter_input_mode (imode)); ++#endif + + gtk_widget_set_name (GTK_WIDGET (priv->entry), + "HildonLiveSearchEntry"); +diff --git a/hildon/hildon-text-view.c b/hildon/hildon-text-view.c +index 1d95f1c..a1cf1ae 100644 +--- a/hildon/hildon-text-view.c ++++ b/hildon/hildon-text-view.c +@@ -134,7 +134,9 @@ hildon_text_view_set_placeholder (HildonTextView *text_view, + const gchar *text) + { + g_return_if_fail (HILDON_IS_TEXT_VIEW (text_view) && text != NULL); ++#if 0 + hildon_gtk_text_view_set_placeholder_text (GTK_TEXT_VIEW (text_view), text); ++#endif + } + + /** +@@ -162,11 +164,13 @@ hildon_text_view_button_press_event (GtkWidget *widget, + + gtk_widget_grab_focus (widget); + ++#if 0 + if (GTK_TEXT_VIEW (widget)->editable && + hildon_gtk_im_context_filter_event (GTK_TEXT_VIEW (widget)->im_context, (GdkEvent*)event)) { + GTK_TEXT_VIEW (widget)->need_im_reset = TRUE; + return TRUE; + } ++#endif + + if (event->button == 1 && event->type == GDK_BUTTON_PRESS) { + priv->x = event->x; +@@ -212,11 +216,13 @@ hildon_text_view_button_release_event (GtkWidget *widget, + GtkTextIter iter; + gint x, y; + ++#if 0 + if (text_view->editable && + hildon_gtk_im_context_filter_event (text_view->im_context, (GdkEvent*)event)) { + text_view->need_im_reset = TRUE; + return TRUE; + } ++#endif + + if (event->button == 1 && event->type == GDK_BUTTON_RELEASE && + !priv->selection_movement) { +diff --git a/hildon/hildon-touch-selector-entry.c b/hildon/hildon-touch-selector-entry.c +index c7c4d27..30862ad 100644 +--- a/hildon/hildon-touch-selector-entry.c ++++ b/hildon/hildon-touch-selector-entry.c +@@ -47,6 +47,7 @@ + #include "hildon-touch-selector.h" + #include "hildon-touch-selector-entry.h" + #include "hildon-entry.h" ++#include "hildon-gtk.h" + + #include + +@@ -247,6 +248,7 @@ hildon_touch_selector_entry_init (HildonTouchSelectorEntry *self) + + priv->entry = hildon_entry_new (HILDON_SIZE_FINGER_HEIGHT); + gtk_entry_set_activates_default (GTK_ENTRY (priv->entry), TRUE); ++#if 0 + input_mode = hildon_gtk_entry_get_input_mode (GTK_ENTRY (priv->entry)); + + /* Disable unsupported input modes. */ +@@ -255,6 +257,7 @@ hildon_touch_selector_entry_init (HildonTouchSelectorEntry *self) + input_mode &= ~HILDON_GTK_INPUT_MODE_DICTIONARY; + + hildon_gtk_entry_set_input_mode (GTK_ENTRY (priv->entry), input_mode); ++#endif + + completion = gtk_entry_completion_new (); + gtk_entry_completion_set_inline_completion (completion, TRUE); +@@ -423,7 +426,9 @@ hildon_touch_selector_entry_set_input_mode (HildonTouchSelectorEntry * selector, + + priv = HILDON_TOUCH_SELECTOR_ENTRY_GET_PRIVATE (selector); + ++#if 0 + hildon_gtk_entry_set_input_mode (GTK_ENTRY (priv->entry), input_mode); ++#endif + } + + /** +@@ -440,6 +445,7 @@ hildon_touch_selector_entry_set_input_mode (HildonTouchSelectorEntry * selector, + HildonGtkInputMode + hildon_touch_selector_entry_get_input_mode (HildonTouchSelectorEntry * selector) + { ++#if 0 + HildonTouchSelectorEntryPrivate *priv; + + g_return_val_if_fail (HILDON_IS_TOUCH_SELECTOR_ENTRY (selector), HILDON_GTK_INPUT_MODE_ALPHA); +@@ -447,6 +453,8 @@ hildon_touch_selector_entry_get_input_mode (HildonTouchSelectorEntry * selector) + priv = HILDON_TOUCH_SELECTOR_ENTRY_GET_PRIVATE (selector); + + return hildon_gtk_entry_get_input_mode (GTK_ENTRY (priv->entry)); ++#endif ++ return HILDON_GTK_INPUT_MODE_FULL; + } + + static void +diff --git a/hildon/hildon-touch-selector.c b/hildon/hildon-touch-selector.c +index e16b3b5..1b74859 100644 +--- a/hildon/hildon-touch-selector.c ++++ b/hildon/hildon-touch-selector.c +@@ -2797,7 +2797,9 @@ hildon_touch_selector_set_hildon_ui_mode (HildonTouchSelector *selector, + column = HILDON_TOUCH_SELECTOR_COLUMN (iter->data); + tree_view = column->priv->tree_view; + ++#if 0 + hildon_tree_view_set_hildon_ui_mode (tree_view, mode); ++#endif + + /* looking at the code of hildon_tree_view_set_hildon_ui_mode, it seems + that it call the unselect_all, but it is required anyway */ diff --git a/debian/patches/series b/debian/patches/series index 243f579..a648f38 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ 0002-Be-sure-to-link-to-Xlib.patch 0003-Only-export-symbols-with-hildon_-prefix.patch 0004-Define-HildonUIMode.patch +0005-Add-some-more-includes-and-if-0s-to-let-it-build.patch -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:39 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:39 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit 61bebdfc54a9bbd1babc580070a75f34c18a4a88 Author: Jonny Lamb Date: Tue Aug 3 15:01:08 2010 -0400 debian/libhildon-1-0.symbols: Updated. diff --git a/debian/changelog b/debian/changelog index 42c7988..6c6793d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low remove the annoying numbers. + 0004-Define-HildonUIMode.patch: Added to allow this to build. + 0005-Add-some-more-includes-and-if-0s-to-let-it-build.patch: Added. + * debian/libhildon-1-0.symbols: Updated. - -- Jonny Lamb Sun, 01 Aug 2010 17:43:26 -0400 + -- Jonny Lamb Tue, 03 Aug 2010 15:00:51 -0400 libhildon (2.1.34.debian.1-7) unstable; urgency=low diff --git a/debian/libhildon-1-0.symbols b/debian/libhildon-1-0.symbols index 15fc45d..3cdfb8a 100644 --- a/debian/libhildon-1-0.symbols +++ b/debian/libhildon-1-0.symbols @@ -1,9 +1,28 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# + hildon_animation_actor_get_type at Base 2.2.19 + hildon_animation_actor_new at Base 2.2.19 + hildon_animation_actor_send_message at Base 2.2.19 + hildon_animation_actor_set_anchor at Base 2.2.19 + hildon_animation_actor_set_anchor_from_gravity at Base 2.2.19 + hildon_animation_actor_set_depth at Base 2.2.19 + hildon_animation_actor_set_opacity at Base 2.2.19 + hildon_animation_actor_set_parent at Base 2.2.19 + hildon_animation_actor_set_position at Base 2.2.19 + hildon_animation_actor_set_position_full at Base 2.2.19 + hildon_animation_actor_set_rotation at Base 2.2.19 + hildon_animation_actor_set_rotationx at Base 2.2.19 + hildon_animation_actor_set_scale at Base 2.2.19 + hildon_animation_actor_set_scalex at Base 2.2.19 + hildon_animation_actor_set_show at Base 2.2.19 + hildon_animation_actor_set_show_full at Base 2.2.19 hildon_app_menu_add_filter at Base 2.1.34 hildon_app_menu_append at Base 2.1.34 + hildon_app_menu_get_filters at Base 2.2.19 + hildon_app_menu_get_items at Base 2.2.19 hildon_app_menu_get_type at Base 2.1.34 hildon_app_menu_insert at Base 2.1.34 hildon_app_menu_new at Base 2.1.34 + hildon_app_menu_popup at Base 2.2.19 hildon_app_menu_prepend at Base 2.1.34 hildon_app_menu_reorder_child at Base 2.1.34 hildon_banner_get_type at Base 2.1.34 @@ -14,7 +33,9 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_banner_set_text at Base 2.1.34 hildon_banner_set_timeout at Base 2.1.34 hildon_banner_show_animation at Base 2.1.34 + hildon_banner_show_custom_widget at Base 2.2.19 hildon_banner_show_information at Base 2.1.34 + hildon_banner_show_information_override_dnd at Base 2.2.19 hildon_banner_show_information_with_markup at Base 2.1.34 hildon_banner_show_informationf at Base 2.1.34 hildon_banner_show_progress at Base 2.1.34 @@ -129,6 +150,7 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_date_button_get_date at Base 2.1.34 hildon_date_button_get_type at Base 2.1.34 hildon_date_button_new at Base 2.1.34 + hildon_date_button_new_with_year_range at Base 2.2.19 hildon_date_button_set_date at Base 2.1.34 hildon_date_editor_get_date at Base 2.1.34 hildon_date_editor_get_day at Base 2.1.34 @@ -143,6 +165,7 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_date_selector_get_date at Base 2.1.34 hildon_date_selector_get_type at Base 2.1.34 hildon_date_selector_new at Base 2.1.34 + hildon_date_selector_new_with_year_range at Base 2.2.19 hildon_date_selector_select_current_date at Base 2.1.34 hildon_date_selector_select_day at Base 2.1.34 hildon_date_selector_select_month at Base 2.1.34 @@ -175,6 +198,7 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_font_selection_dialog_get_type at Base 2.1.34 hildon_font_selection_dialog_new at Base 2.1.34 hildon_font_selection_dialog_set_preview_text at Base 2.1.34 + hildon_format_file_size_for_display at Base 2.2.19 hildon_get_icon_pixel_size at Base 2.1.34 hildon_get_password_dialog_get_password at Base 2.1.34 hildon_get_password_dialog_get_type at Base 2.1.34 @@ -186,22 +210,44 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_gtk_button_new at Base 2.1.34 hildon_gtk_hscale_new at Base 2.1.34 hildon_gtk_init at Base 2.1.34 + hildon_gtk_input_mode_get_type at Base 2.2.19 hildon_gtk_menu_new at Base 2.1.34 hildon_gtk_radio_button_new at Base 2.1.34 hildon_gtk_radio_button_new_from_widget at Base 2.1.34 hildon_gtk_toggle_button_new at Base 2.1.34 hildon_gtk_vscale_new at Base 2.1.34 hildon_gtk_widget_set_theme_size at Base 2.1.34 + hildon_gtk_window_enable_zoom_keys at Base 2.2.19 + hildon_gtk_window_set_do_not_disturb at Base 2.2.19 + hildon_gtk_window_set_portrait_flags at Base 2.2.19 hildon_gtk_window_set_progress_indicator at Base 2.1.34 + hildon_gtk_window_take_screenshot at Base 2.2.19 + hildon_gtk_window_take_screenshot_sync at Base 2.2.19 hildon_helper_event_button_is_finger at Base 2.1.34 hildon_helper_set_insensitive_message at Base 2.1.34 hildon_helper_set_insensitive_messagef at Base 2.1.34 hildon_helper_set_logical_color at Base 2.1.34 hildon_helper_set_logical_font at Base 2.1.34 hildon_helper_set_thumb_scrollbar at Base 2.1.34 + hildon_helper_strip_string at Base 2.2.19 + hildon_helper_utf8_strstrcasedecomp_needle_stripped at Base 2.2.19 hildon_hvolumebar_get_type at Base 2.1.34 hildon_hvolumebar_new at Base 2.1.34 hildon_init at Base 2.1.34 + hildon_live_search_append_text at Base 2.2.19 + hildon_live_search_clean_selection_map at Base 2.2.19 + hildon_live_search_get_filter at Base 2.2.19 + hildon_live_search_get_text at Base 2.2.19 + hildon_live_search_get_type at Base 2.2.19 + hildon_live_search_new at Base 2.2.19 + hildon_live_search_restore_state at Base 2.2.19 + hildon_live_search_save_state at Base 2.2.19 + hildon_live_search_set_filter at Base 2.2.19 + hildon_live_search_set_text at Base 2.2.19 + hildon_live_search_set_text_column at Base 2.2.19 + hildon_live_search_set_visible_func at Base 2.2.19 + hildon_live_search_widget_hook at Base 2.2.19 + hildon_live_search_widget_unhook at Base 2.2.19 hildon_login_dialog_get_password at Base 2.1.34 hildon_login_dialog_get_type at Base 2.1.34 hildon_login_dialog_get_username at Base 2.1.34 @@ -227,6 +273,7 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_number_editor_set_range at Base 2.1.34 hildon_number_editor_set_value at Base 2.1.34 hildon_pannable_area_add_with_viewport at Base 2.1.34 + hildon_pannable_area_get_center_on_child_focus at Base 2.2.19 hildon_pannable_area_get_hadjustment at Base 2.1.34 hildon_pannable_area_get_size_request_policy at Base 2.1.34 hildon_pannable_area_get_type at Base 2.1.34 @@ -238,6 +285,7 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_pannable_area_new_full at Base 2.1.34 hildon_pannable_area_scroll_to at Base 2.1.34 hildon_pannable_area_scroll_to_child at Base 2.1.34 + hildon_pannable_area_set_center_on_child_focus at Base 2.2.19 hildon_pannable_area_set_size_request_policy at Base 2.1.34 hildon_pannable_get_child_widget_at at Base 2.1.34 hildon_picker_button_get_active at Base 2.1.34 @@ -248,6 +296,7 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_picker_button_set_active at Base 2.1.34 hildon_picker_button_set_done_button_text at Base 2.1.34 hildon_picker_button_set_selector at Base 2.1.34 + hildon_picker_button_value_changed at Base 2.2.19 hildon_picker_dialog_get_done_label at Base 2.1.34 hildon_picker_dialog_get_selector at Base 2.1.34 hildon_picker_dialog_get_type at Base 2.1.34 @@ -255,6 +304,7 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_picker_dialog_set_done_label at Base 2.1.34 hildon_picker_dialog_set_selector at Base 2.1.34 hildon_play_system_sound at Base 2.1.34 + hildon_portrait_flags_get_type at Base 2.2.19 hildon_program_add_window at Base 2.1.34 hildon_program_get_can_hibernate at Base 2.1.34 hildon_program_get_common_app_menu at Base 2.1.34 @@ -287,6 +337,18 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_range_editor_set_min at Base 2.1.34 hildon_range_editor_set_range at Base 2.1.34 hildon_range_editor_set_separator at Base 2.1.34 + hildon_remote_texture_get_type at Base 2.2.19 + hildon_remote_texture_new at Base 2.2.19 + hildon_remote_texture_send_message at Base 2.2.19 + hildon_remote_texture_set_image at Base 2.2.19 + hildon_remote_texture_set_offset at Base 2.2.19 + hildon_remote_texture_set_opacity at Base 2.2.19 + hildon_remote_texture_set_parent at Base 2.2.19 + hildon_remote_texture_set_position at Base 2.2.19 + hildon_remote_texture_set_scale at Base 2.2.19 + hildon_remote_texture_set_show at Base 2.2.19 + hildon_remote_texture_set_show_full at Base 2.2.19 + hildon_remote_texture_update_area at Base 2.2.19 hildon_seekbar_get_fraction at Base 2.1.34 hildon_seekbar_get_position at Base 2.1.34 hildon_seekbar_get_total_time at Base 2.1.34 @@ -323,6 +385,7 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_time_button_get_time at Base 2.1.34 hildon_time_button_get_type at Base 2.1.34 hildon_time_button_new at Base 2.1.34 + hildon_time_button_new_step at Base 2.2.19 hildon_time_button_set_time at Base 2.1.34 hildon_time_editor_get_duration_max at Base 2.1.34 hildon_time_editor_get_duration_min at Base 2.1.34 @@ -347,23 +410,35 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_time_picker_get_type at Base 2.1.34 hildon_time_picker_new at Base 2.1.34 hildon_time_picker_set_time at Base 2.1.34 + hildon_time_selector_format_policy_get_type at Base 2.2.19 hildon_time_selector_get_time at Base 2.1.34 hildon_time_selector_get_type at Base 2.1.34 hildon_time_selector_new at Base 2.1.34 + hildon_time_selector_new_step at Base 2.2.19 hildon_time_selector_set_time at Base 2.1.34 hildon_touch_selector_append_column at Base 2.1.34 hildon_touch_selector_append_text at Base 2.1.34 hildon_touch_selector_append_text_column at Base 2.1.34 + hildon_touch_selector_center_on_index at Base 2.2.19 + hildon_touch_selector_center_on_selected at Base 2.2.19 + hildon_touch_selector_column_get_text_column at Base 2.2.19 hildon_touch_selector_column_get_type at Base 2.1.34 + hildon_touch_selector_column_set_text_column at Base 2.2.19 + hildon_touch_selector_entry_get_entry at Base 2.2.19 + hildon_touch_selector_entry_get_input_mode at Base 2.2.19 hildon_touch_selector_entry_get_text_column at Base 2.1.34 hildon_touch_selector_entry_get_type at Base 2.1.34 hildon_touch_selector_entry_new at Base 2.1.34 hildon_touch_selector_entry_new_text at Base 2.1.34 + hildon_touch_selector_entry_set_input_mode at Base 2.2.19 hildon_touch_selector_entry_set_text_column at Base 2.1.34 hildon_touch_selector_get_active at Base 2.1.34 hildon_touch_selector_get_column at Base 2.1.34 hildon_touch_selector_get_column_selection_mode at Base 2.1.34 hildon_touch_selector_get_current_text at Base 2.1.34 + hildon_touch_selector_get_hildon_ui_mode at Base 2.2.19 + hildon_touch_selector_get_last_activated_row at Base 2.2.19 + hildon_touch_selector_get_live_search at Base 2.2.19 hildon_touch_selector_get_model at Base 2.1.34 hildon_touch_selector_get_num_columns at Base 2.1.34 hildon_touch_selector_get_print_func at Base 2.1.34 @@ -374,6 +449,7 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_touch_selector_insert_text at Base 2.1.34 hildon_touch_selector_new at Base 2.1.34 hildon_touch_selector_new_text at Base 2.1.34 + hildon_touch_selector_optimal_size_request at Base 2.2.19 hildon_touch_selector_prepend_text at Base 2.1.34 hildon_touch_selector_remove_column at Base 2.1.34 hildon_touch_selector_select_iter at Base 2.1.34 @@ -381,9 +457,14 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_touch_selector_set_active at Base 2.1.34 hildon_touch_selector_set_column_attributes at Base 2.1.34 hildon_touch_selector_set_column_selection_mode at Base 2.1.34 + hildon_touch_selector_set_hildon_ui_mode at Base 2.2.19 + hildon_touch_selector_set_live_search at Base 2.2.19 hildon_touch_selector_set_model at Base 2.1.34 hildon_touch_selector_set_print_func at Base 2.1.34 + hildon_touch_selector_set_print_func_full at Base 2.2.19 + hildon_touch_selector_unselect_all at Base 2.2.19 hildon_touch_selector_unselect_iter at Base 2.1.34 + hildon_ui_mode_get_type at Base 2.2.19 hildon_volumebar_get_adjustment at Base 2.1.34 hildon_volumebar_get_level at Base 2.1.34 hildon_volumebar_get_mute at Base 2.1.34 @@ -409,15 +490,22 @@ libhildon-1.so.0 libhildon-1-0 #MINVER# hildon_window_add_toolbar at Base 2.1.34 hildon_window_add_with_scrollbar at Base 2.1.34 hildon_window_clipboard_operation_get_type at Base 2.1.34 + hildon_window_get_app_menu at Base 2.2.19 hildon_window_get_is_topmost at Base 2.1.34 + hildon_window_get_main_menu at Base 2.2.19 + hildon_window_get_markup at Base 2.2.19 hildon_window_get_menu at Base 2.1.34 hildon_window_get_type at Base 2.1.34 hildon_window_new at Base 2.1.34 hildon_window_remove_toolbar at Base 2.1.34 + hildon_window_set_app_menu at Base 2.2.19 + hildon_window_set_edit_toolbar at Base 2.2.19 hildon_window_set_main_menu at Base 2.1.34 + hildon_window_set_markup at Base 2.2.19 hildon_window_set_menu at Base 2.1.34 hildon_window_stack_get_default at Base 2.1.34 hildon_window_stack_get_type at Base 2.1.34 + hildon_window_stack_get_windows at Base 2.2.19 hildon_window_stack_new at Base 2.1.34 hildon_window_stack_peek at Base 2.1.34 hildon_window_stack_pop at Base 2.1.34 -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:40 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:40 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian, updated. debian/2.1.34.debian.1-7-11-g4c1dd2d Message-ID: The following commit has been merged in the debian branch: commit 4c1dd2dcfb30251143e161fad3571796ce73708b Author: Jonny Lamb Date: Tue Aug 3 15:01:42 2010 -0400 Target unstable. diff --git a/debian/changelog b/debian/changelog index 6c6793d..86c0fbe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low +libhildon (2.2.19.debian.1-1) unstable; urgency=low * New upstream release. (Closes: #576267) * debian/control: @@ -11,7 +11,7 @@ libhildon (2.2.19.debian.1-1) UNRELEASED; urgency=low + 0005-Add-some-more-includes-and-if-0s-to-let-it-build.patch: Added. * debian/libhildon-1-0.symbols: Updated. - -- Jonny Lamb Tue, 03 Aug 2010 15:00:51 -0400 + -- Jonny Lamb Tue, 03 Aug 2010 15:01:42 -0400 libhildon (2.1.34.debian.1-7) unstable; urgency=low -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:42:43 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:42:43 +0000 Subject: [SCM] Debian packaging for libhildon. branch, pristine-tar, updated. 5befe2579b5f5371eefa6c568bc3b5f441215c31 Message-ID: The following commit has been merged in the pristine-tar branch: commit 5befe2579b5f5371eefa6c568bc3b5f441215c31 Author: Jonny Lamb Date: Sun Aug 1 15:15:08 2010 -0400 pristine-tar data for libhildon_2.2.19.debian.1.orig.tar.gz diff --git a/libhildon_2.2.19.debian.1.orig.tar.gz.delta b/libhildon_2.2.19.debian.1.orig.tar.gz.delta new file mode 100644 index 0000000..835f534 Binary files /dev/null and b/libhildon_2.2.19.debian.1.orig.tar.gz.delta differ diff --git a/libhildon_2.2.19.debian.1.orig.tar.gz.id b/libhildon_2.2.19.debian.1.orig.tar.gz.id new file mode 100644 index 0000000..401e492 --- /dev/null +++ b/libhildon_2.2.19.debian.1.orig.tar.gz.id @@ -0,0 +1 @@ +26d0f3c17a93315dda291db6d4d9fc1cefbd0b5c -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:43:48 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:43:48 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian-patches, updated. upstream/2.1.34.debian.1-6-gfe6d102 Message-ID: The following commit has been merged in the debian-patches branch: commit 3bf57c68088c350feb32c0b5b9ab284fa96027e4 Author: Riku Voipio Date: Sun Mar 15 17:24:42 2009 +0200 Revert hildon_gtk_widget_set_theme_size removal The upstream idea of moving hildon_gtk_widget_set_theme_size to gtk is pure crack. diff --git a/hildon/hildon-dialog.c b/hildon/hildon-dialog.c index 1a3977c..152e1a2 100644 --- a/hildon/hildon-dialog.c +++ b/hildon/hildon-dialog.c @@ -74,6 +74,9 @@ G_DEFINE_TYPE (HildonDialog, hildon_dialog, GTK_TYPE_DIALOG); +/* Buttons on a HildonDialog have fixed size */ +#define HILDON_DIALOG_BUTTON_WIDTH 174 + static void hildon_dialog_class_init (HildonDialogClass *dialog_class) { @@ -189,7 +192,11 @@ hildon_dialog_add_button (HildonDialog *dialog, { GtkWidget *button; button = gtk_dialog_add_button (GTK_DIALOG (dialog), button_text, response_id); +#ifndef MAEMO_GTK + hildon_gtk_widget_set_theme_size (button, HILDON_SIZE_AUTO_WIDTH | HILDON_SIZE_FINGER_HEIGHT); + g_object_set (button, "width-request", HILDON_DIALOG_BUTTON_WIDTH, NULL); return button; +#endif } /** diff --git a/hildon/hildon-gtk.c b/hildon/hildon-gtk.c index 6cc8d81..91a49fc 100644 --- a/hildon/hildon-gtk.c +++ b/hildon/hildon-gtk.c @@ -31,6 +31,63 @@ #include "hildon-edit-toolbar-private.h" #include "hildon-private.h" +#ifndef MAEMO_GTK + +#define HILDON_HEIGHT_FINGER 70 + +#define HILDON_HEIGHT_THUMB 105 + +#define HILDON_WIDTH_FULLSCREEN \ + (gdk_screen_get_width (gdk_screen_get_default ())) + +#define HILDON_WIDTH_HALFSCREEN \ + (HILDON_WIDTH_FULLSCREEN / 2) + +/** + * hildon_gtk_widget_set_theme_size: + * @widget: A #GtkWidget + * @size: Flags indicating the size of the widget + * + * This function sets the requested size of a widget. + **/ +void +hildon_gtk_widget_set_theme_size (GtkWidget *widget, + HildonSizeType size) +{ + gint width = -1; + gint height = -1; + gchar *widget_name = NULL; + + g_return_if_fail (GTK_IS_WIDGET (widget)); + + /* Requested height */ + if (size & HILDON_SIZE_FINGER_HEIGHT) { + height = HILDON_HEIGHT_FINGER; + widget_name = "-finger"; + } else if (size & HILDON_SIZE_THUMB_HEIGHT) { + height = HILDON_HEIGHT_THUMB; + widget_name = "-thumb"; + } + + if (widget_name) + widget_name = g_strconcat (g_type_name (GTK_WIDGET_TYPE (widget)), widget_name, NULL); + + /* Requested width */ + if (size & HILDON_SIZE_HALFSCREEN_WIDTH) { + width = HILDON_WIDTH_HALFSCREEN; + } else if (size & HILDON_SIZE_FULLSCREEN_WIDTH) { + width = HILDON_WIDTH_FULLSCREEN; + } + + gtk_widget_set_size_request (widget, width, height); + + if (widget_name) { + gtk_widget_set_name (widget, widget_name); + g_free (widget_name); + } +} +#endif /* MAEMO_GTK */ + static void image_visible_changed_cb (GtkWidget *image, GParamSpec *arg1, diff --git a/hildon/hildon-gtk.h b/hildon/hildon-gtk.h index 2861f58..1037885 100644 --- a/hildon/hildon-gtk.h +++ b/hildon/hildon-gtk.h @@ -21,6 +21,22 @@ G_BEGIN_DECLS +#ifndef MAEMO_GTK +typedef enum { + HILDON_SIZE_AUTO_WIDTH = 0 << 0, /* set to automatic width */ + HILDON_SIZE_HALFSCREEN_WIDTH = 1 << 0, /* set to 50% screen width */ + HILDON_SIZE_FULLSCREEN_WIDTH = 2 << 0, /* set to 100% screen width */ + HILDON_SIZE_AUTO_HEIGHT = 0 << 2, /* set to automatic height */ + HILDON_SIZE_FINGER_HEIGHT = 1 << 2, /* set to finger height */ + HILDON_SIZE_THUMB_HEIGHT = 2 << 2, /* set to thumb height */ + HILDON_SIZE_AUTO = (HILDON_SIZE_AUTO_WIDTH | HILDON_SIZE_AUTO_HEIGHT) +} HildonSizeType; + +void +hildon_gtk_widget_set_theme_size (GtkWidget *widget, + HildonSizeType size); + +#endif /* MAEMO_GTK */ GtkWidget * hildon_gtk_menu_new (void); -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:43:49 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:43:49 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian-patches, updated. upstream/2.1.34.debian.1-6-gfe6d102 Message-ID: The following commit has been merged in the debian-patches branch: commit c54466c08b7d5b48ca161cd1c14b29efcf42d32e Author: Jonny Lamb Date: Tue Jan 26 10:07:46 2010 +0000 Be sure to link to Xlib. Signed-off-by: Jonny Lamb diff --git a/configure.ac b/configure.ac index 24fdfc1..8698249 100644 --- a/configure.ac +++ b/configure.ac @@ -43,6 +43,10 @@ AC_SUBST(GTK_LIBS) AC_SUBST(GTK_CFLAGS) AC_SUBST(GTK_VERSION) +PKG_CHECK_MODULES(X, x11) +AC_SUBST(X_LIBS) +AC_SUBST(X_CFLAGS) + # libcanberra is needed for the hildon-note sounds. PKG_CHECK_MODULES(CANBERRA, libcanberra) diff --git a/hildon/Makefile.am b/hildon/Makefile.am index 10f1c91..953f4f8 100644 --- a/hildon/Makefile.am +++ b/hildon/Makefile.am @@ -14,12 +14,14 @@ lib_LTLIBRARIES = libhildon- at API_VERSION_MAJOR@.la libhildon_ at API_VERSION_MAJOR@_la_LDFLAGS = $(HILDON_WIDGETS_LT_LDFLAGS) libhildon_ at API_VERSION_MAJOR@_la_LIBADD = \ + $(X_LIBS) \ $(GTK_LIBS) \ $(GCONF_LIBS) \ $(CANBERRA_LIBS) \ @HILDON_LT_LDFLAGS@ libhildon_ at API_VERSION_MAJOR@_la_CFLAGS = \ + $(X_CFLAGS) \ $(GTK_CFLAGS) \ $(GCONF_CFLAGS) \ $(EXTRA_CFLAGS) \ -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:43:49 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:43:49 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian-patches, updated. upstream/2.1.34.debian.1-6-gfe6d102 Message-ID: The following commit has been merged in the debian-patches branch: commit 2581fb3294ac4354e88cb9ec5c0a1d96323e5744 Author: Jonny Lamb Date: Tue Jan 26 17:24:52 2010 +0000 Only export symbols with "hildon_" prefix. Signed-off-by: Jonny Lamb diff --git a/hildon/Makefile.am b/hildon/Makefile.am index 953f4f8..1ca7faf 100644 --- a/hildon/Makefile.am +++ b/hildon/Makefile.am @@ -11,7 +11,8 @@ EXTRA_DIST = hildon-marshalers.list lib_LTLIBRARIES = libhildon- at API_VERSION_MAJOR@.la -libhildon_ at API_VERSION_MAJOR@_la_LDFLAGS = $(HILDON_WIDGETS_LT_LDFLAGS) +libhildon_ at API_VERSION_MAJOR@_la_LDFLAGS = $(HILDON_WIDGETS_LT_LDFLAGS) \ + -export-symbols-regex ^hildon_ libhildon_ at API_VERSION_MAJOR@_la_LIBADD = \ $(X_LIBS) \ -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:43:50 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:43:50 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian-patches, updated. upstream/2.1.34.debian.1-6-gfe6d102 Message-ID: The following commit has been merged in the debian-patches branch: commit f125ce94896125b8ed3ed891810740ea2c7f0f12 Author: Jonny Lamb Date: Sun Aug 1 16:09:18 2010 -0400 Define HildonUIMode. whut? Signed-off-by: Jonny Lamb diff --git a/hildon/hildon-gtk.h b/hildon/hildon-gtk.h index 1037885..9b31771 100644 --- a/hildon/hildon-gtk.h +++ b/hildon/hildon-gtk.h @@ -32,6 +32,12 @@ typedef enum { HILDON_SIZE_AUTO = (HILDON_SIZE_AUTO_WIDTH | HILDON_SIZE_AUTO_HEIGHT) } HildonSizeType; +typedef enum +{ + HILDON_UI_MODE_NORMAL, + HILDON_UI_MODE_EDIT +} HildonUIMode; + void hildon_gtk_widget_set_theme_size (GtkWidget *widget, HildonSizeType size); diff --git a/hildon/hildon-touch-selector.c b/hildon/hildon-touch-selector.c index 6c173eb..e16b3b5 100644 --- a/hildon/hildon-touch-selector.c +++ b/hildon/hildon-touch-selector.c @@ -176,6 +176,7 @@ #include "hildon-gtk.h" +#include "hildon-enum-types.h" #include "hildon-pannable-area.h" #include "hildon-touch-selector.h" #include "hildon-touch-selector-private.h" diff --git a/hildon/hildon-touch-selector.h b/hildon/hildon-touch-selector.h index eae1add..ec0e9a8 100644 --- a/hildon/hildon-touch-selector.h +++ b/hildon/hildon-touch-selector.h @@ -22,6 +22,7 @@ #define __HILDON_TOUCH_SELECTOR_H__ #include +#include "hildon-gtk.h" #include "hildon-touch-selector-column.h" G_BEGIN_DECLS -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:43:50 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:43:50 +0000 Subject: [SCM] Debian packaging for libhildon. branch, debian-patches, updated. upstream/2.1.34.debian.1-6-gfe6d102 Message-ID: The following commit has been merged in the debian-patches branch: commit fe6d102b642b6178ec45cb6fac45299fffdfde76 Author: Jonny Lamb Date: Sun Aug 1 16:59:06 2010 -0400 Add some more includes and if 0s to let it build. Signed-off-by: Jonny Lamb diff --git a/examples/hildon-text-view-example.c b/examples/hildon-text-view-example.c index 4e2a16b..63e128f 100644 --- a/examples/hildon-text-view-example.c +++ b/examples/hildon-text-view-example.c @@ -36,7 +36,9 @@ static void set_placeholder_button_clicked (GtkButton *button, GtkEntry *entry) { +#if 0 hildon_gtk_text_view_set_placeholder_text (textview, gtk_entry_get_text (entry)); +#endif } static void diff --git a/hildon/hildon-check-button.c b/hildon/hildon-check-button.c index 4a8d90d..0c1b147 100644 --- a/hildon/hildon-check-button.c +++ b/hildon/hildon-check-button.c @@ -83,6 +83,8 @@ enum { static guint signals[LAST_SIGNAL] = { 0 }; +#include "hildon-enum-types.h" + G_DEFINE_TYPE (HildonCheckButton, hildon_check_button, GTK_TYPE_BUTTON); #define HILDON_CHECK_BUTTON_GET_PRIVATE(obj) \ diff --git a/hildon/hildon-entry.c b/hildon/hildon-entry.c index 5268586..e01f3e4 100644 --- a/hildon/hildon-entry.c +++ b/hildon/hildon-entry.c @@ -47,6 +47,7 @@ #undef HILDON_DISABLE_DEPRECATED +#include "hildon-enum-types.h" #include "hildon-entry.h" G_DEFINE_TYPE (HildonEntry, hildon_entry, GTK_TYPE_ENTRY); @@ -138,7 +139,9 @@ hildon_entry_set_placeholder (HildonEntry *entry, const gchar *text) { g_return_if_fail (HILDON_IS_ENTRY (entry) && text != NULL); +#if 0 hildon_gtk_entry_set_placeholder_text (GTK_ENTRY (entry), text); +#endif } /** diff --git a/hildon/hildon-gtk.h b/hildon/hildon-gtk.h index 9b31771..4a29cfb 100644 --- a/hildon/hildon-gtk.h +++ b/hildon/hildon-gtk.h @@ -38,6 +38,21 @@ typedef enum HILDON_UI_MODE_EDIT } HildonUIMode; +typedef enum +{ + HILDON_GTK_INPUT_MODE_ALPHA = 1 << 0, + HILDON_GTK_INPUT_MODE_NUMERIC = 1 << 1, + HILDON_GTK_INPUT_MODE_SPECIAL = 1 << 2, + HILDON_GTK_INPUT_MODE_HEXA = 1 << 3, + HILDON_GTK_INPUT_MODE_TELE = 1 << 4, + HILDON_GTK_INPUT_MODE_FULL = (HILDON_GTK_INPUT_MODE_ALPHA | HILDON_GTK_INPUT_MODE_NUMERIC | HILDON_GTK_INPUT_MODE_SPECIAL), + HILDON_GTK_INPUT_MODE_NO_SCREEN_PLUGINS = 1 << 27, + HILDON_GTK_INPUT_MODE_MULTILINE = 1 << 28, + HILDON_GTK_INPUT_MODE_INVISIBLE = 1 << 29, + HILDON_GTK_INPUT_MODE_AUTOCAP = 1 << 30, + HILDON_GTK_INPUT_MODE_DICTIONARY = 1 << 31 +} HildonGtkInputMode; + void hildon_gtk_widget_set_theme_size (GtkWidget *widget, HildonSizeType size); diff --git a/hildon/hildon-live-search.c b/hildon/hildon-live-search.c index 249a37c..5df7955 100644 --- a/hildon/hildon-live-search.c +++ b/hildon/hildon-live-search.c @@ -708,9 +708,11 @@ hildon_live_search_init (HildonLiveSearch *self) /* Unset the autocap and dictionary input flags from the HildonEntry. */ +#if 0 imode = hildon_gtk_entry_get_input_mode (GTK_ENTRY (priv->entry)); hildon_gtk_entry_set_input_mode (GTK_ENTRY (priv->entry), filter_input_mode (imode)); +#endif gtk_widget_set_name (GTK_WIDGET (priv->entry), "HildonLiveSearchEntry"); diff --git a/hildon/hildon-text-view.c b/hildon/hildon-text-view.c index 1d95f1c..a1cf1ae 100644 --- a/hildon/hildon-text-view.c +++ b/hildon/hildon-text-view.c @@ -134,7 +134,9 @@ hildon_text_view_set_placeholder (HildonTextView *text_view, const gchar *text) { g_return_if_fail (HILDON_IS_TEXT_VIEW (text_view) && text != NULL); +#if 0 hildon_gtk_text_view_set_placeholder_text (GTK_TEXT_VIEW (text_view), text); +#endif } /** @@ -162,11 +164,13 @@ hildon_text_view_button_press_event (GtkWidget *widget, gtk_widget_grab_focus (widget); +#if 0 if (GTK_TEXT_VIEW (widget)->editable && hildon_gtk_im_context_filter_event (GTK_TEXT_VIEW (widget)->im_context, (GdkEvent*)event)) { GTK_TEXT_VIEW (widget)->need_im_reset = TRUE; return TRUE; } +#endif if (event->button == 1 && event->type == GDK_BUTTON_PRESS) { priv->x = event->x; @@ -212,11 +216,13 @@ hildon_text_view_button_release_event (GtkWidget *widget, GtkTextIter iter; gint x, y; +#if 0 if (text_view->editable && hildon_gtk_im_context_filter_event (text_view->im_context, (GdkEvent*)event)) { text_view->need_im_reset = TRUE; return TRUE; } +#endif if (event->button == 1 && event->type == GDK_BUTTON_RELEASE && !priv->selection_movement) { diff --git a/hildon/hildon-touch-selector-entry.c b/hildon/hildon-touch-selector-entry.c index c7c4d27..30862ad 100644 --- a/hildon/hildon-touch-selector-entry.c +++ b/hildon/hildon-touch-selector-entry.c @@ -47,6 +47,7 @@ #include "hildon-touch-selector.h" #include "hildon-touch-selector-entry.h" #include "hildon-entry.h" +#include "hildon-gtk.h" #include @@ -247,6 +248,7 @@ hildon_touch_selector_entry_init (HildonTouchSelectorEntry *self) priv->entry = hildon_entry_new (HILDON_SIZE_FINGER_HEIGHT); gtk_entry_set_activates_default (GTK_ENTRY (priv->entry), TRUE); +#if 0 input_mode = hildon_gtk_entry_get_input_mode (GTK_ENTRY (priv->entry)); /* Disable unsupported input modes. */ @@ -255,6 +257,7 @@ hildon_touch_selector_entry_init (HildonTouchSelectorEntry *self) input_mode &= ~HILDON_GTK_INPUT_MODE_DICTIONARY; hildon_gtk_entry_set_input_mode (GTK_ENTRY (priv->entry), input_mode); +#endif completion = gtk_entry_completion_new (); gtk_entry_completion_set_inline_completion (completion, TRUE); @@ -423,7 +426,9 @@ hildon_touch_selector_entry_set_input_mode (HildonTouchSelectorEntry * selector, priv = HILDON_TOUCH_SELECTOR_ENTRY_GET_PRIVATE (selector); +#if 0 hildon_gtk_entry_set_input_mode (GTK_ENTRY (priv->entry), input_mode); +#endif } /** @@ -440,6 +445,7 @@ hildon_touch_selector_entry_set_input_mode (HildonTouchSelectorEntry * selector, HildonGtkInputMode hildon_touch_selector_entry_get_input_mode (HildonTouchSelectorEntry * selector) { +#if 0 HildonTouchSelectorEntryPrivate *priv; g_return_val_if_fail (HILDON_IS_TOUCH_SELECTOR_ENTRY (selector), HILDON_GTK_INPUT_MODE_ALPHA); @@ -447,6 +453,8 @@ hildon_touch_selector_entry_get_input_mode (HildonTouchSelectorEntry * selector) priv = HILDON_TOUCH_SELECTOR_ENTRY_GET_PRIVATE (selector); return hildon_gtk_entry_get_input_mode (GTK_ENTRY (priv->entry)); +#endif + return HILDON_GTK_INPUT_MODE_FULL; } static void diff --git a/hildon/hildon-touch-selector.c b/hildon/hildon-touch-selector.c index e16b3b5..1b74859 100644 --- a/hildon/hildon-touch-selector.c +++ b/hildon/hildon-touch-selector.c @@ -2797,7 +2797,9 @@ hildon_touch_selector_set_hildon_ui_mode (HildonTouchSelector *selector, column = HILDON_TOUCH_SELECTOR_COLUMN (iter->data); tree_view = column->priv->tree_view; +#if 0 hildon_tree_view_set_hildon_ui_mode (tree_view, mode); +#endif /* looking at the code of hildon_tree_view_set_hildon_ui_mode, it seems that it call the unselect_all, but it is required anyway */ -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:43:57 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:43:57 +0000 Subject: [SCM] Debian packaging for libhildon. annotated tag, debian/2.2.19.debian.1-1, created. debian/2.2.19.debian.1-1 Message-ID: The annotated tag, debian/2.2.19.debian.1-1 has been created at 91c40021ab74f67bb381b3c5b2b8606280aabd44 (tag) tagging 4c1dd2dcfb30251143e161fad3571796ce73708b (commit) replaces debian/2.1.34.debian.1-7 tagged by Jonny Lamb on Tue Aug 3 15:09:42 2010 -0400 - Shortlog ------------------------------------------------------------ Debian release 2.2.19.debian.1-1 Jonny Lamb (11): Imported Upstream version 2.2.19.debian.1 Merge commit 'upstream/2.2.19.debian.1' into debian New upstream release. debian/control: Upped build-dep version on GTK. debian/update-patches.mk: Added -N option to git format-patch. debian/patches/: Updated all patches now that src moved to hildon, and to remove the annoying numbers. debian/changelog: Close "new upstream" bug. debian/patches/: 0004-Define-HildonUIMode.patch: Added to allow this to build. debian/patches/: 0005-Add-some-more-includes-and-if-0s-to-let-it-build.patch: Added. debian/libhildon-1-0.symbols: Updated. Target unstable. ----------------------------------------------------------------------- -- Debian packaging for libhildon. From jonny at debian.org Tue Aug 3 19:43:59 2010 From: jonny at debian.org (Jonny Lamb) Date: Tue, 03 Aug 2010 19:43:59 +0000 Subject: [SCM] Debian packaging for libhildon. annotated tag, upstream/2.2.19.debian.1, created. upstream/2.2.19.debian.1 Message-ID: The annotated tag, upstream/2.2.19.debian.1 has been created at eb9ea8b9e5607e3c441e149be79dc5fb879aa381 (tag) tagging 26d0f3c17a93315dda291db6d4d9fc1cefbd0b5c (commit) replaces upstream/2.1.34.debian.1 tagged by Jonny Lamb on Sun Aug 1 15:15:08 2010 -0400 - Shortlog ------------------------------------------------------------ Upstream version 2.2.19.debian.1 Jonny Lamb (1): Imported Upstream version 2.2.19.debian.1 ----------------------------------------------------------------------- -- Debian packaging for libhildon.