j.spijker@ultimaker.com
a88e31eddd
Add the slice_uuid to the slice info data
...
Contributes to CURA-9031
2022-07-27 18:13:09 +02:00
Remco Burema
20b435af76
Qt5->Qt6: More renamed stuff.
...
part of CURA-8591
2021-12-29 11:18:49 +01:00
Remco Burema
abe7c1bf7f
Search/replace Qt5->Qt6.
...
part of upgrading Qt to v6.2: CURA-8591
2021-12-28 14:46:02 +01:00
Konstantinos Karmas
6a1f09def0
Add is_logged_in status datapoint
...
CURA-8443
2021-10-06 16:19:31 +02:00
Ghostkeeper
7ff86547ef
Add fallback for if the example file can't be read
...
Fixes Sentry issue CURA-2KM.
2021-06-28 14:32:12 +02:00
Ghostkeeper
9e136eb499
Serialise MIME type name rather than entire MIME type
...
So we don't get the bracket syntax from its repr, just the MIME type itself.
Contributes to issue CURA-8232.
2021-05-18 11:08:06 +02:00
Ghostkeeper
77b7a29fca
Add source file type to anonymous usage statistics
...
Contributes to issue CURA-8232.
2021-05-17 17:54:13 +02:00
Remco Burema
0c7e31ece5
More readable.
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2020-11-03 16:12:50 +01:00
Remco Burema
4866127e50
Send None instead of empty string.
2020-11-03 14:36:27 +01:00
Remco Burema
f6bf21c185
Send None instead of '' if no organisation.
...
part of CURA-7717
2020-10-16 13:00:12 +02:00
Kostas Karmas
1521430d42
Include all subscription information in the slice data
...
CURA-7717
2020-10-14 11:43:22 +02:00
Kostas Karmas
ceda3e70bd
Include organization id and type of enterprise plan in slice data
...
CURA-7717
2020-10-13 16:30:29 +02:00
Jaime van Kessel
b0ed47daf1
Don't copy transformations if it's not needed
...
CURA=7106
2020-06-23 16:24:34 +02:00
Ghostkeeper
43980e90cd
Use extruderList rather than extruders property
...
Done during Turbo Testing and Tooling.
2020-06-05 15:17:36 +02:00
Nino van Hooff
89f0970a88
Remove trailing whitespace from Python files
2020-05-29 14:30:33 +02:00
Nino van Hooff
58e43c0a07
Convert doxygen to rst for SentryLogger, SimulationView, SliceInfo,
...
SolidView
2020-05-15 13:34:58 +02:00
Lipu Fei
55d31b9846
Move HttpRequestManager to Uranium
...
CURA-6387
2020-01-03 08:59:29 +01:00
Lipu Fei
6fbce74523
Use network manager in SliceInfo
...
CURA-6387
2020-01-03 08:59:29 +01:00
Lipu Fei
a6203f462d
Add build_type into crash reports and stats
...
CURA-6981
2019-11-15 15:00:46 +01:00
Lipu Fei
74e7de1b54
Add intent into stats
...
CURA-6632
2019-10-07 21:11:40 +02:00
Ghostkeeper
846cbe79a3
Rename Orthogonal to Orthographic everywhere
2019-07-30 17:35:40 +02:00
Lipu Fei
9da6044a72
Simplify camera_view data collection
2019-07-15 17:00:56 +02:00
Lipu Fei
64b23758c5
Add camera_view as stats
2019-07-12 14:35:06 +02:00
Diego Prado Gesto
46f1f00cb9
Change example data to contain HTML instead of JSON format
...
Then it's easier for us to show a more readable information about the data we collect
Contributes to CURA-6434.
2019-04-29 17:24:51 +02:00
Jaime van Kessel
e8d2e070d8
Dont calculate bounding box for non printing meshes
...
Fixes #5603
2019-04-15 17:46:54 +02:00
Lipu Fei
3bf8a1f257
New style more info dialog for SliceInfo
...
CURA-6057
2019-04-08 14:34:35 +02:00
Remco Burema
60920c89af
Remove old send slice-info confirm: part of the new onboard. [CURA-6057]
2019-03-29 09:33:41 +01:00
Lipu Fei
7d537f2c6f
Fix data collection message at app start
2018-10-01 16:27:27 +02:00
Lipu Fei
2819b6cbc6
Fix code style
2018-09-06 08:57:00 +02:00
Lipu Fei
ef5107e025
Update modified setting keys
2018-09-05 11:42:49 +02:00
Lipu Fei
1dd0d794df
Collect user modified settings
...
- Collect user modified settings in user_changes and quality_changes
- Update example data
2018-08-27 13:46:58 +02:00
Ian Paschal
ac0192f01f
Improve fixes
2018-07-09 11:29:25 +02:00
Ian Paschal
cfae634061
Fixes for SliceInfo
2018-07-05 15:54:21 +02:00
Lipu Fei
eb949472e8
Merge remote-tracking branch 'origin/master' into WIP_improve_initialization
2018-05-31 13:47:27 +02:00
Aleksei S
b46a08f566
Add Reft and Right side aligned action buttons to the message box
...
CURA-4952
2018-05-29 18:15:16 +02:00
Diego Prado Gesto
43657010ba
CURA-5164 The Preferences is not a singleton class anymore since in some point
...
several instances need to be created.
- In the ThreeMFWorkspaceReader we need to create some temporal
instances of Preferences that makes it not singleton anymore.
- The current preferences are kept in the Application class and so all
the calls to the preferences are changed to get the preferences from
Application.
- The method getInstance in Preferences is kept as deprecated since some
external plugins.
2018-05-11 08:50:42 +02:00
Lipu Fei
35e7be1d41
Use pyqtSlot to show more info dialog
...
CURA-5204
2018-04-17 16:43:41 +02:00
Lipu Fei
40eedbcf70
Add more info dialog
...
CURA-5204
2018-04-10 15:33:32 +02:00
Lipu Fei
0fbb067508
Clean up code in SliceInfo
...
CURA-5204
- Remove some unused imports
- Do not depend on ExtruderManager
2018-04-10 13:34:59 +02:00
Jaime van Kessel
18551a4a72
Ensure that the "Slice info message disable button" actually disables the sending of info.
2018-04-04 17:39:22 +02:00
Jack Ha
bd775cf32e
CURA-4400 fix support_extruder_nr values in overhang angle and SliceInfo
2018-03-19 10:56:40 +01:00
ChrisTerBeke
d1f2d6f45d
Fix checking material_used per extruder for analytics - CURA-4858
2018-01-24 14:02:44 +01:00
Jack Ha
bfa33c721c
CURA-4525 solved merge conflicts
2018-01-03 13:52:55 +01:00
ChrisTerBeke
b29047abd3
Small fixes for disable user data triggering preferences window
2017-12-22 11:38:56 +01:00
Aleksei S
447c6e7e23
Added Disable link style
...
CURA-4630
2017-12-21 16:25:13 +01:00
Jack Ha
5152b2ae65
Solved merge conflicts. CURA-4525
2017-12-21 10:52:51 +01:00
alekseisasin
d7146a90f5
Merge branch 'master' into feature_decline_slice_info
2017-12-21 10:24:35 +01:00
ChrisTerBeke
421d93baa3
Fix potential crash on missing index in extruder dict
2017-12-15 16:30:38 +01:00
Ghostkeeper
13c7099e2f
Don't show slice info message if the preference is set to not send it
...
If the preference was set to not send it but the user never clicked on the message, don't show the message.
Fixes #2840 .
2017-12-05 13:30:12 +01:00
Ruben D
0c4db90b7b
Add button to disable sending info directly
...
Convenient and easy.
2017-11-28 00:20:43 +01:00