r339 - in trunk/src/target/OM-2007: applications openmoko-libs/libmokoui

mickey at gta01.hmw-consulting.de mickey at gta01.hmw-consulting.de
Thu Dec 7 17:34:25 CET 2006


Author: mickey
Date: 2006-12-07 16:34:23 +0000 (Thu, 07 Dec 2006)
New Revision: 339

Modified:
   trunk/src/target/OM-2007/applications/applications.pro
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-alignment.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-alignment.h
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-details-window.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-details-window.h
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-tool-box.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-tool-box.h
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-wheel.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-wheel.h
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-window.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-window.h
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-fixed.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-fixed.h
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-navigation-list.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-navigation-list.h
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-pixmap-button.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-pixmap-button.h
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-search-bar.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-search-bar.h
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-tree-view.c
   trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-tree-view.h
Log:
libmokoui: unify headers. libraries should be LGPL


Modified: trunk/src/target/OM-2007/applications/applications.pro
===================================================================
--- trunk/src/target/OM-2007/applications/applications.pro	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/applications/applications.pro	2006-12-07 16:34:23 UTC (rev 339)
@@ -1,3 +1,4 @@
 TEMPLATE = subdirs
-SUBDIRS = openmoko-chordmaster
+SUBDIRS = openmoko-chordmaster 
+#openmoko-appmanager openmoko-dialer
 

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-alignment.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-alignment.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-alignment.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -6,13 +6,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-alignment.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-alignment.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-alignment.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-details-window.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-details-window.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-details-window.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date$) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-details-window.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-details-window.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-details-window.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date$) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-tool-box.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-tool-box.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-tool-box.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-tool-box.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-tool-box.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-tool-box.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-wheel.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-wheel.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-wheel.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-wheel.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-wheel.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-wheel.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-window.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-window.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-window.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-window.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-window.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-finger-window.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-fixed.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-fixed.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-fixed.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -6,13 +6,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-fixed.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-fixed.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-fixed.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -6,13 +6,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-navigation-list.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-navigation-list.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-navigation-list.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date: 2006/11/28 17:38:14 $) [$Author: Ken $]
  */
@@ -50,7 +50,7 @@
                              gboolean      *value_changed)
 {
     gdouble value = adjustment->value;
-    
+
     value = CLAMP (value, 0, adjustment->upper - adjustment->page_size);
     if (value != adjustment->value)
     {
@@ -72,7 +72,7 @@
     gdouble old_page_size;
     gdouble old_upper;
     gdouble old_value;
-    
+
     moko_navigation_list_get_view_allocation (viewport, &view_allocation);
 
     old_page_size = hadjustment->page_size;
@@ -87,7 +87,7 @@
     if (bin->child && GTK_WIDGET_VISIBLE (bin->child))
     {
         GtkRequisition child_requisition;
-        
+
         gtk_widget_get_child_requisition (bin->child, &child_requisition);
         hadjustment->upper = MAX (child_requisition.width, view_allocation.width);
     }
@@ -113,7 +113,7 @@
     GtkWidget *widget = GTK_WIDGET (viewport);
     GtkAllocation *allocation = &widget->allocation;
     gint border_width = GTK_CONTAINER (viewport)->border_width;
-    
+
     view_allocation->x = 0;
     view_allocation->y = 0;
 
@@ -125,8 +125,8 @@
 
     view_allocation->width = MAX (1, allocation->width - view_allocation->x * 2 - border_width * 2);
     view_allocation->height = MAX (1, allocation->height - view_allocation->y * 2 - border_width * 2);
-  
-  
+
+
 }
 
 static void
@@ -136,19 +136,19 @@
     GtkBin *bin = GTK_BIN (viewport);
     GtkAllocation view_allocation;
     GtkAdjustment *vadjustment = gtk_viewport_get_vadjustment (viewport);
-    
+
     moko_navigation_list_get_view_allocation (viewport, &view_allocation);
-    
+
     vadjustment->page_size = view_allocation.height;
     vadjustment->step_increment = view_allocation.height * 0.1;
     vadjustment->page_increment = view_allocation.height * 0.9;
-    
+
     vadjustment->lower = 0;
 
     if (bin->child && GTK_WIDGET_VISIBLE (bin->child))
     {
         GtkRequisition child_requisition;
-        
+
         gtk_widget_get_child_requisition (bin->child, &child_requisition);
         vadjustment->upper = MAX (child_requisition.height, view_allocation.height);
     }
@@ -181,23 +181,23 @@
     GtkViewport *viewport;
     GtkBin *bin;
     GtkRequisition child_requisition;
-    
+
     gint width,height;
     gint navigationsw_width,navigationsw_height;
-    
+
     viewport = GTK_VIEWPORT (widget);
     bin = GTK_BIN (widget);
-    
+
     gtk_widget_get_size_request (widget, &width, &height);
-    
-    
+
+
     navigationsw_width  = width  - 6;
     navigationsw_height = height - 3;
-    
+
     MokoNavigationListPrivate* priv = NAVIGATION_LIST_PRIVATE (widget);
 
     gtk_widget_set_size_request (GTK_WIDGET(priv->navigationsw), navigationsw_width, navigationsw_height);
-  
+
     requisition->width = (GTK_CONTAINER (widget)->border_width +
                           GTK_WIDGET (widget)->style->xthickness) * 2;
 
@@ -211,8 +211,8 @@
         requisition->width += child_requisition.width;
         requisition->height += child_requisition.height;
     }
-  
-  
+
+
 }
 
 
@@ -224,7 +224,7 @@
     GtkBin *bin = GTK_BIN (widget);
     gint border_width = GTK_CONTAINER (widget)->border_width;
     gboolean hadjustment_value_changed, vadjustment_value_changed;
-    
+
     GtkAdjustment *hadjustment = gtk_viewport_get_hadjustment (viewport);
     GtkAdjustment *vadjustment = gtk_viewport_get_vadjustment (viewport);
 
@@ -236,7 +236,7 @@
         (widget->allocation.width != allocation->width ||
          widget->allocation.height != allocation->height))
         gdk_window_invalidate_rect (widget->window, NULL, FALSE);
-    
+
     widget->allocation = *allocation;
 
     moko_navigation_list_set_hadjustment_values (viewport, &hadjustment_value_changed);
@@ -245,15 +245,15 @@
     if (GTK_WIDGET_REALIZED (widget))
     {
         GtkAllocation view_allocation;
-        
+
         moko_navigation_list_get_view_allocation (viewport, &view_allocation);
-        
+
         gdk_window_move_resize (widget->window,
                                 allocation->x + border_width,
                                 allocation->y + border_width,
                                 allocation->width - border_width * 2,
                                 allocation->height - border_width * 2);
-        
+
         gdk_window_move_resize (viewport->view_window,
                                 view_allocation.x,
                                 view_allocation.y,
@@ -264,19 +264,19 @@
     if (bin->child && GTK_WIDGET_VISIBLE (bin->child))
     {
         GtkAllocation child_allocation;
-        
+
         child_allocation.x = 0;
         child_allocation.y = 0;
         child_allocation.width = hadjustment->upper;
         child_allocation.height = vadjustment->upper;
-        
+
         if (GTK_WIDGET_REALIZED (widget))
             gdk_window_move_resize (viewport->bin_window,
                                     - hadjustment->value,
                                     - vadjustment->value,
                                     child_allocation.width,
                                     child_allocation.height);
-        
+
         gtk_widget_size_allocate (bin->child, &child_allocation);
     }
 
@@ -286,7 +286,7 @@
         gtk_adjustment_value_changed (hadjustment);
     if (vadjustment_value_changed)
         gtk_adjustment_value_changed (vadjustment);
-    
+
     gtk_widget_set_size_request (widget, allocation->width, allocation->height);
 }
 
@@ -303,7 +303,7 @@
     /* hook virtual methods */
     widget_class->size_request = moko_navigation_list_size_request;
     widget_class->size_allocate = moko_navigation_list_size_allocate;
-    
+
     /* install properties */
     /* ... */
 
@@ -316,7 +316,7 @@
 {
     MokoNavigationListPrivate* priv = NAVIGATION_LIST_PRIVATE (self);
     gtk_widget_set_name ( GTK_WIDGET (self), "mokonavigationlist-background" );
-    
+
     gtk_tree_view_set_rules_hint ( GTK_TREE_VIEW (priv->treeview), TRUE );
     gtk_tree_view_set_headers_visible ( GTK_TREE_VIEW (priv->treeview), TRUE );
 }
@@ -328,19 +328,19 @@
     MokoNavigationListPrivate* priv = NAVIGATION_LIST_PRIVATE (self);
 
     gtk_viewport_set_shadow_type ( GTK_VIEWPORT (self), GTK_SHADOW_NONE );
-    
+
     priv->navigationcontainer = (GtkFixed *) gtk_fixed_new();
 
     gtk_container_add ( GTK_CONTAINER (self), GTK_WIDGET (priv->navigationcontainer) );
-    
+
     priv->treeview = (MokoTreeView *) moko_tree_view_new ();
     priv->navigationsw = moko_tree_view_put_into_scrolled_window (priv->treeview);
-    
-    
+
+
     gtk_widget_set_size_request ( GTK_WIDGET (self), 458, 160 );
     gtk_fixed_put ( GTK_FIXED (priv->navigationcontainer), GTK_WIDGET (priv->navigationsw), 4, 2 );
-    
-    
+
+
     return self;
 }
 
@@ -352,18 +352,18 @@
     MokoNavigationListPrivate* priv = NAVIGATION_LIST_PRIVATE (self);
 
     gtk_viewport_set_shadow_type ( GTK_VIEWPORT (self), GTK_SHADOW_NONE );
-    
+
     priv->navigationcontainer = (GtkFixed *) gtk_fixed_new();
 
     gtk_container_add ( GTK_CONTAINER (self), GTK_WIDGET (priv->navigationcontainer) );
-    
+
     priv->treeview = (MokoTreeView *) moko_tree_view_new_with_model (model);
     priv->navigationsw = moko_tree_view_put_into_scrolled_window (priv->treeview);
-    
+
     gtk_widget_set_size_request ( GTK_WIDGET (self), 458, 160 );
     gtk_fixed_put ( GTK_FIXED (priv->navigationcontainer), GTK_WIDGET (priv->navigationsw), 4, 2 );
-    
-    
+
+
     return self;
 }
 

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-navigation-list.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-navigation-list.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-navigation-list.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date: 2006/11/28 17:38:14 $) [$Author: Ken $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-pixmap-button.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-pixmap-button.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-pixmap-button.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-pixmap-button.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-pixmap-button.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-pixmap-button.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-search-bar.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-search-bar.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-search-bar.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -6,13 +6,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-search-bar.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-search-bar.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-search-bar.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -6,13 +6,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-tree-view.c
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-tree-view.c	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-tree-view.c	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */

Modified: trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-tree-view.h
===================================================================
--- trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-tree-view.h	2006-12-07 15:17:42 UTC (rev 338)
+++ trunk/src/target/OM-2007/openmoko-libs/libmokoui/moko-tree-view.h	2006-12-07 16:34:23 UTC (rev 339)
@@ -5,13 +5,13 @@
  *  Copyright (C) 2006 Vanille-Media
  *
  *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU Public License as published by
+ *  it under the terms of the GNU Lesser Public License as published by
  *  the Free Software Foundation; version 2.1 of the license.
  *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU Public License for more details.
+ *  GNU Lesser Public License for more details.
  *
  *  Current Version: $Rev$ ($Date) [$Author: mickey $]
  */





More information about the commitlog mailing list