Moblin Kernel and Driver Status for WW14

2008-04-03 Thread Du, Alek
No much changes this week, we are about to stabilize Moblin kernel.

Kernel Support
=
USB PERSIST feature now was back ported for Moblin kernel 2.6.22 to fix
for https://bugs.launchpad.net/bugs/160350 fast boot causing usb
storage can not work after resume.

A new bug https://bugs.launchpad.net/bugs/211212 Network-manager
process hangs after resume from S4 was found. Current clue is the
NETDEV_UP event sometimes is not sending after resume and causing
network manager not handle Ethernet re-configuration.

PSB / SLT HW Support

No changes this week.

SDIO

No changes this week.

USB Client Drivers
==
No changes this week

PSB Gfx  Video Drivers
===
Inuka upgraded Poulsbo Gfx driver (psb-kmd, libdrm, libva, etc.) to
Beta09, and would have uploaded them to hardy PPA already (need to check
with Inuka).

Power and Performance Testing/Optimization
==
Martin was working on S3 integration work for PPM -- after system idles
for pre-defined time and if battery capacity lowers than a threshold,
then PPM should force system to enter S3 state.

Boot experience

No updates.

Thanks,
Alek


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Midbrowserr Status for WW14

2008-04-03 Thread Wong, Carl


* Asac has merged Firefox beta5 RC code into Midbrowser.  I was
  able to build midbrowser against the system xulrunner provided
  by Asac. Many thanks to Asac for his hard work.
* I have Created an hardy image for QA to do basic testing on the 
  latest Browser. It seems to passed with a few minor regressions.
* I will prepare the package and upload to hardy mobile ppa.
* Jimmy and I have been doing investigations on some problem websites 
  with rendering issues. This might have to do with missing font
  packages.  These sites rendered fine under firefox 5.0 beta on
  a normal workstation running hardy beta.  But with the same firefox
  running inside a hardy image created by MIC, we see the same rendering

  issues.  


Carl

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Weekly Status Update for moblin-applets (0.51)

2008-04-03 Thread Brandt, Todd E
  * Easier access for backgrounds applet: If there are 10 or more

photos in the backgrounds applet I added a slider to the right

of the dialog that allows the user to quickly move through them

all. It has a button on top that jumps to the first photo and a

button on bottom that jumps to the last photo. This way the user

doesn't have to flick the moko finger scroller a hundred times

trying to get at their photo near the end of the list.

 

  * BUG: Time on marquee doesn't sync with time on moblin-applets when

changing timezone

BUGLINK: https://bugs.launchpad.net/moblin-applets/+bug/208167

FIX: Fixed in 0.51, I added a read of the utc time before the

timezone change, and a write of that utc time after the timezone

change. The time now jumps before or ahead by the difference in

timezone hours just like the marquee clock applet.

 

  * BUG: Horizontal/Vertical Gradient configuration on wallpaper

doesn't take effect

BUGLINK: https://bugs.launchpad.net/moblin-applets/+bug/197918

FIX: Fixed in 0.51. I removed the selector for solid/horiz/vert.

The color picker button is now on the bottom of the dialog and is

always solid.

 

  * BUG: Duplicate pick color button exists for Horizontal Gradient

and Vertical Gradient selection

BUGLINK: https://bugs.launchpad.net/moblin-applets/+bug/188283

FIX: Fixed in 0.51. I removed the selector for solid/horiz/vert.

The color picker button is now on the bottom of the dialog and is

always solid.

 

  * Changed the /etc/init.d/moblin-system-daemon script to actually

Start and stop the daemon (wasn't working previously)

-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile


Re: Sugestions about how to handle rdp sessions on UME

2008-04-03 Thread Adilson Oliveira
Dustin Spicuzza escreveu:
 Right-click:
 
 My touchscreen uses the evtouch driver, and the way it implements right
 click is it waits for you to double click somewhere, and it then
 simulates a right click instead. I think then a triple click simulates a
 double click... but, in any case, it works rather well.  Implementing
 something like that at the X server level or driver level would probably
 be the way to go -- and the code for doing that would be pretty simple
 to do.
 

Hi

I was checking the evtouch driver yesterday and the idea is OK but I'm
thinking in a way to make it a little more compatible with the usual way
to do things, trying not to translate one type of click into other.
The evtouch don't expose the full state machine provided by evlib. If
so, things like long touch and one-and-half tap can make a better
interface in my opinion, emulating the way other OSs work. For instance,
to solve my own problem with rdesktop:
* long touch = right click
* tripple tap = toggle panning or
 * tap-and-drag = drag
This won't be too hard to do.

[]s

Adilson.


-- 
Ubuntu-mobile mailing list
Ubuntu-mobile@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-mobile