jspijker
61623720ca
Update copyright using UltiMaker
...
Contributes to CURA-9808
2022-11-28 10:48:38 +01:00
jspijker
696c0f8547
Update company name to UltiMaker
...
Contributes to CURA-9808
2022-11-28 09:05:21 +01:00
c.lamboo
d5c0fde7f2
Render labels using Text.QtRendering
on OSX
...
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see).
In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could.
CURA-9154
2022-05-10 15:40:09 +02:00
c.lamboo
35f5c3f959
Revert "Render labels using Text.QtRendering
on OSX"
...
This reverts commit f0e3c19a34d1fde3b7ec4fd95677fbefa2028b26.
2022-05-10 15:39:02 +02:00
c.lamboo
f0e3c19a34
Render labels using Text.QtRendering
on OSX
...
Fonts were looking a bit to thick on when using `Text.NativeRendering`, so using `Text.QtRendering` instead. After this the font weight looks identical to figma (as far as I can see).
In this commit I also changed all `Label`'s to `UM.Label`'s and removed default properties where I could.
CURA-9154
2022-05-10 15:36:50 +02:00
j.delarago
2ffcfafc77
Some place RegularExpressionValidator can't be found in QtQuick 2.10 but can be in 2.15 so all files using RegularExpressionValidator have been bumped to latest QtQuick
...
CURA-8640
2022-04-05 16:10:39 +02:00
c.lamboo
3c9e2a1b08
Update RegExpValidator to RegularExpressionValidator
...
Due to Qt6 API change
CURA-8640
2022-03-30 15:10:37 +02:00
Ghostkeeper
9ea025885a
Update links to network troubleshooting page
...
The new links also have campaign identifiers. Because apparently the website doesn't read the HTTP metadata information saying that it redirected from Cura, and it adds information which button it came from.
The old links will remain working via redirects, for older Cura versions.
Contributes to issue CURA-8528.
2021-08-31 12:07:11 +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
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
967488095b
Fix weird wording.
...
Whoops. It's only been there for a year...
2020-04-22 15:43:38 +02:00
Kostas Karmas
34f81ed0b0
Add link then the printer is not found
...
CURA-7017
2020-03-18 09:31:13 +01:00
Ghostkeeper
365d1c0f74
Reset 'has responded' state when pressing Add
...
It's maybe not a good idea to remember this state only in QML. Not changing that now though.
Contributes to issue CURA-7017.
2020-03-05 17:39:57 +01:00
Ghostkeeper
2dcf5a9c97
Fix link to connecting page
...
Contributes to issue CURA-7017.
2020-03-05 14:01:02 +01:00
Ghostkeeper
25292a4c7c
Add link to help pages if it can't connect
...
I don't know what the link is supposed to be linking to though. Yet.
Contributes to issue CURA-7017.
2020-03-05 13:16:54 +01:00
Ghostkeeper
9122d0cca4
Remove misleading text that says you could enter hostnames
...
We don't resolve the hostnames ever. You can only enter IP addresses.
2019-08-21 09:56:32 +02:00
Diego Prado Gesto
5b9c4e402e
Change the Back button to be a secondary button
...
Change also some texts in the More information dialog and the font type of one of the titles in the first use flow
Contributes to CURA-6483.
2019-05-02 15:38:19 +02:00
Lipu Fei
85822d6e73
Fix add by IP validator regex
...
CURA-6483
2019-05-02 15:30:11 +02:00
Lipu Fei
0575fd283e
Fix manual printer device not up-to-date
...
CURA-6483
2019-05-01 15:12:08 +02:00
Lipu Fei
2b5d78a01a
Do not add unknown or non-host printers in add-by-ip
...
CURA-6483
2019-05-01 14:25:01 +02:00
Lipu Fei
383b474bd7
Fix typo
...
CURA-6483
2019-04-30 15:27:29 +02:00
Lipu Fei
40d26bbb6e
NetworkingUtil is included in Cura 1.5 QML
...
CURA-6483
2019-04-30 12:49:26 +02:00
Lipu Fei
ed8127777c
Make a single NetworkingUtil
...
CURA-6483
2019-04-30 09:43:50 +02:00
Lipu Fei
c8872cb4a1
Use a separate function to validate IP address
...
CURA-6483
2019-04-29 15:53:08 +02:00
Lipu Fei
278d8ee587
Fix button enabled flags
...
CURA-6483
2019-04-26 13:30:26 +02:00
Lipu Fei
dbd8d4e74c
Use IPv4 and IPv6 regex to validate IP input
...
CURA-6483
2019-04-26 12:48:30 +02:00
Lipu Fei
b22073e170
Add timeout for manual IP requests
...
CURA-6483
2019-04-25 11:54:32 +02:00
Lipu Fei
372e9026e4
Move add by ip device discovery into DiscoveredPrintersModel
...
CURA-6483
2019-04-25 08:44:55 +02:00
Lipu Fei
904a8ab26c
Fix theming
...
CURA-6435
2019-04-17 09:18:08 +02:00
Diego Prado Gesto
aabcd71b72
Use the 'busy' property of the ActionButton
...
Instead of creating a new BusyIndicator, use the existing one.
Contributes to CURA-6435.
2019-04-11 14:17:10 +02:00
Diego Prado Gesto
a32488895b
Add renderType to labels
...
Otherwise it becomes unreadable on macOS.
Contributes to CURA-6435.
2019-04-11 12:08:18 +02:00
Lipu Fei
70e97304d1
Fix add-by-ip page layout
...
CURA-6057
2019-04-10 10:33:11 +02:00
Lipu Fei
ad51d8f1b6
Show readable machine type in add by ip page
...
CURA-6057
2019-04-08 13:06:30 +02:00
Lipu Fei
0bac3e8111
Fix button text
...
CURA-6057
2019-04-08 12:39:21 +02:00
Lipu Fei
5cce4cd4cd
Fix add by ip page styling
...
CURA-6057
2019-04-08 12:27:32 +02:00
Jaime van Kessel
7a3cd81e3f
Fix font size for the titles in the welcome flow
...
CURA-6057
2019-04-01 14:10:09 +02:00
Ghostkeeper
5028290e0d
Remove welcome_pages_default_margin theme entry
...
Use the wide margin instead. It's practically the same, nobody is going to notice. It still looks spacey and nice, and it's more consistent with the rest of the interface.
We had previously agreed that we will not make any new widget-specific theme entries any more.
Contributes to issue CURA-6057.
2019-03-29 13:41:45 +01:00
Ghostkeeper
129c1ab3d4
Fix welcome page buttons text not fitting
...
On some operating systems the text would not fit due to different font rendering. Also, after translation, it probably wouldn't fit either.
Usually we have the button size adjusting to the text inside it. The design didn't do this, either because it was too difficult to do in Zeplin, because the designer was lazy, or because the designer didn't know that this was the normal style in the rest of Cura. And the programmer took that over literally.
Contributes to issue CURA-6057.
2019-03-29 13:41:45 +01:00
Lipu Fei
418ad73a63
Move page index logic into WelcomePagesModel
2019-03-26 11:34:44 +01:00
Remco Burema
b25df557d3
Merge branch 'WIP_onboarding' of https://github.com/Ultimaker/Cura into WIP_onboarding
2019-03-22 13:20:43 +01:00
Remco Burema
8de055dd33
Adjust add-by-ip to latest review comments. [CURA-6294]
2019-03-22 13:19:19 +01:00
Remco Burema
1f75d00cd3
Adapt add-by-ip-qml to handle unresponsive address. [CURA-6294]
2019-03-22 13:10:31 +01:00
Lipu Fei
92dea8a52f
Add welcome_pages_default_margin
2019-03-22 11:50:10 +01:00
Lipu Fei
2b0e2d84bb
Rename gotoPage to goToPage
2019-03-22 10:21:17 +01:00
Lipu Fei
a8e2fcf5f5
Add comments for properties in AddPrinterByIpContent
2019-03-22 10:19:38 +01:00
Lipu Fei
0c8afbfa45
Use Item instead of Rectangle
2019-03-22 10:14:34 +01:00
Remco Burema
8250c91fc4
Make remove manual device (also) work (as failure-state of add manual device). [CURA-6294]
2019-03-21 18:45:57 +01:00