casper
b47c7c9395
Update materials view preference menu to QtControls 2
...
CURA-8684
2022-01-24 23:28:25 +01:00
NilsRo
96e3a1cadf
Updated Max. Speed Warning and Retraction
...
Sorted some setting and aligned with firmware values
2022-01-24 23:10:45 +01:00
NilsRo
1a8328d262
Update anycubic_i3_mega_s.def.json
...
Increased max. Extruder Feedrate to match newer firmware
2022-01-24 22:51:29 +01:00
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
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
092936ae3a
Update Buttons to QtControls 2.0 in general preferences page
...
CURA-8684
2022-01-21 13:06:51 +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
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
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
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
MatiGabaglio
1362741ea2
Changes to the start Gcode for Trimaker Nebula
...
added " G29; Senso la cama\n M500\n G1 F5000 X0.5 Y0.5\n" to the machine_start_gcode. Line 191
2022-01-19 13:34:11 -03: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
26b40e6669
Remove what's new images again
...
These have been moved to cura-binary-data.
2022-01-19 16:34:14 +01:00
Ghostkeeper
9124f213ea
Prevent QML errors when model is not yet initialised
...
I'm not sure when this happens, but it updates this text twice: Once with 'undefined' name and once with the proper name. For the user it displays the name correctly, but it may be so fast that nothing was visible.
Discovered during work on CURA-8686.
2022-01-19 16:31:36 +01:00
Ghostkeeper
fa2fbb99c7
Fix height and scrolling of add printer menus
...
This fixes the irritating scrolling behaviour of the local printer menu, as well as the disappearing items (former issue which had a workaround) and makes it use a styled scroll bar.
Contributes to issue CURA-8686.
2022-01-19 16:26:48 +01:00
Ghostkeeper
f94b7ce753
Replace ScrollView+Column+Repeater by ListView with correct scrollbar
...
Much simpler. And looks more consistent too.
Contributes to issue CURA-8686.
2022-01-19 14:59:48 +01:00
Ghostkeeper
5041162a99
Use custom scroll bar for qualities+intents menu
...
Contributes to issue CURA-8686.
2022-01-19 14:47:55 +01:00
Ghostkeeper
c57126fb00
Use re-useable scrollbar and remove ScrollView
...
The machine selector has the scroll view inside of the listview. It just needs to use our new scrollbar element instead of the default.
Contributes to issue CURA-8686.
2022-01-19 14:32:12 +01:00
Ghostkeeper
7e1b92953c
Update ScrollView to Controls 2 and customise with scrollbar
...
Contributes to issue CURA-8686.
2022-01-19 14:14:03 +01:00
Ghostkeeper
509c9068eb
Convert all ScrollViews to Controls2
...
This was a bit of a doozy. One was really simple but the other one had me stumped for a while: The Controls2 version doesn't have the viewport property any more, so just use the width.
Contributes to issue CURA-8686.
2022-01-19 13:48:21 +01:00
j.delarago
cac27770ce
Add new design checkbox svg icons.
2022-01-19 10:46:31 +01:00