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. r1405 - in
      trunk/src/target/OM-2007/applications/openmoko-appmanager:        . src
      ([EMAIL PROTECTED])
   2. r1406 -
      trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0
      ([EMAIL PROTECTED])
--- Begin Message ---
Author: caowai_song
Date: 2007-03-19 09:01:39 +0100 (Mon, 19 Mar 2007)
New Revision: 1405

Modified:
   trunk/src/target/OM-2007/applications/openmoko-appmanager/ChangeLog
   trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.c
Log:
Set unable writing attribute to the detail area


Modified: trunk/src/target/OM-2007/applications/openmoko-appmanager/ChangeLog
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/ChangeLog 
2007-03-19 07:20:11 UTC (rev 1404)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/ChangeLog 
2007-03-19 08:01:39 UTC (rev 1405)
@@ -1,6 +1,7 @@
 2007-03-19 Chaowei Song <[EMAIL PROTECTED]>
        * src/package-list.c: (package_list_execute_change):
        Set a changed flag when install, remove or upgrade a package success.
+       Remove unnecessary print message
        * src/appmanager-data: 
        Add menubox(and set/get function) to the appmanager-data struct.
        * src/appmanager-window.c: (main)
@@ -8,3 +9,7 @@
        Show installed package list after initialization.
        * src/filter-menu.c filter-menu.h:
        Add filter_menu_show_install_list.
+       * src/tool-box.c: (on_apply_clicked)
+       Show installed package list after install, remove or upgrade packages.
+       * src/detail-area.c: (detail_area_new)
+       Set unable writing attribute to the detail area

Modified: 
trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.c
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.c 
2007-03-19 07:20:11 UTC (rev 1404)
+++ trunk/src/target/OM-2007/applications/openmoko-appmanager/src/detail-area.c 
2007-03-19 08:01:39 UTC (rev 1405)
@@ -41,7 +41,7 @@
 
   text = gtk_text_view_new ();
   gtk_widget_show (text);
-  gtk_text_view_set_editable (GTK_TEXT_VIEW (text), TRUE);
+  gtk_text_view_set_editable (GTK_TEXT_VIEW (text), FALSE);
   gtk_text_view_set_accepts_tab (GTK_TEXT_VIEW (text), FALSE);
   gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (text), GTK_WRAP_WORD);
 




--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2007-03-19 10:50:14 +0100 (Mon, 19 Mar 2007)
New Revision: 1406

Added:
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today-bell.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today-event.png
   
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today-todo.png
Modified:
   trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokoicons
Log:
* Add openmoko today icons to the theme


Modified: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokoicons
===================================================================
--- trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokoicons 
2007-03-19 08:01:39 UTC (rev 1405)
+++ trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/mokoicons 
2007-03-19 09:50:14 UTC (rev 1406)
@@ -34,7 +34,14 @@
 stock["openmoko-action-button-search-icon"]              = 
{{"openmoko-action-button-search-icon.png"}}
 stock["openmoko-action-button-speaker-icon"]             = 
{{"openmoko-action-button-speaker-icon.png"}}
 stock["openmoko-action-button-view-icon"]                = 
{{"openmoko-action-button-view-icon.png"}}
-       
+
+#
+# icons used in the openmoko today application
+#
+stock["openmoko-today-bell"] = {{"openmoko-today-bell.png"}}
+stock["openmoko-today-event"] = {{"openmoko-today-event.png"}}
+stock["openmoko-today-todo"] = {{"openmoko-today-todo.png"}}
+
 }
 widget_class "GtkWidget" style "icons"
 class "GtkWidget" style "icons"

Added: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today-bell.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today-bell.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today-event.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today-event.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today-todo.png
===================================================================
(Binary files differ)


Property changes on: 
trunk/src/target/OM-2007/artwork/themes/openmoko-standard/gtk-2.0/openmoko-today-todo.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




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

Reply via email to