13 Commits

Author SHA1 Message Date
saumya.jain
652e8fbe77 printjob icon
CURA-10997
2023-09-05 16:05:18 +02:00
Saumya Jain
62a32fc725
Update resources/qml/ApplicationSwitcher/ApplicationSwitcherPopup.qml
translating sponser cura

Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2023-08-18 17:34:54 +02:00
saumya.jain
4f6c0001b6 Sponsor cura added at designated loc
CURA-10832
2023-08-18 14:55:19 +02:00
c.lamboo
b22fafadbe Don't capitalise "M" in "Ultimaker Digital Library" and "Ultimaker Digital Factory"
because these are brand names.

CURA-9793
2022-11-29 15:26:51 +01:00
jspijker
f76f711790 Update mentions to UltiMaker
Contributes to CURA-9808
2022-11-28 14:11:21 +01:00
Ghostkeeper
f849df6ba3
Remove old df_access additional right
It is replaced by the new permissions system. The rights are more specific than 'digital factory access, yes or no'. It's now about whether you can read/write printers/projects/print jobs/etc and can differ whether it is your own project/job/etc or someone else's.

Contributes to issue CURA-9220.
2022-07-26 17:49:55 +02:00
Ghostkeeper
7287644324
Add specific permission requirements to application switcher
These functions require special permissions in the account now. Just checking for digital factory access is no longer enough.

Contributes to issue CURA-9220.
2022-07-26 17:46:26 +02:00
Jelle Spijker
666880ad20
Only show certain App Switcher icons when account has DF access
Added a dictionary where additional user rights can be set.
A plugin such as the DigitalFactory can update this dictionary
if certain account rights change. The `account.additionalRights`
is intended to allow us some flexibility, without breaking the API
in the future.

The Application Switcher now queries the additional account rights,
which is updated by the DF plugin to only show `My printers`,
`Digital Library` and `Print jobs` when the user has access to the
DF.

Contributes to CURA-8624
2021-10-18 15:37:06 +02:00
Jelle Spijker
629f695ef7
Only show certain Application Switcher links when logged in
Some links in the application only make sense to
forward a user when they are logged into the DF.
Since we don't expose yet if the user has access
to the DF it will now only check if they are
logged in.

Contributes to CURA-8624
2021-10-18 15:37:06 +02:00
Ghostkeeper
ebee7dbec9
Remove space from link
This was probably a copy-paste error.
2021-10-01 10:22:38 +02:00
Jaime van Kessel
5a8396651e Update the copy of the tooltips
CURA-8422
2021-09-22 12:59:43 +02:00
Jaime van Kessel
90bfdce3bb Further simplify the qml of applicationSwitcherPopup
CURA-8421
2021-09-22 09:45:53 +02:00
Jaime van Kessel
0c9ef1e647 Move ApplicationSwitcherPopup to it's own file
CURA-8421
2021-09-22 09:43:49 +02:00