Send commitlog mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.openmoko.org/mailman/listinfo/commitlog
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of commitlog digest..."
Today's Topics:
1. r2559 - in trunk/src/target/OM-2007.2/libraries:
libmokojournal2 libmokoui2 ([EMAIL PROTECTED])
2. r2560 - in
trunk/src/target/OM-2007.2/applications/openmoko-today: . libtaku
src ([EMAIL PROTECTED])
3. r2561 -
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0
([EMAIL PROTECTED])
--- Begin Message ---
Author: zecke
Date: 2007-07-29 13:37:34 +0200 (Sun, 29 Jul 2007)
New Revision: 2559
Modified:
trunk/src/target/OM-2007.2/libraries/libmokojournal2/ChangeLog
trunk/src/target/OM-2007.2/libraries/libmokojournal2/libmokojournal2.pc.in
trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog
trunk/src/target/OM-2007.2/libraries/libmokoui2/configure.ac
trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui2.pc.in
Log:
2007-07-29 Holger Freyther <[EMAIL PROTECTED]>
Refer to version two of the library
* configure.ac:
* libmokoui2.pc.in:
2007-07-29 Holger Freyther <[EMAIL PROTECTED]>
Refer to version two of this library
* libmokojournal2.pc.in:
Modified: trunk/src/target/OM-2007.2/libraries/libmokojournal2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokojournal2/ChangeLog
2007-07-28 12:36:08 UTC (rev 2558)
+++ trunk/src/target/OM-2007.2/libraries/libmokojournal2/ChangeLog
2007-07-29 11:37:34 UTC (rev 2559)
@@ -1,3 +1,9 @@
+2007-07-29 Holger Freyther <[EMAIL PROTECTED]>
+
+ Refer to version two of this library
+
+ * libmokojournal2.pc.in:
+
2007-07-28 Michael Lauer <[EMAIL PROTECTED]>
* configure.ac:
Modified:
trunk/src/target/OM-2007.2/libraries/libmokojournal2/libmokojournal2.pc.in
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokojournal2/libmokojournal2.pc.in
2007-07-28 12:36:08 UTC (rev 2558)
+++ trunk/src/target/OM-2007.2/libraries/libmokojournal2/libmokojournal2.pc.in
2007-07-29 11:37:34 UTC (rev 2559)
@@ -1,11 +1,11 @@
[EMAIL PROTECTED]@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
-includedir=${prefix}/include/libmokojournal
+includedir=${prefix}/include/libmokojournal2
Name: libmokojournal
Description: OpenMoko Journal Development Library
Version: @VERSION@
Cflags: -I${includedir}
-Libs: -L${libdir} -lmokojournal
+Libs: -L${libdir} -lmokojournal2
Requires: libecal-1.2
Modified: trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog 2007-07-28
12:36:08 UTC (rev 2558)
+++ trunk/src/target/OM-2007.2/libraries/libmokoui2/ChangeLog 2007-07-29
11:37:34 UTC (rev 2559)
@@ -1,3 +1,10 @@
+2007-07-29 Holger Freyther <[EMAIL PROTECTED]>
+
+ Refer to version two of the library
+
+ * configure.ac:
+ * libmokoui2.pc.in:
+
2007-07-28 Michael Lauer <[EMAIL PROTECTED]>
* configure.ac:
Modified: trunk/src/target/OM-2007.2/libraries/libmokoui2/configure.ac
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokoui2/configure.ac
2007-07-28 12:36:08 UTC (rev 2558)
+++ trunk/src/target/OM-2007.2/libraries/libmokoui2/configure.ac
2007-07-29 11:37:34 UTC (rev 2559)
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(libmokoui, 0.1.0, http://www.openmoko.org/)
+AC_INIT(libmokoui2, 0.1.0, http://www.openmoko.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libmokoui/moko-stock.c)
AM_CONFIG_HEADER(config.h)
Modified: trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui2.pc.in
===================================================================
--- trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui2.pc.in
2007-07-28 12:36:08 UTC (rev 2558)
+++ trunk/src/target/OM-2007.2/libraries/libmokoui2/libmokoui2.pc.in
2007-07-29 11:37:34 UTC (rev 2559)
@@ -1,11 +1,11 @@
[EMAIL PROTECTED]@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
-includedir=${prefix}/include/libmokoui
+includedir=${prefix}/include/libmokoui2
Name: libmokoui
Description: OpenMoko User Interface Development Library
Version: @VERSION@
Cflags: -I${includedir}
-Libs: -L${libdir} -lmokoui
+Libs: -L${libdir} -lmokoui2
Requires: gtk+-2.0
--- End Message ---
--- Begin Message ---
Author: zecke
Date: 2007-07-29 13:42:19 +0200 (Sun, 29 Jul 2007)
New Revision: 2560
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-today/ChangeLog
trunk/src/target/OM-2007.2/applications/openmoko-today/configure.ac
trunk/src/target/OM-2007.2/applications/openmoko-today/libtaku/launcher-util.c
trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-launcher.c
trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-main.c
trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-task-manager.c
Log:
2007-07-29 Holger Freyther <[EMAIL PROTECTED]>
Use version two of the libraries. Make taku compile without libsn
* configure.ac:
* libtaku/launcher-util.c: Taco's don't need libsn.
(launcher_start):
* src/today-launcher.c:
* src/today-main.c:
* src/today-task-manager.c:
Modified: trunk/src/target/OM-2007.2/applications/openmoko-today/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-today/ChangeLog
2007-07-29 11:37:34 UTC (rev 2559)
+++ trunk/src/target/OM-2007.2/applications/openmoko-today/ChangeLog
2007-07-29 11:42:19 UTC (rev 2560)
@@ -1,3 +1,14 @@
+2007-07-29 Holger Freyther <[EMAIL PROTECTED]>
+
+ Use version two of the libraries. Make taku compile without libsn
+
+ * configure.ac:
+ * libtaku/launcher-util.c: Taco's don't need libsn.
+ (launcher_start):
+ * src/today-launcher.c:
+ * src/today-main.c:
+ * src/today-task-manager.c:
+
2007-07-17 Chris Lord <[EMAIL PROTECTED]>
* configure.ac:
Modified: trunk/src/target/OM-2007.2/applications/openmoko-today/configure.ac
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-today/configure.ac
2007-07-29 11:37:34 UTC (rev 2559)
+++ trunk/src/target/OM-2007.2/applications/openmoko-today/configure.ac
2007-07-29 11:42:19 UTC (rev 2560)
@@ -28,7 +28,7 @@
AC_DEFINE(HAVE_SEXY, 1, [We are sexy enough])],
enable_sexy=false)
-PKG_CHECK_MODULES(MOKOUI, libmokoui >= $LIBMOKOUI_VERSION)
+PKG_CHECK_MODULES(MOKOUI, libmokoui2 >= $LIBMOKOUI_VERSION)
PKG_CHECK_MODULES(GTK, gtk+-2.0 >= $LIBGTK_VERSION)
PKG_CHECK_MODULES(ECAL, libecal-1.2 >= $LIBECAL_VERSION)
PKG_CHECK_MODULES(EBOOK, libebook-1.2 >= $LIBEBOOK_VERSION)
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-today/libtaku/launcher-util.c
===================================================================
---
trunk/src/target/OM-2007.2/applications/openmoko-today/libtaku/launcher-util.c
2007-07-29 11:37:34 UTC (rev 2559)
+++
trunk/src/target/OM-2007.2/applications/openmoko-today/libtaku/launcher-util.c
2007-07-29 11:42:19 UTC (rev 2560)
@@ -344,11 +344,18 @@
if (!g_spawn_async (
#endif
NULL, data->argv, NULL,
- G_SPAWN_SEARCH_PATH, child_setup, data->use_sn ?
context : NULL,
+ G_SPAWN_SEARCH_PATH, child_setup,
+#ifdef USE_LIBSN
+ data->use_sn ? context : NULL,
+#else
+ NULL,
+#endif
NULL, &error)) {
g_warning ("Cannot launch %s: %s", data->argv[0], error->message);
g_error_free (error);
+#ifdef USE_LIBSN
sn_launcher_context_complete (context);
+#endif
}
#ifdef USE_LIBSN
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-launcher.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-launcher.c
2007-07-29 11:37:34 UTC (rev 2559)
+++ trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-launcher.c
2007-07-29 11:42:19 UTC (rev 2560)
@@ -7,7 +7,7 @@
#include <ctype.h>
#include <libtaku/taku-table.h>
#include <libtaku/taku-launcher-tile.h>
-#include <libmokoui/moko-finger-scroll.h>
+#include <moko-finger-scroll.h>
#include "today.h"
/* NOTE: Following 4 functions (as well as libtaku) taken from
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-main.c
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-main.c
2007-07-29 11:37:34 UTC (rev 2559)
+++ trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-main.c
2007-07-29 11:42:19 UTC (rev 2560)
@@ -4,7 +4,7 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <gtk/gtk.h>
-#include <libmokoui/moko-finger-scroll.h>
+#include <moko-finger-scroll.h>
#include <libtaku/launcher-util.h>
#include <libtaku/xutil.h>
#include <unistd.h>
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-task-manager.c
===================================================================
---
trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-task-manager.c
2007-07-29 11:37:34 UTC (rev 2559)
+++
trunk/src/target/OM-2007.2/applications/openmoko-today/src/today-task-manager.c
2007-07-29 11:42:19 UTC (rev 2560)
@@ -1,6 +1,6 @@
-#include <libmokoui/moko-stock.h>
-#include <libmokoui/moko-finger-scroll.h>
+#include <moko-stock.h>
+#include <moko-finger-scroll.h>
#include <libtaku/taku-table.h>
#include "today-task-manager.h"
#include "today-utils.h"
--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2007-07-30 11:49:49 +0200 (Mon, 30 Jul 2007)
New Revision: 2561
Modified:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton
Log:
* Fix button label colours
Modified:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton
===================================================================
---
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton
2007-07-29 11:42:19 UTC (rev 2560)
+++
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkbutton
2007-07-30 09:49:49 UTC (rev 2561)
@@ -33,4 +33,4 @@
fg[PRELIGHT] = "#ffffff"
fg[ACTIVE] = "#ffffff"
}
-widget "*.GtkButton.*" style "gtkbutton-label"
+widget_class "*.GtkButton.*" style "gtkbutton-label"
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog