Diego Prado Gesto
9c240bdfe3
Merge pull request #4882 from Ultimaker/CURA-5959-action-panel-ui-fixes
...
Cura-5959 action panel ui fixes
2018-11-26 14:31:01 +01:00
Jaime van Kessel
a654499752
Re-enable hover for marketplace button
...
CURA-5959
2018-11-26 13:47:22 +01:00
Mark
8bae9fa667
Merge branch 'master' into ui_rework_4_0
2018-11-26 13:41:25 +01:00
Ghostkeeper
48c24b1034
Remove log entry for bonjour services added
...
For most networks that would not be a problematic log entry. But for our own debugging on Ultimaker's network this is a very spammy log entry and doesn't add much value anyway.
2018-11-23 10:50:16 +01:00
Diego Prado Gesto
81c776213a
Merge branch 'master' into ui_rework_4_0
2018-11-22 16:11:06 +01:00
Simon Edwards
ee7355c2bb
Merge pull request #4841 from Ultimaker/CL-1148_restyling_monitor_queue_tiles
...
CL-1148 Re-styling monitor queue tiles
2018-11-22 15:08:42 +01:00
Ian Paschal
963b8aa974
Fix QML warnings
...
Contributes to CL-1148
2018-11-22 13:56:01 +01:00
Ian Paschal
55554c62a9
Use array for extruder configurations
...
Contributes to CL-1148
2018-11-22 13:55:43 +01:00
Ian Paschal
da834d6a1f
Silence binding loop
...
Contributes to CL-1148
2018-11-22 13:55:22 +01:00
Ian Paschal
1de21c1d94
Remove unnecessary "else"
...
Contributes to CL-1148
2018-11-22 13:13:06 +01:00
Ian Paschal
3c3343a407
Use bool for expanded or collapsed state
...
Contributes to CL-1148
2018-11-22 13:11:59 +01:00
Aleksei S
088b2f6f28
Added an extra import module, did not pass coding style test
...
CURA-5936
2018-11-22 11:36:32 +01:00
Aleksei S
c765615f1a
Merge branch 'master' into fix_version_upgrade_returning_none
2018-11-22 11:17:44 +01:00
Ian Paschal
ba7863c9d9
Fix type error for hovering manage queue link
...
Contributes to CL-1148
2018-11-22 11:09:35 +01:00
Jaime van Kessel
bf8a04fa40
Fix some minor display issues for simulation view
...
CURA-5785
2018-11-22 11:08:46 +01:00
Jaime van Kessel
a9f0402f63
Made size of viewselector themable
...
CURA-5785
2018-11-22 09:37:36 +01:00
Jaime van Kessel
bd636e61a0
Minor changes suggested in review
...
CURA-5785
2018-11-21 13:17:36 +01:00
Jaime van Kessel
eef6ad662d
Added enum for the roundedCorner property
...
This makes it a whole lot easier to read what is being set.
CURA-5785
2018-11-21 11:50:39 +01:00
Jaime van Kessel
b826a42026
Add the RoundedRectangle as background to the ExpandableComponent
...
This way the expandable components can have rounded corners only on one side,
thus preventing the need to do add backgrounds to the rows that they are in.
CURA-5785
2018-11-21 11:37:58 +01:00
Jaime van Kessel
d74393498b
Fixed view selector header not updating correctly
...
CURA-5785
2018-11-21 09:35:35 +01:00
Ian Paschal
2f84339f5c
Finalize queue
...
Contributes to CL-1148
2018-11-20 15:58:09 +01:00
Jaime van Kessel
0cdcd61ff2
Merge branch 'CURA-5785-Restyle_stage_menu' of github.com:Ultimaker/Cura into CURA-5785-Restyle_stage_menu
2018-11-20 14:36:41 +01:00
Jaime van Kessel
3b4d728d6a
Fix Simulation view popup not sizing down
...
I have no idea why implictHeight does work and childrenRect.height doesn't (eg;
childrenRect.height only scales up for some reason, never down)
CURA-5785
2018-11-20 14:35:13 +01:00
Ian Paschal
fb3cb67da0
Add printer configuration components
...
Contributes to CL-1148
2018-11-20 13:46:41 +01:00
Diego Prado Gesto
fab0d5a4b7
Rename the color of the sidebar to main_background, since it was deleted
...
but not updated in the usages.
Contributes to CURA-5785.
2018-11-20 13:25:15 +01:00
Ian Paschal
421a64c7b0
Replace queued print job cards with new design
...
Contributes to CL-1148
2018-11-19 16:42:36 +01:00
Lipu Fei
b0f3fedc94
Fix import QtQuick versions to suit Qt 5.10
...
CURA-5785
2018-11-19 13:42:22 +01:00
Jaime van Kessel
a490e420f0
Prevent the setting items from being recreated every stage switch
...
CURA-5785
2018-11-19 11:42:04 +01:00
Jaime van Kessel
6fe89e3d54
Fix width of simulationView component not being set correctly
...
CURA-5785
2018-11-19 10:33:19 +01:00
Jaime van Kessel
e3ebf89092
Ensure that width of popup does not get set to 0
...
CURA-5785
2018-11-16 17:26:10 +01:00
Jaime van Kessel
6b55490af8
Fix final QML warnings
...
CURA-5785
2018-11-16 16:30:47 +01:00
Jaime van Kessel
bc5a2ce5b0
Make ViewSelector panel close upon selecting different view
...
CURA-5785
2018-11-16 16:16:15 +01:00
Jaime van Kessel
320efa443e
Merge branch 'CURA-5785-Restyle_stage_menu' of github.com:Ultimaker/Cura into CURA-5785-Restyle_stage_menu
2018-11-16 14:58:47 +01:00
Jaime van Kessel
3fd1cc0e8c
Ensure that the added labels are also themable
...
CURA-5785
2018-11-16 14:58:11 +01:00
Ghostkeeper
e087db7c2e
Code style and fixes to comments
...
Contributes to issue CURA-5785.
2018-11-16 14:11:22 +01:00
Ghostkeeper
81b6f3ab11
Update unclear qml ID's
...
CURA-5785
Co-Authored-By: nallath <nallath@gmail.com>
2018-11-16 14:03:39 +01:00
Ghostkeeper
de020b4c75
Remove commented out code
...
Co-Authored-By: nallath <nallath@gmail.com>
2018-11-16 14:02:00 +01:00
Ghostkeeper
e3dd5f1c39
Add documentation about qml z fix
...
Co-Authored-By: nallath <nallath@gmail.com>
2018-11-16 13:59:51 +01:00
Ghostkeeper
bee563f01b
Merge branch 'ui_rework_4_0' into CURA-5785-Restyle_stage_menu
2018-11-16 13:02:24 +01:00
Ghostkeeper
d732a2f953
Merge branch 'master' into ui_rework_4_0
2018-11-15 15:55:08 +01:00
Ghostkeeper
e9216936d7
Compare SDK version as Version instances
...
This allows it to compare versions that are remote as integer and local as string, or vice-versa. Much more robust.
Contributes to issue CURA-5940.
2018-11-15 15:20:21 +01:00
Ghostkeeper
78e6494430
Read SDK version from new semver field
...
The sdk_version field should stay the ordinary plain number (the major version number of the semver field) so that older Cura versions don't break. Newly built packages will get built with both sdk_version_semver and the normal sdk_version, so that the packages can be read with any Cura version from 3.6 onwards.
Contributes to issue CURA-5940.
2018-11-15 15:13:36 +01:00
Ghostkeeper
163f102dda
Make extension menu items translatable
...
If these extension plug-ins don't set their menu names, the plug-in name is used as the menu name. The plug-in names are not translated, so this appears as an untranslated string then.
2018-11-15 09:38:14 +01:00
Jaime van Kessel
20b7a925a0
Remove unused code & outdated todo comment
...
CURA-5785
2018-11-14 16:49:01 +01:00
Jaime van Kessel
9aa5b6fe3f
Hide one spacer if there is no viewPanel
...
CURA-5785
2018-11-14 16:47:53 +01:00
Jaime van Kessel
c27f51d944
Make the view selector also use the expandableComponent
...
CURA-5785
2018-11-14 16:44:36 +01:00
Ghostkeeper
8ec7d6dba3
Fix type issues in old version upgrade plug-ins
...
The one actual change was this: To give a KeyError when stuff can't be found in a dictionary, rather than returning None there and then getting a TypeError later.
Contributes to issue CURA-5936.
2018-11-14 13:56:46 +01:00
Jaime van Kessel
b589920f53
Move a few hardcoded sizes to the theme
...
CURA-5785
2018-11-14 13:55:39 +01:00
Ghostkeeper
b67d8d4103
Fix type of fallback variable
...
These have to be strings because the configparser getter can only return strings.
Contributes to issue CURA-5936.
2018-11-14 13:46:13 +01:00
Ghostkeeper
ae2b312472
Add typing for all version upgrade plug-ins
...
Hopefully we'll take this typing along when we next copy-paste the stuffs.
Contributes to issue CURA-5936.
2018-11-14 13:41:23 +01:00