jelle Spijker
abc76e593a
Increased the height of the welcome wizard screen.
...
Discussed with UX what the best approach would be.
Both came to the conclusion that this is the simplest
and more aesthetic approach.
The extra white space at the bottom and height of the
first screen is still acceptable according to UX.
Contributes to CURA-8290_whats_new_text
2021-06-17 14:41:56 +02:00
Jaime van Kessel
ba9c97a263
Give whats new screen a bit more room
...
CURA-8290
2021-06-10 16:36:30 +02:00
Jaime van Kessel
70e4e9640e
Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons"
...
This reverts commit 6120d8a054b8c04bf90b8b3d3cb219d691bece2f, reversing
changes made to 95652556fef90f70adbf25bfa9bd3b8af7220d4a.
2021-05-27 16:06:20 +02:00
Kostas Karmas
f887db23f6
Use detail_level to describe the icons (instead of size)
...
Previously the icons were organized according to "size" which could prove to be confusing.
This commit fixes that by organizing them according to "detail_level".
CURA-8010
2021-04-28 18:53:32 +02:00
jelle Spijker
247412b16a
Implemeted new icons in on-boarding dialog
...
CURA-8010_new_icons
2021-04-28 16:54:26 +02:00
jelle Spijker
2bd6f28f3a
Update Icons
...
Subdivided the new icons in 3 size categories. As requested by UX
Used the company naming scheme for uniformity and easy recognition.
Known issues:
- Top/Bottom category wasn't taken into account by UX at the time. Since
this is a recent addition. Both the Walls and Top/Bottom will be updated.
- Cloud/Network connection icons 12px don't render correctly. Due to the
theme-ing.
- Extruder Icons do not render correctly.
CURA-8010_new_icons
2021-04-26 19:42:17 +02:00
Ghostkeeper
2ecdd799c6
Support animated images in what's new pages
...
Let's hope they don't go too crazy with the file size of these. But animated GIFs are now supported here.
Fixes CURA-8145.
2021-04-16 16:13:52 +02:00
Kostas Karmas
14c11190fd
Minor UI fixes in the What's new pages
...
* Add a top margin between the image and the text
* Change the text font to default
* Fix line break in the html page
CURA-8154
2021-04-12 12:38:36 +02:00
Kostas Karmas
17a4b40fd7
Change the font size to default in the changelog
...
So that it is consistent with the What's new pages
CURA-8154
2021-04-12 12:37:57 +02:00
Kostas Karmas
ae63dff0e4
Remove padding of the text in the scrollable text area
...
CURA-8154
2021-04-09 15:09:10 +02:00
Kostas Karmas
92dafccf6d
Fix margins in the WhatsNew pages
...
CURA-8154
2021-04-09 15:08:43 +02:00
Kostas Karmas
89697ea489
Set height of progressBar to 0 when not visible in WizardPanel
...
CURA-8154
2021-04-09 11:42:13 +02:00
Kostas Karmas
34195551f4
Fix uneven margins in the WizardPanel
...
CURA-8154
2021-04-09 11:41:33 +02:00
Jelle Spijker
295e16f5cd
Merge pull request #9493 from Ultimaker/CURA-8152_Onboarding_flow_dialog_ends_after_selecting_networked_printer_without_showing_whats_new
...
CURA-8152: Go to the next page when adding a networked machine in oboarding wizard
2021-04-04 12:47:58 +02:00
Kostas Karmas
789f6de9c8
Go to the next page when adding a networked machine in oboarding wizard
...
CURA-8152
2021-04-02 14:39:22 +02:00
Ghostkeeper
6b41f3a5cd
Make the welcome screen a re-usable image
...
It's not good to name a resource after where it's used if it could be necessary in multiple places.
Contributes to issue CURA-8107.
2021-04-01 18:19:18 +02:00
Remco Burema
9ffd7ecdb3
Make Wizard Dialogs non-resizeable.
...
5-min fix.
2021-04-01 13:01:14 +02:00
Remco Burema
92c3c0cdea
Solve 'What's New' font troubles.
...
5-min fix.
2021-04-01 08:54:16 +02:00
Remco Burema
61bbc6a935
Omit 'Changelog' from title-label
...
5-min fix.
2021-03-31 18:58:31 +02:00
Remco Burema
7cf2ebe441
Fit text in boxes.
...
5-min fix.
2021-03-31 09:54:05 +02:00
Konstantinos Karmas
504f6dbe70
Revert "Cura 7813 qml modules version bump"
2021-03-30 09:48:28 +02:00
Konstantinos Karmas
180732788b
Merge pull request #9472 from Ultimaker/CURA-7813_QML_warnings
...
Cura 7813 qml modules version bump
2021-03-30 09:42:59 +02:00
Kostas Karmas
7827b36ab7
Fix QML warnings due to depricated on<signal> calls in Connections
...
As of 5.12, the signals used in connections should not be declared as on<signal>, but as
function on<signal>(arguments).
2021-03-30 09:02:48 +02:00
jelle Spijker
3baa71fd48
Update QtGraphicalEffects, Window and Dialogs
...
CURA-7813
2021-03-29 18:12:35 +02:00
jelle Spijker
9da321ffb9
Update Layouts, Control.Styles and Dialogs
...
CURA-7813
2021-03-29 18:04:47 +02:00
jelle Spijker
2986d50745
Update QtQuick and QtQuick.Controls
...
CURA-7813
2021-03-29 17:55:19 +02:00
Jaime van Kessel
2e88a3463c
Merge branch 'CURA-8014_welcome_pages_attract_mode' of github.com:Ultimaker/Cura
2021-03-25 15:53:59 +01:00
Jaime van Kessel
4e80ac5138
Use alignment instead of anchors
...
Since it's within a layout, you can't use anchors
CURA-8014
2021-03-25 15:53:08 +01:00
Remco Burema
839ac63241
Darker inactive dots in Whats New.
...
CURA-8014
2021-03-25 15:35:53 +01:00
Kostas Karmas
179d77ef5c
Transfer the "What's new" and "Changelog" pages at the end of wizard
...
To match the requirements specified in the ticket.
CURA-8014
2021-03-25 13:29:17 +01:00
Kostas Karmas
7af6ea5cc5
Remove unnecessary horizontalCenter anchor
...
Left and right anchors can't work at the same time with the horizontalCenter. In this case it
makes more sence to remove the horizontalCenter, since the left and right ones also define the
width of the rectangle.
CURA-8014
2021-03-25 12:51:07 +01:00
Kostas Karmas
e55e157925
Change label text to not contain a new line character
...
CURA-8094
2021-03-25 09:05:49 +01:00
Kostas Karmas
18c0510727
Fix review comments in WelcomeContent.qml
...
CURA-8094
2021-03-25 09:00:14 +01:00
Kostas Karmas
d6c1ffdda3
Fix review comments in CloudContent.qml
...
CURA-8094
2021-03-25 08:58:37 +01:00
Remco Burema
7304226aca
Increase reliance on anchors instead of width-height.
...
CURA-8014
2021-03-24 16:44:58 +01:00
Remco Burema
98ed2bc8b6
Adopt code-review remark.
...
Use height instead of implicit height.
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-03-24 15:59:22 +01:00
Remco Burema
d033e066f7
Adopt code-review remark.
...
Use width instead of implicit width.
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-03-24 15:58:44 +01:00
Remco Burema
b04bbfdee2
Adopt code-review remark.
...
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-03-24 15:57:41 +01:00
Remco Burema
5083db8d44
On new install or update, have highlights not just changelog.
...
Place images in resources/images/whats_new/N.format and texts in resources/texts/whats_new/N.format where N is the ordinal and format the respective allowed formats.
CURA-8014
2021-03-24 12:00:05 +01:00
Jelle Spijker
1b8d261e95
Correct spacing in Welcome screen
...
CURA-8094 Cura onboarding flow
2021-03-23 12:57:38 +01:00
Jelle Spijker
778db451ad
fixed typo
...
CURA-8094 Cura onboarding flow
2021-03-23 11:40:23 +01:00
Jelle Spijker
c727fe5e0c
Updated Sign in screen first run
...
CURA-8094 Cura onboarding flow
2021-03-23 11:20:38 +01:00
Jelle Spijker
ccf18a7443
Updated Welcome screen first run
...
CURA-8094 Cura onboarding flow
2021-03-23 11:18:25 +01:00
Evangelos Trantos
548e6e19e5
Remove the opening of the mycloud/digital factory URL in cases where the user has already signed in.
...
In cases where a staging build is created this hardcoded value would cause confusion, since it would always point the user to the production environment.
2020-09-14 21:20:38 +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
Kostas Karmas
3d5bbfbfaa
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:19:37 +02:00
Jaime van Kessel
5e788235c8
Add missing theme-ing to cloud first run screen
...
CURA-7627
2020-08-03 16:19:26 +02:00
Kostas Karmas
f80dbefad3
Change width column widths in AddLocalPrinterScrollView
...
To make sure that printer names are not truncated.
From CCB
2020-08-03 13:50:29 +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
fieldOfView
33eaebe397
Change wording
2020-06-05 11:42:11 +02:00