Send commitlog mailing list submissions to
        commitlog@lists.openmoko.org

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. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   2. r4728 - trunk/src/target/themes/illume-theme-asu/config
      ([EMAIL PROTECTED])
   3. r4729 - in trunk/src/target/themes/illume-theme-asu: config
      misc-data/asu ([EMAIL PROTECTED])
   4. r4730 -
      trunk/src/target/themes/illume-theme-asu/misc-data/asu
      ([EMAIL PROTECTED])
   5. Openmoko's OpenEmbedded repository. This is used to build the
      Openmoko distribution: Changes to 'org.openmoko.dev'
      ([EMAIL PROTECTED])
   6. r4731 -
      trunk/src/target/themes/illume-theme-asu/misc-data/asu
      ([EMAIL PROTECTED])
   7. development tree for U-Boot: Changes to 'stable'
      ([EMAIL PROTECTED])
--- Begin Message ---
 .../openmoko-projects/illume-theme-illume_svn.bb   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 69146d9c7fcc68e185a90115f2cc4e5764a5a62f
Author: John Lee <[EMAIL PROTECTED]>
Date:   Sat Oct 25 18:03:14 2008 +0800

    illume-theme-illume: fix install argument




--- End Message ---
--- Begin Message ---
Author: john_lee
Date: 2008-10-25 14:24:19 +0200 (Sat, 25 Oct 2008)
New Revision: 4728

Modified:
   trunk/src/target/themes/illume-theme-asu/config/e.src
Log:
update to match upstream's first.  known issue: icons wont show up.



Modified: trunk/src/target/themes/illume-theme-asu/config/e.src
===================================================================
--- trunk/src/target/themes/illume-theme-asu/config/e.src       2008-10-24 
09:23:13 UTC (rev 4727)
+++ trunk/src/target/themes/illume-theme-asu/config/e.src       2008-10-25 
12:24:19 UTC (rev 4728)
@@ -1,5 +1,5 @@
 group "E_Config" struct {
-  value "config_version" int: 65828;
+  value "config_version" int: 65832;
   value "show_splash" int: 1;
   value "init_default_theme" string: "asu_init.edj";
   value "desktop_default_name" string: "Desktop %i, %i";
@@ -468,7 +468,7 @@
   value "border_raise_on_mouse_action" int: 1;
   value "border_raise_on_focus" int: 1;
   value "desk_flip_wrap" int: 0;
-  value "icon_theme" string: "openmoko-asu";
+  value "icon_theme" string: "hicolor";
   value "desk_flip_animate_mode" int: 0;
   value "desk_flip_animate_interpolation" int: 0;
   value "desk_flip_animate_time" double: 0.2000000000000000111022302;
@@ -539,5 +539,19 @@
   value "thumbscroll_threshhold" int: 24;
   value "thumbscroll_momentum_threshhold" double: 
100.0000000000000000000000000;
   value "thumbscroll_friction" double: 1.0000000000000000000000000;
+  value "mouse_hand" int: 1;
+  value "hal_desktop" int: 1;
+  value "border_keyboard.timeout" double: 5.0000000000000000000000000;
+  value "border_keyboard.move.dx" uchar: 5;
+  value "border_keyboard.move.dy" uchar: 5;
+  value "border_keyboard.resize.dx" uchar: 5;
+  value "border_keyboard.resize.dy" uchar: 5;
+  value "scale.min" double: 1.0;
+  value "scale.max" double: 3.0;
+  value "scale.factor" double: 1.0;
+  value "scale.base_dpi" int: 142;
+  value "scale.use_dpi" uchar: 1;
+  value "scale.use_custom" uchar: 0;
+  value "show_cursor" uchar: 0;
+  value "idle_cursor" uchar: 0;
 }
-




--- End Message ---
--- Begin Message ---
Author: john_lee
Date: 2008-10-25 16:20:53 +0200 (Sat, 25 Oct 2008)
New Revision: 4729

Modified:
   trunk/src/target/themes/illume-theme-asu/config/module.illume.src
   trunk/src/target/themes/illume-theme-asu/misc-data/asu/build.sh
   trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc
Log:
update illume-theme-asu to match upstream changes.  big thanks to
raster.



Modified: trunk/src/target/themes/illume-theme-asu/config/module.illume.src
===================================================================
--- trunk/src/target/themes/illume-theme-asu/config/module.illume.src   
2008-10-25 12:24:19 UTC (rev 4728)
+++ trunk/src/target/themes/illume-theme-asu/config/module.illume.src   
2008-10-25 14:20:53 UTC (rev 4729)
@@ -1,5 +1,5 @@
 group "Illume_Cfg" struct {
-  value "config_version" int: 2;
+  value "config_version" int: 3;
   value "launcher.mode" int: 1;
   value "launcher.icon_size" int: 120;
   value "launcher.single_click" int: 1;
@@ -7,6 +7,7 @@
   value "power.auto_suspend_delay" int: 1;
   value "performance.cache_level" int: 3;
   value "performance.fps" int: 25;
+  value "slipshelf.style" int: 0;
   value "slipshelf.main_gadget_size" int: 42;
   value "slipshelf.extra_gagdet_size" int: 32;
   value "sliding.slipshelf.duration" int: 1000;

Modified: trunk/src/target/themes/illume-theme-asu/misc-data/asu/build.sh
===================================================================
--- trunk/src/target/themes/illume-theme-asu/misc-data/asu/build.sh     
2008-10-25 12:24:19 UTC (rev 4728)
+++ trunk/src/target/themes/illume-theme-asu/misc-data/asu/build.sh     
2008-10-25 14:20:53 UTC (rev 4729)
@@ -1,2 +1,2 @@
 #!/bin/sh
-edje_cc $@ -id . -fd . freerunner.edc -o asu.edj
+edje_cc freerunner.edc *.png *.ttf -o asu.edj

Modified: trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc
===================================================================
--- trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc       
2008-10-25 12:24:19 UTC (rev 4728)
+++ trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc       
2008-10-25 14:20:53 UTC (rev 4729)
@@ -2350,7 +2350,7 @@
 
 /////////////////////////////////////////////////////////////////////////////
    /*** MOD: ILLUME FM ***/
-   group { name: "e/fileman/default/icon/fixed";
+   group { name: "e/fileman/desktop/icon/fixed";
       images {
         image: "box.png" COMP;
       }




--- End Message ---
--- Begin Message ---
Author: john_lee
Date: 2008-10-25 16:25:52 +0200 (Sat, 25 Oct 2008)
New Revision: 4730

Modified:
   trunk/src/target/themes/illume-theme-asu/misc-data/asu/build.sh
Log:
hmm not necessary to touch build.sh.  revert it.



Modified: trunk/src/target/themes/illume-theme-asu/misc-data/asu/build.sh
===================================================================
--- trunk/src/target/themes/illume-theme-asu/misc-data/asu/build.sh     
2008-10-25 14:20:53 UTC (rev 4729)
+++ trunk/src/target/themes/illume-theme-asu/misc-data/asu/build.sh     
2008-10-25 14:25:52 UTC (rev 4730)
@@ -1,2 +1,2 @@
 #!/bin/sh
-edje_cc freerunner.edc *.png *.ttf -o asu.edj
+edje_cc $@ -id . -fd . freerunner.edc -o asu.edj




--- End Message ---
--- Begin Message ---
 conf/distro/include/sane-srcrevs.inc               |    2 +-
 packages/e17/e-wm_svn.bb                           |    7 +---
 packages/e17/illume-theme-illume_svn.bb            |   33 +++++++++++++++
 packages/e17/illume_svn.bb                         |    6 ++-
 .../illume-config/illume-config.edj                |  Bin
 packages/openmoko-projects/illume-config_svn.bb    |   44 --------------------
 packages/openmoko-projects/illume-theme-asu_svn.bb |    1 +
 .../openmoko-projects/illume-theme-illume_svn.bb   |   38 -----------------
 packages/tasks/task-openmoko-asu-feed.bb           |    1 -
 9 files changed, 41 insertions(+), 91 deletions(-)

New commits:
commit 68fdd1bd1fbb16931c5fe4ee53e2d77290c3eade
Author: John Lee <[EMAIL PROTECTED]>
Date:   Sat Oct 25 22:32:59 2008 +0800

    illume-theme-asu: update srcrev to use the latest.

commit 12cebcb435f374ac2979e81d79f75655e1293e03
Author: John Lee <[EMAIL PROTECTED]>
Date:   Sat Oct 25 22:26:41 2008 +0800

    illume-theme-asu: add correct DEPENDS

commit 6e18b2b89d16f25b1a23c1ac226fcb7c05f8d6ce
Author: John Lee <[EMAIL PROTECTED]>
Date:   Sat Oct 25 20:15:29 2008 +0800

    illume: add illume-config-illume, but not illume-config-asu.  Planning
        to move it to om svn tree.

commit 26f1c7148a9cb87146935357814d05126d66b923
Author: John Lee <[EMAIL PROTECTED]>
Date:   Sat Oct 25 20:00:26 2008 +0800

    illume-config: this package should not exist anymore.

commit 23b56fb6dd0e59a950158b8abd4a8c321616ce73
Author: John Lee <[EMAIL PROTECTED]>
Date:   Sat Oct 25 19:18:50 2008 +0800

    illume-theme-illume: update PV to match the om format

commit 71109c25eca7d2c2df89f0b37ad836ad95f974fb
Author: John Lee <[EMAIL PROTECTED]>
Date:   Sat Oct 25 19:10:42 2008 +0800

    e-wm: fix merge error

commit e0239578acda258a7ccfd1e7e87e8accf717bbd6
Author: John Lee <[EMAIL PROTECTED]>
Date:   Sat Oct 25 19:03:33 2008 +0800

    add illume-theme-illume (from raster)
    
    (john_lee) also remove the original illume-theme-illume under
    openmoko-projects




--- End Message ---
--- Begin Message ---
Author: john_lee
Date: 2008-10-25 17:42:28 +0200 (Sat, 25 Oct 2008)
New Revision: 4731

Modified:
   trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc
Log:
It's okay to leave the MOD: ILLUME CFG part there.  It won't show up
unless user enabled the gadget.



Modified: trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc
===================================================================
--- trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc       
2008-10-25 14:25:52 UTC (rev 4730)
+++ trunk/src/target/themes/illume-theme-asu/misc-data/asu/freerunner.edc       
2008-10-25 15:42:28 UTC (rev 4731)
@@ -3248,43 +3248,43 @@
    }
 
 /////////////////////////////////////////////////////////////////////////////
-//   /*** MOD: ILLUME CFG ***/
-//   /* Mark up this part to hide wrench icon  - Julian */
-//   group { name: "e/modules/illume/gadget/cfg";
-//      images {
-//      image: "cfg.png" COMP;
-//      }
-//      min: 32 32;
-//      max: 256 256;
-//      parts {
-//      part { name: "base";
-//         type: RECT;
-//         description { state: "default" 0.0;
-//            color: 0 0 0 0;
-//            rel1.offset: 0 0;
-//            rel2.offset: -1 -1;
-//         }
-//      }
-//      part { name: "cfg";
-//         mouse_events: 0;
-//         description { state: "default" 0.0;
-//            min: 8 8;
-//            max: 24 24;
-//            aspect: 1.0 1.0;
-//            aspect_preference: BOTH;
-//            align: 0.5 0.5;
-//            color: 255 255 255 176;
-//            image.normal: "cfg.png";
-//            rel1.to: "base";
-//            rel2.to: "base";
-//         }
-//         description { state: "off" 1.0;
-//            inherit: "default" 0.0;
-//            visible: 0;
-//         }
-//      }
-//      }
-//   }
+   /*** MOD: ILLUME CFG ***/
+   /* Mark up this part to hide wrench icon  - Julian */
+   group { name: "e/modules/illume/gadget/cfg";
+      images {
+        image: "cfg.png" COMP;
+      }
+      min: 32 32;
+      max: 256 256;
+      parts {
+        part { name: "base";
+           type: RECT;
+           description { state: "default" 0.0;
+              color: 0 0 0 0;
+              rel1.offset: 0 0;
+              rel2.offset: -1 -1;
+           }
+        }
+        part { name: "cfg";
+           mouse_events: 0;
+           description { state: "default" 0.0;
+              min: 8 8;
+              max: 24 24;
+              aspect: 1.0 1.0;
+              aspect_preference: BOTH;
+              align: 0.5 0.5;
+              color: 255 255 255 176;
+              image.normal: "cfg.png";
+              rel1.to: "base";
+              rel2.to: "base";
+           }
+           description { state: "off" 1.0;
+              inherit: "default" 0.0;
+              visible: 0;
+           }
+        }
+      }
+   }
 
 /////////////////////////////////////////////////////////////////////////////
    /*** MOD: ILLUME SIMPLELOCK ***/




--- End Message ---
--- Begin Message ---
 include/configs/smdk2440.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

New commits:
commit 2b78a9413619902aa4ff55a986b12ece3021fbe3
Author: Diego Barrios <[EMAIL PROTECTED]>
Date:   Sat Oct 25 20:34:09 2008 +0100

    uboot-fix-smdk2440-config.patch
    
    smdk2440 doesn't compile without CONFIG_MMC_S3C




--- End Message ---
_______________________________________________
commitlog mailing list
commitlog@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/commitlog

Reply via email to