~macslow/unity8/swipe-dismiss-snap-decisions

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Application/CMakeLists.txt

  • Committer: Daniel d'Andrada
  • Date: 2014-08-08 11:23:57 UTC
  • mto: (1139.2.1 lifecycle)
  • mto: This revision was merged to the branch mainline in revision 1201.
  • Revision ID: daniel.dandrada@canonical.com-20140808112357-y3e21dkrrzv5wvzd
SpreadDelegate - properly transition between splash screen, surface and screenshot

- A new component, ApplicationWindow, was created to hold the
  splash+surface+screenshot logic originally in the SpreadDelegate. Now the
  responsibility of SpreadDelegate is just to do the vertical swipe to close
  the app.
- qml tests were added for both SpreadDelegate and ApplicationWindow
- Fixed UnityTestCase.tap()

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    plugin.cpp
5
5
    ApplicationDBusAdaptor.cpp
6
6
    ApplicationInfo.cpp
7
 
    ApplicationImage.cpp
8
7
    ApplicationManager.cpp
9
8
    ApplicationScreenshotProvider.cpp
10
9
    MirSurfaceItem.cpp
11
10
    SurfaceManager.cpp
12
 
    VirtualKeyboard.cpp
13
11
    ${APPLICATION_API_INCLUDEDIR}/unity/shell/application/ApplicationInfoInterface.h
14
12
    ${APPLICATION_API_INCLUDEDIR}/unity/shell/application/ApplicationManagerInterface.h
15
13
)