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. r2406 - trunk/oe/packages/linux/linux-gta01
([EMAIL PROTECTED])
2. r2528 - trunk/src/target (root)
3. r2529 - in trunk: . src/target/OM-2008 (root)
4. r2530 - in trunk: . src/target/OM-2008 (root)
5. r2531 - in trunk: . src/target/OM-2008 (root)
6. r2532 - in trunk: . src/target (root)
7. r2533 - trunk/src/host/devirginator ([EMAIL PROTECTED])
8. r2534 -
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0
([EMAIL PROTECTED])
9. r2535 -
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0
([EMAIL PROTECTED])
--- Begin Message ---
Author: shoragan
Date: 2007-07-27 01:02:23 +0200 (Fri, 27 Jul 2007)
New Revision: 2406
Modified:
trunk/oe/packages/linux/linux-gta01/defconfig-2.6.22.1-fic-gta01
Log:
Update defconfig to disable MMC debugging.
Modified: trunk/oe/packages/linux/linux-gta01/defconfig-2.6.22.1-fic-gta01
===================================================================
--- trunk/oe/packages/linux/linux-gta01/defconfig-2.6.22.1-fic-gta01
2007-07-26 23:00:22 UTC (rev 2405)
+++ trunk/oe/packages/linux/linux-gta01/defconfig-2.6.22.1-fic-gta01
2007-07-26 23:02:23 UTC (rev 2406)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.22.1
-# Mon Jul 23 17:35:01 2007
+# Thu Jul 26 22:01:38 2007
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -199,7 +199,7 @@
# CONFIG_MACH_NEXCODER_2440 is not set
CONFIG_SMDK2440_CPU2440=y
CONFIG_MACH_HXD8=y
-# CONFIG_MACH_NEO1973_GTA02 is not set
+CONFIG_MACH_NEO1973_GTA02=y
#
# S3C2442 Machines
@@ -1016,7 +1016,7 @@
# CONFIG_SENSORS_DS1374 is not set
# CONFIG_SENSORS_EEPROM is not set
CONFIG_SENSORS_PCF50606=y
-# CONFIG_SENSORS_PCF50633 is not set
+CONFIG_SENSORS_PCF50633=y
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
@@ -1451,7 +1451,7 @@
# CONFIG_USB_G_SERIAL is not set
# CONFIG_USB_MIDI_GADGET is not set
CONFIG_MMC=y
-CONFIG_MMC_DEBUG=y
+# CONFIG_MMC_DEBUG is not set
CONFIG_MMC_UNSAFE_RESUME=y
#
--- End Message ---
--- Begin Message ---
Author: root
Date: 2007-07-27 04:47:50 +0200 (Fri, 27 Jul 2007)
New Revision: 2528
Added:
trunk/src/target/OM-2008/
Log:
create OM-2008 directory
--- End Message ---
--- Begin Message ---
Author: root
Date: 2007-07-27 04:48:29 +0200 (Fri, 27 Jul 2007)
New Revision: 2529
Added:
trunk/src/target/OM-2008/applications/
Removed:
trunk/applications/
Log:
move applications to the right location
Copied: trunk/src/target/OM-2008/applications (from rev 2528,
trunk/applications)
--- End Message ---
--- Begin Message ---
Author: root
Date: 2007-07-27 04:48:49 +0200 (Fri, 27 Jul 2007)
New Revision: 2530
Added:
trunk/src/target/OM-2008/artwork/
Removed:
trunk/artwork/
Log:
move artwork to the right location
Copied: trunk/src/target/OM-2008/artwork (from rev 2529, trunk/artwork)
--- End Message ---
--- Begin Message ---
Author: root
Date: 2007-07-27 04:49:15 +0200 (Fri, 27 Jul 2007)
New Revision: 2531
Added:
trunk/src/target/OM-2008/libraries/
Removed:
trunk/libraries/
Log:
move libraries to the right location
Copied: trunk/src/target/OM-2008/libraries (from rev 2530, trunk/libraries)
--- End Message ---
--- Begin Message ---
Author: root
Date: 2007-07-27 04:49:40 +0200 (Fri, 27 Jul 2007)
New Revision: 2532
Added:
trunk/src/target/mockups/
Removed:
trunk/mockups/
Log:
move mockups to the right location
Copied: trunk/src/target/mockups (from rev 2531, trunk/mockups)
--- End Message ---
--- Begin Message ---
Author: werner
Date: 2007-07-27 09:57:36 +0200 (Fri, 27 Jul 2007)
New Revision: 2533
Modified:
trunk/src/host/devirginator/config.example
trunk/src/host/devirginator/setup.sh
Log:
- made bv4 the default, instead of bv3
- removed confusing ancient v3 and v4 from config.example
Modified: trunk/src/host/devirginator/config.example
===================================================================
--- trunk/src/host/devirginator/config.example 2007-07-27 02:49:40 UTC (rev
2532)
+++ trunk/src/host/devirginator/config.example 2007-07-27 07:57:36 UTC (rev
2533)
@@ -37,11 +37,10 @@
# BOARD: the hardware version of the device we're flashing.
# Valid names:
# bv2 Unreleased development version
-# bv3 Phase 0 ?
-# v3 Phase 0 ?
-# v4 Phase 1 ?
+# bv3 Phase 0
+# bv4 Phase 0
# Default:
-# BOARD=bv3
+# BOARD=bv4
### DOWNLOAD LOCATION #######################################################
Modified: trunk/src/host/devirginator/setup.sh
===================================================================
--- trunk/src/host/devirginator/setup.sh 2007-07-27 02:49:40 UTC (rev
2532)
+++ trunk/src/host/devirginator/setup.sh 2007-07-27 07:57:36 UTC (rev
2533)
@@ -90,7 +90,7 @@
# Target platform
PLATFORM=gta01
-BOARD=bv3
+BOARD=bv4
# Locations
SPLASH=http://wiki.openmoko.org/images/c/c2/System_boot.png
--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2007-07-27 11:29:12 +0200 (Fri, 27 Jul 2007)
New Revision: 2534
Modified:
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
Log:
* Add colours for openmoko-contacts history view
Modified:
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
===================================================================
---
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
2007-07-27 07:57:36 UTC (rev 2533)
+++
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
2007-07-27 09:29:12 UTC (rev 2534)
@@ -30,3 +30,50 @@
widget "*moko-contacts-add-detail-button" style "mokocontactsadddetail"
+# History view
+style "mokohistorylabel" {
+ font_name = "Vera Sans 14"
+ fg[PRELIGHT] = "#666"
+}
+widget "*.mokohistorylabel" style "mokohistorylabel"
+
+style "mokohistorycall-in" {
+ text[PRELIGHT] = "#666"
+ base[PRELIGHT] = "#000"
+ bg[PRELIGHT] = "#E7FFE6"
+ fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistorycall-in" style "mokohistorycall-in"
+
+style "mokohistorycall-out" {
+ text[PRELIGHT] = "#666"
+ base[PRELIGHT] = "#000"
+ bg[PRELIGHT] = "#FFF7E6"
+ fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistorycall-out" style "mokohistorycall-out"
+
+style "mokohistorycall-missed" {
+ text[PRELIGHT] = "#666"
+ base[PRELIGHT] = "#000"
+ bg[PRELIGHT] = "#FAD7D2"
+ fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistorycall-missed" style "mokohistorycall-missed"
+
+style "mokohistoryemail" {
+ text[PRELIGHT] = "#666"
+ base[PRELIGHT] = "#000"
+ bg[PRELIGHT] = "#FFF"
+ fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistoryemail" style "mokohistoryemail"
+
+style "mokohistorysms" {
+ text[PRELIGHT] = "#666"
+ base[PRELIGHT] = "#000"
+ bg[PRELIGHT] = "#E6F9FF"
+ fg[PRELIGHT] = "#00FF00"
+}
+widget "*.mokohistorysms" style "mokohistorysms"
+
--- End Message ---
--- Begin Message ---
Author: thomas
Date: 2007-07-27 11:31:59 +0200 (Fri, 27 Jul 2007)
New Revision: 2535
Modified:
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
Log:
* Remove font specification from openmoko-contacts history style
Modified:
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
===================================================================
---
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
2007-07-27 09:29:12 UTC (rev 2534)
+++
trunk/src/target/OM-2008/artwork/themes/openmoko-standard-2/gtk-2.0/openmoko-contacts
2007-07-27 09:31:59 UTC (rev 2535)
@@ -32,7 +32,6 @@
# History view
style "mokohistorylabel" {
- font_name = "Vera Sans 14"
fg[PRELIGHT] = "#666"
}
widget "*.mokohistorylabel" style "mokohistorylabel"
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog