aboutsummaryrefslogtreecommitdiff
path: root/examples/layout/multiplepolicies
AgeCommit message (Collapse)Author
2010-09-08Changes: package the examples into an own debian package, 2nd tryHolger Schroeder
RevBy: Armin, John, Mike Details: Jani Mikkonen requested to package the parts of the chaining example in libmeegotouch, so that he can then use these programs for some tests where he is using fakemail and fakegallery right now. he wanted to get rid of that duplicated code. when i looked a bit deeper into the build system i found that the examples could not be built and not be packaged in the current version. so i added that possibility to the build system. some other examples do not have install rules in their .pro files yet, and perhaps the debian/meegotouch-examples.install would then need to be expanded for the other examples too. i verified that the chaining example does work, when installed from the created .deb package. In the examples subdir we do not define BUILD_M,and because of that the "CONFIG += meegotouch" does then link against the installed versions of libmeegotouch* in /usr/lib/. This patch changes it to link against the libs in M_BUILD_TREE.
2010-08-23Changes: Documentation. Updated image of layout with multiple policiesDaniel d'Andrada
RevBy: TrustMe
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-05-06Changes: Fix examples and documentation - they used CONFIG += m intead of ↵John Tapsell
+= meegotouch etc RevBy: Armin Berres
2010-04-12Changes: Renamed dui to meegotouchTomas Junnonen
By: Holger, Daniel, Janne RevBy: Tomas, Holger
2010-03-30Changes: Updated examples to not use DuiSceneWindow::appearNow()Daniel d'Andrada
RevBy: TrustMe Details: That method was removed.
2010-02-15Changes: First public releaseTomas Junnonen
RevBy: TrustMe