Re: QT map widget

2010-06-13 Thread Alberto Mardegan

kate.alh...@nokia.com wrote:

Situation is when lot of map tiles are loaded.


"loaded" as in "downloaded"?
About the number of tiles loaded into memory, mappero uses a tile cache, which 
is actually quite big (140 tiles, and tiles are textures sized 256x256 pixels) 
so it may consume quite a bit of memory. But in my case, according to "top" the 
RSS is about 21MB, which doesn't seem so scary.


I dont't know what 
internaly happens. Some memory leak ? For application performance and 
cpu usage also time needed for tile pre-processing need to be counted.


I doubt there are any substantial memory leaks, I've been using mappero for 
several hours without breaks, and didn't notice any worsening.



Does it some scaling for tiles after loading them ?


No, it does only if the tile of the needed size is missing. But that's something 
you can notice quite easily, because it's quite evident when the pixels are 
being doubled.


Finally time used for scaling tiles is one key issues. Do we scale them 
or download every size. How much cpu power is used for scaling or do we 
leave it all for GPU ?


Every size is downloaded. Scaling happens rarely, and it is done on the CPU; but 
after scaling the texture is stored into the GPU and reused, so the performance 
hit is minimal.


For mappero case i don't know how much cpu is used for actual scaling 
and how much by exhausting virtual memory ?


I'm not sure about virtual memory, but about CPU mappero will never use more 
than 30-35% -- it simply isn't allowed by the OS (startup times could be much 
faster if it were...).


Ciao,
  Alberto

--
http://blog.mardy.it <-- geek in un lingua international!
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: QT map widget

2010-06-13 Thread Joerg Reisenweber
[kate.alh...@nokia.com So  13. Juni 2010]:
> - Original message -
> For application performance and cpu usage also time needed for tile pre-
> processing need to be counted.
> 
> Does it some scaling for tiles after loading them ?
> 
> Finally time used for scaling tiles is one key issues. Do we scale them or 
> download every size. How much cpu power is used for scaling or do we leave 
> it all for GPU ?

The main concern is about scaling has to be done *only once* and NOT for every 
refresh of the display. Depending on how ignorant the widget is coded, you 
might end with a redraw() triggered for every visible tile of the map, if the 
map content is only shifted aside by a few pixels. Then each tile object does 
all the scaling again, and that's for sure not the optimum way to implement 
that.
Displaying a minimal change of the map, quite usually this means moving the 
bitmap by a few pixels and adding a few new pixels to the canvas at one side, 
this is definitely a completely different thing than drawing a new map from 
scratch which should be avoided as much as possible, for obvious performance 
considerations.

Or simply put: if you got CPU load issues on displaying a slowly and minimally 
changing map, then you did something terribly wrong.

/j


signature.asc
Description: This is a digitally signed message part.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: How to get kinetic scrolling working using Qt creator

2010-06-13 Thread Sudheer K .

Hi Daniil,

>From the testing I have done with latest Qt designer, scrolling is still not 
>working. Somehow, I am not able to get the scrolling working with your .ui 
>file too.

But I feel at this point we have spent too much time for a non-critical issue 
such as this. Right now I am using tabs to organize the form fields and I will 
continue to use it. Scrolling would have been nice but is not absolutely 
necessary. 

Thank you for staying with this thread and continuously responding to my 
questions.

~Sudheer 

> Date: Thu, 10 Jun 2010 10:20:56 +0300
> Subject: Re: How to get kinetic scrolling working using Qt creator
> From: daniil.iva...@gmail.com
> To: scifi@hotmail.com
> CC: maemo-developers@maemo.org
> 
> Hi Sudheer!
> 
>It should be something like .ui file in attachment.
> 
> Thanks, Daniil.
> 
> On Thu, Jun 10, 2010 at 10:14 AM, Daniil Ivanov  
> wrote:
> > Hi Sudheer!
> >
> >   The name of a tool is Qt Designer and it should allow to do what you want,
> >   however I'm wrong person to ask how to use Qt Designer.
> >
> > Thanks, Daniil.
> >
> > On Thu, Jun 10, 2010 at 7:47 AM, Sudheer K.  wrote:
> >> Hi Daniil,
> >>
> >> Thanks for looking into the code. The main problem I have is that, Qt
> >> creator does not give enough flexibility to create the hierarchy that you
> >> suggested.
> >>
> >> This is the hierarchy created using Qt creator.
> >> http://i49.tinypic.com/2rxbm75.jpg
> >>
> >> - centralWidget is automatically created by Qt creator and is locked, so I
> >> cannot even delete it.
> >> - scrollAreaWidgetContents is also automatically created by Qt creator and
> >> is locked. I cannot modify this too.
> >> - I created two groupboxes (Basic and Advanced) which contain one form
> >> layout each. These are added to the scrollAreaWidgetContents because I can
> >> not directly add them to scrollArea.
> >>
> >> I am using Qt Creator 1.3.1. Is there a way to make the scrolling work 
> >> using
> >> Creator or should I stop using Qt creator and code the form class myself?
> >>
> >>> Date: Wed, 9 Jun 2010 18:33:55 +0300
> >>> Subject: Re: How to get kinetic scrolling working using Qt creator
> >>> From: daniil.iva...@gmail.com
> >>> To: scifi@hotmail.com
> >>> CC: maemo-developers@maemo.org
> >>>
> >>> Hi Sudheer!
> >>>
> >>> There are many bugs there. For example you don't need centralWidget
> >>> at all, place scrollArea instead of it.
> >>> Then you create multiple layout, set them to widgets and never place
> >>> them into scrollArea.
> >>> On desktop you don't have scroll bars as well.
> >>>
> >>> Thanks, Daniil.
> >>>
> >>
> >>
> >> 
> >> The New Busy is not the too busy. Combine all your e-mail accounts with
> >> Hotmail. Get busy.
> >
  
_
Hotmail is redefining busy with tools for the New Busy. Get more from your 
inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Qt Mobility Contacts - bugs?

2010-06-13 Thread Felipe Crochik
I believe I found one bug with the Qt Mobility Contacts but it seems that
the bugreports.qt.nokia.com web site is out and because I can only verify it
on the n900 I decide to report it here, at least to start with.

The following code will add a new contact but this new contact will not be
available on the standard contacts application. I verified that it gets
saved "somewhere" because if you quit the application and start again you
can find the contact using the "id" generated the first time. The "standard
contacts" application still reports the same number of contacts before
running this code and I can't find the contact on the list.


QContactManager manager;
QContact contact;
QContactName name;
name.setFirstName("John");
name.setLastName("Doe");
contact.saveDetail(&name);
manager.saveContact(&contact);
qDebug() << "localid: " << contact.localId();


Has anybody tried modifying the database on the n900 using the qt mobility?
Am I missing something or is it really a bug?



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


maemo.org Extras Bug Jar 2010.24

2010-06-13 Thread Stephen Gadsby
A Quick Look at Extras in Bugzilla (https://bugs.maemo.org/).
2010-06-07 through 2010-06-13

As of 2010-06-14 Extras contains 1741 items (+19 this week),
including 658 open issues (-11 this week):
* 403 open bugs (-7 this week)
* 22 critical/blocker (+1 this week)
* 3 "easyfix" (no change this week)
* 6 "moreinfo" (+1 this week)
* 0 "crash" (no change this week)
* 5 "patch" (-1 this week)
* 7 reopened (no change this week)
* 214 unconfirmed (-3 this week)
* 255 open enhancements (-4 this week)
* 1 "easyfix" (no change this week)
* 2 "moreinfo" (no change this week)
* 2 "patch" (no change this week)
* 1 reopened (no change this week)
* 87 unconfirmed (-2 this week)

==--- New Items ---==

17 bugs were opened -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=10603,10610,10624,10627,10637,10639,10644,10647,10653,10654,10658,10659,10662,10663,10665,10667,10668
):
* [10603] [PyGTKEditor] Indent settings not applied until after restart
* [10610] [PasswordSafe] No icons on application
* [10624] [Shopper] list don't look the same after a restart when
using swedish characters
* [10627] [PyMaemo] GPSDControl.start() segfaults when called from a
PySide application
* [10637] [Conboy] Notes synced with Ubuntu One have borked bullet points
* [10639] [gPodder] gPodder doesn't respect landscape screen orientation setting
* [10644] [gPodder] .m3u files not updated
* [10647] [TouchSearch] Ampersand is not escaped in searches
* [10653] [Personal GPRS Monitor] Last Reset shows "Never"
* [10654] [fMMS] Strategic projections do not save images from MMS-and
memory and can not see the number or name of the sender.
* [10658] [Shopper] german umlauts can not be saved
* [10659] [fMMS] i cant open the photos
* [10662] [VertSMS] capitalization not implemented
* [10663] [Ukeyboard] question and exclemation marks missing (Hebrew)
* [10665] [kmplayer] Problem interpreting a Real Player file url
* [10667] [Hermes] "list.remove(x): x not in list" error prevents any sync
* [10668] [fMMS] fmms

Of these, 1 was a critical/blocker -
( https://bugs.maemo.org/buglist.cgi?bug_id=10667 ):
* [10667] [Hermes] "list.remove(x): x not in list" error prevents any sync

2 enhancements were opened -
( https://bugs.maemo.org/buglist.cgi?bug_id=10617,10666 ):
* [10617] [Conboy] Remember Sort by preference in Search all notes
* [10666] [BlueMaemo] Keyboard layout request/Using physical keyboard.


==--- Resolved Bugs ---==

18 bugs were resolved "fixed" -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=6543,7248,7565,7751,8369,9412,9756,10182,10183,10343,10429,10455,10542,10549,10550,10577,10624,10658
):
* [6543] [Hermes] Paletted images cannot be saved as JPEG avatars
* [7248] [Hermes] aborts when Image.open is given non-image data
* [7565] [Hermes] No easy way to switch facebook accounts in Hermes
once one account has been validated
* [7751] [MediaBox] Doesn't use mafw, so for instance mafw-lastfm
doesn't record played tracks
* [8369] [Hermes] "Something went wrong" error when browser
switchboard is installed
* [9412] [Hermes] Refresh and Retreive buttons are not localized
* [9756] [AnselA] Save File Currently Fails
* [10182] [Maetronome] request: tap beat
* [10183] [Maetronome] request: turn off high pitch click
* [10343] [Ukeyboard] Question and exclamation marks are nowhere to be
found in the Hebrew keyboard layout in Ukeyboard 2.3-7
* [10429] [Vagalume] Shortcuts not working in n900
* [10455] [Ukeyboard] Missing letters on Turkish layout
* [10542] [contacts-merger] Reboot needed after installing the contacts merger
* [10549] [Extended Call Log] Deleting a call doesn't leave the call
details window
* [10550] [Extended Call Log] You are not notified when a call is deleted
* [10577] [Ukeyboard] Cannot enter the finalnun hebrew key with
physical keypress
* [10624] [Shopper] list don't look the same after a restart when
using swedish characters
* [10658] [Shopper] german umlauts can not be saved

3 bugs were resolved "invalid" -
( https://bugs.maemo.org/buglist.cgi?bug_id=10637,10654,10668 ):
* [10637] [Conboy] Notes synced with Ubuntu One have borked bullet points
* [10654] [fMMS] Strategic projections do not save images from MMS-and
memory and can not see the number or name of the sender.
* [10668] [fMMS] fmms

0 bugs were resolved "wontfix".

3 bugs were resolved "duplicate" -
( https://bugs.maemo.org/buglist.cgi?bug_id=10209,10610,10639 ):
* [10209] [Hermes] Refresing Facebook contacts causes "Something went wrong"
* [10610] [PasswordSafe] No icons on application
* [10639] [gPodder] gPodder doesn't respect landscape screen orientation setting

0 bugs were resolved "worksforme".

0 bugs were resolved "moved".


==--- Resolved Enhancements ---==

6 enhancements were resolved "fixed" -
( https://bugs.maemo.org/buglist.cgi?bug_id=5983,6990,7862,8247,9649,9774 ):
* [5983] [Hermes] Pull down images from gravatar.com for contacts with
email addresses
* [6990] [Hermes] Req

Maemo Official Applications Bug Jar 2010.24

2010-06-13 Thread Stephen Gadsby
A Quick Look at Maemo Official Applications in Bugzilla
(https://bugs.maemo.org/).
2010-06-07 through 2010-06-13

As of 2010-06-14 Maemo Official Applications contains 3555 items (+37
this week),
including 938 open issues (+13 this week):
* 564 open bugs (+11 this week)
* 13 critical/blocker (+1 this week)
* 0 "easyfix" (no change this week)
* 94 "moreinfo" (+4 this week)
* 7 "crash" (+1 this week)
* 8 "patch" (-1 this week)
* 26 reopened (-1 this week)
* 165 unconfirmed (+6 this week)
* 374 open enhancements (+2 this week)
* 2 "easyfix" (no change this week)
* 9 "moreinfo" (-1 this week)
* 17 "patch" (no change this week)
* 14 reopened (+1 this week)
* 69 unconfirmed (-2 this week)

==--- New Items ---==

32 bugs were opened -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=10589,10590,10592,10596,10598,10599,10601,10607,10609,10612,10613,10614,10615,10621,10622,10623,10625,10628,10630,10631,10635,10638,10640,10646,10648,10649,10650,10652,10655,10657,10660,10661
):
* [10589] [Email] Modest Seems to Ignore IMAP Folder Subscriptions
* [10590] [Chat & Call & SMS] The contacts application is crashing
when Skype contact name with unusual Unicode characters is added
* [10592] [Chat & Call & SMS] Names in SMS not automatically found.
Need to picknames from telephonebook.
* [10596] [Browser] Flash movies play sounds also when the phone is in
silent mode
* [10598] [Chat & Call & SMS] Different behavior of call history
depending on area code in contact's number
* [10599] [Calendar] Alarm for every Task resets after phone reload
* [10601] [Map] GPS start point does not change while route recalculation
* [10607] [Chat & Call & SMS] No outgoing sound with Google Talk voice
or video call
* [10609] [Chat & Call & SMS] Usability problem: video, sound and mute
buttons unconsistent in Internet calls
* [10612] [Chat & Call & SMS] Geolocation in status message inaccurate
* [10613] [Chat & Call & SMS] screen glitches on incoming call
* [10614] [Chat & Call & SMS] Message database corruption
* [10615] [Desktop Widgets] Calendar widget displays items from the
Birthday (smart) calendar, even though it is set to non-visible
* [10621] [Chat & Call & SMS] New IM in Conversations is broken by
Telepathy CM's without Capabilities interface
* [10622] [Chat & Call & SMS] Different behavior on call history list
depending on if call was made from contacts application or phone
application
* [10623] [Desktop Widgets] Calendar Widget doesnt show all events /
skips some events
* [10625] [Chat & Call & SMS] Time stamp for SMS reply is earlier than
answered message
* [10628] [Utilities] choices in context menus in file manager are
selected when context menus pop up
* [10630] [Chat & Call & SMS] problem of the timer of conversation part
* [10631] [Chat & Call & SMS] Conversations showing incorrect time stamp
* [10635] [Statusbar Widgets] Battery icon does not reflect actual status
* [10638] [Settings and Maintenance] sharing requires scrolling for 5
items when there's clearly space for s seen in voip/im
* [10640] [Chat & Call & SMS] Logging online freeze the device for minutes
* [10646] [Browser] Ampersand is not escaped in search from address bar
* [10648] [Media player] UPnP video restarts if Media Player loses focus
* [10649] [Email] Mail forward or reply to all  has no info of the
original sender
* [10650] [Chat & Call & SMS] Number of lost calls received on
provider sms, interpreted as part of phone number when tapping on it
* [10652] [Calendar] Does not show birthdays in widget
* [10655] [Contacts] Imported contact from Evolution misses some fields
* [10657] [Chat & Call & SMS] VoIP and Chat Account unable to delete or modify
* [10660] [Email] not able to sort email by subject
* [10661] [Contacts] Facebook contacts are duplicated

0 bugs were critical/blocker.

4 enhancements were opened -
( https://bugs.maemo.org/buglist.cgi?bug_id=10611,10626,10629,10656 ):
* [10611] [Browser] Cookies handling dialog (and most others) switch
to landscape
* [10626] [Statusbar Widgets] Battery Charging indicator gives no
information on current charge level
* [10629] [Media player] Should ignore "the" when sorting
* [10656] [Email] When viewing an email, only sender (From) is shown,
To and Cc are not


==--- Resolved Bugs ---==

7 bugs were resolved "fixed" -
( https://bugs.maemo.org/buglist.cgi?bug_id=3941,5501,5717,8441,8903,10448,10557
):
* [3941] [Email] Signature separator misses trailing space (RFC 3676 violation)
* [5501] [Email] Remove quotation marks before adding email recipient
to Contacts
* [5717] [Calendar] Events extending to following day appear before
earlier ones in agenda view
* [8441] [Chat & Call & SMS] Messages don't change to "read" status
after being read
* [8903] [Email] POP3 Inbox disappears upon send and receive
* [10448] [Email] Email checking to Hotmail POP often not working
since PR1.2 upgrade
* [10557] [Media player] Cannot open MP3 URL

maemo.org Website Bug Jar 2010.24

2010-06-13 Thread Stephen Gadsby
A Quick Look at maemo.org Website in Bugzilla (https://bugs.maemo.org/).
2010-06-07 through 2010-06-13

As of 2010-06-14 maemo.org Website contains 1513 items (+3 this week),
including 250 open issues (+1 this week):
* 182 open bugs (+1 this week)
* 3 critical/blocker (no change this week)
* 2 "easyfix" (no change this week)
* 1 "moreinfo" (no change this week)
* 0 "crash" (no change this week)
* 0 "patch" (no change this week)
* 2 reopened (+1 this week)
* 54 unconfirmed (+2 this week)
* 68 open enhancements (no change this week)
* 1 "easyfix" (no change this week)
* 0 "moreinfo" (no change this week)
* 2 "patch" (no change this week)
* 3 reopened (no change this week)
* 15 unconfirmed (no change this week)

==--- New Items ---==

3 bugs were opened -
( https://bugs.maemo.org/buglist.cgi?bug_id=10597,10643,10651 ):
* [10597] [Downloads] Description for unstable version appears on the
stable projects' page.
* [10643] [News] Consider removing Internet Tablet Talk from
http://maemo.org/news
* [10651] [Wiki] Can't login anymore on community section (duplicate entry)

0 bugs were critical/blocker.

0 enhancements were opened.


==--- Resolved Bugs ---==

3 bugs were resolved "fixed" -
( https://bugs.maemo.org/buglist.cgi?bug_id=10565,10573,10651 ):
* [10565] [Promoter] Extras repository python2.5, python2.5-minimal
dependency issues
* [10573] [Wiki] Searching for wiki contributions by username yields no results
* [10651] [Wiki] Can't login anymore on community section (duplicate entry)

0 bugs were resolved "invalid".

0 bugs were resolved "wontfix".

0 bugs were resolved "duplicate".

0 bugs were resolved "worksforme".

0 bugs were resolved "moved".


==--- Resolved Enhancements ---==

0 enhancements were resolved "fixed".

0 enhancements were resolved "invalid".

0 enhancements were resolved "wontfix".

0 enhancements were resolved "duplicate".

0 enhancements were resolved "worksforme".

0 enhancements were resolved "moved".


==--- Confirmed Items ---==

0 bugs were confirmed.

0 enhancements were confirmed.


==--- Reopened Items ---==

1 bug was reopened -
( https://bugs.maemo.org/buglist.cgi?bug_id=5106 ):
* [5106] [General] Some e-mails are being truncated in the mailman web archive

0 enhancements were reopened.


==--- Unloved Items ---==

10 bugs were needing love -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=5174,4531,4772,5220,5221,4489,10095,10422,8290,9411
):
* [5174] [Garage] git.maemo.org does not allow rebasing master branch
* [4531] [Talk] Not able to unsubscribe, nor use checkbox to perform
subscription actions on subscribed threads
* [4772] [Talk] Messages Overflow on Private Messages Page
* [5220] [Talk] broken javascript in minimalism theme
* [5221] [Talk] thread subscription list missing checkboxes in minimalism
* [4489] [Talk] There is no "Today's Posts" link from the Minimalistic theme
* [10095] [Wiki] External links should have icon after them in wiki.maemo.org
* [10422] [Garage] Garage file release service doesn't allow tilde (~)
in filenames
* [8290] [Brainstorm] Add brainstorm.maemo.org redirect
* [9411] [Brainstorm] Number bulletins aren't shown after submitting a solution

5 enhancements were needing love -
( https://bugs.maemo.org/buglist.cgi?bug_id=6952,6723,7022,5131,9729 ):
* [6952] [Brainstorm] Add possibility to save bugzilla styled searches
* [6723] [Autobuilder] Would be great if it would be possible to see
build log of in-progress build
* [7022] [Downloads] maemo.org on downloads category links when viewing list
* [5131] [Talk] Poll edit or update on t.m.o.
* [9729] [Downloads] Show full package page when only one search result


==--- Top Tens ---==

Ten biggest open bugs by number of votes -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=6187,5963,6873,3363,5035,8702,9825,3274,9090,2463
):
1. (12%) [6187] [Downloads] XB-Maemo-Upgrade-Description is displayed
way too soon
2. (6%) [5963] [Downloads] Applications without screenshots shouldn't
appear on front page of downloads
3. (6%) [6873] [Bugzilla] No privacy for e-mail in bugzilla
4. (5%) [3363] [Wiki] wiki.maemo.org search does not find anything
with short search terms
5. (5%) [5035] [Downloads] Please display XB-Maemo-Upgrade-Description
in maemo.org downloads
6. (5%) [8702] [Downloads] GPG error when updating Extras from
repository.maemo.org
7. (5%) [9825] [Downloads] Cannot upload screenshot ("Edit" is grayed)
8. (4%) [3274] [Wiki] "User contributions" not visible (+1 this week)
9. (4%) [9090] [Bugzilla] Unclear that FIXED means "Fixed internally"
and not "released for public" (+1 this week)
10. (2%) [2463] [Bugzilla] Force guided to people w/o canconfirm (new this week)
  ---
  Please visit https://bugs.maemo.org/ to vote. Registration is easy and free.

Ten biggest open enhancements by number of votes -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=630,6565,1309,1660,3432,4441,4854,4244,7179,7750
):
1. (16%) [630] [Bug

Maemo Official Platform Bug Jar 2010.24

2010-06-13 Thread Stephen Gadsby
A Quick Look at Maemo Official Platform in Bugzilla (https://bugs.maemo.org/).
2010-06-07 through 2010-06-13

As of 2010-06-14 Maemo Official Platform contains 3182 items (+18 this week),
including 700 open issues (+3 this week):
* 498 open bugs (no change this week)
* 25 critical/blocker (no change this week)
* 8 "easyfix" (no change this week)
* 108 "moreinfo" (-2 this week)
* 19 "crash" (no change this week)
* 21 "patch" (no change this week)
* 24 reopened (+1 this week)
* 178 unconfirmed (+2 this week)
* 202 open enhancements (+3 this week)
* 1 "easyfix" (no change this week)
* 7 "moreinfo" (no change this week)
* 4 "patch" (no change this week)
* 10 reopened (no change this week)
* 32 unconfirmed (+3 this week)

==--- New Items ---==

15 bugs were opened -
( 
https://bugs.maemo.org/buglist.cgi?bug_id=10593,10594,10595,10602,10604,10605,10606,10608,10616,10618,10619,10620,10641,10645,10664
):
* [10593] [Desktop platform] Unpredictable virtual keyboard repeat behaviour
* [10594] [Data] Do not index files in /home/opt
* [10595] [System software] After Maemo PR1.2 Update N900 Memory No
Longer Automounts When Turned Off and USB Connected to PC
* [10602] [Development platform] Reinstalling the QT 4.7 Beta SDK over
old installation makes Qt unusable and uninstallable
* [10604] [Multimedia] Wifi streaming + A2DP = dashed audio output
* [10605] [Telephony] Unable to make multi party calls with more than 2 people
* [10606] [Desktop platform] turkish keyboard problem
* [10608] [Desktop platform] WM doesn't give focus to some apps, hence
they don't receive keyboard input
* [10616] [Translations] Phone application: Wrong translation
"Landschaft" of "Landscape" in German UI
* [10618] [Desktop platform] Application switcher is slow because it
causes all "portrait" aware applications to redraw into landscape even
when N900 is on portrait orientation
* [10619] [Telephony] Empty SMS received in case of vcard sent via SMS to N900
* [10620] [Desktop platform] Password Device lock doesn't lock when
phone running
* [10641] [Connectivity] Device goes online when trying to use A-GPS over GPRS
* [10645] [Desktop platform] Application Shortcuts listed twice in
"Add Shortcut" dialog
* [10664] [Desktop platform] Applications menu doesn't remember what
was organized

0 bugs were critical/blocker.

4 enhancements were opened -
( https://bugs.maemo.org/buglist.cgi?bug_id=10591,10632,10633,10642 ):
* [10591] [Desktop platform] Global Copy-Paste menu item
* [10632] [Telephony] add python-farsight package
* [10633] [Telephony] add python-tpfarsight package
* [10642] [Synchronization] Can't synchronize with google calendar


==--- Resolved Bugs ---==

5 bugs were resolved "fixed" -
( https://bugs.maemo.org/buglist.cgi?bug_id=4564,9664,9722,9977,10005 ):
* [4564] [Desktop platform] Documentation: hildon-input-method API
references are not online
* [9664] [System Analysis] Crash reporter update is missing
dependencies (requires PR1.2)
* [9722] [Desktop platform] Unsupported Hebrew codepages in E-mail (and iconv?)
* [9977] [System software] Hardware T&K lock switch must be used twice
to unlock device when keyboard open
* [10005] [Connectivity] messenger accounts unable to connect when
switching network

3 bugs were resolved "invalid" -
( https://bugs.maemo.org/buglist.cgi?bug_id=10103,10561,10641 ):
* [10103] [Synchronization] Unable to resolve Exchange 2003 server
name & does not link between certificate for server name and the IP
* [10561] [Connectivity] bluetooth: pairing with keyboard works but
use fail (encryption failed, permission denied)
* [10641] [Connectivity] Device goes online when trying to use A-GPS over GPRS

3 bugs were resolved "wontfix" -
( https://bugs.maemo.org/buglist.cgi?bug_id=8926,9240,10619 ):
* [8926] [Core] rootfs stuck in readonly mode (UBIFS error (pid 398):
ubifs_scan: LEB 402 scanning failed)
* [9240] [Telephony] Second call to IVR doesn't show call duration
after the call is connected.  "Calling" is shown
* [10619] [Telephony] Empty SMS received in case of vcard sent via SMS to N900

3 bugs were resolved "duplicate" -
( https://bugs.maemo.org/buglist.cgi?bug_id=10532,10560,10604 ):
* [10532] [Desktop platform] Volume keys work for zoom only after fiasco reflash
* [10560] [Multimedia] FM Transmitter stops transmitting after
connecting the charger
* [10604] [Multimedia] Wifi streaming + A2DP = dashed audio output

1 bug was resolved "worksforme" -
( https://bugs.maemo.org/buglist.cgi?bug_id=6806 ):
* [6806] [System software] Cannot turn on device while charging

0 bugs were resolved "moved".


==--- Resolved Enhancements ---==

1 enhancement was resolved "fixed" -
( https://bugs.maemo.org/buglist.cgi?bug_id=4002 ):
* [4002] [UI Specification] Grey out (instead of hiding) Memory cards
in File Manager when USB connected (FiH)
  ---
  (FiH) indicates the enhancement is Fixed in Harmattan.

2 enhancements were resolved

Re: Removing packages from Fremantle extras-devel

2010-06-13 Thread Francesco Baldassarri
Thanks Felipe,
but the problem is python-dtn... this package is malfuctional and have only an 
old version (version 7, not an upgrated version)...
python-dtn must be deleted from Fremantle extras-devel repository for major 
security...


Francesco


Il giorno 14/giu/2010, alle ore 03.32, Felipe Crochik ha scritto:

> Francesco,
>  
> You don’t have to worry if you have already published a new version of the 
> same package. Anybody trying to install it will install the latest 
> automatically.
>  
>  
> From: maemo-developers-boun...@maemo.org 
> [mailto:maemo-developers-boun...@maemo.org] On Behalf Of Francesco Baldassarri
> Sent: Sunday, June 13, 2010 7:01 PM
> To: maemo-developers@maemo.org
> Subject: Removing packages from Fremantle extras-devel
>  
> Hi guys,
> I'm looking for a procedure to remove packages uploaded in extras-devel. I 
> read that there isn't actually a real way to do this and it can be operated 
> only manually for us by maemo.org admin.
>  
> Can someone help me to remove sources that I had uploaded friday in Fremantle 
> extras-devel and related autobuilded packages?
>  
> The name of source is dtn_2.7.0maemo-fremantle7 
> (https://garage.maemo.org/builder/fremantle/dtn_2.7.0maemo-fremantle7/) and 
> the packages to remove are:
>  
> dtn_2.7.0maemo-fremantle7_i386.deb
> dtn_2.7.0maemo-fremantle7_armel.deb
> python-dtn_2.7.0maemo-fremantle7_all.deb
>  
> I have just uploaded a new version of my dtn implementation (version 8) that 
> works correctly.
> The real problem is python-dtn that dosn't work properly and I remove it from 
> version 8 compilation.
> python-dtn so I do not want to appear in packages list.
>  
> Thanks in advantages!
>  
>  
> Thanks,
> Francesco Baldassarri

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


RE: Removing packages from Fremantle extras-devel

2010-06-13 Thread Felipe Crochik
Francesco,

 

You don't have to worry if you have already published a new version of the
same package. Anybody trying to install it will install the latest
automatically.

 

 

  _  

From: maemo-developers-boun...@maemo.org
[mailto:maemo-developers-boun...@maemo.org] On Behalf Of Francesco
Baldassarri
Sent: Sunday, June 13, 2010 7:01 PM
To: maemo-developers@maemo.org
Subject: Removing packages from Fremantle extras-devel

 

Hi guys,

I'm looking for a procedure to remove packages uploaded in extras-devel. I
read that there isn't actually a real way to do this and it can be operated
only manually for us by maemo.org admin.

 

Can someone help me to remove sources that I had uploaded friday in
Fremantle extras-devel and related autobuilded packages?

 

The name of source is dtn_2.7.0maemo-fremantle7
(https://garage.maemo.org/builder/fremantle/dtn_2.7.0maemo-fremantle7/) and
the packages to remove are:

 

dtn_2.7.0maemo-fremantle7_i386.deb
 

dtn_2.7.0maemo-fremantle7_armel.deb
 

python-dtn_2.7.0maemo-fremantle7_all.deb
 

 

I have just uploaded a new version of my dtn implementation (version 8) that
works correctly.

The real problem is python-dtn
  that dosn't work properly and I remove it
from version 8 compilation.

python-dtn so I do not want to appear in packages list.

 

Thanks in advantages!

 

 

Thanks,

Francesco Baldassarri

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


X server / RECORD extension problem (Xnee)

2010-06-13 Thread Henrik Sandklef

hi,

 just compiled and tested GNU Xnee* on Maemo. Replaying key/mouse 
events (Key Press/Release, Motion, Button Press/Release) worked fine. 
When it comes to recording I don't get any data although RECORD 
extension is there in the X server.


 Does anyone know if there's anything strange with RECORD extension in 
Maemo's X server?


/hesa

SW info:
-
Xnee:  3.06 (tweaked for Maemo)
X:  Nokia / 10699001
N900: 10.2010.19-1


*) a tool to record and replay user sessions under X11
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Removing packages from Fremantle extras-devel

2010-06-13 Thread Francesco Baldassarri
Hi guys,
I'm looking for a procedure to remove packages uploaded in extras-devel. I read 
that there isn't actually a real way to do this and it can be operated only 
manually for us by maemo.org admin.

Can someone help me to remove sources that I had uploaded friday in Fremantle 
extras-devel and related autobuilded packages?

The name of source is dtn_2.7.0maemo-fremantle7 
(https://garage.maemo.org/builder/fremantle/dtn_2.7.0maemo-fremantle7/) and the 
packages to remove are:

dtn_2.7.0maemo-fremantle7_i386.deb
dtn_2.7.0maemo-fremantle7_armel.deb
python-dtn_2.7.0maemo-fremantle7_all.deb

I have just uploaded a new version of my dtn implementation (version 8) that 
works correctly.
The real problem is python-dtn that dosn't work properly and I remove it from 
version 8 compilation.
python-dtn so I do not want to appear in packages list.

Thanks in advantages!


Thanks,
Francesco Baldassarri___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: QT map widget

2010-06-13 Thread kate.alhola
- Original message -
> kate.alh...@nokia.com wrote:
> > I don't know hat mappero (ex maemo mapper) does internaly but least,
> it
> > can eat all cpu power when doing "processing maps" so that only way
> out
> > is remove battery from device.
>
> I've been told that this happens when downloading large amounts of map
> tiles, so
> it has nothing to do with the map widget itself. That one is based on
> clutter,
> and seems to be quite efficient.

Situation is when lot of map tiles are loaded. I dont't know what internaly 
happens. Some memory leak ? For application performance and cpu usage also time 
needed for tile pre-processing need to be counted.

Does it some scaling for tiles after loading them ?

Finally time used for scaling tiles is one key issues. Do we scale them or 
download every size. How much cpu power is used for scaling or do we leave it 
all for GPU ?

For mappero case i don't know how much cpu is used for actual scaling and how 
much by exhausting virtual memory ?


> (off topic: if you can find some way to reproduce it reliably, please
> file a bug
> -- although if you really need to take out the battery, that cannot be a
> bug in
> the application itself)

I think, without any actual debug or analysis that it consumes all virtual 
memory and there won't be any memory for system UI even kill application when 
everything is swapped out.


Kate
>
> Ciao,
>  Alberto
>
> --
> http://blog.mardy.it <-- geek in un lingua international!
>

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: QT map widget

2010-06-13 Thread Alberto Mardegan

kate.alh...@nokia.com wrote:
I don't know hat mappero (ex maemo mapper) does internaly but least, it 
can eat all cpu power when doing "processing maps" so that only way out 
is remove battery from device.


I've been told that this happens when downloading large amounts of map tiles, so 
it has nothing to do with the map widget itself. That one is based on clutter, 
and seems to be quite efficient.


(off topic: if you can find some way to reproduce it reliably, please file a bug 
-- although if you really need to take out the battery, that cannot be a bug in 
the application itself)


Ciao,
  Alberto

--
http://blog.mardy.it <-- geek in un lingua international!
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: QT map widget

2010-06-13 Thread kate.alhola
- Original message -
> Hi,
>
> Am Samstag 12 Juni 2010 schrieb Ian Stirling:
> > And speedups may be very possible - if for example you can offload
> > portions of the workload onto a GPU.
> That addresses the performance problem, but this likely also if you do
> this
> for performance reasons, it also increases battery consumption as you
> put additional load onto another component of the SOC. But it may still
> be
> good to offload certain tasks from the main CPU to the GPU as the GPU
> may do the same thing more power efficient.

In most cases GPU will do same things more power efficient but it also offers 
better user experience doing things faster. Maybe best choice would be vectro 
based maps ang GPU going transformations and drawing.

I don't know hat mappero (ex maemo mapper) does internaly but least, it can eat 
all cpu power when doing "processing maps" so that only way out is remove 
battery from device.

> I really think low battery consumption is the most important issue with
> a map widget as this type of widget is meant to be used over a longer
> period of time and while being away from stationary power.

I think that user experience is also most important thing. In many cases doing 
things fast makes good responsive user experience but also reduces battery 
consumption when application can be idle most of time. Using GPU we can get 
good user experience and battery life same time. Qt3d is worh of checking for 
portable GPU library.

Kate
>
> Till
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://lists.maemo.org/mailman/listinfo/maemo-developers
>

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: QT map widget

2010-06-13 Thread Ian Stirling

Till Harbaum / Lists wrote:

Hi,

Am Samstag 12 Juni 2010 schrieb Joerg Reisenweber:
It's rather moot, as this isn't a movie at 25fps, so an occasional image 
refresh, no matter how it's done, will take magnitudes less energy per time in 
average, than the backlight eats to display the image. When screen is dimmed 
(or the widget invisible/hidden/background) then of course all gfx workload 
should suspend, for obvious reasons


100% CPU load is bad no matter if this is for a 25fps movie or a 0.5fps 3d map
widget. Believe me, i have these discussions regarding maep. People _do_ care
for CPU load and battery consumption. And this is good.


I believe the point is not that battery life is unimportant, but that 
with the backlight on, the CPU using 200% of nominal for 2/25th of the 
time, this increases the total CPU power by 8%.


But - using numbers from 
http://wiki.maemo.org/N900_Hardware_Power_Consumption - with the screen 
on dim, and the GPS on, this 8% drops to 4% of total system load. - with 
the backlight on bright, it's only an increase of 2.5% or so.


The main point I was attempting to make was not this one anyway.

It was that while 3D may be possible on platforms similar to the n900, 
it is undesirable, even if it performs perfectly, if the widget may also 
be wanted to run on the increasing number of low end phones that may 
have limited or no 3D capability.


(Unless of course it can also do 2D optimally - but that seems like lots 
more code/work.)

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: QT map widget

2010-06-13 Thread Sampo Savola

Hey

When I started to write eCoach in Qt I had to search for existing 
mapwidget in Qt. I came to result that QMapControl is the best current 
solution. I tried also marble but i think it is an overkill for a device 
like N900.


I suggest that the QMapControl could be the basis for the new Qt mapwidget.
I have contacted the original author of the widget but he seems to be 
not so interested maintaining/developing the widget anymore.


Current issues i noticed with the QMapControl on Maemo:

- Slow tile rendering and panning
- Tile caching makes it even slower
- No good way to draw route on realtime
- Google maps not working

I dont think that we need to write whole thing from the scratch, mostly 
QMapControl needs only optimization and of course better solution for 
live route drawing.


- There is also support for common maptile servers and for example 
support for finnish topomaps should work out of the box with existing 
OSM maptile plugin if the funny authentication for topomaps server will 
be implemented.


//Sampo
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers