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
Jaime van Kessel
70254e5585
Let search field also look through the description
...
CURA-7122
2020-06-29 13:11:07 +02:00
Nino van Hooff
294afdb7ca
Connect sync timer to sync() for consistency and add unit tests.
...
Also rename a function to camelCase
CURA-7473
2020-06-26 16:09:33 +02:00
Nino van Hooff
4f1a18f102
Add Install Pending Updates button to Account popup
...
CURA-7473
2020-06-26 11:37:01 +02:00
Nino van Hooff
f35ca0eb7d
Add Multiply Objects to Edit menu
...
CURA-7524
2020-06-23 15:03:25 +02:00
Nino van Hooff
5c52dcc5c4
Merge pull request #7935 from Ultimaker/CURA-7418-update-profile-window
...
CURA-7418 update profile window
2020-06-17 15:35:19 +02:00
Nino van Hooff
6a02abefcd
Change copy of "Your are in sync with your account"
...
to "Account synced"
Don't think the duplication I found is necessary, but I don't dare to
deduplicate it as I found some logic inconsistencies
CURA-7418
2020-06-17 15:34:13 +02:00
Jaime van Kessel
8de981f33d
Add left padding to numeric textfield
2020-06-17 09:29:43 +02:00
Jaime van Kessel
6ec7265d8e
Merge branch 'mb-fix-machine-settings-font-valign' of https://github.com/smartavionics/Cura
2020-06-17 09:27:53 +02:00
Kostas Karmas
58218d76c2
Fix missing visibility in the RowLayout of the ConfigurationMenu
...
This fixes the issue of the "Select configuration" label appearing on
top of the extruders in the configuration menu. This could be observed
when adding a UM2 with Olsson block.
2020-06-16 16:35:22 +02:00
Kostas Karmas
60e38402fb
Remove system palette
...
The SystemPalette was not properly reflecting the text color in the
dark theme (the icon remained black). For that reason, the palette
is removed and color for the icon have been added in the themes.
CURA-7418
2020-06-16 14:50:06 +02:00
Kostas Karmas
a9de95a1eb
Fix minor visual issues
...
The following issues are fixed:
* The visibility of the placeholder rectangle, according the existence
of the avatar image
* The initial letter not being visible in the dark theme
* Vertical alignment of the avatar
CURA-7418
2020-06-16 14:41:52 +02:00
Kostas Karmas
78bd5520bd
Add theme color for sync state icon
...
CURA-7418
2020-06-16 14:41:23 +02:00
Kostas Karmas
2b517a03cc
Fix typo
...
CURA-7418
2020-06-16 14:39:50 +02:00
Jaime van Kessel
560c0c8657
Merge branch 'feature_add_local_printer_ux' of https://github.com/fieldOfView/Cura
2020-06-16 14:17:16 +02:00
Kostas Karmas
87a97afd84
Add newlines at the end of files
...
CURA-7418
2020-06-16 13:35:28 +02:00
Jaime van Kessel
ec1ed80c9f
Add initials when no avatar is set
...
CURA-7418
2020-06-16 09:17:58 +02:00
Jaime van Kessel
1b6ef4c28c
Merge branch 'mb-modify-tool-panel-anchor-point' of https://github.com/smartavionics/Cura
2020-06-15 14:53:29 +02:00
Jaime van Kessel
f6e9bc7c3c
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-7418-update-profile-window
2020-06-15 14:10:20 +02:00
Jaime van Kessel
0edb93176a
Fix some layout issues
...
CURA-7418
2020-06-15 14:09:01 +02:00
Jaime van Kessel
a7e7ddf4b5
Add the digital factory button
...
CURA-7418
2020-06-15 13:33:47 +02:00
Jaime van Kessel
200e3d6ee7
Add tertiary button as a reusable component
...
CURA-7418
2020-06-15 13:19:50 +02:00
Ghostkeeper
09298eac93
Elide setting name if it's too long
...
This keeps the text readable.
Fixes #7926 .
2020-06-15 12:24:39 +02:00
Ghostkeeper
c7929fa053
Fix theming of width/height of this dialogue
...
Also allow resizing it, because why not.
Contributes to #7926 .
2020-06-15 12:22:20 +02:00
Nino van Hooff
e5a7ad2eca
Merge pull request #7904 from Ultimaker/CURA-7454_Add_remove_printers_button_in_removed_printers_from_account_message
...
CURA-7454: Add "remove printers" button in removed printers from account message
2020-06-12 17:35:09 +02:00
Jaime van Kessel
d33529f932
Use property & states instead of listening to changed signal
...
It makes a lot more sense to me to use states and an actual property.
CURA-7418
2020-06-11 17:31:19 +02:00