~aacid/qtubuntu/remove_unused_signal

« back to all changes in this revision

Viewing changes to README

  • Committer: Bileto Bot
  • Date: 2017-01-16 06:39:32 UTC
  • mfrom: (360.2.4 qtubuntu)
  • Revision ID: ci-train-bot@canonical.com-20170116063932-70jenqyqw3jplt3q
Resync trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
  * ubuntumirclient.input       - Messages related to input and other Mir events.
49
49
  * ubuntumirclient.graphics    - Messages related to graphics, GL and EGL.
50
50
  * ubuntumirclient.swapBuffers - Messages related to surface buffer swapping.
51
 
  * ubuntumirclient             - For all other messages.
 
51
  * ubuntumirclient             - For all other messages form the ubuntumirclient QPA.
 
52
  * ubuntuappmenu.registrar     - Messages related to application menu registration.
 
53
  * ubuntuappmenu               - For all other messages form the ubuntuappmenu QPA theme.
52
54
 
53
55
  The QT_QPA_EGLFS_DEBUG environment variable prints a little more information
54
56
  from Qt's internals.
99
101
 
100
102
  [1] http://doc-snapshot.qt-project.org/5.0/qabstractnativeeventfilter.html
101
103
  [2] http://doc-snapshot.qt-project.org/5.0/qcoreapplication.html#installNativeEventFilter
102