Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Toutes les fonctions  ·  Vues d'ensemble  · 

Qtopia - 4.3.1 Release Notes

Introduction

The Qtopia 4.3.1 release (also known as 4.3 Final) is a feature release of Qtopia that is based on Qt 4.3 technology. The main purposes of this release are to finalise the 4.3 feature set and to provide bug fixes and performance improvements based on both internal testing and customer feedback received for the 4.3.0 (4.3 Beta) release.

This Release Note describes only the changes made between the 4.3.0 and 4.3.1 releases. Please read the Qtopia 4.3.0 Release Notes for a list of the changes made prior to the 4.3.0 release.

The build system and Qtopia Sync Agent changes are recorded separately.

Enhancements

  1. Bluetooth
    • The Bluetooth Send/Receive Files window has been rewritten to significantly improve usability, including the ability to abort transfers, better failure handling and correct interaction with Qtopia's multitasking features.
  2. Code Quality
    • Many compilation warnings have been eliminated.
    • The source tree of the Qtopia Server (/src/server) has been restructured to better delineate the various modules in the server. See Porting Between Qtopia/Qt Extended Versions for more information.
  3. Documentation
    • New documentation describing the Desktop Synchronization feature has been added.
    • Several new tutorials have been added.
  4. Online Help
    • The online help content has been revised to bring it in line with the current Qtopia functionality.
  5. Safe Execution Environment (SXE)
    • The SXE domain system has been simplified. The previous set of more than 50 domains has been replaced by two domains: trusted and untrusted. SXE provides a sandbox solution for the secure download and running of games.

Deprecated Features

  1. Help Bookmarks
    • The Bookmarks feature of the Help Browser was not considered to be very useful and did not work on touchscreen devices. It has been removed.

Bug Fixes

  1. [Bluetooth}
    • BUG 187455: The user was not audibly notified of an incoming pairing request. Now the device will vibrate to alert the user that a pairing PIN is required.
    • BUG 187460: The user was not audibly notified of an incoming file transfer. Now the device will vibrate and play the message ringtone to alert the user that a file transfer is being received.
    • BUG 189837: On touchscreen devices there was no way to backspace an incorrectly entered pairing PIN.
    • BUG 196183: In the Bluetooth Settings application, changes to the Visibility timeout value would not be saved unless the user moved to another field before exiting the application.
    • BUG 197384: The Bluetooth transmitter could be switched on while Airplane Safe Mode was active by attempting to send a file from the documents list.
  2. [Build System}
    • BUG 183457: A new -no-examples configure option has been added to allow building of the examples to be skipped.
    • BUG 185787: The -I, -i, -L, -D and -R switches passed to configure were not being passed on to Qtopia Core.
    • BUG 188616: Qtopia could not be built with D-BUS on an x86_64 workstation.
    • BUG 189283: Media engines that resided within a device profile tree could not be built using the -mediaengines configure switch.
  3. Contacts
    • BUG 181665: Qtopia's interactive performance was very poor while importing vCard files. UI events are now processed more frequently while importing vCards.
    • BUG 182391: The Contact Details screen was not painted correctly in right-to-left languages.
    • BUG 183951: Selecting the Show Groups option from the menu would crash the application if the Finxi theme was in use.
    • BUG 185612: After creating a birthday, any changes made to the associated alarm settings were not saved.
    • BUG 190449: The Email Details dialog had incorrect input hints, making it difficult to enter a valid email address.
    • BUG 192974: When viewing a contact, the Calls tab did not show calls made to the contact by directly entering the contact's phone number into the dialer.
    • BUG 193132: The layout of the New Contact dialog in Arabic made the Name and Email fields to narrow to be usable.
  4. Document Management
    • BUG 193535: If the documents database stored on removable media was invalid (e.g. corrupted by another device), Qtopia was unable to manage documents on that media correctly. Qtopia will now replace an invalid database on removable media.
  5. Games
    • BUG 181457: Several debugging features were incorrectly included in non-debug builds of the Asteroids game.
  6. Greenphone
    • BUG 172654: The Greenphone's hardware volume keys did not control the audio volume on the device. This feature was previously working in Qtopia 4.2.
  7. Input Methods
    • BUG 179042: The Predictive Keyboard could incorrectly add double spaces between words.
    • BUG 182742: The Predictive keyboard did not autocapitalize name fields correctly.
    • BUG 184645, 190697: On combined keypad/touchscreen devices, the Predictive Keyboard did not interact well with keypad input.
    • BUG 186153: When first displayed, the Predictive Keyboard's word list was much larger than intended, covering part of the application above it.
    • BUG 190695: The symbol picker did not scale its font size correctly on high-resolution screens.
    • BUG 195755: Date and Time fields would not correctly change from navigation to edit mode when data was entered on the keypad.
  8. Look and Feel
    • BUG 181868: The leftmost and rightmost tab handles in a tab widget were drawn incorrectly when a right-to-left language was in use.
    • BUG 193132: Tab widgets used the width of the tab handles to display title strings instead of using the width of the tab widget.
  9. Media Player
    • BUG 180204: Qtopia did not play Midi files. The Media Player will now play Midi files when Qtopia is built with the "cruxus" mediaengine.
    • BUG 183946: The Settings dialog was only accessible while a file was playing. It is now accessible from the browser menus too.
    • BUG 191032: Media Player was ignoring interval restrictions on DRM-protected files.
  10. Media Server
    • BUG 142927: Qtopia was unable to play media in a singleexec build.
    • BUG 172654: Using hardware buttons to adjust audio volume did not work.
  11. Messaging
    • BUG 181674: Performance of MMS loading was poor. This has been improved by delaying some processing until it is needed and avoiding making multiple copies of elements that are used on multiple slides.
    • BUG 183162: No busy indication was displayed when retrieving a large message, giving the impression that the application had frozen.
    • BUG 183395: When forwarding an SMS message, the text of the original message was not included.
    • BUG 183661: When downloading large numbers of messages via IMAP, the performance of the preview phase degenerated significantly as it progressed.
    • BUG 183788: Message counts were not shown for nested IMAP folders.
    • BUG 184980: The wrong folder contents could be displayed after switching between identically named folders in the main and Email folder lists.
    • BUG 185966: The New Message menu presented options that were impossible to complete successfully; New Email was presented when no outgoing email account was configured, and New Multimedia Message was presented when no WAP stack was present.
    • BUG 186145: The Messages application would suffer a stack overflow crash if a socket error occured during SMTP transmission.
    • BUG 187624: When synchronizing with an IMAP server, messages that were no longer on the server were not marked as such in the folder display.
    • BUG 187847: The Messages application did not provide any progress indication when deleting an email account. This would give the user the impression that the application had frozen.
    • BUG 187851: The Email folder list was not correctly updated when the account name was changed.
    • BUG 188609: When IMAP folders were removed, the contained messages were not deleted, leaving them orphaned in the message database.
    • BUG 188923: If a new SMS message arrived while viewing email, an email message would be displayed to the user instead of the new SMS.
    • BUG 189455: When the user attempted to send an email with a non-conforming address, the message was silently placed into the Drafts folder without presenting an error message to the user.
    • BUG 189642: Email messages with a signature included failed to send correctly via SMTP.
    • BUG 189839: In the email account dialog, several fields incorrectly had autocapitalization enabled.
    • BUG 190450: Incorrect input hints made it difficult to enter valid email addresses when sending an email.
    • BUG 190489: When fetching IMAP messages, the Messages application incorrectly caused the server's copies of the messages to be marked as read.
    • BUG 190490: SMTP authentication against an incoming mail server has been made optional. Previously, this was (incorrectly) mandatory.
    • BUG 190492: When connecting to an IMAP server, the username and password were passed as literal strings instead of quoted strings, causing certain special characters to be handled incorrectly.
    • BUG 191452: Some customer devices would incorrectly report a "Mail-encoding error" when sending or receiving SMS messages. This was due to shared mmap not working correctly on those devices. The Messages application now avoids this problem by not using shared mmap.
    • BUG 197898: When downloading messages via POP, the Messages application would incorrectly indicate to the user that a message had been removed from the server by another user if the server UID was a substring of that of another message.
  12. Neo 1973 (ficgta01 device profile)
    • BUG 178077: If the user attempted to lock the screen via the Home Screen's options menu, the keypad lock was activated instead of the touchscreen lock.
    • BUG 180073: Spinboxes could not be driven due to the small size and close proximity of the up and down arrows. The arrows now appear on opposite sides of the spinbox.
    • BUG 184198: Preferred GSM network settings were not saved.
    • BUG 184376: In calendar views, the year could not be set.
    • BUG 184588: Scrollable options menus could not be scrolled.
    • BUG 185207: Speed Dial entries could not be activated from the Home Screen. A new "Favorites" button has been added to the home Screen for the Finxi theme to allow quick selection of speed dial entries.
    • BUG 187460: Cancelling in Favourites would try to activate a Speed Dial entry.
  13. Pictures
    • BUG 112575: Opening an image via the Documents list caused the image to be opened in edit mode instead of view mode.
    • BUG 188436: Pressing the hangup key in Full Screen mode would corrupt parts of the theme title bar and context bar.
    • BUG 189476: The Pictures application would freeze when attempting to load an image that was too large to fit in memory.
    • BUG 197068: Touchscreen-only devices could not do anything in Full Screen mode (including exiting Full Screen mode). Full Screen mode is no longer supported on touchscreen-only devices.
  14. Printing
    • BUG 182730: Attempts to print large text files would fail, with a Security Breach error being reported to the user.
  15. Profiles
    • BUG 183219: The Message ringtone was incorrectly defaulted to "none" when creating a new profile.
    • BUG 185167: Ringtones could not be previewed on touchscreen devices.
  16. Safe Execution Environment (SXE)
    • BUG 187068: Qtopia::sandboxDir() would incorrectly return an empty string when called by an installed package.
    • BUG 190690: It was possible for packages to install symlinks to files outside their sandbox, and thus to attempt to execute binaries or read data belonging to other applications.
    • BUG 190835: The Software Packages application would not connect to a package server after a communications failure had occured.
    • BUG 191029: If a package's installation was aborted, LIDS rules for the package were not removed.
    • BUG 191030: Packages could not access their translation files at runtime.
    • BUG 193250: Packages could not include shared libraries.
    • BUG 193531: A malicious attacker could attempt to delete files outside the sandbox by including relative paths (e.g. ../../mnt/documents/foo) in a package.list file.
    • BUG 193569: It was possible for a package to contain symlinks pointing outside the sandbox. Such packages can no longer be installed.
    • BUG 194589: Package binaries were not given permission to execute other binaries included in the package.
    • BUG 195093: It was possible for a pacakge to install device special files. Such packages can no longer be installed.
  17. Security
    • BUG 196191: Pressing the hangup key while the PIN Entry dialog was open would cause the PIN Entry dialog to reopen after Qtopia returned to the home screen.
  18. Tasks
    • BUG 182946: The Task Details screen was not painted correctly when a right-to-left language was in use.
    • BUG 183576: When a new theme was loaded, any changes to widget sizes didn't take effect until Qtopia was restarted.
  19. Telephony
    • BUG 176256: If a call was active and a second call was received, the ringtone would still be played. Rather than playing the ringtone, Qtopia now relies on the phone network to insert a "call waiting" tone into the audio stream to indicate that a second call is being received.
    • BUG 180319: Failure to set Call Barring options was not reported to the user.
    • BUG 185619: The SIM PIN entry dialog would time out after two minutes, leaving Qtopia unable to register to a GSM network until restarted.
    • BUG 186529: A memory leak occurred each time a video ringtone was played on the Call Screen.
    • BUG 186544: Video ringtones would not play.
    • BUG 187462: GSM Time Synchronisation didn't work when the language was set to Arabic.
    • BUG 188017: Failure of band selection was not reported to the user.
  20. Theming
    • BUG 176924: The text of a window title is now elided if it won't fit in the available space.
    • BUG 184393: Wallpaper settings for secondary screens were ignored.
    • BUG 193914: Setting an IconPath in the theme configuration file to allow overriding Qtopia's default images did not work.
    • BUG 194742: Themes could not be installed in the updates or packages directories.
  21. Words
    • BUG 183221: The Words application did not paint correctly in right-to-left languages.
    • BUG 188423: Word lookup was very slow when multiple input languages were active.

Known Issues

  1. Greenphone:
    • BUG 171152: Due to a bug in the modem firmware, outgoing calls may not be canceled correctly if the user presses the hangup key while the call is in the "dialing" state. Qtopia attempts to work around this by attempting to cancel the call after it transitions from "dialing' to "alerting". This strategy fails in cases where the call transitions directly from "dialing" to "connected".
    • BUG 176936: Due to incorrect factory calibration, some Greenphone handsets do not perform noise cancellation correctly. This may result in significant levels of echo being heard when using the handset indoors. This level of echo can be reduced by adjusting the microphone and speaker volumes via the Call Options application's Call Volume feature.
    • BUG 179229: The Greenphone modem does not report whether an incoming call has been diverted from another number. Thus Qtopia is unable to indicate Call Diversion to the user, and the Greenphone therefore fails to achieve GCF Standard Compliance for this function.
    • BUG 180951: On some Greenphones, the Bluetooth subsystem regularly gets into a state where no further Bluetooth operations will succeed until the device is reset. This is believed to be a fault in the hardware and/or kernel, rather than a problem with the Qtopia software.
  2. Media Player:
    • BUG 142554: After a call ends, Media Player incorrectly resumes playback of media file if the file was paused when the call was received.
  3. Messages:
    • BUG 142744: MMS audio doesn't play to completion if the audio track is longer than the slideshow.
  4. Neo 1973 (ficgta01 device profile)
    • BUG 197301: SIM Applications are not supported on the Neo 1973 in this release.
  5. Server Widgets:
    • BUG 148987: The Task Manager list only works correctly with the Standard Qtopia server widgets.

Publicité

Best Of

Actualités les plus lues

Semaine
Mois
Année

Le Qt Developer Network au hasard

Logo

Utiliser QML et QtWebKit avec PySide

Le Qt Developer Network est un réseau de développeurs Qt anglophone, où ils peuvent partager leur expérience sur le framework. Lire l'article.

Communauté

Ressources

Liens utiles

Contact

  • Vous souhaitez rejoindre la rédaction ou proposer un tutoriel, une traduction, une question... ? Postez dans le forum Contribuez ou contactez-nous par MP ou par email (voir en bas de page).

Qt dans le magazine

Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. Qt qtextended4.4
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD.
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP !
 
 
 
 
Partenaires

Hébergement Web