fieldOfView
a17160f52d
Merge branch 'master' into feature_setting_visibility_profiles
...
# Conflicts:
# resources/qml/Settings/SettingView.qml
2018-02-15 11:54:45 +01:00
fieldOfView
32d677295f
Set rendertype for units in SettingTextField
2018-02-15 11:38:51 +01:00
fieldOfView
593dad7cca
Fix categories too
2018-02-15 11:34:46 +01:00
fieldOfView
ec1cf4065e
Set renderType to Text.NativeRendering for qtquick controls 2 Labels
...
Apparently, the qtquickcontrols 2 Label no longer defaults to using renderType: Text.NativeRendering
This causes text to render with QtRendering which looks subtly different on Windows and succinctly broken on some OSX installations.
2018-02-15 11:12:19 +01:00
Ghostkeeper
ee9de1f11b
Merge branch '3.2'
...
Lots of conflicts due to rounding vs. flooring of text element positions for weirdness with the font aliasing.
2018-02-14 10:53:51 +01:00
Mark
b531c0550d
Change Math.floor to Math.round as a last try to fix garbled fonts
...
CURA-4941
2018-02-14 09:28:47 +01:00
Mark
12b2348309
Revert "Use QTQuick 2.2 to fix garbled fonts"
...
This reverts commit 0d5bb952efc468522b55cbf903349aaf7f979af9.
2018-02-13 14:37:05 +01:00
Mark
0d5bb952ef
Use QTQuick 2.2 to fix garbled fonts
...
CURA-4941
2018-02-13 12:42:31 +01:00
Mark
466926fecd
Increased the version of QtQuick
2018-02-13 11:07:14 +01:00
Mark
7493fae667
Fix to make sure margins cant have partial values
...
CURA-4941
2018-02-13 07:32:10 +01:00
Mark
7ea654df3d
Fix to make sure margins cant have partial values
...
CURA-4941
2018-02-13 07:31:02 +01:00
Ghostkeeper
03b4213e92
Merge branch '3.2'
...
Conflicts in Cura.qml and SaveButton.qml from people fixing positioning rounding at the same time...
2018-02-12 13:10:24 +01:00
Mark
461da709ff
Checked all divisions (again..) and multiplications on rounding errors
...
CURA-4941
2018-02-10 12:45:36 +01:00
fieldOfView
74fe281e1d
Sync currently selected preset between visibility-page and -menu
2018-02-09 18:54:04 +01:00
Mark
b52bf6decf
resolve conflict
2018-02-09 13:01:56 +01:00
Mark
8fca183a5e
Fix rounding errors for garbled text
...
CURA-4941
2018-02-09 11:30:56 +01:00
fieldOfView
f79e787f2c
Refactor SettingVisibilityProfiles to SettingVisibilityPresets
...
This is closer to the current Cura intend
2018-02-09 09:01:39 +01:00
fieldOfView
080979caeb
Move setting visibility presets into a model
...
Handling of "Custom" is still under consideration
2018-02-08 23:07:45 +01:00
fieldOfView
872efd16b2
Fix selecting presets from menu
...
Switching back to Custom is not yet implemented, and the menu selection does not yet change if the preset is changed in the preferences
2018-02-08 17:13:59 +01:00
fieldOfView
69d7bf4130
Merge branch 'master' into feature_setting_visibility_profiles
2018-02-08 16:06:48 +01:00
Ghostkeeper
64e7a8e61f
Merge branch '3.2'
2018-02-05 14:18:18 +01:00
fieldOfView
2703474861
Only select all text when tabbing through fields, not when clicking a field
2018-01-27 21:56:39 +01:00
fieldOfView
1a56eae186
Bring SettingOptionalExtruder up to speed
2018-01-24 16:46:53 +01:00
fieldOfView
6480926869
Add swatches in extruder dropdown
2018-01-24 16:44:15 +01:00
fieldOfView
19e74a2d45
Add extruder combobox popup styling
2018-01-24 16:29:36 +01:00
fieldOfView
428dfeaed7
Add combobox popup styling
2018-01-24 16:08:56 +01:00
Ghostkeeper
0007f3dafd
Merge branch '3.2'
2018-01-16 09:28:40 +01:00
Aleksei S
9a3c9921ca
Fix: remove unnecesary cura slice request
...
CURA-4785
2018-01-15 17:21:43 +01:00
Ghostkeeper
e7c5120f9c
Merge branch '3.2'
2018-01-15 16:52:28 +01:00
Aleksei S
38ae75637a
Revert "Fix: Cura update setting after delay"
...
This reverts commit f823a98708dd3eed2485ff412d3fe2dd03a31f35.
2018-01-15 16:15:36 +01:00
Aleksei S
8498946de1
Merge branch 'master' of github.com:Ultimaker/cura
2018-01-15 15:40:10 +01:00
Aleksei S
f823a98708
Fix: Cura update setting after delay
...
CURA-4785
2018-01-15 15:39:25 +01:00
Lipu Fei
616615067c
Fix quality name in selected profile box
...
CURA-4796
2018-01-15 15:17:15 +01:00
Ian Paschal
dac67ef2fc
Merge pull request #3134 from Ultimaker/3.2
...
Fix for CURA-4789
2018-01-15 14:41:23 +01:00
Lipu Fei
03bd4d8d22
Fix profile menu text for custom profiles based on not supported
...
CURA-4796
2018-01-15 14:29:52 +01:00
Jaime van Kessel
ed9634ebe0
Merge branch 'master' of github.com:Ultimaker/Cura into network_rewrite
2018-01-08 10:56:12 +01:00
ChrisTerBeke
9784faf181
Merge pull request #3017 from fieldOfView/feature_textfield_select
...
Select text when gaining focus
2018-01-04 17:01:46 +01:00
fieldOfView
d3c2e0d656
Merge branch 'qtquick-controls-2.0' into feature_setting_visibility_profiles
2018-01-04 14:20:44 +01:00
Lipu Fei
d20895a055
Fix code style
...
CURA-4758
2018-01-04 13:51:47 +01:00
Lipu Fei
84adbc5f41
Use the 5.8 versions of QtQuick modules in QMLs
...
CURA-4758
2018-01-04 13:26:14 +01:00
ChrisTerBeke
4cec27b181
Fix QML warnings for combo boxes - CURA-4758
2018-01-04 11:53:34 +01:00
ChrisTerBeke
3f7d8997a1
Fix icon positions - CURA-4758
2018-01-04 11:33:12 +01:00
fieldOfView
3f11b8a756
Merge branch 'master' into feature_setting_visibility_profiles
2018-01-04 11:06:51 +01:00
Lipu Fei
392be23281
Fix SettingView stakc ID binding
...
CURA-4708
2018-01-03 15:58:30 +01:00
ChrisTerBeke
4f77b2ea6d
More layout and font fixes
2018-01-03 13:50:06 +01:00
ChrisTerBeke
b7aadbe3c3
Fix extruder dropdown text model
2018-01-03 13:08:20 +01:00
ChrisTerBeke
1fa3031486
Fix text color for extruder comboboxes
2018-01-03 12:52:40 +01:00
ChrisTerBeke
3a2b2d3333
Also fix combobox list item heights for extruder dropdowns
2018-01-03 12:48:33 +01:00
ChrisTerBeke
1fe653b231
Fix combobox dropdown item height
2018-01-03 12:47:08 +01:00
ChrisTerBeke
77c8ac3950
Layout fixes for controls 2.0
2018-01-03 11:46:20 +01:00