28744 Commits

Author SHA1 Message Date
Ghostkeeper
f1d75fe827
Set the width of model loading drop-down to the max of all elements
Then set the elements to be equal to that width, so they fill the complete width of the drop-down.

Contributes to issue CURA-9143.
2022-05-09 11:54:28 +02:00
Casper Lamboo
d79921c964
Merge pull request #12114 from Ultimaker/CURA-9141_translate_5.0
Cura 9141 translate 5.0
2022-05-06 13:50:30 +02:00
Remco Burema
76d5f92975 Align colors disabled settings textfield (5 min fix).
CURA-9252
2022-05-05 17:54:06 +02:00
j.delarago
ba3913395c Add catalog to files that weren't translating
CURA-9141
2022-05-05 16:42:01 +02:00
Jaime van Kessel
509b7d65d5 Fix error checking never setting state to "hasError"
CURA-9249

Fixes #12082
2022-05-05 13:39:30 +02:00
Remco Burema
d33bdf1099 Merge branch 'Patola-5.0-beta' into CURA-9141_translate_5.0 2022-05-05 13:37:01 +02:00
Remco Burema
b129f356a6 Merge branch '5.0-beta' of https://github.com/Patola/Cura into Patola-5.0-beta 2022-05-05 13:36:25 +02:00
Remco Burema
dca4fbd54e
Merge pull request #12049 from sustmi/czech-translations-v5.0
Czech translations v5.0
2022-05-05 13:34:09 +02:00
j.delarago
e2a63ec823 Add 11 language translations from Smartling
CURA-9141
2022-05-05 13:14:56 +02:00
j.delarago
8d627c2770 Merge branch '5.0' into CURA-9141_translate_5.0 2022-05-05 11:46:59 +02:00
Ghostkeeper
eae5f4d57a
Set colour of placeholder text from theme
Otherwise it defaults to black which is not readable in dark mode.

Done as a 5 minute fix.
2022-05-04 15:44:42 +02:00
Jaime van Kessel
76672528ee
Merge pull request #11977 from Ultimaker/CURA-9185_material_menu_cut_off
[CURA-9185] Material menu cut off in menu
2022-05-04 11:29:03 +02:00
Jaime van Kessel
0c98ce2384 Use correct role for standardbutton
Otherwise the no won't register...

CURA-9229
2022-05-04 11:09:49 +02:00
Jaime van Kessel
c3918da6a5 Merge branch '5.0' of github.com:Ultimaker/Cura into 5.0 2022-05-03 13:46:49 +02:00
Jaime van Kessel
f13ec6526b Disable the running property of the action button by default
This would cause scene updates to be drawn all the time, causing
constant cpu drain.
2022-05-03 13:45:56 +02:00
Miroslav Sustek
4facaf4acb Finish Czech translation of v5.0 2022-05-02 23:07:29 +02:00
c.lamboo
cb4f1a8ab5 Replace SpinBox with NumericTextFieldWithUnit
CURA-9146
2022-05-02 17:07:52 +02:00
c.lamboo
4bb72cdd1a Set stepSize property on SpinBox that reflects its decimals
CURA-9201
2022-05-02 16:51:07 +02:00
Jaime van Kessel
cb359cdfe1 Merge branch '5.0' of github.com:Ultimaker/Cura into 5.0 2022-05-02 14:59:48 +02:00
Jaime van Kessel
f1761a17d0 Fix size of setting extruder swatch 2022-05-02 14:59:28 +02:00
Jaime van Kessel
0d4abf9aa4
Merge pull request #12059 from fieldOfView/fix_phantom_menu
[5.0b1] Remove "phantom menu" when there is only a single FileProvider
2022-05-02 14:49:26 +02:00
Jaime van Kessel
15a480e7a9
Merge pull request #12055 from Ultimaker/CURA-9232_fix_menubar_not_catching_events
[CURA-9232] Fix menubar not catching events
2022-05-02 13:50:02 +02:00
j.delarago
6f7fbbecf7 Simplify enabled behaviour
CURA-9232
2022-05-02 13:17:36 +02:00
Cláudio 'Patola' Sampaio
956d85248f Updated pt_BR strings for Cura 5.0 2022-05-02 12:33:11 +02:00
Cláudio 'Patola' Sampaio
867e091bbf Updated pt_BR strings for Cura 5.0 beta 2022-05-02 12:25:08 +02:00
fieldOfView
28f609cbe2 Remove "phantom menu" when there is only a single FileProvider 2022-05-02 12:17:56 +02:00
j.delarago
1accb30408 The PrintSetupTooltip was catching events while invisible on the top left of the screen. This was causing the menubar not to be clickable.
I've disabled PrintSetupTooltip when not visible so that it does not catch events.

CURA-9232
2022-05-02 11:35:32 +02:00
Jaime van Kessel
81a170fb7b
Merge pull request #11981 from Ultimaker/CURA-9194_tiny_marketplace_icon
[CURA-9194] Tiny marketplace icon
2022-05-02 10:22:34 +02:00
Miroslav Sustek
5c753632ff Almost finished Czech translation of v5.0 2022-05-02 00:20:08 +02:00
Casper Lamboo
f33aaa529b
Merge pull request #12007 from Ultimaker/CURA-9214_export_profile_doesnt_work
[CURA-9214] Can't export profiles, also fixes exporting materials
2022-04-29 10:37:50 +02:00
Casper Lamboo
784cd2c99b
Apply suggestions from code review 2022-04-29 10:30:11 +02:00
Joey de l'Arago
d12703289b
Merge pull request #11906 from fieldOfView/fix_single_copy_multiply
[5.0b1] Fix creating a single copy of a model
2022-04-29 08:14:03 +01:00
Joey de l'Arago
d518c3a0ca
Merge pull request #12009 from Ultimaker/CURA-9222_crash_for_multiple_extruders
Use the correct function parameters when removing objects in menu
2022-04-29 08:06:29 +01:00
Jaime van Kessel
6b9cc3f1c7 Use the correct function parameters when removing objects in menu
It turns out that the order of these functions matters. So when we created a
function with only one param, it would actually give it the index. Removing
with the index didn't work, so the object would still be there. The Qt objects
would already be deleted which caused segfaults

CURA-9222
2022-04-28 17:03:41 +02:00
j.delarago
8bb1b0bee8 selectedNameFilter is now an object instead of a string. The nameFilter has to be manually pulled out using the index in selectedNameFilter.
If only one filter is supplied to nameFilters, the index will always be -1. I assume this is because we are not selecting the file type in the Dialog, it just defaults to the only item.

This code should still work if the behaviour is changed in the future.

FileDialog now uses currentFolder instead of folder.

CURA-9214
2022-04-28 14:29:44 +02:00
Jaime van Kessel
2ecec1fa37 Prevent last line of popup to be cut off
We didn't take the y offset into account

CURA-9112
2022-04-28 13:23:41 +02:00
Remco Burema
a2d721b6ac Always return int's.
The problem was probably 'max', but cast the others just to be sure. (This would cause the C++ part of Qt to think it wasbeing given a float from Pyton somehow.)

should fix CURA-9196
2022-04-26 16:54:46 +02:00
Remco Burema
854921c002 Fix typo in property. Not sure why this didn't crash tbh.
done while investigating CURA-9196
2022-04-26 16:52:23 +02:00
Jaime van Kessel
c4ec9142db Merge branch 'fix_missing_icons' of https://github.com/fieldOfView/Cura into 5.0 2022-04-26 15:55:10 +02:00
j.delarago
16bb9952c7 Fix marketplace external link button being tiny.
CURA-9194
2022-04-26 15:55:08 +02:00
Jaime van Kessel
a57c358a04
Merge pull request #11979 from Ultimaker/CURA-9203_infill_percentages_not_lining_up
[CURA-9203] Infill selector misaligned
2022-04-26 15:36:20 +02:00
Jaime van Kessel
15d1ded365 Change selectedTextColor for textfield
CURA-9199
2022-04-26 15:11:19 +02:00
j.delarago
049ab09119 I've changed the dot radius so they are circles again.
I've simplified the dot spacing logic a bit.

For some reason the background does not line up perfectly with the slider. So when it is set to 0 there is still a slight offset on the slider handle.

CURA-9203
2022-04-26 14:59:24 +02:00
Jaime van Kessel
3ecad03aee Use screenscale factor for maximumFlickVelocity
Not sure if it fixes it for all OSes, but the documentation says that this
is a platform specific setting and it increases it by 1.25 for me. Since
the velocity is in pixels/s, it makes sense to have it depend on the screenscale
factor

CURA-9182
2022-04-26 13:21:36 +02:00
j.delarago
45642486fa Fix popup going off the bottom of the screen by having popup push up instead of down when they are below halfway down the list.
CURA-9185
2022-04-26 12:02:43 +02:00
Jaime van Kessel
0213a3833c Fix the tooltip not re-sizing
I'm not entirely sure if this fixes it on windows, but it does at least fix things on Linux.

There are a few important changes to note here:
1. Increased the time of the fade timer to 200ms
2. Removed the mousearea, instead using the hover of scrollview

So why are these important? Nr 1 seems to be because updates seem to be faster? If I set it to 100
I could get it to work reasonably well on qt5, but in qt6, it's about 50% of the times that i'm too slow.
So we need the extra time.

As for the mouse area, it seems that the scrollview was eating up all the hover / containsMouse events.
As scrollview has the same properties that we need, we can just get rid of the mouseArea

CURA-9112
2022-04-26 10:50:29 +02:00
Jaime van Kessel
698adc45db Fix crash if 3mf writer could not be imported
Fixes CURA-3NM (Sentry)
2022-04-25 13:45:05 +02:00
Ghostkeeper
6ce6412580
Update list of projects that can be updated without string freeze break
Just this one, I'm afraid.

Contributes to issue CURA-9121.
2022-04-25 11:14:13 +02:00
fieldOfView
fcad2101f4 Fix creating a single copy of a model
Fixes #11897
2022-04-23 10:50:27 +02:00
Aldo Hoeben
2af1d0a514
Reenable script(s) active indicator icon 2022-04-23 10:16:14 +02:00