Commit graph

3 commits

Author SHA1 Message Date
Yann Lanthony
8823dba87f [utils] QmlInstantEngine: fix spurious consecutive reloads issue
Fix the problem with the application taking up all the CPU after a few reloads while using a Qt3D Scene.
When a file changes, wait for a few milliseconds before adding it back to the watch  list. This prevents the system to reload the engine twice for a same fileChanged event (happens with some text editors).
2018-02-05 19:16:45 +01:00
Yann Lanthony
83c6d68954 [ui] add palette variation for dark theme
Crtl+Shift+P allows to toggle between light and dark theme on the fly
2017-11-17 17:40:27 +01:00
Yann Lanthony
81398e63a6 [ui] add and use QmlInstantEngine for QML hot reload 2017-10-06 15:56:38 +02:00