-
Notifications
You must be signed in to change notification settings - Fork 284
Future Work
Richard Moore edited this page May 26, 2016
·
25 revisions
Planned features that are not allocated to a release yet.
(Features that have been implemented can be looked up in the Road Map.)
- Mac bundle injector
- Static "injector"
- Pintool based injector
- Injectors using different Qt plug-in systems (a11y, QPA)
- Injector auto-detector in the launcher to find the best available one
- Show smart pointer refcounts?
- Show filesystem watchers?
- Show locale information. or application information.
- Show running threads
- Show running event loops
- Show pending events
- QTimeZone browser
- Add generic infrastructure for reporting detected problems in a central place, such as:
- shortcut conflicts
- modeltest issues
- nested layout margins
- dangling QStates
- Allow to overwrite/reset message handler
- Runtime attachable model test
- Show selection models properly
- Integration of Steve's proxy model tests and model test recorder
- Support style hints, layout spacing, sub-element rects
- Add QPaintBuffer paint introspection as done for QWidgets
- Allow to modify QStyleOption parameters
- Provide dummy widgets for styles that crash if the widget pointer is 0
- Model shows object rather than layout hierarchy
- a WebInspector/Firebug like QSS debugger
- Show signal/slot connections, and possibly also how often they are used
-
Eg. number of created objects of a certain type, number of send signals/events, timer frequencies, etc, mostly interesting for QML where there are no good high-level profiling tools yet.
-
...
- See QtQuick2 page
-
Chart of QNetworkRequests / replies like the browser developer tools
- See for example https://blogs.kde.org/2010/05/01/qnetworkaccessmanager-proxy-classes
- Display timing info etc.
-
Hook to force ignoring ssl errors to allow use of MITM proxies such as Burp suite for debugging purposes
-
Display the SSL backend in use and version details
-
Access to the cookie jar
-
Access to QSslConfiguration