Cura/resources
Lipu Fei 1e5b032cff Make canvas use a one-time Timer to update
CURA-4182

The canvas approach has a drawback on the UI update: when a printcore
or a material is changed, calling requestPaint() to the canvas doesn't
trigger an immediate update. The solution is to have a built-in Timer in
the Canvas and to use that to update. Somehow this just works. The
problem with this approach is that the Timer constantly updates the
canvas which eats a lot of CPU power. To solve this, I changed the timer
to be a one-time timer and it will be started when there is a
material/print core update.
2017-09-14 15:59:12 +02:00
..
definitions Merge branch 'fractal_3d_infill_alternate' 2017-09-14 12:34:31 +02:00
extruders Cartesio additional extruder position updates 2017-07-12 15:30:12 +02:00
i18n Remove auto-generated file 2017-09-10 14:00:49 +02:00
images Make the robot bigger 2017-09-14 14:56:45 +02:00
meshes Merge pull request #2162 from FABtotum/master 2017-08-31 12:56:24 +02:00
qml Make canvas use a one-time Timer to update 2017-09-14 15:59:12 +02:00
quality CURA-4182 update settings weights for cartesio printer to get correct order in slider 2017-09-14 13:54:52 +02:00
shaders Remove z-fighting kludge 2017-09-12 15:06:06 +02:00
themes Merge branch 'master' into fix_dark_theme 2017-09-14 13:26:11 +02:00
variants Merged branch - CURA-4270 2017-09-13 13:25:00 +02:00