Merge lp:~alan-griffiths/miral/remove-libmirserver-dev-from-screen.h into lp:miral
| Status: | Merged |
|---|---|
| Approved by: | Gerry Boland on 2016-10-28 |
| Approved revision: | 428 |
| Merged at revision: | 423 |
| Proposed branch: | lp:~alan-griffiths/miral/remove-libmirserver-dev-from-screen.h |
| Merge into: | lp:miral |
| Diff against target: |
463 lines (+116/-78) 14 files modified
miral-qt/src/modules/Unity/Screens/CMakeLists.txt (+0/-4) miral-qt/src/modules/Unity/Screens/plugin.cpp (+1/-1) miral-qt/src/modules/Unity/Screens/qquickscreenwindow.cpp (+6/-6) miral-qt/src/modules/Unity/Screens/qquickscreenwindow.h (+6/-6) miral-qt/src/modules/Unity/Screens/screens.cpp (+1/-1) miral-qt/src/modules/Unity/Screens/screens.h (+2/-29) miral-qt/src/platforms/mirserver/CMakeLists.txt (+2/-1) miral-qt/src/platforms/mirserver/customscreenconfiguration.h (+4/-2) miral-qt/src/platforms/mirserver/screen.cpp (+20/-19) miral-qt/src/platforms/mirserver/screen.h (+7/-6) miral-qt/src/platforms/mirserver/screenscontroller.cpp (+1/-0) miral-qt/src/platforms/mirserver/screenscontroller.h (+4/-1) miral-qt/src/platforms/mirserver/screentypes.h (+60/-0) miral-qt/tests/mirserver/Screen/screen_test.cpp (+2/-2) |
| To merge this branch: | bzr merge lp:~alan-griffiths/miral/remove-libmirserver-dev-from-screen.h |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Gerry Boland | 2016-10-28 | Approve on 2016-10-28 | |
|
Review via email:
|
|||
Commit Message
[miral-qt] Encapsulate class Screen's dependence on libmirserver
- 426. By Alan Griffiths on 2016-10-28
-
Can fix customscreencon
figuration. h simply now
- 427. By Alan Griffiths on 2016-10-28
-
screen_
configuration. h => screentypes.h - 428. By Alan Griffiths on 2016-10-28
-
Restore code that isn't really unused
| Alan Griffiths (alan-griffiths) wrote : | # |
> === added file 'miral-
> Please remove the underscore in the filename, it's not Qt-ish. It contains the
> definition of some Screen property types, not what I'd define "configuration"
> - screentypes.h maybe?
Done
> === modified file 'miral-
> -bool QQuickScreenWin
> Screens::FormFactor formFactor)
>
> could you please restore this. It is useful when testing dynamic grid units in
> applications. (it is a method for QML can call - Q_INVOKABLE)
Done

=== added file 'miral- qt/src/ platforms/ mirserver/ screen_ configuration. h'
Please remove the underscore in the filename, it's not Qt-ish. It contains the definition of some Screen property types, not what I'd define "configuration" - screentypes.h maybe?
=== modified file 'miral- qt/src/ modules/ Unity/Screens/ qquickscreenwin dow.cpp' dow::setScaleAn dFormFactor( const float scale, const Screens::FormFactor formFactor)
-bool QQuickScreenWin
could you please restore this. It is useful when testing dynamic grid units in applications. (it is a method for QML can call - Q_INVOKABLE)
Rest looks just fine, thank you