181 Commits

Author SHA1 Message Date
fieldOfView
bd4cac53b4 Fix colors to adhere to hig 2016-12-07 22:10:22 +01:00
fieldOfView
e642b4ebe9 Tweak 2.4 sidebar changes
* Make extruder-tabs more clear on badly calibrated displays
* Make infill selection same width as other "Recommended" controls
* Move printer selection to the top bar
* Add animation to support extruder selection combobox
2016-12-07 17:41:04 +01:00
Jack Ha
3efc5d63ef Improved layout, removed material name from extruder name. CURA-2763 2016-12-06 16:11:08 +01:00
Jack Ha
b120cba148 Better colors. CURA-2763 2016-12-06 15:56:20 +01:00
Jack Ha
30a74fb2c1 Layout changes, extruders are now displayed as extruder tabs. CURA-2763 2016-12-06 15:49:34 +01:00
Jack Ha
a65a81e60b colours 2016-12-06 14:14:24 +01:00
Jack Ha
14701d89d0 Finally got edge cases regarding recommended mode support extruder color working. CURA-2767 2016-12-01 14:50:40 +01:00
Jack Ha
ef6e90283e Added color to recommended view support extruder by adding combobox_color style. CURA-2767 2016-12-01 11:34:37 +01:00
fieldOfView
7e4f1dce7b Add button for toggling the find settings textbox
The toggle is only shown when advanced mode is selected.
2016-11-21 23:29:18 +01:00
Ghostkeeper
afd3dd6eec
Make separate theme colour for detail text
I would use the normal font colour with a lower alpha value here, but it seems that rendering text with transparency doesn't work in Qt.

Contributes to issue CURA-2737.
2016-10-21 13:06:49 +02:00
Ghostkeeper
8644fb7113
Never animate progress bars if they are invisible
This is now the responsibility of the theme rather than the interface element, since the theme defines the animation itself. This makes it that the interface element doesn't need to worry about things like its style or animation.

Contributes to issue CURA-2497.
2016-10-06 11:54:21 +02:00
Arjen Hiemstra
c92dfc8af3 Remove "ExtraBold" font variant from Theme
For some reason, on OSX ExtraBold seems to replace Regular font style. Since
it is unused anyway, just drop the ExtraBold for now.

Contributes to CURA-879
2016-09-26 15:23:36 +02:00
fieldOfView
f23af4f295 Optimise icons
Mostly done using svgo:
svgo -f resources/themes/cura/icons --pretty --enable=removeDimensions
2016-09-23 11:50:50 +02:00
fieldOfView
774eadc7d1 Recolor toolbar icons
While cleaning up the theme icons I discovered that the toolbar icons were incorrectly relying on the color specified in the icon.
2016-09-23 10:40:49 +02:00
fieldOfView
4bfa0f3bb1 Move sidebar action button style into styles.qml 2016-09-12 16:53:59 +02:00
Jaime van Kessel
e0b6e31056 Added way to mark toolbutton as error aswell
CURA-2271
2016-09-09 11:48:01 +02:00
fieldOfView
29edcb9058 Style MessageStack making messages less likely to be overlooked
CURA-1886
2016-09-08 08:48:58 +02:00
Jaime van Kessel
3227507297 An empty quality container will now give a "not supported" warning
CURA-2236
2016-09-05 13:31:36 +02:00
fieldOfView
2c61fe3249 Tweak layout of Per Object Settings
CURA-1799
2016-08-08 15:41:20 +02:00
fieldOfView
dff90342d2 Improve rendering of notice icon at small sizes
CURA-2048
2016-08-08 12:00:56 +02:00
fieldOfView
cf06df8b07 Add a sidebar state for when a printer is not accepting commands
CURA-1851
2016-08-04 16:39:46 +02:00
fieldOfView
3923d43567 Disable simple mode controls on global tab
CURA-1758
2016-07-21 15:12:26 +02:00
fieldOfView
7302baa7da Add icon to settings that can only be set globally (for all extruders)
CURA-1758
2016-07-21 15:12:25 +02:00
fieldOfView
a7cfe1b5af Emphasize settings that have a value in the user or quality profile
(in a subtle way)
2016-07-11 21:15:09 +02:00
fieldOfView
e6bc28c30c Replace "Shell" category icon 2016-06-28 16:08:38 +02:00
fieldOfView
05ff256af4 Add an icon for the experimental category
CURA-1284
2016-06-28 08:56:55 +02:00
fieldOfView
55af0af755 Merge branch 'master' into feature_print_monitoring
# Conflicts:
#	resources/qml/Cura.qml
2016-06-24 14:55:12 +02:00
fieldOfView
d613863d83 Tweak colors and icons for print monitor
CURA-1036
2016-06-23 21:50:51 +02:00
fieldOfView
e8743abe68 Set a sensible minimum width for the window 2016-06-23 18:44:06 +02:00
fieldOfView
6d9eb4028e Merge branch 'master' into feature_print_monitoring
# Conflicts:
#	cura/CuraApplication.py
2016-06-23 15:53:53 +02:00
fieldOfView
cdd38763f6 Tweak sidebar tab bar appearance
CURA-1036
2016-06-22 16:06:11 +02:00
fieldOfView
1c83b15290 Tweak viewport overlay
Change color, opacity. Block mouseclicks.
CURA-1036
2016-06-22 14:22:35 +02:00
fieldOfView
b17d621243 Disable nozzle/material selection on the global tab
The global tab has no nozzle/material by definition.
CURA-333
2016-06-22 09:55:25 +02:00
Jaime van Kessel
96e6477793 Print monitoring tab now has icons indicated if it's paused / connected
CURA-1036
2016-06-17 13:06:33 +02:00
Jaime van Kessel
8a603c2fc1 Added basic tabs for monitoring print
CURA-1036
2016-06-15 16:17:52 +02:00
fieldOfView
c6dd9d2c8c Fix codestyle and change faux-"hovered" property mechanism
hovered_ex was a bool property that was set in onEntered and onExited, and has been replaced with an alias to the mouseArea.containsMouse that necessitated the clutch.

CURA-790
2016-06-01 22:21:12 +02:00
Jaime van Kessel
29ed8c2f5b Increased width of per-object settings panel
CURA-1278
2016-05-31 11:33:02 +02:00
fieldOfView
098cf515df Fix tooltips for simple mode helpers
CURA-790
2016-05-26 09:41:49 +02:00
Arjen Hiemstra
d761409bf2 Remove SettingItemStyle from the cura theme
As it is no longer needed
2016-05-11 17:19:31 +02:00
fieldOfView
4a2b1af9f5 Add reusable style for comboboxes to the theme
CURA-790
2016-04-27 10:28:58 +02:00
fieldOfView
75f4a91800 Tweak button icon size to make the icons look a bit less "chunky" 2016-04-26 17:18:40 +02:00
fieldOfView
919e2f55e9 Replace "notice" icon with an icon that is less jarring and differs more in shape with the "reset" icon
Contributes to CURA-1176
2016-04-18 17:39:28 +02:00
Ghostkeeper
0684cee681 Merge branch '2.1'
Conflicts:
	resources/machines/fdmprinter.json
	resources/machines/innovo-inventor.json
	resources/profiles/general/High+Quality.cfg
	resources/profiles/general/Low+Quality.cfg
	resources/profiles/general/Normal+Quality.cfg
	resources/profiles/general/Ulti+Quality.cfg
	resources/profiles/ultimaker2+/pla_0.4_high.curaprofile
2016-04-04 18:49:09 +02:00
Jaime van Kessel
2cda0283c7 Increased width of sidebar a bit to improve readability for other languages
CURA-1268
2016-03-24 14:00:23 +01:00
fieldOfView
1583018e75 Clean up theme: tweak colors, remove unused styles
Contributes to CURA-1143
2016-03-17 21:09:18 +01:00
Ghostkeeper
de9a66e1f4 Merge branch '2.1'
Conflicts:
	plugins/RemovableDriveOutputDevice/OSXRemovableDrivePlugin.py
	plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py
	plugins/USBPrinting/PrinterConnection.py
	resources/machines/fdmprinter.json
	resources/profiles/ultimaker2+/abs_0.4_high.curaprofile
2016-03-17 15:24:00 +01:00
fieldOfView
ff25e382ee Add a notice icon
This icon is used in lieu of the warning icon for CURA-1122
2016-03-15 17:56:30 +01:00
fieldOfView
eb8a1bea8d Add styling for disabled controls
Contributes to CURA-573
2016-03-14 15:58:25 +01:00
Jaime van Kessel
7d86fbd9cc Added warning icon
CURA-1122
2016-03-14 11:30:33 +01:00
Jaime van Kessel
34ed642e35 Revert "Make setting category headers bold"
This reverts commit e56347501d0a61d52bfe632fbf4453d9ab083d1c.

No attached issue; Far to late in release cycle for people to circumvent the design process.
2016-03-11 12:01:31 +01:00