aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-03-08Changes: Updating changelog for 0.19.4-10.19.4-1Tomas Junnonen
RevBy: TrustMe
2010-03-08Fixes: NB#159342 - Application UI is not visible in foreground after openingTomas Junnonen
RevBy: TrustMe Details: This is a workaround for bug NB#159342 Bump version to 0.19.3-2
2010-03-05Changes: fix krazy warning advising to use QLatin1String().Mike FABIAN
RevBy: Björn Schnabel Details: krazy2 says: Some QString methods (like startsWith() and endsWith()) are more efficient if they are passed a QLatin1String, avoiding an implicit conversion from const char *.
2010-03-05Fixes: NB#158361, DuiLocale remembers old system locale and writes it back ↵Mike FABIAN
after a language change RevBy: John Tapsell Details: Connect the system default locale to the gconf settings and not the copy in duicomponentdata.
2010-03-05Changes: add a .gitignore for ut_duivideowidgetMike FABIAN
RevBy: TrustMe
2010-03-05Changes: Fix build on ARM targetDaniel Elstner
RevBy: Trust Me Details: * src/widgets/duiwindow.cpp (DuiWindow::event): Remove dangling closing brace after one-line block.
2010-03-05Changes: refactor dui-servicefwgen, support xml documentationHolger Schroeder
RevBy: Max Waterman
2010-03-05Changes: Don't switch active window on Close event.Dominik Kapusta
RevBy: TrustMe Details: Next window in stack is now activated automatically by the duicompositor when the topmost one is closed. It means that it will get WindowActivate event and become active window in libdui terms.
2010-03-05Changes: Transparency on menus and dialogsBernd Lamecker
RevBy: Torsten Rahn Details: Drawing correct transparencys around menu and dialog proxys
2010-03-05Changes: Code cleanups on kinetic scrollingBernd Lamecker
RevBy: TrustMe
2010-03-05Fixes: ut_duiwidgetcontrollerDUI-Team Symbio
RevBy: TrustMe Details: Changed duiwidgetview to change the style mode via appropriate methods.
2010-03-05Changes: Fixed ft_theme compile errorsDUI-Team Symbio
RevBy: TrustMe
2010-03-05Changes: DuiSceneManager::orientation{,Angle}() improvementsDominik Kapusta
RevBy: TrustMe Details: Return values based on DuiSceneManagerPrivate::angle, instead of DuiSceneManagerPrivate::newAngle. This makes difference when it comes to querying current orientation (angle) at the very beginning of the rotation animation. Currently the new angle was returned, and this patch fixes it to return the old angle from before the rotation animation. This provides correct orientation info to DuiStyleSheet (especially when style() is requested in paint(), drawBackground(), etc.) and in the end improves orientation animation look and feel.
2010-03-05Changes: DuiLayout - use the rotation event instead of the rotation signalJohn Tapsell
RevBy: TrustMe
2010-03-05Changes: No need to initialize view on cell creator change if the item model ↵Stanislav Ionascu
is missing. RevBy: Sergiy
2010-03-05New: Support for theme libraries (views etc.)DUI-Team Symbio
RevBy: Peer review
2010-03-05Fixes: NB#159550 - DuiDialog with windowModal set to true displays badly in ↵Dominik Kapusta
portrait mode RevBy: TrustMe Details: Resize DuiWindow always to the device size in landscape mode, since it's not the window by the scene content that's being rotated.
2010-03-05Changes: Bouncing for kinetic scrollingBernd Lamecker
RevBy: Torsten Rahn
2010-03-05Merge branch 'master' of git@gitorious.org:maemo-6-ui-framework/libduiStanislav Ionascu
2010-03-05Fixes: NB#159293 - Division by zero near ↵Stanislav Ionascu
DuiFastListView::relayoutItemsInExposedRect() RevBy: TrustMe Details: The duilistview should be reinitialized and it's geometry updated if the cell creator changes, as it might change the way the cells are created.
2010-03-05Fixes: Fixes number of potential issues reported through coverityImran Zaman
RevBy: Danial, Dominik Details: This patch fixes some potential issues reported through coverity.
2010-03-05Reverted two commits:Aki Koskinen
"Fixes: Linux build libdui: right source directory for demoextension.desktop" This reverts commit 1e68ddc155123244c936aac427b3f4e5d785dfbc. "Changes: Minor modifications for applicationextension demo application" This reverts commit ea845c2a59ea79fd16cdfc94f89af6de65bb6645.
2010-03-05Fixes: NB#158384 - (PopupList::appearNow) Calling DuiPopupList::appearNow() ↵Maciej Jablonski
after having called DuiPopupList::appear() shows an empty popup list. RevBy: Daniel d'Andrada
2010-03-05Fixes: NB#141825 - Broken applets are mirrored vertically and the blur is blockyMatti Vuorela
RevBy: Ville Voutilainen
2010-03-05Fixes: NB#155649 DuiLabel: line feed symbol is not processed properlyDUI-Team Symbio
RevBy: Tomas Details: Fixed by changing documentation, no changes to code
2010-03-04Fixes: NB#157925 - QMessageBox has black backgroundTorsten Rahn
RevBy: TrustMe
2010-03-04Fixes: NB#158175 - style().setModeXxx() is not applied correctly when the ↵DUI-Team Symbio
DuiWidgetView receives setupModel() call RevBy: TrustMe Details: Controller was checking the active/disabled/selected mode after setupModel, so the style mode ended up to default. Moved that check to be before setupModel call, so the derived classes will have a final call for the style mode.
2010-03-04Changes: adapt doc and examples to maemo-services -> maemo-interfaces renamingHolger Schroeder
RevBy: Max Waterman Details: We updated the service framework documentation to reflect the current state. Also moved the servicefw directory from demos to examples. Removed the emailservice examples, as they were still pointing to the eternia demo, which does not exist any more. Adapted the names of files to the naming conventions we settled upon for maemo-services, soon to be known as maemo-interfaces.
2010-03-04Changes: Removed obsolete ft_duivideowidget.DUI-Team Symbio
RevBy: TrustMe
2010-03-04Changes: Added unit test for DuiVideoWidget.DUI-Team Symbio
RevBy: TrustMe
2010-03-04Changes: Fixes label painting code on non arm targets.Sergiy Dubovik
RevBy: TrustMe Details: Positioning of cached image was calculated wrong.
2010-03-04Changes: Emit signals related to orientation change after sending events to ↵Dominik Kapusta
widgets in DuiWindow w/o DuiSceneManager RevBy: TrustMe Details: In order to follow DuiSceneManager's logic.
2010-03-04Changes: Added documentation for DuiList::setShowGroups().Sergiy Dubovik
RevBy: TrustMe
2010-03-04Changes: DuiComboBox - multiple window fix.Marcin Miklas
RevBy: Dominik Kapusta Details: appear() replaced with sceneManger()->showWindow() to correct behaviour with multiple window case.
2010-03-04Changes: scroll with constant speed in panning benchmarkArmin Berres
RevBy: Kuisma Salonen
2010-03-04Changes: Improved DuiList documentation. Added explanation for multiple ↵Sergiy Dubovik
column usage. RevBy: TrustMe
2010-03-04Changes: Enabled building of DuiVideoWidgetDUI-Team Symbio
RevBy: Peer review
2010-03-04Fixes: NB#159282 - Crash on pressing back buttonDominik Kapusta
RevBy: TrustMe Details: Guard a pointer to the current page in DuiSceneManagerPrivate.
2010-03-04Changes: Added first version of new DuiVideoWidget implementation.DUI-Team Symbio
RevBy: Tomas Junnonen
2010-03-04Fixes: NB#9356 DuiAbstractCellCreator documentation: Should say that it's ↵Sergiy Dubovik
for single column models RevBy: TrustMe
2010-03-04Fixes: NB#9378 Documentation: DuiList::setItemModel() should make ownership ↵Sergiy Dubovik
clear RevBy: TrustMe
2010-03-04Fixes: NB#9378 DuiWidgetRecycler documentation mentions non-existant DuiGridSergiy Dubovik
RevBy: TrustMe
2010-03-03Changes: update Arabic widgetsgallery translationsMike FABIAN
RevBy: TrustMe Details: Dummy translations, autogenerated.
2010-03-03Changes: Export DuiExtensionRunner so that it can be used to implement runnersVesa Halttunen
RevBy: TrustMe
2010-03-03Changes: Added some class functionality documentation from the wikiVesa Halttunen
RevBy: TrustMe
2010-03-03Changes: update English translations for widgetsgalleryMike FABIAN
RevBy: TrustMe
2010-03-03Changes: some improvements to the change language dialog in widgetsgalleryMike FABIAN
RevBy: John Tapsell Details: - disconnect the signal to change the language while the combobox is re-created to avoid useless extra signals - set gconf key only if language really changed
2010-03-03Changes: update German widgetsgallery translationsMike FABIAN
RevBy: TrustMe
2010-03-03Changes: fix dui_translations.prfMike FABIAN
RevBy: Holger Schröder, Imran Zaman Details: An accidental typo in commit c013b2ab2c64b5659771e2fb26f918eaddcf90b6 broke "make updatets".
2010-03-03Fixes: failing ut_duiscenewindow and ut_duiscenemanagerMichal Guminiak
RevBy: TrustMe Details: unittests were missing DuiComponentData::windows() method stub.