Gina Häußge
4ddef52fb2
Changelog entry for server command settings
2015-07-22 11:03:34 +02:00
Gina Häußge
40e5addef0
Merge branch 'feature/newSettingServerCommands' into devel
2015-07-22 11:01:22 +02:00
Gina Häußge
14c1069e41
Fixed two swapped vars
2015-07-21 18:29:32 +02:00
Gina Häußge
21350fa95a
Added documentation for server commands
2015-07-21 18:07:52 +02:00
Gina Häußge
e2e6318391
Reordered and tooltipped new server commands
2015-07-21 18:02:24 +02:00
Gina Häußge
7986a2ff56
Remove left over observables that are no longer needed
2015-07-21 18:02:03 +02:00
Gina Häußge
f1075f648c
Only migrate server commands when not already set
...
Also migrate for any config version < 4 (incl. None) and make sure
the other migrations may happen on top of that if necessary. Added
some comments to explain necessary migrations.
2015-07-21 17:55:08 +02:00
Gina Häußge
b04da70ce6
Allow deletion of a key from settings that is no longer in defaults
2015-07-21 17:52:49 +02:00
Gina Häußge
81bc8c784a
Don't reopen notification on mouse-over while closing
...
(cherry picked from commit 9839f4b )
2015-07-21 16:57:39 +02:00
Gina Häußge
9839f4b9a9
Don't reopen notification on mouse-over while closing
2015-07-21 16:55:14 +02:00
Gina Häußge
294e7fc2db
Patch for the js warnings referred to in #966
2015-07-21 11:54:06 +02:00
Gina Häußge
e21ae9fabc
Removed unpatched minified bootstrap2 js again
2015-07-21 11:44:27 +02:00
Gina Häußge
625515a9d2
Upgrade of jQuery & Bootstrap2
...
Bootstrap2 also includes a patch for the js warnings referred to in #966
2015-07-21 11:42:54 +02:00
Nicanor Romero Venier
1cdd61fcbf
Added migration step for new settings.
2015-07-20 19:21:45 +02:00
Gina Häußge
4f5dc70828
Refactored timelapse core
...
Capturing is now queue based, rendering will not start until all images have been captured,
and timed postroll does not depend on system time anymore.
Also refactored some of the names to be python naming compliant while at it.
2015-07-20 16:42:28 +02:00
Gina Häußge
3c5a9766c6
RepeatedTimer now supports callback when timer stops
2015-07-20 16:29:29 +02:00
Marc
6e632d02a0
Fixes usersettings never reached the client's browser
...
(cherry picked from commit 8e235af )
2015-07-20 10:10:00 +02:00
Gina Häußge
50ff0d810f
Fixed a missing self.buffer()
...
(cherry picked from commit 0fa22937e0 )
2015-07-20 10:09:33 +02:00
Mark Walker
d4be7f18e2
transpose=2 is counter clockwise, plus filter order should be rotation
...
last to match the css application order
(cherry picked from commit bdb55e0 )
2015-07-20 09:37:56 +02:00
Gina Häußge
4f9c69965c
Merge pull request #978 from Salandora/userSettings
...
Fixes usersettings never reached the client's browser
2015-07-20 09:25:01 +02:00
Gina Häußge
d1a9044981
Merge pull request #975 from Salandora/terminalFix
...
Fixed a missing self.buffer()
2015-07-20 09:24:45 +02:00
Marc
8e235af339
Fixes usersettings never reached the client's browser
2015-07-20 04:18:15 +02:00
Marc
0fa22937e0
Fixed a missing self.buffer()
2015-07-17 18:48:34 +02:00
Gina Häußge
1d3eecd7d0
Added changelog entry for CuraEngine 15.06 support
2015-07-17 13:56:45 +02:00
Nicanor Romero Venier
fd788e737f
Added support for CuraEngine 15.06
2015-07-17 13:56:45 +02:00
Gina Häußge
f8e1e9badf
Improved wizard for initial CuraEngine setup
...
Added profile is now set as default and UI is a bit more visually pleasing.
Next step is to find some way to mark wizard completion as "please ignore"...
2015-07-16 18:38:32 +02:00
Gina Häußge
f352f8ff29
New method on slicingManager to set default slicing profile
2015-07-16 18:37:00 +02:00
Nicanor Romero Venier
dab328527a
Added settings to specify server commands.
...
Added commands for system shutdown and restart and
for server restart.
2015-07-16 16:01:47 +02:00
Gina Häußge
3dfb2b2989
Adjusted CuraPlugin for new wizard capabilities
2015-07-16 14:01:28 +02:00
Gina Häußge
681def9d6c
Wizard fetches details and saves enqueued setting on finish
...
Plugins may implement onWizardDetails, onWizardBeforeFinish and
onWizardFinish to react to wizard events.
2015-07-16 14:00:53 +02:00
Gina Häußge
af4566375d
SettingsViewModel now allows enqueuing data for saving
...
New method "enqueueForSaving" allows continously building up a settings
dict to be persisted, new method "saveEnqueued" finally allows saving it.
2015-07-16 13:59:44 +02:00
Gina Häußge
f2b9337fae
WizardPlugins can now report back more details
...
In case a wizard plugin needs to communicate more info with its frontend,
such as which kind of information is missing, this is now possible through
a new API endpoint that will collect such information from the plugins
and provide it to callees.
2015-07-16 13:58:28 +02:00
Gina Häußge
c2eb8828de
Merge pull request #973 from Voxel8/jm/more-longRunningCommands
...
Add M400 and M226 to longRunningCommands
2015-07-16 12:16:01 +02:00
Gina Häußge
82fc7d7b79
Merge pull request #972 from markwal/fixtranspose
...
fix rotation of timelapse to match web view
2015-07-16 12:15:07 +02:00
Jack Minardi
466195b067
add M400 and M226 to longRunningCommands
2015-07-15 17:24:48 -04:00
Mark Walker
bdb55e0efc
transpose=2 is counter clockwise, plus filter order should be rotation
...
last to match the css application order
2015-07-15 12:59:07 -07:00
Nicanor Romero Venier
6d24a46e88
Fixed form field truncation in upload requests
...
(cherry picked from commit 1f6c852 )
2015-07-15 10:35:59 +02:00
Gina Häußge
db866d2310
Finally added a proper AUTHORS file
...
Also adjusted contribution guidelines to ask people to include themselves when filing
a PR.
(cherry picked from commit 1b594b2 )
2015-07-15 10:35:38 +02:00
Nicanor Romero Venier
1f6c85228b
Fixed form field truncation in upload requests
2015-07-15 10:29:26 +02:00
Gina Häußge
3f147c9272
WIP to make cura plugin capable of displaying a wizard pane
2015-07-14 20:22:02 +02:00
Gina Häußge
33cbd3dcbd
Only show wizard when firstRun is true or user is admin
2015-07-14 20:21:31 +02:00
Gina Häußge
c7e602d342
Only inject wizard templates if plugin reports they are required
2015-07-14 20:21:07 +02:00
Gina Häußge
03c2439efe
New plugin mixin "WizardPlugin"
2015-07-14 20:20:25 +02:00
Gina Häußge
1409b79ab5
Path testing shall only continue if path is not None
2015-07-14 11:56:15 +02:00
Gina Häußge
bb7e15be84
Fixed a typo in the docs
...
logger => loggers in logging.yaml
(cherry picked from commit d0733d8 )
2015-07-14 09:26:30 +02:00
Gina Häußge
7a007a6417
Stop RepeatedTimers on server shutdown by default
...
daemon flag was missing, leading to the timer staying active even when a shutdown
was triggered. Added new daemon flag to timer constructor, defaulting to true, that
fixes that behaviour.
(cherry picked from commit 48fe23b )
2015-07-14 09:26:25 +02:00
Gina Häußge
96aad9d34f
Better resilience against errors within plugins
...
(cherry picked from commit 75992ef )
2015-07-14 09:26:20 +02:00
Gina Häußge
d0733d8769
Fixed a typo in the docs
...
logger => loggers in logging.yaml
2015-07-14 09:10:14 +02:00
Gina Häußge
48fe23b1f1
Stop RepeatedTimers on server shutdown by default
...
daemon flag was missing, leading to the timer staying active even when a shutdown
was triggered. Added new daemon flag to timer constructor, defaulting to true, that
fixes that behaviour.
2015-07-14 09:09:29 +02:00
Gina Häußge
4193aa4d41
Migrated access control setup to wizard framework
2015-07-13 18:35:27 +02:00