Konstantinos Karmas
bbada73550
Remove outdated image from "new printers added" message
...
CURA-8497
2021-08-25 15:32:42 +02:00
Jaime van Kessel
55d6ff0e61
Clean up formating of the insert queries
...
CURA-6096
2021-08-25 13:58:11 +02:00
Jaime van Kessel
132b863e13
Add update queries for variant, intent & qualit DB handlers
...
CURA-6096
2021-08-25 13:48:25 +02:00
Jelle Spijker
392cca431f
Merge pull request #10331 from Ultimaker/CURA-8380_Align_link_style_among_OS_in_whats_new
...
CURA-8380: Align link style among os in whats new
2021-08-25 13:16:50 +02:00
Jaime van Kessel
deab3fd32b
Merge branch '4.11' of github.com:Ultimaker/Cura
2021-08-25 13:01:27 +02:00
Jaime van Kessel
1740f8e880
Add Anycubic Vyper
...
CURA-8515
commit 24250e19e94f8bf1b8cfe9edf1e29b7e78284525
Author: Jaime van Kessel <nallath@gmail.com>
Date: Wed Aug 25 11:54:15 2021 +0200
Move files to right location
commit 96efe7a885ba215a4334a36bcb1fee4b4f5a42a4
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Wed Aug 25 10:43:19 2021 +0800
Update anycubic_vyper_.def.json
commit a620b9026191e86c41657a39a3ec50f946ef8eff
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 10:30:44 2021 +0800
Upload anycubic_vyper_platform.stl
commit 84d48ce5239b8dd2b044d160b9e7f5513a03b8a5
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 10:29:56 2021 +0800
Delete anycubic_vyper_platform.3mf
commit d66cb4221d4e03175f7bf6e5cfe6ce27c2608d5b
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 10:12:56 2021 +0800
Add files via upload
commit 78bd0ea81842eaf96ac63c4eb1a48b6fb368973c
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 09:59:40 2021 +0800
Update anycubic_vyper_.def.json
commit de1f452a0a4416e277e19cb11e30c5f4ce6bc849
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Tue Aug 24 09:57:48 2021 +0800
Delete anycubic_vyper_platform.stl
commit 106e40950aaee8ee118a017b3c23852e756c97bb
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Fri Aug 20 12:25:53 2021 +0800
Add Anycubic Vyper
commit 4cab52c9ca32f9773c87bcab78086a29ce863180
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Fri Aug 20 11:51:08 2021 +0800
Revert "Add Anycubic Vyper"
commit ed5916df6c6b7a0762bc34c682975089a8b2baf1
Author: ThatGuyZim <89188660+ThatGuyZim@users.noreply.github.com>
Date: Fri Aug 20 11:43:49 2021 +0800
Add files via upload
2021-08-25 11:59:19 +02:00
Jelle Spijker
50c11e5fdf
Merge pull request #10330 from Ultimaker/CURA-8496_Fix_long_material_names_overlappint_with_icon
...
CURA-8496: Fix showing only the material type after resizing Cura's window
2021-08-25 11:57:54 +02:00
Jaime van Kessel
5b8dac8ec9
Merge pull request #10332 from fieldOfView/fix_missing_star_icon
...
Fix missing "star" icon in Cura 4.11
2021-08-24 16:52:01 +02:00
fieldOfView
82912ef20c
Add alias for previously existing "star" icon
2021-08-24 16:34:28 +02:00
Jaime van Kessel
2bef85c6c2
Remove weird whitespace
...
CURA-6096
2021-08-24 14:45:52 +02:00
Konstantinos Karmas
99f8c85065
Style the "no plugin/material installed" texts in the installed tab
...
The default black text color was invisible in the dark theme.
2021-08-24 13:33:05 +02:00
Konstantinos Karmas
d24d520db0
Change background of Premium plugins and materials
...
Or else the link "Search materials" in the materials tab was very hard to see.
CURA-8380
2021-08-24 13:32:25 +02:00
Konstantinos Karmas
01b0d78f7b
Use custom style for the links in the what's new textArea
...
A style had to be prepended in the text to make sure that it adheres to the style we want instead of using the OS-based link style.
Note: For some reason QML ignores all other link-style tags (such as `a:hover`, `a:focus` etc) apart from `a:link`, so we can only change the style for the normal link and NOT for when it is clicked or hovered.
CURA-8380
2021-08-24 13:31:39 +02:00
Konstantinos Karmas
2718d6a69a
Change the ColumnLayout to Column in the ConfigurationMenu
...
When the labels were getting truncated and invisible after reducing the width of Cura's window, their visibility wasn't being restored back and, as a result, the `materialTypeLabel` was the only one that was remaining visible, even if there was enough space for the full `materialBrandColorTypeLabel`.
Changing the ColumnLayout to a Column, where the width is inherited from the parent, fixes that issue.
CURA-8496
2021-08-24 10:35:33 +02:00
Konstantinos Karmas
a754b49299
Merge branch '4.11' into CURA-8496_Fix_long_material_names_overlappint_with_icon
2021-08-24 09:38:25 +02:00
Konstantinos Karmas
6ad358a55d
Set the job name whenever the workspaceLoaded is called
...
CURA-8358
2021-08-23 17:07:36 +02:00
Ghostkeeper
6b5ea9086f
Fix spelling in documentation
...
Saw this and wanted to take it along blindly with whatever next modification I made to Cura. However I need to switch branches now so it's just going to be a rather useless commit I guess.
2021-08-23 14:40:57 +02:00
Jaime van Kessel
78b6bf2ed4
Merge branch '4.11' of github.com:Ultimaker/Cura
2021-08-23 11:01:01 +02:00
Jaime van Kessel
52525038e3
Merge branch 'CURA-8496_Fix_long_material_names_overlappint_with_icon' of github.com:Ultimaker/Cura into 4.11
2021-08-23 11:00:29 +02:00
Jaime van Kessel
b887398da6
Remove unneeded width from labels
...
CURA-8496
2021-08-23 10:56:43 +02:00
Jaime van Kessel
2350712633
Remove incorrect reference to icons in some machine definitions
2021-08-22 19:57:09 +02:00
Ghostkeeper
44913c0d87
Merge branch '4.11'
2021-08-20 17:37:49 +02:00
Ghostkeeper
e27ec57b04
Fix spelling
2021-08-20 17:37:38 +02:00
Cyril
53263cf054
Improve FLSUN Super Racer profile ( #10192 )
...
* Improve FLSUN Super Racer profile
- Added quality profiles based on profiles provided by FLSUN
- Improved machine settings based on FLSUN's Marlin sources
- Replaced Super Racer STL with correct one
* Update flsun_SuperRacer.stl
* Update definitions
* Update flsun_sr.stl
* Update flsun_sr.stl
* Update flsun_sr.def.json
* Improve platform
* Normal quality by default
* Improvements
* Fix double settings
CURA-8510
2021-08-20 17:18:37 +02:00
Jaime van Kessel
e0e8223c5d
Move DB handling into specialised classes
...
This keeps CuraContainerRegistry a lot cleaner, especially when more container types are
added
Cura-6096
2021-08-20 15:40:50 +02:00
Ghostkeeper
3eba7cd454
Slightly shorten AnyCubic i3 Mega S/Pro name
...
This was causing some files to be just over the limit of file length when given the default printer name on some operating systems. Some file systems, especially encrypted ones, have strict limitations for the maximum length of a file name. With percent-encoding and the extension and postfix we add to these file names, this could go over the limit in file name length for some operating systems.
Easy fix is to slightly shorten the name, at least to remove those brackets.
Done as a 5 minute fix.
2021-08-20 14:48:40 +02:00
Jaime van Kessel
27f0fe8bb9
Ensure that all metadata of profiles is stored
...
CURA-6096
2021-08-20 14:40:55 +02:00
Jaime van Kessel
6f32809a3a
Prepare the inserts before actually doing them
...
CURA-6096
2021-08-20 13:09:40 +02:00
Jaime van Kessel
5311c949f0
Add variants to the database
...
CURA-6096
2021-08-20 11:05:37 +02:00
Jaime van Kessel
48ab21ac68
Add functions to get & add variants & qualities from DB
...
CURA-6096
2021-08-20 10:17:57 +02:00
Konstantinos Karmas
0bcea3f4cd
Fix long material names overlapping with extruder icons
...
Both the `preferredWidth` AND the `width` need to be set for the labels to be properly elided if there is no more room in the ColumnLayout. In addition, the ColumnLayout that contains the variants and material names needs to be visible only if width>0, otherwise when the width is negative, for some reason the `materialTypeLabel` appears again.
CURA-8496
2021-08-20 09:49:21 +02:00
Cláudio 'Patola' Sampaio
9affc9ac1d
Updated pt_BR strings for 4.11
2021-08-20 03:38:21 +02:00
Ghostkeeper
b23b7119d2
Remove superfluous profile duplicates of all GreenTecPro colours for Weedo
...
We match these profiles by material type. Since they are all the same, we only need to retain one.
All other profiles than the black one weren't being loaded because all of these quality profiles had their 'material' metadata field set to be the black one.
Contributes to issue CURA-8469.
2021-08-19 16:56:15 +02:00
Ghostkeeper
a3b8b95ade
Remove stylised caps
...
We don't condone stylized caps as they give an unfair advantage to some printers. We don't show logos here, just textual names.
Contributes to issue CURA-8469.
2021-08-19 16:32:17 +02:00
Ghostkeeper
41a259228f
Merge branch 'master' of https://github.com/x40-Community/Cura into x40-Community-master
2021-08-19 16:23:03 +02:00
Jaime van Kessel
3f80fcb5e5
Add first stub for profile database
...
CURA-6096
2021-08-19 15:20:20 +02:00
Konstantinos Karmas
ae3362f716
Fix "Manage printer" button pointing to the print job link
...
Both the "Manage printer" and the "Manage in browser" button were using the `openPrintJobControlPanel()` function, which was wrong. This is now fixed so that the "Manage printer" will use the `openPrinterControlPanel()` function as it should've in the first place.
4.11-beta
2021-08-19 12:33:46 +02:00
Jaime van Kessel
0348293f87
Merge branch '4.11' of github.com:Ultimaker/Cura
2021-08-19 10:01:20 +02:00
Jaime van Kessel
668624e13d
Set lifetimes correctly
2021-08-19 10:01:01 +02:00
Ghostkeeper
1c9b3a0784
Merge branch 'CURA-8490_Make_sure_no_keyring_backend_is_available_on_Linux' into 4.11
2021-08-19 09:33:33 +02:00
Ghostkeeper
fcadba944a
Merge branch '4.11' into CURA-8491_sdk_upgrade_770
2021-08-19 09:17:17 +02:00
X40-Community
d199d2f297
USB connection and gerneric_pc removed
2021-08-18 20:13:04 +02:00
fvrmr
090a793e8a
Merge branch '4.11' of https://github.com/Ultimaker/Cura into 4.11
2021-08-18 17:28:03 +02:00
Konstantinos Karmas
ed32f24f45
Merge branch '4.11' into CURA-8490_Make_sure_no_keyring_backend_is_available_on_Linux
2021-08-18 17:27:32 +02:00
fvrmr
7493233e3f
Update 4.html
...
Fixed a typo's
2021-08-18 17:27:16 +02:00
Konstantinos Karmas
0972f1b721
Merge branch '4.11' of https://github.com/Ultimaker/Cura into 4.11
2021-08-18 17:18:51 +02:00
Konstantinos Karmas
9f31e1421b
Make lifetime optional in the getBackwardsCompatibleMessage
...
This should fix the failing tests
2021-08-18 17:18:21 +02:00
fvrmr
1d00f959c4
Update whats new pages
...
Updated the links in the whats new pages
2021-08-18 17:18:07 +02:00
Konstantinos Karmas
617c4a0a5d
Merge branch '4.11' into CURA-8490_Make_sure_no_keyring_backend_is_available_on_Linux
2021-08-18 17:12:53 +02:00
Remco Burema
898abc92a8
Update SDK 7.6 -> 7.7 because of API changes in 4.11
...
CURA-8491
2021-08-18 16:56:29 +02:00