Ghostkeeper
1bcd134f85
Fix code style
...
Most stuff here was recently changed. Some of it was where I found a pattern in something that was likely copy-pasted from somewhere else, so I did a global search and replace on that.
Contributes to issue CURA-5784.
2018-10-18 14:30:33 +02:00
Diego Prado Gesto
b670cd82c4
Merge branch 'master' into cura4.0_header
2018-10-17 16:10:45 +02:00
Ghostkeeper
314b966cc9
Improvements to translated strings
...
These strings were recently found to have been confusing to the translators. Improvements are:
- Pulling the (untranslated) error message out of the message sentence. We really want the error message to be at the end so we'll force the translators to translate it as a prefix.
- Remove extra spaces at the end.
- Remove Python logic from within the i18nc call, since gettext doesn't understand that.
Contributes to issue CURA-5741.
2018-10-08 15:03:21 +02:00
Diego Prado Gesto
075a9a161f
Create a component for the Views selector. This component contains the
...
list of the views and also the shortcuts for the camera position.
The theme colors, sizes and the styles have been updated.
Contributes to CURA-5784.
2018-10-08 12:57:16 +02:00
Diego Prado Gesto
a4e02a6eae
Revert "Update date format"
...
This reverts commit 959f698b038a189238c59eff69035a446382d74a.
2018-10-03 16:27:30 +02:00
Diego Prado Gesto
e3721fe539
Revert "Format date strings to ISO YYYY/MM/DD in Toolbox"
...
This reverts commit 254106bb264699174a8edcfc20e50e22c455ef32.
2018-10-03 16:27:13 +02:00
Lipu Fei
254106bb26
Format date strings to ISO YYYY/MM/DD in Toolbox
...
CURA-5762
2018-10-03 15:39:25 +02:00
Aleksei S
959f698b03
Update date format
...
CURA-5762
2018-10-03 13:23:37 +02:00
Diego Prado Gesto
c0c66649b8
Merge branch '3.5'
2018-10-02 20:27:18 +02:00
Diego Prado Gesto
77fd05ac70
Disable other buttons while toolbox is downloading to avoid crashes.
...
I did it that way to not be risky because we're close to the release.
Contributes to CURA-5778.
2018-10-01 17:21:34 +02:00
Jaime van Kessel
c59ff82c64
Revert "[CURA-5708] Hide the Materials-tab in ToolBox (v3.5 only)"
...
This reverts commit f9585b5fae9cdd3f56dc8d8b04f28db5fcf15434.
2018-09-12 13:39:10 +02:00
Jaime van Kessel
00494d8301
Merge branch '3.5' of github.com:Ultimaker/Cura
2018-09-12 13:38:56 +02:00
Remco Burema
f9585b5fae
[CURA-5708] Hide the Materials-tab in ToolBox (v3.5 only)
2018-09-12 13:38:15 +02:00
Jaime van Kessel
a809575bc8
Add bunch of ID's to qml components so it's easier to test them.
...
CURA-5618
2018-09-11 16:05:53 +02:00
Lipu Fei
d6046c725a
Fix Toolbox QML null object warnings
...
CURA-5670
2018-09-07 09:29:31 +02:00
Diego Prado Gesto
bf1d3b964f
Skip loading a reply if it's not later handled.
...
Contributes to CURA-5670.
2018-09-03 14:30:05 +02:00
Ian Paschal
dec76a19ed
Build models using reserved tags
...
Contributes to CURA-5670
2018-08-31 16:13:01 +02:00
Lipu Fei
98d8a3f3e3
Fix code style and small cleanup
...
CURA-5676
2018-08-31 13:49:10 +02:00
Lipu Fei
c4afbe7a67
Convert links to a dict
...
CURA-5676
Easier to process.
2018-08-31 13:45:04 +02:00
Lipu Fei
9433cf7c45
Change email field to show full email address
...
CURA-5676
2018-08-31 13:23:41 +02:00
Lipu Fei
e17cf3dfbf
Show company website full link as text
...
CURA-5676
2018-08-31 13:20:42 +02:00
Aleksei S
9258c9a7fc
Added links to toolbox
...
CURA-5676
2018-08-31 11:03:30 +02:00
Ian Paschal
944ababa1c
Copy normal tile behavior to showcase tiles
...
Contributes to CURA-5604
2018-08-03 14:48:04 +02:00
Ian Paschal
7856e47467
Remove old filtering
...
Contributes to CURA-5604
2018-08-03 14:30:49 +02:00
Ian Paschal
2a6da9fe8e
Only show material packages when clicking an author
...
Contributes to CURA-5604
2018-08-03 14:28:45 +02:00
Ian Paschal
c47de04983
Fix bracket style
...
Contributes to CURA-5598
2018-08-03 11:41:08 +02:00
Ian Paschal
bcedef3bbe
Continue scrolling over compatibility charts
...
Contributes to CURA-5598
2018-08-03 11:38:42 +02:00
Diego Prado Gesto
f1379135e0
CURA-5510 Add the Generic materials to the list of the bundled packages
...
so that they show up as installed.
Show the installed icon on those packages as well.
2018-07-17 13:49:17 +02:00
Ian Paschal
0bde1487e7
Add generic material packages to materials page
...
Contributes to CURA-5510
2018-07-16 16:13:43 +02:00
Diego Prado Gesto
af697c6999
CURA-5536 The api call does not return the package_count for the showcase, so we can't trust in that value. The total number of material packages by author is now calculated.
2018-07-13 15:13:38 +02:00
Diego Prado Gesto
dd7168e8b8
CURA-5536 Add the installed check also to the featured items.
2018-07-13 13:41:19 +02:00
Diego Prado Gesto
62b1d361fa
CURA-5536 Set different colors indicating that all the inner packages
...
are installed of just some.
2018-07-13 13:21:38 +02:00
Diego Prado Gesto
96cc1be2ff
CURA-5536 Calculate the number of installed packages by author.
2018-07-13 13:20:56 +02:00
Diego Prado Gesto
1b6c172e6d
CURA-5536 Add the icon indicating when a plugin is already installed.
2018-07-13 13:20:32 +02:00
Jack Ha
2bd8350141
Added error checking, added typing, renamed function. CURA-5389
2018-07-12 14:06:34 +02:00
Lipu Fei
5255d6ca2a
Better height for dialog
2018-07-10 16:11:56 +02:00
Lipu Fei
3a1d57a725
Increase dialog height
2018-07-10 15:32:39 +02:00
Jack Ha
aa0c7d5f0a
Confirm uninstall reset dialog now has proper sizing. CURA-5389
2018-07-09 13:26:11 +02:00
Jack Ha
bff9a3afb5
Merge branch 'master' into remove-package-check
2018-07-09 11:25:19 +02:00
Jack Ha
5af5aa9e35
Added reset profiles/materials and uninstall functionality and dialog. CURA-5389
2018-07-09 09:57:31 +02:00
Lipu Fei
b0f1a6d859
Use Label delegate to avoid overlapping texts
...
CURA-5544
2018-07-05 14:36:41 +02:00
Andreea Scorojitu
87fd4c9e70
Add color to text in toolboxFooter, CURA-5544
...
"You will need to restart Cura before changes in packages have effect." wasn't visible in Ultimaker darktheme, color has been added to the label, CURA-5544.
2018-07-05 12:44:11 +02:00
Jack Ha
675c5064ed
Added checkPackageUsageAndUninstall and the package usage check. No confirmation dialog yet
2018-07-05 11:47:06 +02:00
Ian Paschal
d4aaec7355
CURA-5537 Style improvements
2018-07-04 12:51:01 +02:00
Ian Paschal
7d30cee205
Revert "Add dummy details for when there is no selection"
...
This reverts commit 2e3528d9b25b7b3a76cdbb145de955b5d1826bd2.
2018-07-04 11:36:56 +02:00
Lipu Fei
5f2cbd4440
Merge pull request #4015 from Ultimaker/CURA-5537_toolbox_style_improvements
...
CURA-5537 improve styling of toolbox
2018-07-03 16:05:51 +02:00
Lipu Fei
2e3528d9b2
Add dummy details for when there is no selection
...
CURA-5521
2018-07-03 15:58:54 +02:00
Ian Paschal
bc05839940
CURA-5537 improve styling of toolbox
2018-07-03 15:54:20 +02:00
Mark
c0e97b9529
Merge branch '3.4'
2018-07-02 16:37:04 +02:00
Mark
5fe812b4a4
Add downloadnumber to model and plugin view
2018-06-26 15:29:35 +02:00