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
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
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
2986d50745
Update QtQuick and QtQuick.Controls
...
CURA-7813
2021-03-29 17:55:19 +02:00
Satish
18630fa2f1
Added several ids to be used in integration tests:
...
-Marketplace, printer pref, add/manage printer from main mnu, print settings
2019-05-03 09:35:17 +02:00
Jaime van Kessel
79fbe12e92
Add an extra check to enforce min height of printSetupSelector
...
CURA-6478
2019-04-29 10:49:33 +02:00
Jaime van Kessel
db1a5ec8c0
Add mousearea to prevent clicking through the printSetupSelector
...
CURA-6478
2019-04-29 10:38:05 +02:00
Remco Burema
bd262ca6c4
Set min.-height and 'stage-awareness' for print-setup-UI. [CURA-6478]
2019-04-25 15:37:52 +02:00
Remco Burema
baac2d1a0f
Fix various expandable/dragable/window interactions. [CURA-6478]
2019-04-25 13:33:31 +02:00
Remco Burema
e7ba543fec
Merge pull request #5172 from Ultimaker/resize_bar_ui_changes
...
Change the style of the resize bar
2019-01-17 16:59:18 +01:00
Diego Prado Gesto
86b0ac320b
Increase the padding with the button
...
Add more padding when the draggable area is visible
2019-01-16 08:47:01 +01:00
Remco Burema
f057c9a7df
Prevent spurious updates to 'onPreferenceChanged's if the preference doesn't match.
2019-01-15 17:15:12 +01:00
Diego Prado Gesto
2435b97ef7
Change the style of the resize bar at the bottom of the print setup panel
...
Make it wider and more visible to the user.
Change icon.
Keep margins according to the other panels.
2019-01-15 12:12:47 +01:00
Lipu Fei
29bb317293
Add a margin to settings panel bottom
...
CURA-6054
2019-01-14 10:55:03 +01:00
Remco Burema
7b3cf6be64
Fix resizable Settings-Panel for change in window size. [CURA-6054]
2019-01-11 17:32:15 +01:00
Lipu Fei
a8128919af
Make resize bar slim
...
CURA-6054
2019-01-07 10:41:07 +01:00
Ghostkeeper
cfdce25a62
Add grip lines to bottom of resizable panel
...
Looks all right now.
Contributes to issue CURA-6054.
2019-01-03 17:06:17 +01:00
Ghostkeeper
c6c09a8327
Limit height of settings drop-down to window size
...
It seems to be very hard to limit it to not overlap with the action panel. Well, going out of the window is a bigger problem so at least we can fix that.
Contributes to issue CURA-6054.
2018-12-24 16:16:23 +01:00
Ghostkeeper
c6f4cb4927
Make the settings panel resizable
...
You can now drag the bottom side of the panel to make it bigger or smaller.
Contributes to issue CURA-6054.
2018-12-24 15:31:47 +01:00
Diego Prado Gesto
af37f51cf8
Make the expandable content header to be a common header for every expandable component.
...
Contributes to CURA-5941.
2018-12-10 13:36:06 +01:00
Diego Prado Gesto
dff364ee30
Change the panel to have also rounded rectangle in the top part
...
Contributes to CURA-5941.
2018-12-10 12:03:29 +01:00
Diego Prado Gesto
12522c9293
Change hover colors of the small buttons.
...
Contributes to CURA-5941
2018-12-10 11:19:44 +01:00
Diego Prado Gesto
07d58c3aef
Merge branch 'ui_rework_4_0' into CURA-5941_restyle_setting_dropdown
2018-12-05 13:56:21 +01:00
Diego Prado Gesto
034b1660f7
Adjust sizes in the custom print setup mode
...
Contributes to CURA-5941.
2018-12-05 13:05:22 +01:00
Diego Prado Gesto
4dcce7616b
Fix some leftover renamings
...
Contributes to CURA-5941
2018-12-04 13:21:26 +01:00
Diego Prado Gesto
692686597c
Fix an issues that didn't calculate the correct height of the popup when the custom mode was selected from previous runs.
...
Contributes to CURA-5941.
2018-12-04 12:07:31 +01:00
Diego Prado Gesto
004405e5f9
Change the colors to match the designs.
...
Contributes to CURA-5941.
2018-12-03 17:25:07 +01:00
Diego Prado Gesto
7dc3320b06
Remove all the signal propagation for the tooltip and allow only Cura.qml to handle them
...
Contributes to CURA-5941.
2018-12-02 20:32:55 +01:00
Diego Prado Gesto
1238aa7304
Format the slider for the infill in the recommended mode
...
Contributes to CURA-5941
2018-12-02 12:03:58 +01:00
Diego Prado Gesto
1a778b3078
Fix qualiy slider alignments
...
Contributes to CURA-5941.
2018-11-30 14:18:07 +01:00
Diego Prado Gesto
17945c6b16
[WIP] Separate components in different files
...
Contributes to CURA-5941
2018-11-30 11:32:24 +01:00
Diego Prado Gesto
bc8bf87809
Align the buttons at the bottom of the panel
...
Contributes to CURA-5941.
2018-11-29 15:54:02 +01:00
Diego Prado Gesto
7639983925
Clean the recommended mode print setup
...
Contributes to CURA-5941
2018-11-29 08:54:04 +01:00
Diego Prado Gesto
990c653af4
Refactor the code a bit more to better align the components in the
...
recommended mode.
Contributes to CURA-5941.
2018-11-28 17:29:25 +01:00
Diego Prado Gesto
85b34d6005
Refactor the PrintSetupSelector
...
The file was splitted in several other files to improve readability.
There is a new folder called PrintSetupSelector where all those files
will be.
Contributes to CURA-5941.
2018-11-28 13:07:39 +01:00