Nino van Hooff
d63499fb24
Remove redundant visibility properties from Items
...
CURA-6874
2019-10-30 10:57:03 +01:00
Nino van Hooff
958a922808
Cleanup debugging things for cura-6874
...
CURA-6874
2019-10-30 10:54:22 +01:00
Nino van Hooff
6bef16bbec
Cleanup: make safe areas invisible
...
CURA-6874
2019-10-28 10:28:19 +01:00
Nino van Hooff
9430d05cac
WIP: center path slider between view controls and action panel
...
CURA-6874
2019-10-25 15:06:33 +02:00
Jaime van Kessel
cc65bc8213
Fix scrollbar for object selector
2019-09-18 17:05:00 +02:00
Ghostkeeper
7aec564848
Attempt at fixing saving of load location on Linux
...
Hope this also works on the Qt version used by our build system...
2019-07-19 12:38:07 +02:00
Ghostkeeper
365d725e42
Add escape as hotkey to exit full screen
...
Should be easier to discover.
Fixes #5956 .
2019-07-03 10:32:00 +02:00
Lipu Fei
0c15f69c44
Merge remote-tracking branch 'origin/4.1'
2019-05-17 15:01:40 +02:00
Lipu Fei
0555cbae4e
Fix add machine dialog state
2019-05-17 15:01:18 +02:00
Diego Prado Gesto
9e5e57e6c5
Merge branch 'master' into feature_model_list
2019-05-07 11:57:31 +02:00
Lipu Fei
defcba6927
Fix that you can only cancel in WizardDialog
...
CURA-6483
2019-04-29 15:53:08 +02:00
Jaime van Kessel
db1a5ec8c0
Add mousearea to prevent clicking through the printSetupSelector
...
CURA-6478
2019-04-29 10:38:05 +02:00
Jaime van Kessel
8d0a31dcfb
Show tooltip on the right side if the setting area is to far to the left
...
CURA-6478
2019-04-29 10:33:02 +02:00
Jaime van Kessel
50ad4e4d4e
Speed up the rendering of the solid view by caching support_angle property
2019-04-19 14:55:28 +02:00
Jaime van Kessel
f86f4d184b
Add a QML item that shows the FPS
2019-04-19 13:58:41 +02:00
Remco Burema
b5d4ef61f5
Add cancel-button and fix window-size (add printer). [CURA-6435]
2019-04-17 18:10:26 +02:00
Lipu Fei
44a0f00f0b
Reuse welcome dialog item to show whats new upon start
...
CURA-6447
2019-04-17 09:58:07 +02:00
Lipu Fei
a49d00c60e
Move some code into Component.onCompleted
...
CURA-6447
2019-04-17 09:42:42 +02:00
Lipu Fei
9494173f43
Remove hack in WelcomePagesModel and add WhatsNewPagesModel
...
CURA-6447
2019-04-12 12:11:09 +02:00
Lipu Fei
b692787def
Fix how onboarding flow is shown
...
CURA-6447
2019-04-10 07:16:09 +02:00
Lipu Fei
61ee2ec85c
Simplify code
...
CURA-6447
2019-04-09 11:45:30 +02:00
Lipu Fei
f94344263b
Fix merge conflicts
2019-04-09 11:33:07 +02:00
Diego Prado Gesto
7bf25a3be5
Also allow upper case CURAPACKAGE filenames
2019-04-08 16:26:14 +02:00
Lipu Fei
7d096e5734
Merge remote-tracking branch 'origin/master' into CURA-6435_new_style_add_machine
2019-04-08 09:09:07 +02:00
Jaime van Kessel
ed503cb6ec
Removed platform check that always had the same result
...
The UM.Application.platform property has been removed by someone for quite some time.
I don't know why the check was in there, but it doesn't seem needed at all as the property was always undefined
2019-04-05 17:07:12 +02:00
Lipu Fei
a5259ce22e
Make progressBar optional in Wizard
...
CURA-6435
2019-04-05 09:09:00 +02:00
Lipu Fei
8e9a934035
Replace with the new add machine dialog
...
CURA-6435
2019-04-05 09:09:00 +02:00
Lipu Fei
a030e4a264
Rename WelcomDialog to WelcomeDialogItem
...
CURA-6435
2019-04-05 09:08:59 +02:00
Ghostkeeper
b9efeb47ed
Don't open add printer wizard on first launch
...
Oops.
Contributes to issue CURA-6057.
2019-04-03 15:56:54 +02:00
Ghostkeeper
2ccc30b824
Only show add machine dialogue if your stack got corrupt, not whole onboarding
...
We don't need to accept the EULA again or whatever. Just add the printer that got lost.
Contributes to issue CURA-6057.
2019-04-03 15:52:07 +02:00
Ghostkeeper
745d9e6116
Also catch middle mouse button in overlay
...
Just catch all buttons. There's an entry for that in QML.
Contributes to issue CURA-6057.
2019-04-03 11:03:55 +02:00
Jaime van Kessel
894a09b654
The welcome dialog is now a rectangle instead of a dialog
...
The whole window approach was just causing to much cross platform issues, so
I converted it into a rectangle and put a mouseArea that eats all the events in the
greyOut background
CURA-6057
2019-03-29 11:33:49 +01:00
Lipu Fei
1dd48c5728
Show welcome page if no printer
2019-03-26 16:21:07 +01:00
Lipu Fei
418ad73a63
Move page index logic into WelcomePagesModel
2019-03-26 11:34:44 +01:00
Remco Burema
139edbb0b7
Merge pull request #5460 from Ultimaker/WIP_onboarding_by_ip
...
'WIP-onboarding-by-ip' into 'parent' branch
2019-03-21 09:52:39 +01:00
Remco Burema
1f2fea14ce
Little refactors (apply review comments). [CURA-6294]
2019-03-20 16:08:50 +01:00
Lipu Fei
95a0a5fb24
Theme window_disabled_background
2019-03-20 13:46:54 +01:00
Remco Burema
ad6603bab8
Merge branch 'WIP_onboarding' into WIP_onboarding_by_ip
2019-03-20 13:33:19 +01:00
Lipu Fei
3a3e65224b
Remove debugging shortcut
2019-03-20 11:11:30 +01:00
Remco Burema
5b31feebba
Remove UserAgreement-plugin in favour of Welcome-Pages. [CURA-6057]
2019-03-15 13:58:36 +01:00
Remco Burema
4a95564277
Only show Welcome-Pages when needed. [CURA-6057]
2019-03-15 11:30:07 +01:00
Remco Burema
0f116fa3f4
Replace old User-Agreement-page with new Welcome-Pages. [CURA-6057]
2019-03-14 14:59:04 +01:00
Diego Prado Gesto
730564345b
Add a small padding at the bottom
...
Otherwise the button is very close to the list of objects.
2019-03-06 10:38:18 +01:00
Diego Prado Gesto
7b030a8235
Move the objectsList to the bottom
...
Now it appears as a panel that you can expand/collapse. For now the background is transparent waiting for the designs to be clear.
2019-03-03 20:10:14 +01:00
Lipu Fei
14fdf68871
WIP: Add User Agreement page and fixes
2019-02-27 15:28:39 +01:00
Lipu Fei
ac012e8f09
WIP: Add Welcome Page and use CTRL+Alt+D to trigger
2019-02-27 12:45:28 +01:00
Lipu Fei
4ea6e5d0df
Merge remote-tracking branch 'origin/4.0'
2019-02-05 11:40:50 +01:00
Ghostkeeper
5992e66ed6
Move action panel into each stage
...
They can then decide if it needs to be there. For instance, the monitor stage doesn't want to have this panel. Also each stage can position it where they like, and in the near future I'll make a feature to let it decide whether or not to show the preview button.
Contributes to issue CURA-6086.
2019-02-04 15:08:59 +01:00
Lipu Fei
efa26c8323
Merge remote-tracking branch 'origin/4.0'
2019-02-01 11:08:33 +01:00
Jaime van Kessel
e6f722b29c
Move additional component loader into ActionPanelWidget
2019-01-31 17:13:32 +01:00