~artmello/ubuntu-system-settings/category-list-view

« back to all changes in this revision

Viewing changes to tests/mocks/SystemSettings/ListItems/qmldir

  • Committer: Bileto Bot
  • Author(s): Jonas G. Drange, Ken VanDine
  • Date: 2016-12-07 15:16:59 UTC
  • mfrom: (1728.1.9 main_list_view)
  • Revision ID: ci-train-bot@canonical.com-20161207151659-1geuqsfkt82mth1m
* Replaces the grid with a list
* Replaces MainWindow search with PageHeader search
* Adds testing of new PageHeader search (and mocks PluginManager. This is a bit hacky, since SystemSettings implicitly provides PluginManager in main.cpp)

Approved by: Jonas G. Drange, Ken VanDine

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
module SystemSettings.ListItems
 
2
 
 
3
Icon 1.0 file://${CMAKE_SOURCE_DIR}/src/SystemSettings/ListItems/Icon.qml
 
4
IconProgression 1.0 file://${CMAKE_SOURCE_DIR}/src/SystemSettings/ListItems/IconProgression.qml
 
5
SingleControl 1.0 file://${CMAKE_SOURCE_DIR}/src/SystemSettings/ListItems/SingleControl.qml
 
6
SingleValue 1.0 file://${CMAKE_SOURCE_DIR}/src/SystemSettings/ListItems/SingleValue.qml
 
7
SingleValueProgression 1.0 file://${CMAKE_SOURCE_DIR}/src/SystemSettings/ListItems/SingleValueProgression.qml
 
8
Standard 1.0 file://${CMAKE_SOURCE_DIR}/src/SystemSettings/ListItems/Standard.qml
 
9
StandardProgression 1.0 file://${CMAKE_SOURCE_DIR}/src/SystemSettings/ListItems/StandardProgression.qml