casper
6dc535063b
Update profiles preferences page to QtControls 2
...
CURA-8684
2022-01-24 22:37:39 +01:00
casper
b6e375a3be
Update machines preferences page to QtControls 2
...
CURA-8684
2022-01-24 22:34:14 +01:00
casper
3e98282871
Update material preferences page to QtControls 2
...
CURA-8684
2022-01-24 22:31:36 +01:00
casper
b45707af54
Update ask open project or models dialog to QtControls 2
...
CURA-8684
2022-01-24 21:58:23 +01:00
casper
4c0ee058e4
Update discard keep or discard changes dialog to QtControls 2
...
CURA-8684
2022-01-24 18:21:52 +01:00
j.delarago
4eb61af579
Update colors to match designs
2022-01-24 16:15:41 +01:00
j.delarago
f6c48fdf07
Rename EmptyCheck -> CheckMark
2022-01-24 14:20:28 +01:00
j.delarago
818ef8e614
add dark theme checkbox square color
2022-01-24 14:13:03 +01:00
casper
9e5fd998f4
Update open files dialog to QtControls 2
...
CURA-8684
2022-01-24 14:11:02 +01:00
j.delarago
5788ea8d00
The visibility settings in the preferences is defined in Uranium rather than Cura. The CheckBox has been moved to Uranium so that all parts of the project have access to this default styled component.
2022-01-24 14:03:47 +01:00
j.delarago
17339ba77e
Merge branch 'master' into CURA-8378_improve_checkbox_visibility
2022-01-24 13:17:37 +01:00
casper
582e4fcbd0
Update print action hotkey listener to QtControls 2
...
CURA-8684
2022-01-24 10:31:17 +01:00
NilsRo
a970fbcadf
Made initial layer speed dynamic
2022-01-23 21:31:15 +01:00
NilsRo
0fe39017b1
Merge remote-tracking branch 'upstream/master'
2022-01-23 21:17:33 +01:00
NilsRo
785d24732d
reduced skirt line count as there is also minimum length
2022-01-23 21:16:40 +01:00
NilsRo
873b8445c7
Update anycubic_i3_mega_s.def.json
...
Handled PETG better as it sticks to nozzle if to much filament is extruded
2022-01-23 13:20:18 +01:00
j.delarago
4c9c2ad131
"checkedState" is now "checkState" in newer CheckBox
...
Remove partiallyCheckedEnabled since Cura.CheckBox manages this itself.
2022-01-21 18:16:16 +01:00
j.delarago
9b11483428
Cura.Checkbox requires vertical alignment since it no longer takes up the same amount of vertical space.
2022-01-21 18:09:02 +01:00
j.delarago
951e1cb37b
Swap CheckBox for styled Cura.CheckBox
2022-01-21 18:07:45 +01:00
j.delarago
171da643d5
I'm replacing all CheckBox in Cura with this CheckBox except ones that use the old "style" tag (Not in scope). This should make the design consistent everywhere and easier to update.
...
Moved set width and height from top level into "indicator" since this was causing the label to be cut off.
Swapped out setting_control_radius for checkbox_radius since these are different now.
Updated the UM.RecolorImage to work with tri state checkboxes so this can replace the Checkbox in SettingVisiblityPage.qml.
2022-01-21 18:06:31 +01:00
Ghostkeeper
0f61e25a77
Fix anchoring width of network printer view to scrollbar
...
You can't anchor to something that's not a parent or sibling, and the scrollbar was an... uncle?
Contributes to issue CURA-8686.
2022-01-21 17:07:10 +01:00
casper
8cc1604b2f
Update Buttons to QtControls 2.0 in the simulation view expend menu bar
...
CURA-8684
2022-01-21 14:07:41 +01:00
casper
09793854ef
Update Buttons to QtControls 2.0 in per model settings dialog
...
CURA-8684
2022-01-21 13:38:58 +01:00
casper
092936ae3a
Update Buttons to QtControls 2.0 in general preferences page
...
CURA-8684
2022-01-21 13:06:51 +01:00
casper
ee38c9c05b
Update QtControls to v2.0 in image reader plugin
...
CURA-8684
2022-01-21 12:24:40 +01:00
casper
bcd1689680
Update buttons in per object settings plugin to QtControls 2
...
CURA-8684
2022-01-20 22:58:43 +01:00
casper
07095a5802
Update Material selection and variant selection buttons to QtControls 2
...
CURA-8684
2022-01-20 22:38:00 +01:00
casper
f2ee58a08b
Update PerObjectCategory
to QtQuick.Controls 2.1
...
CURA-8684
2022-01-20 22:15:22 +01:00
casper
204d965df2
Use SecondaryButton
in the usb print panel inplace of tye style prop
...
The Jog buttons are not changed yet as these button make use of the
`checked` property this is not yet implemented for Cura's `Action` and
by extension Cura's `Secondary` button.
CURA-8684
2022-01-20 22:15:22 +01:00
Ghostkeeper
7a5db88fd8
Update slider to Controls 2
...
Because Controls 1 is going out.
The rest of the controls elements here are left as they were since they need to be styled.
Contributes to issue CURA-8686.
2022-01-20 17:58:11 +01:00
j.delarago
670872f8d1
Specify width and height in Cura.Checkbox
...
Update Dialogs to use Cura.CheckBox instead of QtQuick. This will make it easier to update the QtQuick checkbox version.
2022-01-20 17:31:00 +01:00
Ghostkeeper
643f6e7d27
Customise scrollbar for combobox widgets
...
Contributes to issue CURA-8686.
2022-01-20 17:28:31 +01:00
Ghostkeeper
4f82137035
Customise scrollbar for extruder selectors
...
Contributes to issue CURA-8686.
2022-01-20 17:26:49 +01:00
Ghostkeeper
efcd00e2f3
Merge branch 'master' into marketplace_redesign
...
Conflicts:
plugins/DigitalLibrary/resources/qml/SelectProjectPage.qml -> Some things were probably accidentally committed here and then later also changed in master.
2022-01-20 15:57:28 +01:00
Ghostkeeper
20907bc295
Update requirements from cura-build-environment
...
These are the changes we need for Python 3.10. A number of highlights:
- Shapely is replaced by Pyclipper
- Comtypes is removed as not even our build environment installs that.
- A bunch of version updates.
2022-01-20 13:12:25 +01:00
Evangelos Trantos
f8f58c51c9
Add LD_LIBRARY_PATH
2022-01-20 12:08:13 +01:00
Evangelos Trantos
63cad60e18
The ctest3 binary does not exist on Debian
2022-01-20 10:04:23 +01:00
Evangelos Trantos
b5904cccd3
The cmake3 binary does not exist on Debian
2022-01-20 09:57:13 +01:00
Evangelos Trantos
9ebcb797d5
No need to source devtoolset, as it's not used on Debian
2022-01-19 20:58:13 +01:00
j.delarago
25fa71b056
Update checkbox style to reflect new design.
...
Add checkbox_mark size for icons inside checkbox instead of dynamically assigning size. This is related to previous commit about Math.round(parent.width/2.5) always resolving to 1
2022-01-19 18:06:47 +01:00
j.delarago
16e4ee58a9
Update Machine Settings Menu checkboxes to new style.
...
Change height of setting row to be set by TooltipArea instead of Checkbox and center Checkbox within TooltipArea
2022-01-19 18:04:29 +01:00
Ghostkeeper
08b8dcfa43
Use custom scroll bar for object selector
...
Contributes to issue CURA-8686.
2022-01-19 17:59:41 +01:00
j.delarago
c54c375a7c
Update check box icons name to new icon name
...
Change checkbox check icon to have set height and width in theme.json. Math.round(parent.width/2.5) would always evaluate to 1 since the width of the check icons parent is fixed.
2022-01-19 17:56:56 +01:00
Ghostkeeper
796779316f
Fix scrolling through post-processing scripts list
...
It turns out this has been broken for a while. I don't think anyone adds that many scripts that they'd need to scroll this, but if they want to they can now.
Contributes to issue CURA-8686.
2022-01-19 17:33:10 +01:00
Ghostkeeper
efc748cc99
Remove unused ScrollView widget
...
We were not using Cura.ScrollView anywhere.
Contributes to issue CURA-8686.
2022-01-19 17:16:39 +01:00
Ghostkeeper
f1db69a36a
Remove extra ScrollView and customise ListView instead
...
Contributes to issue CURA-8686.
2022-01-19 17:14:30 +01:00
Ghostkeeper
5b76cf5689
Merge branch 'replace_controls_1_for_controls_2' into CURA-8686_views_controls2
2022-01-19 16:37:24 +01:00
Ghostkeeper
8f87b7c4bb
Merge branch 'master' into replace_controls_1_for_controls_2
2022-01-19 16:37:08 +01:00
Ghostkeeper
6e81dba501
Add cura-camera-position plug-in to commonly installed plug-ins
...
I've had it on for a while to make sure we keep maintaining it.
2022-01-19 16:36:33 +01:00
Ghostkeeper
e7671823be
Add new resources from cura-binary-data to Gitignore
...
We shouldn't add these here any more. Add them to cura-binary-data instead.
2022-01-19 16:35:49 +01:00