aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2011-01-11Changes: update messageid-check scriptMike FABIAN
RevBy: TrustMe Details: Source package "libmos-qml" and "nokia-drive-qml" have sub-packages depending on libmeegotouchcore0 but I cannot download them (403 error). Therefore, add them to the ignore list.
2010-12-01Changes: ignore libvideodolbysettings-l10n-engineering-english when checking ↵Mike FABIAN
message ids RevBy: TrustMe Details: It is empty.
2010-11-23Changes: adapt nsi file to changesHolger Schroeder
RevBy: TrustMe
2010-11-23Changes: make windows build work againHolger Schröder
RevBy: Tomas Junnonen
2010-11-10Changes: remove hardcoded list of source packages to download and scanMike FABIAN
RevBy: TrustMe Details: The autogeneration seems to work reasonably well. To run this script in CI, manual changes should be kept to the absolute minimun.
2010-11-10Changes: adapt list of source packages to download and scanMike FABIAN
RevBy: TrustMe
2010-11-10Changes: require only event type when in update modeAki Koskinen
RevBy: Pauli Lehtinen Details: update mode required four additional arguments - for no apparent reason.
2010-11-10Changes: mnotificationtool can query also notification groupsAki Koskinen
RevBy: Pauli Lehtinen
2010-11-10Changes: Identifier string support in mnotificationtoolPankaj Saharan
RevBy: Pauli Lehtinen
2010-11-10Changes: Since libmeegotouch is not a framework on Mac anymore, updating ↵Sergiy Dubovik
building script. RevBy: TrustMe
2010-11-05Changes: print headers for the notification dataAki Koskinen
RevBy: TrustMe
2010-11-05Changes: ability to remove all the notification groupsAki Koskinen
RevBy: Eetu Lehmusvuo Details: by commanding 'mnotificationtool -a remove -g' one can remove all the notification groups of the user.
2010-11-02Changes: adapt list of source packages to download and scanMike FABIAN
RevBy: TrustMe
2010-10-28Changes: Use effectiveWinId() instead of winId()Armin Berres
RevBy: Daniel d'Andrada, Michael Hasselmann, Stanislav Ionascu Details: The meego graphcissystem does not support native windows inside native windows (This will change but not give optimal performance). Normally just the toplevel window is a native window, all other windows/widgets are handled inside Qt. When calling winId() on one of these widgets a native window will be created. MeeGo Toch uses winId() in quite some places which causes us to create native windows where we do not want them. By using effectiveWinId() instead we get the winId of the actual toplevel window. After these change two MWindows must not have the same parent QWidget anymore.
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: Removed plankton theme from Mac port.Sergiy Dubovik
RevBy: TrustMe
2010-10-26Changes: Modifying building scripts for Mac.Sergiy Dubovik
RevBy: TrustMe
2010-10-19Changes: adapt list of source packages to download and scanMike FABIAN
RevBy: TrustMe
2010-10-18Changes: adapt list of packages to download and scanMike FABIAN
RevBy: TrustMe
2010-10-14Changes: adjust list of source packages to download and scanMike FABIAN
RevBy: TrustMe
2010-10-07Changes: update list of source packages to download and scanMike FABIAN
RevBy: TrustMe
2010-10-06Changes: fixed the build order problem between some unit tests and examples, ↵Max Waterman
and m-servicefwgen RevBy: Mirek Details: Some qmake files require m-servicefwgen to be built before they are processed by qmake.
2010-10-05Changes: adapt list of source packages to scanMike FABIAN
RevBy: TrustMe
2010-09-30Changes: add new source packages to scanMike FABIAN
RevBy: TrustMe Details: And --no-check-certificate seems to be necessary for downloading the handoff files now.
2010-09-30Changes: Add a CSS validator tool that verifies CSS the files' syntax.Joaquim Rocha
RevBy: TrustMe Details: These changes add the MStyleSheetParser::validate method checks the source of CSS files by performing the save operations as MStyleSheetParser::parse but ignoring the contants' replacement and other instantiations since what is needed in a syntax check only. The mentioned method is used in the "mcssvalidator" tool which outputs information about the verified CSS files and exits with a code according to the existence of problems (1) or not (0).
2010-09-29Changes: adapt source package list to scan in messageid-checkMike FABIAN
RevBy: TrustMe Details: and add --no-check-certificate to the wget options for downloading the handoff files.
2010-09-23Changes: adjust list of source packages to download and checkMike FABIAN
RevBy: TrustMe
2010-09-23Fixes: NB#193418 - The captureCompleted and cameraClosed slots are not hit ↵Max Waterman
when the image is captured and when camera is closed Revby: Holger Details: m-servicefwgen wasn't removing the doc tags it uses to identify methods/signals from the signals, so none of them would successfully connect (a run-time error). It wasn't caught by our unit tests because none of the interfaces used had signals, so I added one.
2010-09-22Changes: update source package list to check in messageid-checkMike FABIAN
RevBy: Miroslav Safr
2010-09-21Changes: add source package name to list to checkMike FABIAN
RevBy: TrustMe
2010-09-16Changes: keep old download directories of handoff files and sourcesMike FABIAN
RevBy: Holger Schröder Details: For easier comparision when something has changed.
2010-09-16Changes : Mechanism to make services implementing ↵Max Waterman
maemo-meegotouch-interfaces available to plain Qt application via the Qt Service Framework. RevBy: Holger Schröder, Max Waterman Details: m-servicefwgen : added functionality to generate the files needed to make the Qt Sfw plugin library and xml file. mservicemapper : added functionality to add/remove the Qt Sfw plugins when Mt Sfw services are added removed. examples : added example used as acceptance test and for development testing. tests : adjusted ft_mservicefwgen
2010-09-14Changes: remove “fennec.e10s” from list of source packages to scanMike FABIAN
RevBy: TrustMe Details: Seems to have vanished.
2010-09-14Changes: add new source packages to messageid-check scriptMike FABIAN
RevBy: TrustMe Details: Added: + "meegotouchhome-nokia" + "qtwebkit-meegotouchplugin" + "relevance" + "search"
2010-09-13Changes: fixed typo in the Q_CLASSINFO for dbus introspection.Max Waterman
RevBy: Holger Details: The introspection is used by the 'qdbus' command line utility and is also needed by the Qt service framework mechanism.
2010-09-08Changes: messageid-check: add a few more source packages to scanMike FABIAN
RevBy: TrustMe
2010-08-30Changes: messageid-check: add new source packages to checkMike FABIAN
RevBy: TrustMe Details: Add new packages “location-art-tests” and “ovi-startup” to the list of source packages to scan.
2010-08-26Changes: notification tool to use QCoreApplication instead of MApplicationAki Koskinen
RevBy: Ran Nyman Details: --list parameter doesn't take the application name as an argument anymore.
2010-08-25Changes: fixes to the documentation feature of m-servicefwgenMax Waterman
RevBy: Holger Schröder Details: Changes as a result of making meego service interfaces documentation work.
2010-08-24Changes: messageid-check: improve detection of source packages to checkMike FABIAN
RevBy: John Tapsell Details: Now finds a lot more source packages to scan.
2010-08-24Changes: messageid-check: try to download most source packages automaticallyMike FABIAN
RevBy: John Tapsell Details: - as it seems to be hard to find out which source packages should be downloaded and scanned for ids, try the following approach in the hope to find most relevant source packages: 1) check which binary packages depend on libmeegotouchcore0 2) find the source packages for these binary packages 3) add all these source packages to the list of source packages to download and scan.
2010-08-24Changes: messageid-check improvementsMike FABIAN
RevBy: John Tapsell Details: - also download source packages and scan them using lupdate - compare ids from the source packages with those from the specs - to calculate the list of ids which are in the specs but never used, consider both the ids found from the engineering English packages and from the source packages. - considerable speed improvements
2010-08-24Changes: messageid-check: remove manual editing of the list of engineering ↵Mike FABIAN
English packages RevBy: John Tapsell Details: automatically getting the list of engineering English packages works fine, there is no need for manually editing the list generated with apt-cache search, manual editing is only needed for the lists of packages to skip because they are obsolete or broken.
2010-08-06Changes: Don't use deprecated MSceneWindow::appear(policy)Daniel d'Andrada
RevBy: TrustMe Details: Use either MSceneWindow::appear(window, policy) or MSceneWindow::appear(scene, policy)
2010-08-03Changes: DUI-3234 and DUI-3235 - allow user to specify page title; appname ↵Max Waterman
by default RevBy: Dominik Details: Chained methods have an optional last parameter for the page title. It defaults to the null QString, but the nullness doesn't get passed through qdbus so if it isEmpty() is used to test if the user has set it to anything; I think the user shouldn't be allowed to set it to the empty string, so this is actually a good thing.
2010-08-03Fixes: NB#172283 - There should be proper animation when launching a child ↵Max Waterman
application window via task chaining RevBy: Tomas, Daniel Details: Does the framework-side changes required to trigger the compositor to do the transition animation. Also moved the framework-side code for the task switcher view stacking into the same place.
2010-08-02Changes: fixing coverity issue CID#1058Anna Gadomska
RevBy: Dominik, Max
2010-07-28Changes: update messageid-check scriptMike FABIAN
RevBy: John Tapsell Details: keychain-ui-l10n-engineering-english is obsolete, mcontrolpanel-telecoilapplet-l10n-engineering-english is new.
2010-07-23Changes: make sure not to miss available engineering English packagesMike FABIAN
RevBy: TrustMe Details: Add checks to avoid missing engineering English packages which become available after apt-get update.
2010-07-23Changes: messageid-check script: add exceptions for ↵Mike FABIAN
qtn_clk_{city,country,region} RevBy: TrustMe Details: meegotouch-cities-template does not create an engineering English package at the moment. I am not sure whether it should or not. If it did, would the engineering English package need to be customized as well? At the moment I mark these as used as an exception because I happen to know that they are used.