Kostas Karmas
be74d4dd3f
Fix warning in Setting Visibility Page
2021-05-11 13:45:14 +02:00
Konstantinos Karmas
08e2687c14
Merge pull request #9774 from Ultimaker/CURA-8010-fallback_icon_names
...
Add system to deprecate icons in the theme
2021-05-10 14:23:05 +02:00
Ghostkeeper
912a65b0f3
Add missing source argument to onTriggered handler
...
Otherwise the source variable is always undefined.
Fixes #9621 .
2021-05-07 02:25:05 +02:00
Ghostkeeper
b134405b2c
Add bottom camera angle menu item to view menu
...
It doesn't really clutter the interface in this menu.
Done as a 5 minute fix for #7609 .
2021-05-06 11:39:11 +02:00
Jaime van Kessel
672d6c89cf
Switch out inherit icon
...
CURA-8010
2021-05-05 15:58:42 +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
9ea97f7561
SVG are not correlated to pixel size.
...
Although this deviates from the UX practices. It tended to confuse the
programmers ;-) The variances in level of detail for the icons are now
placed in the sub-directories. small, default and big.
CURA-8010_new_icons
2021-04-28 15:45:20 +02:00
jelle Spijker
5cb56b74e2
Updated the ExtruderIcon to not look completely horrible
...
This icon is due for a revisit with ticket:
- CURA-8011 Replace extruder/material icon
Therefore out-of-scope for this ticket.
CURA-8010_new_icons
2021-04-28 11:24:33 +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
Konstantinos Karmas
196c891331
Merge pull request #9590 from Ultimaker/4.9_smartling_translations
...
4.9 translations
2021-04-19 13:36:27 +02:00
jelle Spijker
c9b6282a62
Re-enabled Czech translations
...
Contributes to CURA-8153
2021-04-16 19:43:43 +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
Jaime van Kessel
45f5a222f0
Downgrade version of certain qml impots to as low as they need to be
2021-04-14 10:58:05 +02:00
Remco Burema
e0e77327b5
Dropdown menu wasn't closing on MacOS.
...
CURA-8172
2021-04-13 13:38:58 +02:00
Kostas Karmas
5d18f697a3
Merge branch '4.9' into CURA-8154_Fix_sizing_of_Whats_New_pages
2021-04-12 12:41:26 +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
Konstantinos Karmas
ce5db5e12e
Merge pull request #9545 from Ultimaker/CURA-8161_remove_donkey_and_other_UX_adventures
...
[CURA-8161] Remove donkey and other UX adventures
2021-04-09 16:32:19 +02:00
Kostas Karmas
97442ebefc
Increase size of the profile override choice popup in preferences
...
This way the popup will show the entire text for all three options.
CURA-8161
2021-04-09 16:18:04 +02:00
Remco Burema
ed7439f9cd
Fix various UX issues.
...
- Remove donkey: We where showing our donkey due to an unfortunate abbreviation/truncation of 'Colorblind Assist'. Now that should already not show in for a default install, which was fixed in the previous commit, but also just give the box some more space.
- Revert most of the rest of the preferences/general page back to the old controls (except for the combo-boxes, which needed to be upgraded in order to work on MacOS 11), pending a _proper_ redesign to the newer style of this page.
CURA-8161
2021-04-09 15:30:09 +02:00
Kostas Karmas
2027309863
Fix tab button not switching to the next print setting field
...
The signal `setActiveFocusToNextSetting` has an argument which wasn't being passed in the
`onSetActiveFocusToNextSetting()` function, which was causing the broken behavior.
CURA-8166
2021-04-09 15:19:38 +02:00
Remco Burema
8ee0e13394
Remove hack that made older code work to make newer code work.
...
Theme and Language (in the interface) would stay on 'Colorblind Assist' and empty respectively, even if the actual theme (and obvioulsy the language) where different.
CURA-8161
2021-04-09 15:12:28 +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
Kostas Karmas
16cb42b3c7
Set the size of the "What's New" dialog equal to the "Welcome" dialog
...
CURA-8154
2021-04-09 11:39:43 +02:00
Remco Burema
d2007901f7
Also convert visibility-preset dropdown.
...
This will make this Qt5.15 control work on mac again. (Since the older controls are deprecated.)
CURA-8127
2021-04-07 08:31:49 +02:00
Remco Burema
7520e3b148
Workaround old-style menu's not closeable on Mac OSX.
...
Menu's didn't always close, and on newer Macs users wouldnt be able to even close the menu, making this a blocker. Will fix this properly before the final, but at least the beta should be usable now.
CURA-8142
2021-04-06 12:21:59 +02:00
Remco Burema
a04fee8e95
Deprecated QtQuickControls 1 has some problems on Mac OSX.
...
In this particular case it was easiest to do the in a sense proper thing and just upgrade.
CURA-8127
2021-04-06 10:44:31 +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
Konstantinos Karmas
db750ccf43
Merge pull request #8842 from sustmi/CURA-8821_add_czech_translation
...
Add Czech translations for Cura 4.8
2021-04-02 15:45:42 +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
e6951327bb
Translate title of sign in screen
...
Formerly this probably wasn't translated because it's like a name or term. But now it definitely needs to be translated.
Contributes to issue CURA-8107.
Co-authored-by: Jaime van Kessel <nallath@gmail.com>
2021-04-02 11:09:24 +02:00
Ghostkeeper
9ebb5e4cee
Redesign log-in advertisement
...
This is a new text and new ordering. The title is above the image now, and the sign in has become a tertiary button.
Contributes to issue CURA-8107.
2021-04-01 19:33:35 +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
Remco Burema
368c0310a5
Merge branch 'big_merge_v49' into 4.9
2021-03-30 22:51:50 +02:00
Remco Burema
315898864c
Merge branch 'CURA-7180_keyring_storage' into big_merge_v49
2021-03-30 17:21:17 +02:00
Remco Burema
e8defcff7c
Merge branch 'CURA-7180_keyring_storage' into big_merge_v49
2021-03-30 14:56:39 +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
jelle Spijker
645dc181bc
Fixed not showing tooltip
...
CURA-7813
2021-03-30 09:26:36 +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