~ubuntu-sdk-team/ubuntu-ui-toolkit/escapeLittleAmpersand

« back to all changes in this revision

Viewing changes to src/UbuntuToolkit/ucmainviewbase.cpp

  • Committer: Tarmac
  • Author(s): Loïc Molinari
  • Date: 2016-09-08 10:36:05 UTC
  • mfrom: (2086.1.6 uitk-src-dir-update)
  • Revision ID: tarmac-20160908103605-3oe9j340gmnyi8d3
Changed src/ directory layout.

Made the source directory layout consistent with Qt libs. The C++ libraries have been moved to src/ and the QML modules to src/imports/. That also makes it easier to differentiate between modules and libraries since we have a bunch of them now.

Approved by ubuntu-sdk-build-bot, Zsombor Egri.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
 
32
32
/*!
33
33
  \internal
34
 
  \qmlabstract MainViewBase
 
34
  \qmlabstract
 
35
  \qmltype MainViewBase
35
36
  \inqmlmodule Ubuntu.Components
36
37
  \ingroup ubuntu
37
38
  \brief The base class for MainView and MultiColumnView.
127
128
}
128
129
 
129
130
/*!
130
 
  \qmlproperty string MainView::applicationName
 
131
  \qmlproperty string MainViewBase::applicationName
131
132
 
132
133
  The property holds the application's name, which must be the same as the
133
134
  desktop file's name.
158
159
}
159
160
 
160
161
/*!
161
 
  \qmlproperty bool MainView::anchorToKeyboard
 
162
  \qmlproperty bool MainViewBase::anchorToKeyboard
162
163
 
163
164
  The property holds if the application should automatically resize the
164
165
  contents when the input method appears
202
203
}
203
204
 
204
205
/*!
205
 
  \qmlproperty color MainView::backgroundColor
 
206
  \qmlproperty color MainViewBase::backgroundColor
206
207
  Color of the background.
207
208
 
208
209
  Example:
266
267
}
267
268
 
268
269
/*!
269
 
  \qmlproperty list<Action> MainView::actions
 
270
  \qmlproperty list<Action> MainViewBase::actions
270
271
  \readonly
271
272
  \deprecated
272
273
 
280
281
}
281
282
 
282
283
/*!
283
 
  \qmlproperty ActionManager MainView::actionManager
 
284
  \qmlproperty ActionManager MainViewBase::actionManager
284
285
  \readonly
285
286
  \deprecated
286
287
 
296
297
}
297
298
 
298
299
/*!
299
 
  \qmlproperty ActionContext MainView::actionContext
 
300
  \qmlproperty ActionContext MainViewBase::actionContext
300
301
  \readonly
301
302
  \since Ubuntu.Components 1.3
302
303
  The action context of the MainView.