aboutsummaryrefslogtreecommitdiff
path: root/tests/ut_mappletinstancemanager
AgeCommit message (Collapse)Author
2010-07-16Changes: Tests: relative paths to ../../src in .pro files changed to $$MSRCDIRMiroslav Safr
RevBy: Details: We use rather $$MSRCDIR for src directory. It allows us to compile and use tests in libmeegotouch/build-i386/tests and in libmeegotouch/tests generated files have to accessed byt relative path, not by $$MSRCDIR
2010-06-30Changes: unify usage of mmoc and mgen in the different .pro filesHolger Schroeder
RevBy: Max Waterman Details: there was quite some code duplication in the usage of mmoc and mgen in the project. this is now all simplified and unified. all unit tests still pass.
2010-06-30Changes: make ut_mapplicationinstancemanager work with mmocHolger Schroeder
RevBy: Max Waterman Details: here the problem was that some header files in this test do contain M_MODEL_PROPERTY lines, but only qt moc was used to build this test instead of mmoc. and so some function declarations were not created. when i switched to mmoc, the function declarations were created, and as the cpp files were missing from the .pro file, the linker was complaining about missing symbols.
2010-06-02New: DUI-2701 Implement reloading of applets and application extensionVille Voutilainen
RevBy: Pauli Lehtinen
2010-05-24Changes: Use QGraphicsWidget instead of MWidget as the application ↵Vesa Halttunen
extension/applet base class RevBy: Sachin Kundu, Daniel D'Andrada Details: This patch breaks the libmeegotouchextensions API. It changes the base class of the extensions to be QGraphicsWidget instead of MWidget so that in the future extensions can be written without having to use libmeegotouch. This change has been announced and agreed with the relevant parties. Approval from asset teams that are using application extensions has been received and the change has been discussed in DPMT.
2010-05-21Changes: White listing in and out of process extensions based on regular ↵Vesa Halttunen
expressions instead of just a boolean for disabling in process extensions RevBy: Pauli Lehtinen
2010-04-12Changes: Changed .gitignore files to ignore files starting with m instead of duiVesa Halttunen
RevBy: TrustMe
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger