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. r2676 - in trunk/src/target/OM-2007.2/artwork: . pixmaps
([EMAIL PROTECTED])
2. r2677 -
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0
([EMAIL PROTECTED])
3. r2678 - branches/src/target/kernel/2.6.22.x/patches
trunk/src/target/kernel/patches ([EMAIL PROTECTED])
4. r2679 - trunk/src/target/OM-2007.2/artwork/pixmaps
([EMAIL PROTECTED])
5. r2680 -
trunk/src/target/OM-2007.2/misc/openmoko-today2-folders
([EMAIL PROTECTED])
6. r2681 - in trunk/src/target/OM-2007.2/applications:
openmoko-calculator2/data openmoko-feedreader2/data
([EMAIL PROTECTED])
7. r2682 - in
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2: .
src ([EMAIL PROTECTED])
8. r2683 -
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox
([EMAIL PROTECTED])
--- Begin Message ---
Author: mickey
Date: 2007-08-09 22:35:25 +0200 (Thu, 09 Aug 2007)
New Revision: 2676
Added:
trunk/src/target/OM-2007.2/artwork/pixmaps/
trunk/src/target/OM-2007.2/artwork/pixmaps/xsplash.png
Log:
artwork: add xsplash
Added: trunk/src/target/OM-2007.2/artwork/pixmaps/xsplash.png
===================================================================
(Binary files differ)
Property changes on: trunk/src/target/OM-2007.2/artwork/pixmaps/xsplash.png
___________________________________________________________________
Name: svn:mime-type
+ image/png
--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-08-09 23:42:44 +0200 (Thu, 09 Aug 2007)
New Revision: 2677
Modified:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
Log:
theming: use moko-orange for selected items
Modified:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
===================================================================
--- trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
2007-08-09 20:35:25 UTC (rev 2676)
+++ trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/gtk-2.0/gtkrc
2007-08-09 21:42:44 UTC (rev 2677)
@@ -6,12 +6,12 @@
style "moko-window-default" {
bg[NORMAL] = "#e5e5e5" #
- bg[PRELIGHT] = "#ff0000" # light beige
- bg[ACTIVE] = "#ff0000" # dark beige
- bg[SELECTED] = "#ff0000" # olive
- bg[INSENSITIVE] = "#ff0000" # beige
+ bg[PRELIGHT] = "#ff7800" #
+ bg[ACTIVE] = "#ff7800" #
+ bg[SELECTED] = "#ff7800" #
+ bg[INSENSITIVE] = "#e5e5e5" #
- base[NORMAL] = "#e5e5e5" # light cherry
+ base[NORMAL] = "#e5e5e5" #
base[PRELIGHT] = "#ff7800" #
base[ACTIVE] = "#e5e5e5" #
base[SELECTED] = "#ff7800" #
--- End Message ---
--- Begin Message ---
Author: shoragan
Date: 2007-08-10 03:03:59 +0200 (Fri, 10 Aug 2007)
New Revision: 2678
Added:
branches/src/target/kernel/2.6.22.x/patches/tune-touchscreen.patch
trunk/src/target/kernel/patches/tune-touchscreen.patch
Modified:
branches/src/target/kernel/2.6.22.x/patches/series
trunk/src/target/kernel/patches/series
Log:
Tune the touchscreen parameters to get less jitter.
Modified: branches/src/target/kernel/2.6.22.x/patches/series
===================================================================
--- branches/src/target/kernel/2.6.22.x/patches/series 2007-08-09 21:42:44 UTC
(rev 2677)
+++ branches/src/target/kernel/2.6.22.x/patches/series 2007-08-10 01:03:59 UTC
(rev 2678)
@@ -43,3 +43,4 @@
pcf50633_fix.patch
hxd8-tsl256x_fix.patch
missing_defs.patch
+tune-touchscreen.patch
Added: branches/src/target/kernel/2.6.22.x/patches/tune-touchscreen.patch
===================================================================
--- branches/src/target/kernel/2.6.22.x/patches/tune-touchscreen.patch
2007-08-09 21:42:44 UTC (rev 2677)
+++ branches/src/target/kernel/2.6.22.x/patches/tune-touchscreen.patch
2007-08-10 01:03:59 UTC (rev 2678)
@@ -0,0 +1,15 @@
+Index: linux-2.6.22.1/arch/arm/mach-s3c2410/mach-gta01.c
+===================================================================
+--- linux-2.6.22.1.orig/arch/arm/mach-s3c2410/mach-gta01.c
++++ linux-2.6.22.1/arch/arm/mach-s3c2410/mach-gta01.c
+@@ -486,8 +486,8 @@
+
+ static struct s3c2410_ts_mach_info gta01_ts_cfg = {
+ .delay = 10000,
+- .presc = 49,
+- .oversampling_shift = 2,
++ .presc = 65,
++ .oversampling_shift = 5,
+ };
+
+ /* SPI */
Modified: trunk/src/target/kernel/patches/series
===================================================================
--- trunk/src/target/kernel/patches/series 2007-08-09 21:42:44 UTC (rev
2677)
+++ trunk/src/target/kernel/patches/series 2007-08-10 01:03:59 UTC (rev
2678)
@@ -40,3 +40,4 @@
smedia-glamo.patch
s3c24xx-nand-largepage.patch
gta02-core.patch
+tune-touchscreen.patch
Added: trunk/src/target/kernel/patches/tune-touchscreen.patch
===================================================================
--- trunk/src/target/kernel/patches/tune-touchscreen.patch 2007-08-09
21:42:44 UTC (rev 2677)
+++ trunk/src/target/kernel/patches/tune-touchscreen.patch 2007-08-10
01:03:59 UTC (rev 2678)
@@ -0,0 +1,15 @@
+Index: linux-2.6.22.1/arch/arm/mach-s3c2410/mach-gta01.c
+===================================================================
+--- linux-2.6.22.1.orig/arch/arm/mach-s3c2410/mach-gta01.c
++++ linux-2.6.22.1/arch/arm/mach-s3c2410/mach-gta01.c
+@@ -486,8 +486,8 @@
+
+ static struct s3c2410_ts_mach_info gta01_ts_cfg = {
+ .delay = 10000,
+- .presc = 49,
+- .oversampling_shift = 2,
++ .presc = 65,
++ .oversampling_shift = 5,
+ };
+
+ /* SPI */
--- End Message ---
--- Begin Message ---
Author: mickey
Date: 2007-08-10 03:05:55 +0200 (Fri, 10 Aug 2007)
New Revision: 2679
Added:
trunk/src/target/OM-2007.2/artwork/pixmaps/xsplash.ppm
Log:
artwork/pixmaps: add xsplash.ppm
Added: trunk/src/target/OM-2007.2/artwork/pixmaps/xsplash.ppm
===================================================================
(Binary files differ)
Property changes on: trunk/src/target/OM-2007.2/artwork/pixmaps/xsplash.ppm
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
--- End Message ---
--- Begin Message ---
Author: stefan
Date: 2007-08-10 03:23:31 +0200 (Fri, 10 Aug 2007)
New Revision: 2680
Added:
trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/PIM.directory
Modified:
trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/ChangeLog
trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/Root.order
Log:
2007-08-10 Stefan Schmidt <[EMAIL PROTECTED]>
Change order for the filter menu and add a PIM category.
* PIM.directory: Added.
* Root.order:
Modified: trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/ChangeLog
2007-08-10 01:05:55 UTC (rev 2679)
+++ trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/ChangeLog
2007-08-10 01:23:31 UTC (rev 2680)
@@ -1,3 +1,10 @@
+2007-08-10 Stefan Schmidt <[EMAIL PROTECTED]>
+
+ Change order for the filter menu and add a PIM category.
+
+ * PIM.directory: Added.
+ * Root.order:
+
2007-08-09 Stefan Schmidt <[EMAIL PROTECTED]>
Initial import from matchbox desktop-folders.
Added: trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/PIM.directory
===================================================================
--- trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/PIM.directory
2007-08-10 01:05:55 UTC (rev 2679)
+++ trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/PIM.directory
2007-08-10 01:23:31 UTC (rev 2680)
@@ -0,0 +1,6 @@
+[Desktop Entry]
+Name=PIM Suite
+Comment=PIM Suite
+Icon=gnome-applications.png
+Type=Directory
+Match=PIM;
Modified: trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/Root.order
===================================================================
--- trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/Root.order
2007-08-10 01:05:55 UTC (rev 2679)
+++ trunk/src/target/OM-2007.2/misc/openmoko-today2-folders/Root.order
2007-08-10 01:23:31 UTC (rev 2680)
@@ -1,6 +1,5 @@
PIM
Applications
-Utilities
Games
-Settings
+Utilities
All
--- End Message ---
--- Begin Message ---
Author: stefan
Date: 2007-08-10 03:33:12 +0200 (Fri, 10 Aug 2007)
New Revision: 2681
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/data/openmoko-calculator.desktop
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/data/openmoko-feedreader2.desktop
Log:
* Adjust some catogories
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/data/openmoko-calculator.desktop
===================================================================
---
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/data/openmoko-calculator.desktop
2007-08-10 01:23:31 UTC (rev 2680)
+++
trunk/src/target/OM-2007.2/applications/openmoko-calculator2/data/openmoko-calculator.desktop
2007-08-10 01:33:12 UTC (rev 2681)
@@ -7,6 +7,6 @@
Exec=openmoko-calculator
Icon=openmoko-calculator
Terminal=false
-Categories=GTK;Application;PIM;Office
+Categories=GTK;Application;Office
SingleInstance=true
StartupNotify=true
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/data/openmoko-feedreader2.desktop
===================================================================
---
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/data/openmoko-feedreader2.desktop
2007-08-10 01:23:31 UTC (rev 2680)
+++
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/data/openmoko-feedreader2.desktop
2007-08-10 01:33:12 UTC (rev 2681)
@@ -6,7 +6,7 @@
Icon=openmoko-feedreader2
Terminal=false
Type=Application
-Categories=GTK;Application;PIM;Office
+Categories=GTK;Application;Office
MimeType=text/x-vcard;
SingleInstance=false
StartupNotify=true
--- End Message ---
--- Begin Message ---
Author: zecke
Date: 2007-08-10 04:16:49 +0200 (Fri, 10 Aug 2007)
New Revision: 2682
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/ChangeLog
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/src/feed-selection-view.c
Log:
2007-08-10 Holger Hans Peter Freyther <[EMAIL PROTECTED]>
Untested change to save some space in the initial view. Move the
update feed button from a GtkToolbar to the GtkHBox in the 'second'
row.
This saves a lot of real estate on the screen but the button has no
label violating 'Fitts Law'. Others have to decide...
* src/feed-selection-view.c:
(feed_selection_view_init):
Modified: trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/ChangeLog
===================================================================
--- trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/ChangeLog
2007-08-10 01:33:12 UTC (rev 2681)
+++ trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/ChangeLog
2007-08-10 02:16:49 UTC (rev 2682)
@@ -1,3 +1,14 @@
+2007-08-10 Holger Hans Peter Freyther <[EMAIL PROTECTED]>
+
+ Untested change to save some space in the initial view. Move the
+ update feed button from a GtkToolbar to the GtkHBox in the 'second'
+ row.
+ This saves a lot of real estate on the screen but the button has no
+ label violating 'Fitts Law'. Others have to decide...
+
+ * src/feed-selection-view.c:
+ (feed_selection_view_init):
+
2007-08-06 Holger Hans Peter Freyther <[EMAIL PROTECTED]>
At least give some 'label' to the button without a meaningful icon.
Modified:
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/src/feed-selection-view.c
===================================================================
---
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/src/feed-selection-view.c
2007-08-10 01:33:12 UTC (rev 2681)
+++
trunk/src/target/OM-2007.2/applications/openmoko-feedreader2/src/feed-selection-view.c
2007-08-10 02:16:49 UTC (rev 2682)
@@ -149,23 +149,17 @@
view->filter = RSS_FEED_FILTER (feed_filter_new (RSS_FEED_DATA
(feed_data_get_instance ())));
view->sort = RSS_FEED_SORT (feed_sort_new (view->filter));
- /*
- * toolbar
- */
- GtkWidget* toolbar = gtk_toolbar_new ();
- gtk_box_pack_start (GTK_BOX(view), toolbar, FALSE, FALSE, 0);
- GtkToolItem* toolitem = gtk_tool_button_new (gtk_image_new_from_stock
(GTK_STOCK_MISSING_IMAGE, GTK_ICON_SIZE_BUTTON), _("Update"));
- gtk_tool_item_set_expand (GTK_TOOL_ITEM(toolitem), TRUE);
- gtk_toolbar_insert (GTK_TOOLBAR(toolbar), toolitem, 0);
- g_signal_connect (toolitem, "clicked", G_CALLBACK(refresh_feeds_closure),
view);
-
/*
* search/filter
*/
GtkWidget *hbox = gtk_hbox_new (FALSE, 0);
gtk_box_pack_start (GTK_BOX (view), hbox, FALSE, FALSE, 0);
+ GtkToolItem* toolitem = gtk_tool_button_new (gtk_image_new_from_stock
(GTK_STOCK_MISSING_IMAGE, GTK_ICON_SIZE_BUTTON), _("Update"));
+ gtk_box_pack_start (GTK_BOX (hbox), GTK_WIDGET (toolitem), FALSE, FALSE,
0);
+ g_signal_connect (toolitem, "clicked", G_CALLBACK(refresh_feeds_closure),
view);
+
view->search_toggle = gtk_toggle_button_new ();
gtk_box_pack_start (GTK_BOX (hbox), GTK_WIDGET (view->search_toggle),
FALSE, FALSE, 0);
gtk_widget_set_name (GTK_WIDGET (view->search_toggle), "mokosearchbutton");
--- End Message ---
--- Begin Message ---
Author: alphaone
Date: 2007-08-10 04:24:12 +0200 (Fri, 10 Aug 2007)
New Revision: 2683
Modified:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox/theme.xml
Log:
* Remove 'x' button in the panel. Applications are closed by pressing
the power button. (You'll need neod for that)
Modified:
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox/theme.xml
===================================================================
---
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox/theme.xml
2007-08-10 02:16:49 UTC (rev 2682)
+++
trunk/src/target/OM-2007.2/artwork/themes/openmoko-standard-2/matchbox/theme.xml
2007-08-10 02:24:12 UTC (rev 2683)
@@ -35,22 +35,17 @@
<layer x="0" y="47" w="100%" h="3"
type = "plain" color="lightmid" />
- <button x="0" y="0" w="32" h="50" action="close" >
- <active pixmap="closebutton" blend="-150"/>
- <inactive pixmap="closebutton" />
- </button>
-
- <layer x="36" y="9" w="33%-36" h="37"
+ <layer x="5" y="9" w="33%" h="37"
type="label" color="white" justify="left" font="titlefont" />
- <button x="36" y="0" w="33%-68" h="46" action="menu" options="inputonly" />
+ <button x="5" y="0" w="33%" h="47" action="menu" options="inputonly" />
- <button x="33%-68" y="0" w="32" h="50" action="custom">
+ <button x="33%+5" y="0" w="32" h="50" action="custom">
<active pixmap="menubutton" blend="-150"/>
<inactive pixmap="menubutton" />
</button>
- <panel x="33%" y="5" w="67%" h="37" />
+ <panel x="33%+37" y="5" w="67%-37" h="37" />
</frame>
--- End Message ---
_______________________________________________
commitlog mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/commitlog