ChrisTerBeke
|
657a91c525
|
Merge pull request #2685 from Ultimaker/container_stack_improvements
Container stack improvements
|
2017-11-20 17:42:26 +01:00 |
|
Aleksei S
|
f1db8ed001
|
Show message (hover slieder) if user selected custom quality profile in recomended mode
CURA-4466
|
2017-10-31 11:07:45 +01:00 |
|
ChrisTerBeke
|
ff732720ca
|
Set quality slider active index to -1 for user created profile, fix for CURA-4466
|
2017-10-23 12:45:07 +02:00 |
|
Diego Prado Gesto
|
eb0b08a813
|
CURA-4470 Hide quality slider handle when quality profile doesn't exist
|
2017-10-22 18:35:05 +02:00 |
|
Diego Prado Gesto
|
d2d28fbdfb
|
CURA-4470 Fix quality slider not selecting correct quality profile
Compare selected quality by quality_type instead of id when loading a
project file from older versions of Cura.
|
2017-10-19 20:49:11 +02:00 |
|
ChrisTerBeke
|
30281f17f3
|
Add simple mode settings flag for user created profile - CURA-4466
|
2017-10-19 17:03:31 +02:00 |
|
ChrisTerBeke
|
b2dbefc823
|
Update helper text for custom changes in recommended settings - CURA-4333
|
2017-10-18 15:44:02 +02:00 |
|
Lipu Fei
|
fae65d7b83
|
Minor fixes for customized profile in simple mode
CURA-4333
- Update comments
- Disable the quality slider when there is a customized profile
|
2017-10-16 13:26:28 +02:00 |
|
Lipu Fei
|
9b8dc9bf55
|
Move simple-mode settings customization check into a separate file
CURA-4333
Simple-mode is a special mode so it makes more sense to put those code
in a separate file instead of in the more generic MachineManager.
|
2017-10-16 13:18:11 +02:00 |
|
Lipu Fei
|
e1234a09aa
|
Add the missing parseInt()s back
CURA-4333
|
2017-10-16 11:42:13 +02:00 |
|
Lipu Fei
|
94a624e105
|
Merge branch 'master' into CURA-4333_Notification_icon_for_recommended_mode
|
2017-10-16 11:37:55 +02:00 |
|
A.Sasin
|
7f5aed7ead
|
User pyqtProperty instead of puqtSlot
CURA-4333
|
2017-10-13 16:34:49 +02:00 |
|
A.Sasin
|
16bd4430e4
|
Added a pyQtProperty to validate user settings (Might be wrong approach)
CURA-4333
|
2017-10-12 21:23:17 +02:00 |
|
Ghostkeeper
|
e4a53da763
|
Merge branch '3.0'
Contributes to issue CL-508.
|
2017-10-12 14:56:30 +02:00 |
|
Lipu Fei
|
39891551e3
|
Fix custom profile handling for quality slider
CURA-4333
|
2017-10-12 12:42:18 +02:00 |
|
A.Sasin
|
a3b8642a4e
|
Added text.elideRight on SidebarSimple
|
2017-10-12 11:45:25 +02:00 |
|
A.Sasin
|
a7e0d5147e
|
Merge branch 'master' of github.com:Ultimaker/cura
|
2017-10-12 10:40:50 +02:00 |
|
Lipu Fei
|
0383cea816
|
Fix code style
CURA-4333
|
2017-10-12 10:31:13 +02:00 |
|
Lipu Fei
|
b59b245bff
|
Merge branch 'master' into CURA-4333_Notification_icon_for_recommended_mode
|
2017-10-12 10:20:35 +02:00 |
|
A.Sasin
|
b318dc7087
|
Added notification icon in recomended mode. The notification icon is only
active if one of custom settings is changed
CURA-4333
|
2017-10-12 08:57:26 +02:00 |
|
Mark
|
3a7fbdb173
|
Changed parseInt to Math.floor
|
2017-10-11 17:06:13 +02:00 |
|
Mark
|
eaa7b75f0e
|
Changed parseInt to Math.floor
|
2017-10-11 16:47:40 +02:00 |
|
Mark
|
00205996da
|
Change Text to Label and cast all sizes to int
CURA-4437
|
2017-10-11 14:53:46 +02:00 |
|
ChrisTerBeke
|
3db5787d5d
|
Code cleanup for infill slider value binding - CURA-4438
|
2017-10-11 14:41:13 +02:00 |
|
Lipu Fei
|
bb476752a4
|
Fix infill density binding in Recommended mode
CURA-4438
Infill density in Recommended mode should be bound to the correct stack
when the infill extruder is/is not set to a specific extruder.
|
2017-10-11 14:05:56 +02:00 |
|
Mark
|
d4a8dbdee7
|
Change Text to Label and cast all sizes to int
CURA-4437
|
2017-10-11 12:48:42 +02:00 |
|
Lipu Fei
|
444204f6a1
|
Fix "Print Speed" text width for some translations
CURA-4341
|
2017-10-10 14:35:07 +02:00 |
|
ChrisTerBeke
|
874b08eb07
|
Fixes for infill slider gradual reset - CURA-4397
|
2017-10-05 18:08:52 +02:00 |
|
Diego Prado Gesto
|
17183316db
|
Gradual infill stepping 1 by 1 and remembering previous value - CURA-4397
|
2017-10-05 15:22:39 +02:00 |
|
ChrisTerBeke
|
a8476c30ca
|
CURA-4414 replace all Text elements for Label, make sure no half pixel anchors exist
|
2017-10-05 10:58:07 +02:00 |
|
Mark
|
e9a8ae15f3
|
Move text back to label and remove unused font
|
2017-10-05 10:57:43 +02:00 |
|
Ghostkeeper
|
e07e7bc9e7
|
Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0"
This reverts commit b62c19206f , reversing
changes made to 104926c6ed .
Contributes to issue CURA-4414.
|
2017-10-05 10:28:54 +02:00 |
|
Diego Prado Gesto
|
30be02be14
|
Keep custom infill density value when disabling gradual infill - CURA-4397
|
2017-10-05 09:08:52 +02:00 |
|
ChrisTerBeke
|
3f1ec174ba
|
CURA-4414 replace all Text elements for Label, make sure no half pixel anchors exist
|
2017-10-04 13:34:24 +02:00 |
|
Mark
|
dcb630a24e
|
Move text back to label and remove unused font
|
2017-10-03 14:02:07 +02:00 |
|
Jaime van Kessel
|
1f8a5a1957
|
Minor codestyle refactor
|
2017-10-02 14:19:44 +02:00 |
|
Jaime van Kessel
|
7a85dc28d7
|
Changing to a printer with user settings doesn't trigger keep/discard popup anymore
Fixes #2499 CURA-4384
|
2017-10-02 13:35:19 +02:00 |
|
Diego Prado Gesto
|
4d9908364a
|
Now empty message in materials and variants doesn't appear - CURA-4377
|
2017-09-29 16:28:18 +02:00 |
|
Jaime van Kessel
|
437da52f65
|
Merge branch 'fix_multiple_extruder_issues' of github.com:Ultimaker/Cura into 3.0
|
2017-09-29 15:17:11 +02:00 |
|
Diego Prado Gesto
|
61e65d5cb0
|
Fixing code style -
CURA-4386 CURA-4379
|
2017-09-28 16:14:58 +02:00 |
|
ChrisTerBeke
|
1b8766b953
|
CURA-4386 CURA-4379 change stack behaviours to fix crashes
|
2017-09-28 16:00:16 +02:00 |
|
Mark
|
9a193ad5c5
|
Changing AGPLv3 to LGPLv3
|
2017-09-28 13:00:43 +02:00 |
|
ChrisTerBeke
|
07899ba798
|
Merge branch 'feature_hide_gradual_infill' into 3.0
|
2017-09-28 09:34:25 +02:00 |
|
ChrisTerBeke
|
8f4692b3bb
|
Merge branch '3.0' into FieldOfView/fix_quality_disabled_alignment
|
2017-09-28 09:19:13 +02:00 |
|
ChrisTerBeke
|
f2e362838e
|
Merge branch 'fix_quality_disabled_alignment' of https://github.com/FieldOfView/Cura into FieldOfView/fix_quality_disabled_alignment
|
2017-09-28 09:16:52 +02:00 |
|
fieldOfView
|
0b03681890
|
Hide gradual infill checkbox if the gradual infill steps setting is disabled
|
2017-09-27 22:28:20 +02:00 |
|
Diego Prado Gesto
|
dcf07e4f35
|
Merge branch '3.0' of https://github.com/Ultimaker/Cura into 3.0
|
2017-09-27 17:25:22 +02:00 |
|
Diego Prado Gesto
|
f8722a2d4b
|
Fixed code style in the function - CURA-4352
|
2017-09-27 17:21:43 +02:00 |
|
fieldOfView
|
47ad68bda7
|
Show ticks when they are not available
|
2017-09-27 17:20:55 +02:00 |
|
fieldOfView
|
87c7373cb0
|
Fix visibility when there are ticks but no available ticks
|
2017-09-27 17:14:41 +02:00 |
|