51 Commits

Author SHA1 Message Date
fieldOfView
85370dad87 Fix indent
CURA-340
2016-05-26 09:42:16 +02:00
fieldOfView
098cf515df Fix tooltips for simple mode helpers
CURA-790
2016-05-26 09:41:49 +02:00
fieldOfView
fe53a43819 Combine support checkbox & support extruder selection & remove main extruder selection
CURA-790
2016-05-26 09:41:25 +02:00
Jaime van Kessel
808f117785 Merge branch 'settings_rework' of https://github.com/Ultimaker/Cura 2016-05-25 15:44:08 +02:00
Arjen Hiemstra
386aec32a8 Merge branch 'settings_rework'
Contributes to CURA-1278

* settings_rework: (224 commits)
  Improve slice trigger documentation
  Import Cura in materials preferences page so we can use the active definition id
  Add layer height to high quality profile so we have something that changes
  Update example XML material to use the right product names
  Filter available materials by the machine definition
  Show the add machine dialog when we do not have an active machine
  Create machine-specific material containers for machine specific overrides in XML material files
  When creating a new container stack, add empty containers for things where we cannot find containers
  Add preferred variant, material and quality to UM2+ definition
  Account for global container stack being None in the backend plugin
  Use the global stack instance variable and account for it potentially being None
  Store the global container stack as an instance property
  Added wildcard to filtering
  Per object settings filter now uses correct bool types (instead of strings)
  Removed stray = sign.
  Fix creating print job name
  Disable asynchronous loading of SettingItem when Qt Version < 5.5
  Document QTbug
  Properly serialise all settings to g-code file
  Document GCodeWriter class
  ...
2016-05-25 15:12:25 +02:00
fieldOfView
f349221fa6 Make simple mode extruder selection work with settings_rework
CURA-1278 & CURA-790
2016-05-25 14:56:05 +02:00
Arjen Hiemstra
e4fe1c6e21 Add PropertyProviders to SidebarSimple and use them for property values 2016-05-16 18:22:37 +02:00
Arjen Hiemstra
d68f274a09 Improve positioning of tooltips in advanced mode 2016-05-11 17:19:31 +02:00
Arjen Hiemstra
199a30099e Comment away everything related to activeprofile and machine manager in SidebarSimple
To make SidebarSimple at least display again
2016-05-10 17:29:29 +02:00
fieldOfView
f3c16198c9 Only show support extruder selection when printing support is enabled
CURA-790
2016-05-09 08:25:56 +02:00
fieldOfView
d34c28543b Connect extruder comboboxes with their settings
CURA-790
2016-04-27 11:49:25 +02:00
fieldOfView
4a2b1af9f5 Add reusable style for comboboxes to the theme
CURA-790
2016-04-27 10:28:58 +02:00
fieldOfView
6907c8921e Add (non-functional) extruder selection dropdown to simplemode for multi-extrusion printers
CURA-790
2016-04-27 10:20:11 +02:00
fieldOfView
2afea115da Fix width of troubleshooting guide link in Simple mode sidebar 2016-04-14 11:56:36 +02:00
fieldOfView
06445ef3bb Add link to troubleshooting guide to simple mode
Fixes CURA-536
2016-03-07 15:19:27 +01:00
Arjen Hiemstra
d93055da1a Fix syntax 2016-02-23 12:22:30 +01:00
Arjen Hiemstra
720324f0c6 Replace Theme property accessors with getThing calls 2016-02-23 12:22:30 +01:00
Jaime van Kessel
c0d167e751 Changing values in simple mode no longer influences local model
CURA-865
2016-02-19 10:42:38 +01:00
Jaime van Kessel
8402189b42 Removed unused code 2016-02-10 10:28:03 +01:00
Jaime van Kessel
bf3ce61b7f SidbarSimple now uses container proxy correctly
Fixes CURA-823
2016-02-10 10:26:59 +01:00
fieldOfView
ccf53147b3 Add margins around infillmodel options, so an infill option is always selected 2016-02-08 09:20:47 +01:00
Arjen Hiemstra
edf2802099 Use a StackView and non-dynamic instantation for the sidebar modes
Improves performance at the cost of flexibility.
But we did not use that flexibility anyway.
2016-01-29 14:58:08 +01:00
fieldOfView
30d3d90dd8 Tweak Simple Mode layout margins 2015-12-30 09:53:28 +01:00
fieldOfView
6863e15e20 Remove Print Speed setting from simple mode 2015-12-08 15:03:54 +01:00
fieldOfView
a8547483b8 CURA-361 2015-12-03 23:13:58 +01:00
fieldOfView
d9098ff06d SimpleMode small fixes & additions 2015-12-03 12:09:32 +01:00
fieldOfView
943f86ab51 Add Speed section to Simple Mode 2015-12-03 12:09:32 +01:00
fieldOfView
7212080b42 Simplify SimpleMode tooltips 2015-12-03 12:09:32 +01:00
fieldOfView
1684aa5e50 Add tooltips to Simple Mode 2015-12-03 12:09:31 +01:00
fieldOfView
4d29fccb0b Remove cursorShapes for now 2015-12-03 12:09:30 +01:00
fieldOfView
9cd4419e1a Fix simple mode infill buttons hover border 2015-12-03 12:09:27 +01:00
fieldOfView
3a8de56f66 Fix cursorShape for sidebar controls 2015-12-03 12:09:27 +01:00
fieldOfView
101df0035d Restyle simple mode Infill controls
Tweak scrollbar colors
2015-12-03 12:09:26 +01:00
fieldOfView
2477617155 Reorient LayerView slider
Fix toolbar tooltip collisions
Refactor use of colors.text_default
2015-12-03 12:09:26 +01:00
fieldOfView
d41db89254 Move Job Specs into viewport area 2015-12-03 12:09:24 +01:00
fieldOfView
5cc75398c2 Fix error in SidebarSimple
Tweak SaveButton
Change splash to Developer Version
2015-12-03 12:09:24 +01:00
fieldOfView
211b45d9fb Remove "specs" from Save Button
Restyle Save Button
Tweak Simple mode
2015-12-03 12:09:24 +01:00
Adam Goldsmith
95a695545b Fix unset text colors on bright backgrounds
Adds a text_default color for use where the background color is set to
something bright. This avoids falling back on the user's theme, in which
the default text color might be also be bright.
2015-10-28 10:32:47 -04:00
Arjen Hiemstra
ca60ed0aad Make the Infill buttons and support checkboxes in Simple mode functional
CURA-182 #done
2015-09-29 16:58:04 +02:00
Arjen Hiemstra
67086b4d9f Update translated strings and contexts 2015-09-12 20:08:41 +02:00
Tamara Hogenhout
b816f0b03b Implement simplemode -> profilesetup -> infill selection
not yet fully functional. Fast implement for string freeze

Contributes to: issue CURA-123
2015-09-11 13:02:01 +02:00
Tamara Hogenhout
28aec71c02 adds/adapts translation context markers
all nescessary in folder: Cura/resources

Contributes to: issue CURA-116
2015-09-08 16:30:10 +02:00
Jaime van Kessel
0530f107c7 Fixed qml undefined errors 2015-09-07 15:17:15 +02:00
Jaime van Kessel
a5720adb66 State is now only changed when its different
Fixes Ultimaker/Cura#327
2015-09-07 14:44:57 +02:00
Tamara Hogenhout
04d1ae0b22 15.10 minimal version of the simple mode
Contributes to: issue CURA-60
2015-09-03 16:42:47 +02:00
Jaime van Kessel
d195c859a2 Code style & switch to translation catalog 2015-08-27 16:04:02 +02:00
Arjen Hiemstra
ad68111c0c Disable the low/high quality slicing and slider settings if we are not in simple mode
Contributes to #11
2015-06-25 12:04:25 +02:00
Arjen Hiemstra
9d7e460b50 Add missing copyright headers
Fixes #5
2015-05-11 12:18:05 +02:00
Arjen Hiemstra
acf5120cff Add missing translation markers 2015-05-07 16:33:37 +02:00
Arjen Hiemstra
0a6562a8f1 Style: Use "" for strings not '' 2015-05-06 18:32:54 +02:00