Jaime van Kessel
b09a88075e
Show a visual indication of enabled directly after click
...
This doesn't actually speed up the process, but it does give some indication
that something is going on while the changes are happening
Contributes to #8250
2020-09-04 14:48:55 +02:00
Ghostkeeper
ab33a09613
Merge branch '4.7'
2020-09-01 13:02:01 +02:00
Ghostkeeper
d115efbbb2
Add change log entry for Cura 4.7.1
...
And make links clickable there.
Contributes to issue CURA-7658.
2020-09-01 13:01:45 +02:00
Jaime van Kessel
72d31d2ae5
Fix hover of the tooltip for the objectlist
...
Fixes #8290
2020-09-01 10:50:04 +02:00
Jaime van Kessel
afb29724ff
Give the machineButton selectors a fixed width
...
This prevents them from popping out of the interface for certain
languages
2020-08-25 10:59:14 +02:00
Ghostkeeper
222d6604e0
Clarifications and fixes to source strings
...
Found during work on CURA-7622.
2020-08-21 16:40:24 +02:00
Ghostkeeper
9ea418c0a1
Revert "Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7""
...
This reverts commit 28f4d8513db7efce17bfd8b80fa7c8b237fd1c18.
The original revert was to revert an accidental merge from master to 4.7. This now reverts the revert on Master, so that we still have those changes on Master.
2020-08-20 16:35:52 +02:00
Jaime van Kessel
af05aa61b7
Remove unneeded binding
...
This binding wasn't needed to prevent a binding loop, but it did cause
the length to not be updated correctly sometimes
CURA-7589
2020-08-20 16:05:52 +02:00
Ghostkeeper
28f4d8513d
Revert "Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7"
...
This reverts commit 7f47f12bf0a9cf305542b6c21600ce9b804c1dfd, reversing
changes made to dd42c87da762d2030ee2220bc6f0a3e44cf85c28.
2020-08-20 16:01:46 +02:00
Ghostkeeper
dea53b9c02
Revert "Use extruderList rather than deprecated extruders property"
...
This reverts commit 458acb356f11f50c3327b5af0be8531fb761548f.
The change was wrong. The code refers to PrinterOutputModel.extruders which is not deprecated, not to GlobalStack.extruders (which is deprecated).
Fixes #8204 .
2020-08-18 10:38:50 +02:00
Jaime van Kessel
ea7dc0ff01
Fix custom profiles not always being visible in menu
...
CURA-7589
2020-08-17 14:09:27 +02:00
Jaime van Kessel
ec48496790
Remove unneeded binding
...
This binding wasn't needed to prevent a binding loop, but it did cause
the length to not be updated correctly sometimes
CURA-7589
2020-08-14 10:00:33 +02:00
Ghostkeeper
615c124960
Remove MouseArea if tooltip is not visible
...
It should unnecessarily catch any mouse events then. And neither should the ScrollView inside.
2020-08-12 11:07:09 +02:00
Ghostkeeper
3de3d438a5
Prevent MouseArea from stealing mouse clicks
...
Possibly this is a problem if the tooltip is invisible. We're not sure yet how to reproduce that bug though. In any case, it's neater to not catch mouse events you don't need.
2020-08-12 11:02:04 +02:00
Ghostkeeper
1085709407
Fix arrow position if tooltip is too big to fit on the screen
2020-08-05 02:44:19 +02:00
Ghostkeeper
3b8ae6439c
Put the setting tooltip in a scrollview
...
You can now scroll through it if the description is too long for it to fit on the screen.
2020-08-05 02:40:45 +02:00
Ghostkeeper
d710d42c0a
Keep tooltip visible when hovering over it
...
Except when hovering over it while it's completely invisible. You just get this 100ms leeway time to transition from the setting to the tooltip.
2020-08-05 02:16:16 +02:00
Jaime van Kessel
af9a078d41
Merge branch '4.7' of github.com:Ultimaker/Cura into 4.7
2020-08-04 13:30:39 +02:00
Jaime van Kessel
955b2950e8
Change tertiary button to use link text color
...
CURA-7627
2020-08-04 13:30:01 +02:00
Kostas Karmas
17b6dd46b0
Change color of busyIndicator according to the Theme
...
Also for the text "No printer found in your network" in AddNetworkPrinterScrollView
CURA-7627
2020-08-03 16:05:20 +02:00
Jaime van Kessel
d8427b4109
Add missing theme-ing to cloud first run screen
...
CURA-7627
2020-08-03 15:38:20 +02:00
Kostas Karmas
6050d042f4
Change width column widths in AddLocalPrinterScrollView
...
To make sure that printer names are not truncated.
From CCB
2020-08-03 14:43:23 +02:00
Ghostkeeper
877e2213de
Fix disabling of zoom-to-mouse preference in orthographic camera mode
...
It doesn't work then.
Done as a 5-minute-fix.
2020-08-03 12:27:37 +02:00
Konstantinos Karmas
d6a2c1d46d
Merge pull request #8077 from mahtDFR/master
...
Change "Save..." to "Save Project..." in file menu
2020-07-27 17:12:04 +02:00
Remco Burema
302e0c6277
Remove redundant button.
...
As discussed in the CCB this morning. Since the new profile will be the _changed to_ profile rather than the _changed from_ (the latter of which would make the button useful, but since the profile is already switched at that point it would be a lot of work), the 'Create New Profile ...' button (in the Keep/Discard dialog) is redundant, since you can always create a new profile if you select keep changes.
2020-07-22 11:04:58 +02:00
Jaime van Kessel
527e5775a7
Also set clipping for string
2020-07-20 15:25:55 +02:00
maht
f3103e5808
Update FileMenu.qml
2020-07-17 12:01:49 +02:00
maht
1ce7f1838f
Update FileMenu.qml
2020-07-17 11:29:18 +02:00
Kostas Karmas
e9da3b7e9a
Revert "Make all settingitems async"
...
This reverts commit d1afc6390258510450e6f061757025f62e257dcb.
It creates a problem in Windows where settings with dropdown menus
do no load anymore.
2020-07-16 09:34:36 +02:00
Ghostkeeper
c38ee8a365
Clear focus when changing tools
...
This is a fix for a bug on MacOS where the delete key wasn't working. A text field from the tools was in focus, which caught the key event, preventing objects from being deleted.
Fixes #7754 and CURA-7585.
2020-07-13 13:47:51 +02:00
Jaime van Kessel
e010d4f945
Only enable clipping for list text fields
...
Because clipping is expensive!
2020-07-10 16:44:55 +02:00
Jaime van Kessel
6d120c43b6
Remove unneeded null check
...
The check takes ~1.5 ms. It's easily called a few hunderd times
2020-07-10 15:57:00 +02:00
Jaime van Kessel
8b7b8b0118
Simplify the SettingCategory
2020-07-10 14:50:44 +02:00
Jaime van Kessel
e633b6408e
Use pre-calculated control height
...
It's way faster to not re-compute every single time
2020-07-10 14:34:02 +02:00
Jaime van Kessel
d1afc63902
Make all settingitems async
...
We're quite a few qt versions ahead now. The issue seems to have been resolved in the meantime!
2020-07-10 14:28:58 +02:00
Jaime van Kessel
ce3ac604f2
Remove anchient check from the code
...
We removed global tabs like 4 years ago, so no need to have the check.
Speeds up the setting loading a bit more again
2020-07-10 14:05:39 +02:00
Jaime van Kessel
c5d5cd2c59
Precompute delegate height for settingview
...
Speed up the rendering of settingitems a bit
2020-07-10 13:54:16 +02:00
Jaime van Kessel
b7296dd700
Don't update material menu when it's not visible
...
Knocks off about a second of loading
2020-07-10 13:48:47 +02:00
Jaime van Kessel
b1cd5960b8
Load a number of dialogs on demand instead of always
...
Knocks off 0.4 sec of booting.
2020-07-10 13:23:30 +02:00
Nino van Hooff
816aaafc19
Revert changes for CURA-5479
...
It was decided that functionality present in existing plugins is
sufficient. No need to replicate it in our own codebase and
take on the burden of maintenance
CURA-5479
2020-07-07 16:11:03 +02:00
Kostas Karmas
7362e3f227
Update list of dependencies in "About" dialog
...
CURA-7542
2020-07-02 13:29:54 +02:00
Konstantinos Karmas
e2486d79c4
Merge pull request #8001 from Ultimaker/CURA-5479_job_name_template
...
Add a print job name setting to general preferences
2020-07-01 16:57:43 +02:00
Nino van Hooff
06284b6a73
Implement Review comments
...
CURA-5479
2020-07-01 16:47:20 +02:00
Nino van Hooff
c50f7aa455
Add a print job name setting to general preferences
...
CURA-5479
2020-06-30 17:04:03 +02:00
Nino van Hooff
7a37803ae4
Merge pull request #7993 from Ultimaker/CURA-7122_Include_description_in_search_field
...
Let search field also look through the description
2020-06-30 14:04:10 +02:00
Jaime van Kessel
6a3e96aa0e
Don't re-create translation catalog in workspace summary
2020-06-29 17:06:16 +02:00
Jaime van Kessel
3c9de0610b
Let welcomeDialog default to invisible
...
This speeds up the bootup a bit since it doesn't have to create a number
of the items in the dialog
2020-06-29 16:58:45 +02:00
Jaime van Kessel
22de878e5c
Merge branch 'CURA-7473_account_pending_update_button' of github.com:Ultimaker/Cura
2020-06-29 15:11:42 +02:00
Jaime van Kessel
134d79608f
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-7122_Include_description_in_search_field
2020-06-29 13:55:09 +02:00
Jaime van Kessel
d2280b9afb
Fix disabling show_xray_warning
2020-06-29 13:31:08 +02:00