Jaime van Kessel
c0d167e751
Changing values in simple mode no longer influences local model
...
CURA-865
2016-02-19 10:42:38 +01:00
Ghostkeeper
bcbb28dd9f
Fix application menu save-to-file option
...
Turns out that named parameters never worked. I've changed it into key-word arguments, but then not really key-word arguments but a QVariantMap.
Contributes to issues CURA-611 and CURA-898.
2016-02-18 13:30:24 +01:00
fieldOfView
b8113a9740
Reset menu selection without modifying the model
...
Contributes to CURA-853
2016-02-17 22:04:05 +01:00
Ghostkeeper
ccd937a56f
Make boolean trap more readable
...
This doesn't entirely remove it but it looks a bit better. In other calls, the variable name that's filled in the parameter sort of makes it clear what the boolean indicates.
Contributes to issue CURA-611.
2016-02-15 16:56:42 +01:00
fieldOfView
5613a5de20
Reset menu selection when canceling profile switch
...
Contributes to CURA-853
2016-02-15 14:19:32 +01:00
Jaime van Kessel
b2f37390fd
Merge branch '2.1' of https://github.com/Ultimaker/Cura
2016-02-12 09:46:23 +01:00
fieldOfView
f8aa4cdade
Merge branch '2.1' of https://github.com/Ultimaker/Cura into 2.1
2016-02-11 09:26:48 +01:00
fieldOfView
cd768902e9
Fix tooltips in simple mode
...
Simple mode no longer showed tooltips since Simple Mode and Advanced Mode were put in a StackView.
2016-02-11 09:25:37 +01:00
Ghostkeeper
edb7803760
Make the machine file types filter optional for OutputDevice
...
The call to OutputDevice from the save button filters by the file types available to the machine. The call to OutputDevice from the application menu doesn't.
Contributes to issue CURA-611.
2016-02-10 13:39:49 +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
3369750b97
Make sure Machine names are always unique and non-zerolength
...
Applies the same rename behavior introduced in the profiles rework to machine names. Machine names are always accepted, but if they are non-unique a number is added (recursively).
If no name is specified, a logical default is chosen. Robust against leading/trailing spaces, and case insensitive.
Contributes to CURA-425
2016-02-09 15:33:27 +01:00
fieldOfView
ccf53147b3
Add margins around infillmodel options, so an infill option is always selected
2016-02-08 09:20:47 +01:00
fieldOfView
828752af30
Remove dialogs that were moved to Uranium
2016-02-08 09:18:35 +01:00
fieldOfView
f97e2fa6aa
Prepare "Add profile" dialog
2016-02-08 09:18:33 +01:00
fieldOfView
faefbb6b8e
Rename materials model to MachineMaterialsModel
2016-02-08 09:18:30 +01:00
fieldOfView
47d299b8c3
Add material profile selection to sidebar
2016-02-08 09:18:30 +01:00
Jaime van Kessel
5cb27c5589
Updates list of languages in interface
...
CURA-526
2016-02-04 12:00:20 +01:00
Jaime van Kessel
2867f03840
Fixes rotation hint
...
CURA-816
2016-02-03 14:30:00 +01:00
Jaime van Kessel
d68e17c9f5
Merge pull request #624 from Ultimaker/fast_advanced_switch
...
Fast Simple<->Advanced Switch
2016-02-01 10:48:27 +01:00
Arjen Hiemstra
5d136a1da7
ActiveTool.properties now returns a ContainerProxy object
2016-01-29 15:18:19 +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
Ghostkeeper
c53969f1bd
Wait for FinishedSlicing message to mark slicing as finished
...
Instead of waiting until progress is more than 99%, wait for the dedicated FinishedSlicing message.
Contributes to issue CURA-427.
2016-01-29 11:22:04 +01:00
Tim Kuipers
8a48791a0b
Merge branch '2.1'
2016-01-28 15:25:18 +01:00
fieldOfView
3768975aae
Disable actions while tooloperation is ongoing
2016-01-21 15:45:52 +01:00
fieldOfView
42673c7c68
Disable using the toolbar while a tooloperation is ongoing
2016-01-21 15:42:20 +01:00
fieldOfView
f8e2d4f035
Disable toolbar while running tooloperation
2016-01-21 15:42:20 +01:00
fieldOfView
a3e8b313cd
Add LoadProfileDialog
...
Non-accessible and non-functional for now to defeat the string-freeze for
2.1
2016-01-17 21:50:11 +01:00
Ghostkeeper
d6b6c919fc
Fix typo in preference description
...
nog -> not
2016-01-15 17:13:36 +01:00
Tamara Hogenhout
caae63a1d9
The fileBaseName can be used from both the hasMesh signal as when the file is opened using the terminal
...
It also fixes the undo problem
Contributes to #CURA-707
Contributes to #CURA-620
Contributes to #CURA-687
#591
2016-01-15 16:17:12 +01:00
Tamara Hogenhout
8af00b4195
Just a little cleanup
...
so it is more clear when JobSpecs uses the fileBaseName from cura_app.py and when it uses fhe fileBaseName from cura.qml
Contributes to #CURA-707
Contributes to #CURA-620
#591
2016-01-15 16:11:08 +01:00
Tamara Hogenhout
993f026545
Adds extra context to the topbar menu-items
...
So the translators know in which groups to group the menu-items. The reason for this is that the translator choose alt key accelerators that are unique within its own group.
Contributes to #CURA-526
2016-01-12 15:57:43 +01:00
Tamara Hogenhout
6711cd3070
Fixin some i18n function calls and such
...
because some strings could not be translated
Contributes to #CURA-526
2016-01-12 15:24:47 +01:00
Jaime van Kessel
3523b709c4
Fixed delete selection issues.
...
CURA-616
2016-01-05 12:26:39 +01:00
fieldOfView
c208c01528
Remove commented-out code
2015-12-30 16:36:02 +01:00
fieldOfView
fba47cac0c
Fix layout of General preference page
2015-12-30 09:53:29 +01:00
fieldOfView
282a0d307d
Tweak "Add Printer" dialog
2015-12-30 09:53:29 +01:00
fieldOfView
aa2563b891
Rename "Machines" to "Printers"
2015-12-30 09:53:28 +01:00
fieldOfView
30d3d90dd8
Tweak Simple Mode layout margins
2015-12-30 09:53:28 +01:00
fieldOfView
b7f413dbb7
Move Variant selection to directly below Machine selection
2015-12-30 09:53:28 +01:00
fieldOfView
5ec00b2f6d
Move MessageStack back to bottom until we can relocate the messages that make it obtrusive
2015-12-30 09:53:28 +01:00
fieldOfView
3cf9149a0f
Fix gap between SaveButton and SaveToButton on HiDPI screens
2015-12-30 09:53:26 +01:00
fieldOfView
d5af132a9a
Fixed more thin borders on HiDPI screens
2015-12-30 09:53:26 +01:00
fieldOfView
1747efeff8
Fixed thin borders on HiDPI screens
2015-12-30 09:53:26 +01:00
fieldOfView
4bf4a20d44
Add small hover-effect to small buttons
2015-12-30 09:53:25 +01:00
fieldOfView
ed0fea125c
Add pencil-mark to print job name in JobSpecs area
2015-12-30 09:53:24 +01:00
Ghostkeeper
f6ccbab9dc
Correct alignment of manufacturer in add printer window
...
I reduced the font size of the manufacturer to make it appear like a subscript a bit.
2015-12-29 16:38:10 +01:00
Tamara Hogenhout
e61d3e4f3e
Merge pull request #562 from Ultimaker/feature_ux2-1
...
Design rework for 2.1 release
2015-12-10 11:05:19 +01:00
fieldOfView
6863e15e20
Remove Print Speed setting from simple mode
2015-12-08 15:03:54 +01:00
Arjen Hiemstra
fd4943b18a
Fix variant selection dropdown in sidebar so it actually selects a variant
2015-12-04 16:46:45 +01:00