This week is bug fixes mostly:

 

  * Changed all the .desktop.in.in files to just .desktop.in since

    there was no processing between .in.in to .in

 

  * BUG: "The keyboard shotcuts can launch applications with more than 

    one instances"

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

    FIX: I added code to moblin-settings-daemon to have it monitor any 

    processes it spawns as a result of shortcut calls and to prevent 

    relaunching an app if an instance already exists.

 

  * Removed All the NTP support features from the Date&Time Applet

  * Upgraded the touchscreen calibration utility to function properly

    on the crown beach

 

  * BUG: "It's hard to calibrate touch screen on CB+LCD kit"

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

    FIX: The hardware layer of the calibration utility was listening 

    for packets which contain all the necessary data to establish a 

    point touched. This means the X and Y coordinates as well as a 

    button press notification in the form of either LEFT or TOUCH, 

    followed by a REPORT tag. The problem is that the crown beach 

    doesn't include all this info in a single packaet like the samsung 

    and most other platform touchscreen modules, it spreads it accross 

    several packets. So the calibrator was missing most of the finger  

    presses. I changed the algorithm to span across multiple packets, 

    collecting the data as it goes.

 

  * BUG: "os is not install NTP package to support date synchronization"

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

    FIX: I removed all the NTP time server stuff from our version of 

    the date&time applet. It now only functions as a manual setting.

 

  * BUG: "Scroll bar exists in select time server UI when keep 

    synchronize with Internet server"

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

    FIX: all the ntp stuff has been removed so this dialog no longer

    exists

 

  * BUG: "Launching soft keyboard made applets especially for About 

    Device and Proxy dialog layout disordered"

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

    FIX: mokos added

 

  * BUG: "Select time server doesn't take effect when keep synchronized 

    with internet server"

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

    FIX: removed ntp support

 

  * BUG: "Proxy setting and DateTime setting UI are not well layout for 

    800x480 resolution"

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

    FIX: the date&time dialog is much smaller now and the network proxy 

    dialog has a moko surrounding the first tab.

 

  * BUG: "Suggest to remove help button on Time&Date dialog due it shows


    error message"

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

    FIX: the help buton was removed since we build moblin-time now 

    ourselves instead of using gnome-system-tools' time-admin.

 

  * BUG: "moblin-applets cannot launch control panel applet by manual"

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

    FIX: The problem was that with the new mobile-basic-flash calling 

    convention all the applets create their dialogs and return 

    immediately. I changed the behavior to return immediately only when 

    the user_activated argument to execute is TRUE. If it's FALSE, the 

    applets run a gtk_main and don't return until the dialog is
destroyed 

    and gtk_main_quit is called.

 

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

Reply via email to