aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-03Added test for MScalableImage::enableOptimizedRendering()Miguel Gómez
2010-12-03Added test case for MStyleSheetParser::setBinaryFileDirectory()Miguel Gómez
2010-12-03Revert "Changes: new test cases for MTheme, MStyleSheetParser, MScalableImage"Adrian Yanes
Details: working at sb, failing at device :_( This reverts commit 8139d3856ead6a6c9348ac124eb6c007c2488403.
2010-12-03Fixes: NB#202160 - Spinner is not visible when In Application Menu Selected.Joaquim Rocha
RevBy: Stanislav Ionascu Details: Removes the action of showing the spinner in the application's menu since it is deprecated.
2010-12-03Changes: Deprecates the progress indicator in the application menuJoaquim Rocha
RevBy: TrustMe Details: Having a progress indicator in the application menu is deprecated. These changes mark the respective properties and methods as such.
2010-12-03Revert "Changes: don't load MInputContext by default (explicitly)"Ning Chi
This reverts commit bc89dbea8361cf43a7212dbaf27cbf1783e37e64. Which causes "can not use clicking word to enable preedit" regression.
2010-12-03Fixes: Text magnifier is initially shown at wrong position.Jarno Malmari
RevBy: Pekka Vuorela
2010-12-03Changes: The signals handlers was implemented for async models.Alexander Kornilov
RevBy: Ning Chi
2010-12-03Fixes: NB#204938 - List view private is destroyed while the event loop is ↵Stanislav Ionascu
processed. RevBy: Sergiy Dubovik, Armin Berres Details: Do not delete the private class immediately, but postpone it, as Qt docs suggest.
2010-12-03Fixes: NB#208580 - Widgetsgallery: tool bar page shows content with wrong ↵Joaquim Rocha
borders RevBy: Adrian Yanes Details: The initial value of the number of columns was 0 and this would lead to the assignment of the list's items' modes as if they were in more than one column.
2010-12-03Changes: new test cases for MTheme, MStyleSheetParser, MScalableImageMiguel Gómez
RevBy: Adrian Yanes Details: Add unit tests for MTheme::addPixmapDirectory() and MTheme::clearPixmapDirectories(). Added test case for MStyleSheetParser::setBinaryFileDirectory() Added test for MScalableImage::enableOptimizedRendering()
2010-12-03Fixes: NB#201472 - ImageResource: Failed to save cache file for.... appears ↵Joaquim Rocha
too often in console and makes it unusable RevBy: Stanislav Ionascu, Armin Berres Details: These changes only output the warning once and mention the cache directory instead of every single file.
2010-12-03Changes: Fix wrong usage of denial operator when opening a fileJoaquim Rocha
RevBy: Stanislav Ionascu, Armin Berres
2010-12-03Fixes: ut_mtoolbar (random) bus errorJukka Halonen
RevBy: TrustMe
2010-12-03Changes: MeeGo Graphics System only available for armAdrian Yanes
2010-12-02Changes: make fix for NB#206357 threadsafeMike FABIAN
RevBy: John Tapsell Details: Don’t use one static cache for all instances of MLocale, give each its own cache.
2010-12-02Fixes: NB#206357, Calling MLocale::formatDateTime() takes over 7msecMike FABIAN
RevBy: John Tapsell, Berthold Krevert Details: Speed improvement is about a factor of 7: With Cache: RESULT : Pt_MCalendar::benchmarkFormatDateTime(): 0.074 msecs per iteration (total: 76, iterations: 1024) RESULT : Pt_MCalendar::benchmarkFormatDateTime(): 0.069 msecs per iteration (total: 71, iterations: 1024) Without cache: RESULT : Pt_MCalendar::benchmarkFormatDateTime(): 0.50 msecs per iteration (total: 65, iterations: 128) RESULT : Pt_MCalendar::benchmarkFormatDateTime(): 0.53 msecs per iteration (total: 69, iterations: 128)
2010-12-02Changes: temporarily disable blocking of paint events with meego graphicssystemArmin Berres
RevBy: Stanislav Ionascu Details: Right now blocking of applications running with the meego graphicssystem causes the meego graphicssystem to clear the buffer with black. As long as we have a solution for this we disable blocking the paint events. This only affects fullscreen applications, minimized ones are using the raster graphicssystem.
2010-12-02Changes: introduce new method to check if we are running with meego ↵Armin Berres
graphcissystem RevBy: Stanislav Ionascu Details: Additionally replaced Meego with MeeGo and Graphicssystem with GraphicsSystem in function signatures.
2010-12-02Changes: enabling the capability to setup MeeGo graphics systemAdrian Yanes
Details: by default MeeGo Graphics System is disabled. Is possible to enable it through DEB_BUILD_OPTIONS
2010-12-01Changes: putting back objectnames at MDialog, unit test failsAdrian Yanes
2010-12-01Changes: preparing unreleasedAdrian Yanes
2010-12-01Changes: releasing 0.20.62-10.20.62-1Adrian Yanes
Details: MeeGo Graphics System Disabled
2010-12-01Changes: Set correct style name for dialog titles.Daniel Borgmann
RevBy: Adrian Yanes Details: also some updates of styleNames
2010-12-01Set correct style name for dialog titles.Daniel Borgmann
2010-12-01Fixes: NB#206766, All Chinese language names should be distinguishableMike FABIAN
RevBy: Berthold Krevert Details: Fix remaining problems, see comment#19 in the bug report.
2010-12-01Changes: ignore libvideodolbysettings-l10n-engineering-english when checking ↵Mike FABIAN
message ids RevBy: TrustMe Details: It is empty.
2010-12-01Fixes: NB#208559 - ut_mtheme failsAdrian Yanes
RevBy: Armin Aberres Details: New logic for the Ut_Mtheme:testThemeChangeCompleted(), now the ut go through all the themes availables and switch to them. Finally it sets again the first one. The timeout for waiting is the same as the timeout of themedaemon.
2010-12-01Fixes: NB#196347 - (appmenu_no_button) MApplicationMenu: the MButton is not ↵Jukka Halonen
added to the menu if it has been shown previously RevBy: Janne Heikkilä
2010-12-01Fixes: NB#205990 - MWidgetAction - calling setWidget() AFTER adding action ↵Jukka Halonen
to the toolbar causes a crash. RevBy: Janne Heikkilä Details: Added changed-event sending to MWidgetAction when new widget is set to it (for some reason it was missing before). Added changed or missing widget handling to MToolBarView.
2010-12-01Fixes: NB#200520 - for action added with MApplicationPage::addAction() - ↵Jukka Halonen
setEnabled() is not working properly RevBy: Janne Heikkilä Details: Added applyStyle() calls to MWidgetView::notifyItemChange(...) whenever widget is enabled/disabled or selected/unselected. Note: The bug was about buttons but this will also cause other widgets apply their styles when those state/modes are changed (as it was missing before).
2010-12-01Fixes: ut_mpannableviewport on armArmin Berres
RevBy: Michał Guminiak Details: We explicitly need to create qreals as we have doubles instead of the expected floats on arm otherwise.
2010-12-01Fixes: ut_mscene with meego graphicssystemArmin Berres
RevBy: Holger Schröder Details: Due to a bug in Qt painting on a QPixmap does also change a formerly copied QImage when the raster graphicssystem is used We explicitly force a deep copy now by refilling the pixmap.
2010-12-01Changes: do not allow "-local-theme" in combination with "-software" when ↵Armin Berres
meego graphcissystem is in use RevBy: Michael Hasselmann, Holger Schröder Details: When creating pixmaps with the meego graphicssystem we must be able to create egl textures. This is not possible with software rendering. Therefor either one of the parameters must be dropped or a different graphicssystem must be used.
2010-12-01Fixes: ut_mtextedit when running with meego graphicssystemArmin Berres
RevBy: Michael Hasselmann, Holger Schröder Changes: With the meego graphicssystem we cannot create egl textures when running with software rendering. Therefor we must connect to the remote themedaemon.
2010-12-01Fixes: ut_mpannableviewport with meego graphicssystemArmin Berres
RevBy: Michał Guminiak Details: The meego graphicssystem crashes if we instantiate/destroy MApplication objects multiple times.
2010-12-01Changes: avoid unnecessary MTextEdit::textChanged() signalPekka Vuorela
RevBy: Ning Chi Details: can be avoided if committed string is the same as previous preedit since preedit already did the signal.
2010-12-01Fixes: ut_mextensionrunner with meego graphicssystemArmin Berres
RevBy: Holger Schröder Details: With the meego graphicssystem pixmaps are not X pixmaps anymore by default. We need to explicitly create them. In the medium term MLivePixmaps should be used instead.
2010-12-01Changes: fixes launcher documetion (example)Kuisma Salonen
RevBy: Tomas Junnonen Details: In the launcher example demonstrating simple application that acquires the MApplication instance through launcher APIs, the self-owned MApplication instance is not freed and proper destruction mechanisms aren't invoked. As this happens in documentation, it's quite safe to assume that someone will copy this behavior into their application.
2010-12-01Changes: Enhance the input feedback documentation pageCsaba Kertész
RevBy: TrustMe Details: How to make custom widgets with haptics
2010-11-30Fixes: NB#208549 - ft_mmoc abortsHolger Schröder
RevBy: Mike Fabian Details: For some reason the qt moc is not installed on the device in the current test environment. Without it the ft_mmoc tests cannot be executed. This patch skips this test in this case. This should fix this bug. Also this test does not need to link against QtGui, so i changed it to use QCoreApplication for the appliation directory path.
2010-11-30Changes: preparing unreleaseAdrian Yanes
2010-11-30Changes: releasing 0.20.61-10.20.61-1Adrian Yanes
2010-11-30Fixes: NB#205648 - mthome prints errors to console on startupRan Nyman
RevBy: Aki Koskinen Details: Error messages are printed from QFileSystemWatcher::addPath called from MFileDataStore when data file used does not exist. This patch modifies MFileDataStore so that it starts watching files only when they exist.
2010-11-30Changes: Fix the minor ABI/API break cause by style properties removal from ↵Stanislav Ionascu
MButtonIconStyle. RevBy: TrustMe.
2010-11-30Changes: draw with 50% transparency when MButtonIcon is clickedArmin Berres
RevBy: Stanislav Ionascu Details: The current glow and shrink effect is not specified anywhare. Apart from that the implementation is inefficient. Now the icon will be drawn with transparency when the icon button is clicked. Changes: Cleanup of button icon view classes, support for label to get the content opacity. RevBy: Armin Berres
2010-11-30Changes: Allow MWidgetStyle definitions to be used outside "core" and ↵Stanislav Ionascu
"application" styles. RevBy: Sergiy Dubovik, Armin Berres Details: The MWidgetController and MStylableWidget, both use the MWidgetStyle base class, which is defined in "core" library, thus styles that are defined outside the "core" and "application" CSSes cannot be applied. Including the Common styles. The fix esures that for the base "MWidgetStyle" class, the style definitions from all libraries are used.
2010-11-30Changes: Store themedaemon cache in raw format, instead of PNG.Stanislav Ionascu
RevBy: Armin Berres Details: PNG is a lossless zipped format, so it adds some unnesessary inflate/deflate operations on loading and saving the cache.
2010-11-30Changes: Update the list view unit tests to support new list header widget.Stanislav Ionascu
RevBy: Sergiy Dubovik
2010-11-30Changes: Stylable private list group header widget.Stanislav Ionascu
RevBy: Sergiy Dubovik