aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMax Waterman <david.waterman@nokia.com>2010-07-14 08:06:28 +0300
committerDominik Kapusta <dominik.kapusta@teleca.com>2010-08-03 15:40:28 +0200
commit6e3d8a5cbe4053057845d1d0cb3a531e3fc44370 (patch)
tree4d789f340190629f344418bf847fec45615f16fd /examples
parent9a8e7b55f6d1f973e94bab1feae25b3397231d35 (diff)
Fixes: NB#172283 - There should be proper animation when launching a child 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.
Diffstat (limited to 'examples')
-rw-r--r--examples/chaining/chainingexampleapp1/.gitignore1
-rw-r--r--examples/chaining/chainingexampleapp2/.gitignore4
-rw-r--r--examples/chaining/chainingexampleapp2/imageviewer.cpp1
-rw-r--r--examples/chaining/chainingexampleinterface/.gitignore4
4 files changed, 9 insertions, 1 deletions
diff --git a/examples/chaining/chainingexampleapp1/.gitignore b/examples/chaining/chainingexampleapp1/.gitignore
new file mode 100644
index 00000000..bdcd319e
--- /dev/null
+++ b/examples/chaining/chainingexampleapp1/.gitignore
@@ -0,0 +1 @@
+chainingexampleapp1
diff --git a/examples/chaining/chainingexampleapp2/.gitignore b/examples/chaining/chainingexampleapp2/.gitignore
new file mode 100644
index 00000000..cf6213e5
--- /dev/null
+++ b/examples/chaining/chainingexampleapp2/.gitignore
@@ -0,0 +1,4 @@
+chainingexampleapp2
+chainingexampleinterfaceadaptor.cpp
+chainingexampleinterfaceadaptor.h
+com.nokia.ChainingExampleInterface.xml
diff --git a/examples/chaining/chainingexampleapp2/imageviewer.cpp b/examples/chaining/chainingexampleapp2/imageviewer.cpp
index 95fc32b6..ef168a2f 100644
--- a/examples/chaining/chainingexampleapp2/imageviewer.cpp
+++ b/examples/chaining/chainingexampleapp2/imageviewer.cpp
@@ -20,7 +20,6 @@ ImageViewer::~ImageViewer()
bool ImageViewer::showImage(const QString &uri, const QStringList &uriList)
{
- qDebug() << "MAXMAXMAX" << __PRETTY_FUNCTION__;
Q_UNUSED( uri );
MApplicationWindow *mWin = new MApplicationWindow();
diff --git a/examples/chaining/chainingexampleinterface/.gitignore b/examples/chaining/chainingexampleinterface/.gitignore
new file mode 100644
index 00000000..11f8ec2f
--- /dev/null
+++ b/examples/chaining/chainingexampleinterface/.gitignore
@@ -0,0 +1,4 @@
+chainingexampleinterface.cpp
+chainingexampleinterface.h
+chainingexampleinterfaceproxy.cpp
+chainingexampleinterfaceproxy.h