aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-24Fixes: NB#211689 - Unable to switch style in MBasicListItem at runtimeAdrian Yanes
RevBy: Stanislav Ionascu Details: Enables the capability to switch from different basic list item styles in runtime without setting again the properties. Merged with changes by: Stanislav Ionascu Details: On style change the items are going to be removed from layout and scene. As soon as the item is added into the layout it will be added into the scene again. Private of the basic list item will take care of deleting the child items.
2010-12-24Changes: Fixes build break without context subscriber.Stanislav Ionascu
RevBy: TrustMe. Details: Build break was introduced in 56ae58cece20edf526036567129e5b09433c47de.
2010-12-23Fixes: NB#213192, The clock shows a leading zero for en-GB localeMike FABIAN
RevBy: John Tapsell, James Cook Details: The data from http://unicode.org/cldr/trac/browser/trunk/common/main/en_GB.xml specifies a leading 0 for en_GB locale, but both John and James say this is not commonly used. Therefore, this commit adds an override to remove the leading 0.
2010-12-23Fixes: NB#208977, Time and date always in Hindi numbers and does not ↵Mike FABIAN
affected for the numeric system (Hindi-Latin) changing in Arabic language RevBy: Holger Schröder Details: - if the language part of lc_time is “ar”, “fa”, or “hi” *and* the language part of lc_numeric is *not* the same, this means that non-localized digits have been requested by setting lc_numeric to English. In this case, replace the localized digits in the date and time formats by non-localized digits - more unit tests for date and time formatting for and parsing with localized and non-localized digits
2010-12-23Changes: more tests for bucket sorting: ligatures, Russian, KoreanMike FABIAN
RevBy: John Tapsell Details: - there seems to be a problem with Russian, е Е ё Ё all sort into the Ё bucket, the Е always stays empty - add test for the last bucket hack for Korean
2010-12-23Changes: fix the last bucket problem for KoreanMike FABIAN
RevBy: John Tapsell Details: 학, 學, ... should probably go into ᄒ bucket, which is the last one. Fix the problem with a similar hack as for the Japanese わ bucket by adding another “dummy” bucket which comes after all characters which should go into the ᄒ bucket, but before all characters which are not Korean anymore.
2010-12-23Changes: fix problem with Turkish i, make it go correctly to the İ bucketMike FABIAN
RevBy: John Tapsell Details: The locale aware toUpper() needs to use the collate locale here, not the message locale.
2010-12-23Changes: Fix the problem with the わ and ん bucketsMike FABIAN
RevBy: John Tapsell Details: ヷ, わ, ワ, ゐ, ヰ, ヸ, ヹ, を, ヲ, ヺ should go into the わ bucket and ん, ン should go into the ん bucket.
2010-12-23Changes: add MLocale::indexBucket()Mike FABIAN
RevBy: John Tapsell, Saki Uchiyama, Björn Schnabel Details: This is to make it possible to fix the sidebar problem in NB#211038 and other places where such sort buckets are used.
2010-12-23Changes: use icu::Collator::QUATERNARY comparison strengthMike FABIAN
RevBy: John Tapsell Details: Needed to get Hiragana sorted before Katakana, with TERTIARY strength only, Hiragana compare equal to Katakana.
2010-12-23Changes: add Korean to locales to check in ft_localesMike FABIAN
RevBy: John Tapsell
2010-12-23Changes: add lists of index characters for the locales where they are missingMike FABIAN
RevBy: Adrián Yanes, John Tapsell Details: Adrián Yanes checked the gl_ES index characters.
2010-12-23Changes: add a function MLocale::exemplarCharactersIndex()Mike FABIAN
RevBy: Holger Schröder, John Tapsell Details: To get characters or strings to be used in indices. Useful for NB#211038 and other bugs.
2010-12-23Changes: add more samples to the collation testMike FABIAN
RevBy: John Tapsell To check sorting of ch for Czech and Han characters, for NB#211038.
2010-12-23Fixes: NB#212448 - MWindow constructor causes ↵Jaroslaw Jaryszew
ContextProperty::waitForSubscription() to be called, which may cause all kinds of side effects in an application RevBy: Dominik Details: Now waitForSubscription will not be called on context properties when constructing MWindow instance. It will be called either when: - show is called - user will request keyboard state before subscription. Few other minor corrections.
2010-12-23Changes: Fixes Ut_MAppletInstanceManager unit test.Stanislav Ionascu
RevBy: TrustMe. Details: The QDBusInterface with blocking introspection call was changed to MDBusInterface in commit 0b47d6ad1dd85fbcb2ef46161d82fd0b55cc0248.
2010-12-23Changes: Fixes Ut_MAppletInstantiator unit test.Stanislav Ionascu
RevBy: TrustMe. Details: Unit test was verifying if a dbus::call was made, which was changed to dbus::asyncCall in commit 0b47d6ad1dd85fbcb2ef46161d82fd0b55cc0248.
2010-12-23Changes: Fixes ut_mremoteaction unit test.Stanislav Ionascu
RevBy: TrustMe. Details: The unit test was using incorrect stubs (which were changed in commit 0b47d6ad1dd85fbcb2ef46161d82fd0b55cc0248)
2010-12-23Changes: Fixes unit test build break due interface type has changed from ↵Stanislav Ionascu
QString to char*. RevBy: TrustMe. Details: Introduced in 0b47d6ad1dd85fbcb2ef46161d82fd0b55cc0248.
2010-12-23Changes: Make use of non-blocking MDBusInterface, replace Inteface::call ↵Stanislav Ionascu
with ::asyncCall. RevBy: Dominik Kapusta, Pekka Vuorela Details: The resulting messages returned by dbus interfaces calls are discarded, so use asyncCall instead.
2010-12-23Changes: Provide base DBus interface without blocking introspection.Stanislav Ionascu
RevBy: Dominik Kapusta, Pekka Vuorela Details: QDBusInterface blocks application flow due to introspection, so we are providing a subclass of QDBusAbstractInterface, which does not do any kind of blocking introspection. Credits to Kuisma Salonen for original merge request and idea.
2010-12-23Fixes: NB#212289 - Visual press feedback is not shown always when tapping an ↵Michal Guminiak
icon button RevBy: Stanislav Ionascu Details: Schedule "disabled" mode change only after timeout, so that the "pressed" state can be displayed at least for a moment.
2010-12-23Changes: releasing 0.20.68-10.20.68-1Adrian Yanes
2010-12-23Revert "Changes: show always MComponentData options if the args passed are ↵Stanislav Ionascu
wrong" This reverts commit 45ada02cc589f7f511e181d2868e58805f35030d. Breaks widgetsgallery custom console parameters.
2010-12-23Revert "Revert "Fixes: NB#203650 - displayEntered() not emitted when ↵Dominik Kapusta
switching between two windows in the same app"" This reverts commit 2d75c098be62333a6db3937c49b522e6dabe4bbe.
2010-12-22Changes: show always MComponentData options if the args passed are wrongAdrian Yanes
RevBy: Juan A. Suárez Romero Details: This fix enable to show the help when you try to execute an app as: appname --invalid-option Without it the app doesn't show the different options.
2010-12-22Changes: Make use of metatypes, so no need to compare strings on parsing ↵Stanislav Ionascu
stylesheet attributes values. RevBy: Peter Penz, Kuisma Salonen, Dominik Kapusta Details: Removed the unrelevant #ifdefs as suggested. Also provided fixes for the unit tests.
2010-12-22Changes: Fix for ut_mscenemanagerDominik Kapusta
RevBy: Michał Details: Adjust windowGeometry() helper function to return visible rect of status bar. That's the real value recognized by the compositor.
2010-12-22Fixes: NB#209041 - Application window style is missing navigation bar style ↵Adrian Yanes
property. RevBy: Stanislav Ionascu, Marcin Miklas Details: This allow the user to customize the style of the navigation bar without any import in the css. MApplicationWindowStyle { navigation-bar-style-name:"MNavigationBarStyleWhatEver"; } Merged with a minor execution order change in MApplicationWindowPrivate::_q_updateStyle.
2010-12-22Revert "Fixes: NB#203650 - displayEntered() not emitted when switching ↵Dominik Kapusta
between two windows in the same app" This reverts commit 85b2e18b7c7b3d8b8fc2e2f6510c9b6b057fc519. The fix has to wait for new mcompositor release.
2010-12-22Fixes: NB#203650 - displayEntered() not emitted when switching between two ↵Jussi Lind
windows in the same app RevBy: Antti Kervinen Details: Listen only to synthetic visibility events if mcompositor is running.
2010-12-22Changes: Create invalid pixmap on demand.Stanislav Ionascu
RevBy: Dominik Kapusta Details: If MThemePrivate::pixmapCreatedOrChangedSlot was not called, the invalid pixmap was not getting initialized, thus would return a NULL pixmap.
2010-12-22Changes: In case if the cache file version differs, recreate binary style cache.Stanislav Ionascu
RevBy: Peter Penz
2010-12-22Fixes: NB#211200 - [+request] API needed for enabling/disabling text ↵Pekka Vuorela
magnifier in text entries RevBy: Mohammad Anwari
2010-12-21Changes: preparing unreleasedAdrian Yanes
2010-12-21Changes: releasing 0.20.67-10.20.67-1Adrian Yanes
2010-12-21Changes: Fix API break after reverting commit ↵Dominik Kapusta
90cbcc8a618c63fd3a612d1a59002d9540d4ec8a. RevBy: TrustMe Details: Re-add MComponentData::isMeeGoWindowManagerRunning()
2010-12-21Fixes: NB#212602 - Tapping the status area makes the device struckDominik Kapusta
Revert "Fixes: NB#203650 - displayEntered() not emitted when switching between two windows in the same app" This reverts commit 90cbcc8a618c63fd3a612d1a59002d9540d4ec8a.
2010-12-20Fixes: NB#207188 - Coreweb: random search crash in QPixmap::pixmapDataMiguel Gómez
RevBy: Stanislav Ionascu Details: The original root cause of the crash might be already fixed by f33401d7017177314aeb322ca6052506d012bc0a. But the values might be NULL, in case if the style was not initialized properly. So ensure that pixmaps are not NULL before trying to draw them.
2010-12-20Fixes: NB#212005 - meegotestrunner will be deprecatedAdrian Yanes
RevBy: Stanislav Ionascu
2010-12-20Fixes: NB#208415 - Horizontal bar is displayed for few moments on tapping ↵Janne Heikkilä
delete option in object menu. RevBy: Stanislav Ionascu Details: Inaccurate float comparison caused position indicator to show up sometimes when it should not.
2010-12-20Fixes: NB#207738 - QtStyle Example crashes on exit when "open files" dialog ↵Bernd Lamecker
is in foreground RevBy: Tomas Junnonen, Adrián Yanes, Stanislav Ionascu
2010-12-17Changes: Fix _MEEGOTOUCH_MSTATUSBAR_GEOMETRY X property setting.Dominik Kapusta
RevBy: Michał Details: The height returned should be of the shared pixmap instead of the actual scene window's height.
2010-12-17Changes: just create one binary css cache file per app/libraryArmin Berres
RevBy: Stanislav Ionascu Details: So far we were creating one cache file for every existing CSS file in the theme. Because of this we had to do a lot of filesystem operations at startup. Now we collect all files and dump them into one big file. Additionally exessive QFileInfo usage has been removed. It seems as if simply using stat() instead of the Qt wrappers makes checking timestamps of files an almost instant operation.
2010-12-17Changes: toolbar attribute change not to emit unnecessary signalsPekka Vuorela
RevBy: Michael Hasselmann Details: no need to emit toolbarItemAttributeChanged if value was unchanged. Further fixes NB#208276.
2010-12-17Fixes: NB#211935 - Deprecated MInfoBanner is in 'Main classes' listAdrian Yanes
2010-12-16Revert "Fixes: NB#211689 - Unable to switch style in MBasicListItem at runtime"Stanislav Ionascu
This reverts commit 837edf682aaeae12ea942461e489f7e21c60a1cc. The approach in the commit is wrong.
2010-12-16Fixes: NB#208077 - MNotification doesn't show specified imageAdrian Yanes
2010-12-16Fixes: NB#211689 - Unable to switch style in MBasicListItem at runtimeAdrian Yanes
RevBy: John Tapsell
2010-12-16Fixes: NB#210352Jarno Malmari
RevBy: Michael Hasselmann, Michał Guminiak Details: The view doesn't move anymore while typing. It does however move a bit up because the text edit reports quite big cursor size. This is probably used as a placeholder for completer, yet to appear. Fixes were done by changing from contentsRect() to just plain size() and rect() in MPannableViewport. The viewport clips children to rect(), not to contentsRect(). Also MPannableViewportScroller reports correctly its intermediate scrolling capabilities.