342 Commits

Author SHA1 Message Date
Ian Paschal
00fe180085 Hide Toolbox Showcase & Materials for 3.4 2018-05-30 16:29:55 +02:00
fieldOfView
ac1dfcf15d Make headers non-transparent 2018-05-28 22:52:49 +02:00
Ian Paschal
7861840886 CURA-5296 Small QML bug fix 2018-05-22 16:04:38 +02:00
Ian Paschal
0b0fb4cd2f CURA-5296 Added "canDowngrade" functionality
Shows "Downgrade" instead of "Uninstall" for bundled packages with an upgrade installed.
2018-05-22 14:52:22 +02:00
Ian Paschal
95a4edb8de CURA-5296 Improve button styling 2018-05-22 11:34:41 +02:00
Mark
850f6f9b15 Change name to Community materials 2018-05-17 16:46:32 +02:00
Ghostkeeper
310aee07ac
Code style: Brackets on new line
As per our code style regulation.

Contributes to issue CURA-5296.
2018-05-16 13:39:43 +02:00
Jack Ha
fd73751b91 Make the ToolboxProgressButton labels actually overrideable 2018-05-15 16:10:01 +02:00
ChrisTerBeke
bb94ad904a fix 2018-05-15 14:05:40 +02:00
ChrisTerBeke
b7f26ddcc7 Small code improvements 2018-05-15 13:29:01 +02:00
Ian Paschal
d30bbd48fb CURA-5296
- Changed API to not use staging
- Fixed crash when pressing cancel
- Added loading icon
2018-05-15 12:53:05 +02:00
Aleksei S
50dabdbac8 Merge branch 'bugfix-toolbox-update' 2018-05-15 11:51:45 +02:00
ChrisTerBeke
8707d12bf3 Show package version in installed tab 2018-05-15 11:28:00 +02:00
Jack Ha
1f088aabc4 Cleanup and simplify toolbox plugin update 2018-05-14 16:11:44 +02:00
Jack Ha
0f0b6a9712 Fix/Implement update in toolbox 2018-05-14 16:01:59 +02:00
Diego Prado Gesto
0bb82f144b Make the toolbox window not resizable. 2018-05-14 10:16:18 +02:00
Diego Prado Gesto
fa97d5830b Fix some crashes and issues in the Toolbox when working with no
internet connection.
2018-05-11 15:23:40 +02:00
Diego Prado Gesto
675b5b1997 Use the application language for the dates 2018-05-11 14:47:56 +02:00
Diego Prado Gesto
418bedc8f0 Small fixes and change the "plugins" text to "packages" 2018-05-11 14:10:53 +02:00
Diego Prado Gesto
806b1f707f Change layout of the installed plugins tab.
- There were some alignment problems when there were more than 2 buttons
in a column (disable, uninstall and update)
- Now the progress bar shows on top of the "Update" button.
2018-05-11 14:03:28 +02:00
Jack Ha
b17685d075 CURA-5296 fix model property mismatch 2018-05-09 13:59:45 +02:00
Ian Paschal
0accdc6320 Cura-5296 Use separate packages.json files in app and user data 2018-05-08 11:54:19 +02:00
Diego Prado Gesto
58289a7b45 Remove useful comment 2018-05-04 17:28:39 +02:00
Diego Prado Gesto
2283bb530d CURA-4644 Fix unselectable item in the Toolbox 2018-05-04 15:49:37 +02:00
Ian Paschal
858108920a
Merge pull request #3765 from fieldOfView/fix_toolbox_appearance
Fix toolbox appearance
2018-05-04 14:25:01 +02:00
Diego Prado Gesto
b00d51a6eb CURA-4644 Set the property in the component where is being used. 2018-05-04 14:03:26 +02:00
fieldOfView
4e305079ec Simplify 2018-05-04 11:42:45 +02:00
fieldOfView
1f675f505f Tweak margins 2018-05-04 10:42:03 +02:00
fieldOfView
89322b9db6 Move toolbox button style into theme 2018-05-04 10:41:45 +02:00
fieldOfView
c2c5228eee Fix plugin details
Previous fix for QML warnings broke the details display.
2018-05-02 23:19:13 +02:00
fieldOfView
685b80fc3a Fix more QML warnings 2018-05-02 21:56:23 +02:00
fieldOfView
0aadaa3c9d Merge branch 'master' into fix_toolbox_appearance
# Conflicts:
#	plugins/Toolbox/resources/qml/ToolboxDetailPage.qml
2018-05-02 20:37:33 +02:00
fieldOfView
ca8b7bb1da Fix QML warnings 2018-05-02 20:34:50 +02:00
fieldOfView
46e7a6665d Theme link colors 2018-05-02 19:20:52 +02:00
fieldOfView
1f542f176d Fix some more image rendering occurrences 2018-05-02 19:18:03 +02:00
Ian Paschal
0872d499f8 CURA-5035 Add compatibility chart 2018-05-02 18:43:12 +02:00
fieldOfView
d326e91008 Fix dpi scaling 2018-05-02 17:54:48 +02:00
fieldOfView
ecbfae2f27 Remove minimise button from toolbox dialog 2018-05-02 17:22:00 +02:00
fieldOfView
132a1a1951 Fix binding loop errors 2018-05-02 17:20:15 +02:00
fieldOfView
00875f0330 Merge branch 'master' into fix_toolbox_appearance 2018-05-02 17:18:43 +02:00
fieldOfView
a3436bb24b Fix title color on dark theme 2018-05-02 16:25:27 +02:00
fieldOfView
3d0a0da035 Fix text rendering on some OSX systems 2018-05-02 16:22:19 +02:00
fieldOfView
ef436cafbb Improve thumbnail rendering 2018-05-02 16:13:02 +02:00
Ian Paschal
4e62c58ee6 CURA-5035 No more crash without internet connection
Still needs a timer or something to show the fetch failed though.
2018-05-02 14:30:31 +02:00
Ruben D
f7ca8cbf68
Fix binding loop with height of tiles
The lining at the bottom of a tile was anchored to the bottom but part of the tile and part of its childrenRect. This caused a binding loop because the childrenRect is dependent on the positioning of this lining (and its height) and the positioning of the lining was dependent on the height of the tile.

Contributes to issue CURA-5035.
2018-05-02 14:28:33 +02:00
Ruben D
2291164a6d
Simplify enabled check for install button
That code was a bit wordy there.

Contributes to issue CURA-5035.
2018-05-02 14:28:33 +02:00
Ruben D
14466540f5
Use elide instead of truncating descriptions to 235 characters
Just limit it to 3 lines now.

Contributes to issue CURA-5035.
2018-05-02 13:34:24 +02:00
Ruben D
910906b785
Merge branch 'feature_material_marketplace' 2018-05-02 12:42:00 +02:00
Ruben D
0d66850bd4
Code style improvements
According to our guidelines: Brackets on new line, spaces around binary operators but not within brackets.

Contributes to issue CURA-5035.
2018-05-02 12:40:59 +02:00
Ian Paschal
c2ed2a47e7 CURA-5035 Use elide for text clipping 2018-05-02 12:05:34 +02:00