aboutsummaryrefslogtreecommitdiff
path: root/demos
AgeCommit message (Collapse)Author
2010-11-05Fixes: NB#185046 - Progress bar doesn't work in Progress Bar widget until ↵denes dezso
device orientation changed Fixes: NB#190383 - <MemLeak> Valgrind leak in mpositionindicatorview.cpp Fixes: NB#190432 - Progress bar doesn't show any progress while taking backup. Fixes: NB#193447 - <UninitVar> mprogressindicatorbarview.cpp RevBy: Thomas Moenicke, Sergiy Dubovik, Dominik Kapusta Details: Refactoring MProgressIndicatorBarView and MProgressIndicatorBarViewPrivate classes
2010-11-04Changes: Remove spinners from widgetsgallery list page.Stanislav Ionascu
RevBy: Sergiy Dubovik Details: Causes a visual disturbance on panning, due to a big number of moving objects on the screen.
2010-11-02Changes: Initialize cell variable in mgridpage.cppSergiy Dubovik
RevBy: TrustMe
2010-11-02Changes: Improvement for widget cell decorations in list page in widgets ↵Matias Wilkman
gallery. RevBy: Stanislav Ionascu Details: MRQ-810, merged with minor changes.
2010-11-02Changes: Fixing Mac port.Sergiy Dubovik
RevBy: TrustMe
2010-11-02Fixes: NB#194995 - Button in stacked dialogs is not having proper alignment ↵Maciej Jablonski
in landscape mode. RevBy: Dominik Details: Since it's not exactly LMT bug I've provided solution to make buttons on stacked dialogs in widgetsgallery to be centered.
2010-10-29Changes: Updated widgetsgallery Input Feedback page audio feedback filesAntti Pulakka
RevBy: Details: The old samples had too high volume which caused distortion when mixing the samples.
2010-10-27Fixes: NB#197803 WidgetsGallery crashes when using Live Filtering in List widgetMika Wilen
RevBy: Stanislav Ionascu Details: Merged with some minor refactoring and renaming of methods / members.
2010-10-27Changes: change object dirs for windowsHolger Schröder
RevBy: Armin, Mirek Details: Under windows the build directories for the debug and release builds have to be different directories. This patch makes debug and release builds work again under windows. Initial patch by Thierry Bastian.
2010-10-27Changes: add mAddLibrary function, use it in .pro filesHolger Schröder
RevBy: Armin, Mirek Details: To simplify addition of a link library to a project for the different platforms, we need this function. Initial patch by Thierry Bastian.
2010-10-26Changes: adapt dialog new layoutAdrian Yanes
RevBy: Armin Berres
2010-10-26Fixes: NB#193832 - Gtalk contact name is wrongly displayed/rendered on ↵Adrian Yanes
incoming event notifications Fixes: NB#199601 - Call, missed call the banner 'qtn_call_missed" "missed call' is cut Fixes: NB#193590 - Notification shows line feeds as boxes when receiving from IOP Messaging tool Fixes: NB#189289 - cut off text with incoming event banners Fixes: NB#193664 - Notification doesn't escape HTML in message notifications RevBy: John Tapsell, Armin Berres Details: MBanner refactoring code for new layouts + unit test updated for TimeStamp.
2010-10-20Changes: fix Krazy2 warnings in languagepage.cppMike FABIAN
RevBy: Berthold Krevert
2010-10-18Changes: update toolbar XMLViacheslav Sobolev
RevBy: Pekka Vuorela
2010-10-15Changes: Widgets Gallery - Organizing dialogs examplesDaniel d'Andrada
RevBy: Sergiy Details: "MMessageBox" in our API == "Query Dialog" in design docs. Our "Query dialog" page in widgetsgallery was giving a confusing message by having regular MDialogs there. Those were moved to the "single selection dialog" page, where we put all regular MDialogs. Removed a MMessageBox example from "single selection dialog" page. Refactored "Long Dialog" example.
2010-10-15Changes: widgetsgallery - grid page was using deprecated appear()Daniel d'Andrada
RevBy: TrustMe
2010-10-14Changes: add locale names without script as well to selection list in ↵Mike FABIAN
widgetsgallery RevBy: Berthold Krevert Details: Mainly to make something like “zh_CN” selectable at all. Icu’s uloc_countAvailable() doesn’t list these aliases, only “zh”, “zh_Hans”, “zh_Hans_CN”. Also, add some locales with special sorting like “de@collation=phonebook” to check that the translation fallbacks work also for @. And add the aliases “no”, “no_NO”, and “es_419”.
2010-10-13Fixes: NB#195503 - Pannable viewport size is not updated after orientation ↵Stanislav Ionascu
change. RevBy: Sergiy Dubovik Details: The list has to follow the visible viewport height, so when it's getting smaller, the invisible items should not update. Also improves widgets gallery list page, so the thumbnails are updated after orientation is changed.
2010-10-12New: Floating list index similar to tooltip.Stanislav Ionascu
RevBy: Sergiy Details: The floating list index will show a hovering tooltip with a hint, which of the indexes is currently selected. The benefit of such a floating list index, that it all list indexes fit into this helper. A special parameter should be passed to MList::setIndexVisible(MList::Floating); The number of hints is stylable, but a number of 3 is preferred.
2010-10-11Changes: Fixed compilation without DBUSMiroslav Safr
RevBy: TrustMe
2010-10-05Changes: Move request/closeSIP API from MSceneManager to MInputMethodStateMichael Hasselmann
RevBy: Pekka Vuorela Details: Since the current implementation can be used statically and is not MeeGo Touch specific, it was moved to MInputMethodState. Widgetgallery's text entry demo, MCompleter and MTextEdit were changed accordingly.
2010-10-05Changes: use language endonyms instead of translation keys in widgetsgalleryMike FABIAN
RevBy: TrustMe Details: To test the endonyms and available fonts.
2010-10-05Changes: Update widgetsgallery translationsMike FABIAN
RevBy: TrustMe
2010-09-28New: MMessageBox - iconId propertyStanislav Ionascu
RevBy: Daniel d'Andrada Details: Adds support for icon id and title properties to the message box widget.
2010-09-27Changes: Implemented the arrows for the drill down menu buttons.Stanislav Ionascu
RevBy: Sergiy
2010-09-27Changes: remove plain qt style in libmeegotouchHolger Schröder
RevBy: Tomas Junnonen, Berthold Krevert Details: the plain qt style can now be found at: http://meego.gitorious.org/meegotouch/meegotouch-qt-style The reason for the split of the plain qt style from libmeegotouch is the following problem: The style should display the content picker instead of the normal qt file dialog in qt applications. The libcontentmanager does implement the content picker. And libcontentmanager links against libmeegotouch. So we would have an impossible cyclic dependency when we would try to link against the libcontentmanager from the plain qt style in libmeegotouch. So we had to split the plain qt style form the rest of the libmeegotouch and put it into its own repo at the URL above. Now the plain qt style can link against both libmeegotouch and libcontentmanager.
2010-09-21Changes: add Arabic to bold and italic text in Arabic rich label translationsMike FABIAN
RevBy: TrustMe Details: For testing whether bold and italic in Arabic works as well. It does.
2010-09-17Changes: Adds a new constructor to MObjectMenu which takes list of actions.Sergiy Dubovik
RevBy: Sergiy Details: For MList long tap we need a possibility to create object menu based on actions and not on widget as it's done now.
2010-09-17Changes: update widgetsgallery translationsMike FABIAN
RevBy: Holger Schröder
2010-09-17Changes: fix typo in engineering English comment syntax in pushbutton pageMike FABIAN
RevBy: Holger Schröder
2010-09-16Fixes: NB#192268 - MBanner expects the object name to be set to EventBanner, ↵Adrian Yanes
SystemBanner or InformationBanner but this is not documented RevBy: Holger Schröder Details: switching from setObjectName to setStyleName at bannerspage
2010-09-14Changes: Updated widgetsgallery Input Feedback audio filesAntti Pulakka
Details: Corrected the format and normalized the sound levels of the audio feedback effects used in Input Feedback page of widgetsgallery.
2010-09-13Changes: Fix some krazy issuesHolger Schroeder
RevBy: TrustMe
2010-09-10Chanegs: HAVE_N900 macros renamed to M_OS_MAEMO5Miroslav Safr
RevBy: MaxW, Holger Details: The features are platform specific and currently we have also Meego images for N900 so the old naming was misleading
2010-09-08Fixes: NB#184318 - With the auto capitalization feature off [...]Pekka Vuorela
RevBy: TrustMe Details: "[...] ,entered letter is shown in caps lock mode in "custom tool". Meaning that custom toolbars entries weren't included in the set of adjusted widgets.
2010-09-08Changes: Update for widgetsgallery list page for new list index feature.Stanislav Ionascu
RevBy: Sergiy Dubovik Details: The update shows how to use the automatic visibility feature of the list index bar.
2010-09-07Changes: new pushbutton page with CommonLayoutsAdrian Yanes
By: Thomas Mönicke, Adrian Yanes RevBy: Otso Koski, Armin Berres
2010-09-07Changes: MAbstractLayoutPolicy - Rename from setObjectName to setStyleName, ↵John Tapsell
to mimic MWidgetController RevBy: Stanislav
2010-09-06New: Add demo page for arrow key navigationMichael Hasselmann
RevBy: Pekka Vuorela
2010-09-06Changes: Emit list item long tapped signal base on item events not handling ↵Stanislav Ionascu
the events. RevBy: Sergiy Dubovik Details: Handling of the tap and hold events is moved away from the list, and the list now processes the signals comming from the items.
2010-09-06Changes: BubblePage - remove hack for reducing size of imagesJohn Tapsell
RevBy: Ville Voutilainen, Daniel d'Andrada Details: The new version Qt fixes height-for-width layouts, so we no longer need the widgetsgallery hack to tell it the size of the images
2010-09-01Changes: Manual test case for NB#185890Torsten Rahn
RevBy: TrustMe
2010-09-01Changes: fix build of widgetsgallery without gconfMike FABIAN
RevBy: John Tapsell
2010-09-01Fixes: NB#182384 MLabel doesn't render rich text correctlyduisymbio
Details: Conversion of '\n' to <br> in rich label removed
2010-08-30Fixes: NB#186493 - Images are not displayed in Grid widget from WidgetsGalleryMiguel Gómez
RevBy: Thomas Mönicke Details: Use active window's size to calculate the initial size for the MList items in MGridPage. We can't use exposedContentRect().width() because in createContents() function it returns 0 as the page is not visible yet.
2010-08-30Changes: moving checkbox to right side + small sizes (styles)Adrian Yanes
RevBy: Armin Berres
2010-08-30Changes: layout modifications in MBanner according to designers request.Adrian Yanes
RevBy: Armin Berres Details: different sizes, fonts, and moving from commonlayouts to individual style. Signed-off-by: Adrian Yanes <ext-adrian.yanes@nokia.com>
2010-08-26Changes: update widgetsgallery translationsMike FABIAN
RevBy: TrustMe
2010-08-26Changes: add combobox to language page in widgetsgallery to select 24/12 ↵Mike FABIAN
hour mode RevBy: TrustMe
2010-08-12Changes: added example of multiline toolbar to widgetsgalleryViacheslav Sobolev
RevBy: Ning Chi, Michael Hasselmann