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. r2340 - in
      trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu: .
      src ([EMAIL PROTECTED])
   2. r2341 - trunk/oe/conf/distro/include ([EMAIL PROTECTED])
--- Begin Message ---
Author: stefan
Date: 2007-06-24 17:52:10 +0200 (Sun, 24 Jun 2007)
New Revision: 2340

Modified:
   trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/ChangeLog
   
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/buttonactions.c
Log:
2007-06-24  Stefan Schmidt <[EMAIL PROTECTED]>

        * src/buttonactions.c:
        (panel_mainmenu_input_dispatch):

                Comment out some noisy debug statements.



Modified: 
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/ChangeLog    
2007-06-24 14:45:12 UTC (rev 2339)
+++ trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/ChangeLog    
2007-06-24 15:52:10 UTC (rev 2340)
@@ -1,5 +1,12 @@
 2007-06-24  Stefan Schmidt <[EMAIL PROTECTED]>
 
+        * src/buttonactions.c:
+        (panel_mainmenu_input_dispatch):
+
+               Comment out some noisy debug statements.
+
+2007-06-24  Stefan Schmidt <[EMAIL PROTECTED]>
+
         Copy most of the files from openmoko-mainmenu to the panel applet.
                First step to obsolete openmoko-mainmenu. The finger menu 
functionality
                will be merged into the applet and started with tapn-and-hold. 
(See

Modified: 
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/buttonactions.c
===================================================================
--- 
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/buttonactions.c
  2007-06-24 14:45:12 UTC (rev 2339)
+++ 
trunk/src/target/OM-2007/panel-plugins/openmoko-panel-mainmenu/src/buttonactions.c
  2007-06-24 15:52:10 UTC (rev 2340)
@@ -199,8 +199,8 @@
     {
         struct input_event event;
         int size = read( aux_fd.fd, &event, sizeof( struct input_event ) );
-        g_debug( "read %d bytes from aux_fd %d", size, aux_fd.fd );
-        g_debug( "input event = ( %0x, %0x, %0x )", event.type, event.code, 
event.value );
+        //g_debug( "read %d bytes from aux_fd %d", size, aux_fd.fd );
+        //g_debug( "input event = ( %0x, %0x, %0x )", event.type, event.code, 
event.value );
         if ( event.type == 1 && event.code == AUX_BUTTON_KEYCODE )
         {
             if ( event.value == 1 ) /* pressed */
@@ -224,8 +224,8 @@
     {
         struct input_event event;
         int size = read( power_fd.fd, &event, sizeof( struct input_event ) );
-        g_debug( "read %d bytes from power_fd %d", size, power_fd.fd );
-        g_debug( "input event = ( %0x, %0x, %0x )", event.type, event.code, 
event.value );
+        //g_debug( "read %d bytes from power_fd %d", size, power_fd.fd );
+        //g_debug( "input event = ( %0x, %0x, %0x )", event.type, event.code, 
event.value );
         if ( event.type == 1 && event.code == POWER_BUTTON_KEYCODE )
         {
             if ( event.value == 1 ) /* pressed */




--- End Message ---
--- Begin Message ---
Author: stefan
Date: 2007-06-24 23:43:42 +0200 (Sun, 24 Jun 2007)
New Revision: 2341

Modified:
   trunk/oe/conf/distro/include/preferred-openmoko-versions.inc
Log:
* Closes #619. Rob Bradford fixed the problem upstream.


Modified: trunk/oe/conf/distro/include/preferred-openmoko-versions.inc
===================================================================
--- trunk/oe/conf/distro/include/preferred-openmoko-versions.inc        
2007-06-24 15:52:10 UTC (rev 2340)
+++ trunk/oe/conf/distro/include/preferred-openmoko-versions.inc        
2007-06-24 21:43:42 UTC (rev 2341)
@@ -46,8 +46,7 @@
 #
 SRCDATE_openmoko-contacts = "now"
 SRCDATE_openmoko-dates = "now"
-# Back to now if #230 is fixed.
-SRCDATE_openmoko-tasks = "20070623"
+SRCDATE_openmoko-tasks = "now"
 SRCDATE_openmoko-today = "now"
 SRCDATE_openmoko-messages = "now"
 SRCDATE_openmoko-rssreader = "now"




--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to