aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2010-11-04Changes: Added note to instruction how to use launched binaries in .desktop ↵Olli Leppanen
files. RevBy: Juha Lintula Changes: Modified instructions how to fill .desktop and .service files with launched applications. RevBy:TrustMe
2010-10-20Changes: security documentation for boosted applications changedAntti Kervinen
RevBy: Tomas Junnonen Details: Boosted applications need to modify aegis manifest files.
2010-10-18Changes: updated news.dox for MRichTextEditPekka Vuorela
RevBy: TrustMe
2010-10-13Changes: Update the Input feedback page in the documentationCsaba Kertesz
RevBy: TrustMe:
2010-09-30Fixes: NB#192480 - MApplication prestarting mode - looks like documentation ↵Jussi Lind
has to be fixed RevBy: Antti Kervinen Details: Fixed misleading "Prestarting and lazy shutdown reduces the startup time of an application to zero". Some other minor fixes.
2010-09-30Changes: add table of contents to i18n doxygen documentationMike FABIAN
RevBy: Holger Schröder, Berthold Krevert
2010-09-30Changes: fix wrong description of %L1 in i18n.dox.Mike FABIAN
RevBy: TrustMe Details: %L1 does work correcly with doubles of course, I just tested it wrong.
2010-09-30Changes: Fix a linguistic problem: oder -> or (maybe a german developer ↵Laszlo Papp
caused it) RevBy: Armin
2010-09-29Changes: Fix a typo in the introduction: double will unneccesarily.Laszlo Papp
RevBy: Sergiy
2010-09-28Changes: out-of-date references changed to meegotouch.Max Waterman
RevBy: Bjorn Schnabel Details: Replaced offending text and edited the image appropriately.
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-23Changes: add Hungarian, Polish, Romanian, and Slovak to ft_locales testMike FABIAN
RevBy: TrustMe Details: Jarkko Ahonen said these should be supported as well.
2010-09-23Changes: rotation.dox - Try to fix function linkDaniel d'Andrada
RevBy: TrustMe
2010-09-21Changes: remove obsolete twiki2doxy.plMike FABIAN
RevBy: John Tapsell Details: Was used to convert the i18n documentation from twiki to doxygen, but this is not used anymore because the i18n documentation is now directly maintained in doxygen.
2010-09-17New: Support parent style name selectors for styling.Stanislav Ionascu
RevBy: Armin Berres, Janne Heikkilä Details: Adds support for parent style name selectors. E.g.: MListItem#BlackItem MLabelStyle#CommonSingleTitle. -Updated the functional style sheet test to support the new selectors. -Updated the functional tests for style sheet parser for parent style name selectors.
2010-09-17Changes: Fix typos in i18n-class.pngMike FABIAN
RevBy: Bernd Lamecker
2010-09-16Changes: Deprecated MFeedbackPlayer classAntti Pulakka
RevBy: Daniel d'Andrada Details: The goal is to allow hiding of MFeedbackPlayer class from the public API. All necessary functionality regarding to input feedbacks should come from class MFeedback. Please note the deprecation of MApplication::feedbackPlayer() and MComponentData::feedbackPlayer() as well. Updated unit test for MFeedback - Added test against MFeedback::play(const QString&) Adapted implementation for MFeedbackPlayer deprecation Updated input feedback documentation
2010-09-15Changes: Updated and clarified theming related documentation of feedbacksAntti Pulakka
RevBy: Daniel d'Andrada
2010-09-14Changes: deprecating MInfoBannerAdrian Yanes
RevBy: TrustMe
2010-09-14Fixes: NB#187279 - Overriding the default debug level is insufficiently ↵Tobias Koch
documented Details: Plain Qt apps which implicitely install the custom message handler provided by libmeegotouch, e.g. by loading the plainqt style, can only override the default debug level, by setting the environment variable M_OUTPUT_LEVEL. This was formerly undocumented.
2010-09-14Changes: MDialog - Title bar and close button visibility moved to style.Daniel d'Andrada
RevBy: Marcin Miklas Details: Based on a patch from Maciej Jablonski. New style properties added for dialog visual features: has-close-button: true; has-title-bar: true; that replace formerly used methods (becoming deprecated with this commit): bool MDialog::isCloseButtonVisible() const void MDialog::setCloseButtonVisible(bool visible) bool MDialog::isTitleBarVisible() const void MDialog::setTitleBarVisible(bool visible) After this commit they no longer affect MDialogView.
2010-09-14Changes: launcher documentation update, wrt booster introducedAntti Kervinen
2010-09-14New: Ctrl+Q closes all windowsMarcin Miklas
RevBy: Daniel d'Andrada Details: When CTRL+Q is pressed, all windows are closed which leads to closing application. MApplication::quit() is not used, because that wouldn't give an application a chance to ask user if he want to save his data or not (as it is in other desktop environments like gnome or windows).
2010-09-10Changes: prefix renamed to filename extension in launcher.doxJussi Lind
RevBy: Armin Berres
2010-09-07New: Documentation for using input feedback in MeeGo TouchAntti Pulakka
RevBy: Daniel d'Andrada
2010-09-06Changes: Update Documentation about the height-for-width changesJohn Tapsell
RevBy: Ville Voutilainen, Daniel d'Andrada
2010-09-01Changes: Adding Paweł Łukaszewicz to credits.Dominik Kapusta
RevBy: TrustMe
2010-09-01Changes: add Berthold Krevert to credits.doxMike FABIAN
RevBy: TrustMe
2010-09-01New: MButtonStyle - iconId and toggledIconIdDaniel d'Andrada
RevBy: Dominik Kapusta, Ville Voutilainen Details: The iconID and toggledIconID of an MButton can now be specified also via style. Their values in the model (when given) override their values in the style.
2010-08-30Changes: Version 0.20.37-10.20.37-1Daniel d'Andrada
RevBy: TrustMe
2010-08-30New: Style name can be set through setStyleName instead of setObjectName.Stanislav Ionascu
RevBy: Tomas Junnonen Details: The object name can be different from the style name of the widget. And object name can be used for testing purposes. In case the style name is null, currently not to break the behavior the fallback of object name shall be used.
2010-08-27New: Add themeIsChanging signal to MThemeEduardo M. Fleury
RevBy: Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>, Michael Hasselmann, Armin Berres Details: MR#357 Allows for custom applications and 3rd party libraries that use only selected parts of MeegoTouch Framework to release resources (pixmaps and ScalableImages) before they become invalid when the theme change is completed. The signal previously available (themeChangeCompleted) is too late in that sense since pixmaps have already been free'd when it is emitted.
2010-08-27Fixes: NB#184785 - Move meegotouch-boostable QMake specification to ↵Oskari Timperi
libmeegotouch-dev RevBy: Juha Lintula
2010-08-26Changes: updated MNotification documentationAki Koskinen
RevBy: TrustMe Details: require QCoreApplication instead of MApplication
2010-08-24Changes: dbus-send parameter --print-reply added to prestart documentationAntti Kervinen
RevBy: Armin Berres, Tomas Junnonen Details: This is required because of D-Bus bug https://bugs.freedesktop.org/show_bug.cgi?id=896
2010-08-23Changes: Documentation. Updated image of layout with multiple policiesDaniel d'Andrada
RevBy: TrustMe
2010-08-20Changes: Call MApplicationPage::createContent() from doEnterDisplayEvent().Dominik Kapusta
RevBy: Tomas Junnonen Details: MWidgetPrivate::do{Enter,Exit}DisplayEvent() are made virtual. MApplicationPagePrivate::prepareForAppearance() functionality moved to doEnterDisplayEvent(). This removes the requirement to call the base class method when reimplementing enterDisplayEvent.
2010-08-20Changes: Add documentation for debugging informationPeter Penz
RevBy: Armin Berres, Daniel Dandrada, Tomas Junnonen
2010-08-18Changes: Updated documentation of MApplicationPage::enterDisplayEvent()Dominik Kapusta
RevBy: Daniel Details: Info on usage when reimplementing (related to calling createContent() in that event handler). news.dox entry added.
2010-08-17Fixes: NB#183185 - Broken links in public API docArmin Berres
RevBy: Tomas Junnonen Details: I fixed the broken links by using \subpage and \ref instead of html markup. Additionally I fixed some doxygen warnings.
2010-08-17Fixes: NB#182160 - Activity in non-visible/background applications when ↵Jaroslaw Jaryszew
there are notifications on screen RevBy: Tomas Junnonen Details: Due to change in onDisplayEntered() and onDisplayExited() behaviour now MStatusBarView connnects to switcherEntered() and switcherExited() signals.
2010-08-13Changes: New images for layout policies documentationDaniel d'Andrada
RevBy: TrustMe
2010-08-13Changes: Final images for the tutorial documentDaniel d'Andrada
RevBy: TrustMe Details: Images by Tuomas Kuosmanen
2010-08-12Changes: correcting the documentation for the documentation feature of ↵Max Waterman
m-serfvicefwgen RevBy: TrustMe Details: Interfaces can be documented using <doc> tags in the xml files, but when the feature was added, the documentation wasn't updated.
2010-08-09Changes: Improved pinch emulationTomas Junnonen
RevBy: Michał Guminiak Details: Hold down ctrl, press and drag with left mouse button. Removed option to simulate two finger gestures, now always enabled. Removed pan emulation, no longer necessary.
2010-08-06Changes: Added documentation about debugging and PIE binariesOskari Timperi
RevBy: Jussi Lind
2010-08-06Changes: Deprecated MSceneWindow::appear(policy)Daniel d'Andrada
RevBy: Dominik Kapusta
2010-08-06New: MSceneWindow::appear(scene, policy);Daniel d'Andrada
RevBy: Dominik Kapusta Details: Added to accompany the existing MSceneWindow::appear(window, policy);
2010-08-05Changes: Updated document on "Rotation"Daniel d'Andrada
RevBy: TrustMe
2010-08-05Fixes: MB#4984 - Spinner with incorrect image.Tomas Junnonen
RevBy: TrustMe