70 Commits

Author SHA1 Message Date
c.lamboo
6f1adaad43 Make Conan/Python installs available for whole project and not just the AboutDialog
Generation of dependency list now happens in
Also cleaned up the AboutDialog.qml

CURA-10561
2023-10-19 18:39:08 +02:00
Jelle Spijker
5a89a436d6
install bundled gradual plugin next to curaengine exec
Contributes CURA-11038
2023-09-20 17:00:19 +02:00
Jelle Spijker
4517364eb3 Copy the bundled external package info
Contributes to CURA-10951
2023-08-30 11:31:14 +02:00
Jelle Spijker
d7a218b302
Bundle the gradualflow plugin
Contributes CURA-10466
2023-08-28 15:36:46 +02:00
saumya.jain
0c7d0540b9 Cura about dialog when shaked gives extra info
CURA-10770
2023-07-25 11:20:58 +02:00
Remco Burema
5b209161ac Remove wireprinting options.
Wireprinting wasn't actively maintained, and almost an entire different min-engine. It's also rarely used, and presumed broken. Remove it, so it doesn't have to be maintained or clog up other maintanance and/or refactor tasks.

frontend part of CURA-10394
2023-03-28 13:50:20 +02:00
jspijker
2b90807326 Update gitignore with python build files 2022-11-20 12:38:22 +01:00
Jelle Spijker
56659ce8f8
Update .gitignore
Co-authored-by: Casper Lamboo <c.lamboo@ultimaker.com>
2022-07-12 14:09:55 +02:00
j.spijker@ultimaker.com
4c1262d9d3 Add conan generated files to the .gitignore
Contributes to CURA-9365
2022-06-18 00:31:45 +02:00
j.spijker@ultimaker.com
22e17dd040 Generate the pyinstaller spec file
This will be generated if you do a conan install with devtools

It assumes that the projects `cura-binary-data`, `fdm_materials`,
`uranium`, `libcharon` are installed along side the `cura` project.

It will automatically install the fdm_materials when running
conan source.

The pyinstall dist can be created with:

```
# Windows Powershell
conan install . -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update -o cura:devtools=True
conan source .
.\venv\Scripts\Activate.ps1
pyinstaller Ultimaker-Cura.spec
```

```
# bash
conan install . -pr:b cura_build.jinja -pr:h cura_release.jinja --build=missing --update -o cura:devtools=True
conan source .
source venv\bin\activate
pyinstaller Ultimaker-Cura.spec
```

Contributes to CURA-9365
2022-06-13 15:15:09 +02:00
Jaime van Kessel
097cc9388a Added orientiation plugin to gitignore 2022-05-31 09:37:58 +02:00
Jaime van Kessel
c1a5ca2288 Add Barbarian plugin to gitignore 2022-05-10 16:19:30 +02:00
Ghostkeeper
6e81dba501
Add cura-camera-position plug-in to commonly installed plug-ins
I've had it on for a while to make sure we keep maintaining it.
2022-01-19 16:36:33 +01:00
Ghostkeeper
e7671823be
Add new resources from cura-binary-data to Gitignore
We shouldn't add these here any more. Add them to cura-binary-data instead.
2022-01-19 16:35:49 +01:00
Jaime van Kessel
940c699a10 Add multiprint plugin to gitignore 2021-12-10 14:43:23 +01:00
Jaime van Kessel
1671139225 Add some extra plugins to gitignore 2021-12-03 13:33:40 +01:00
Konstantinos Karmas
395aa58a3f Revert "Merge branch 'master' of https://github.com/Ultimaker/Cura"
This reverts commit 6caa6576106878e9983b48266201d2e32f40ef18, reversing
changes made to 4e89ee0cccabdef3c0ec8209ad9208466eef0633.
2021-09-14 16:07:23 +02:00
Ghostkeeper
c5ca4850f1
Ignore CuraRemoteSupport
It's something that all Cura developers should be maintaining.
2021-09-14 15:42:34 +02:00
jelle Spijker
8af4e0d05a
Remove spaghetti settings from 462 visible_settings when upgrading
Part of CURA-7199
2020-06-29 16:07:34 +02:00
Ghostkeeper
454bff174c
Add correct name of settings guide to ignore list 2020-05-11 09:58:19 +02:00
Ghostkeeper
433c9a9f60
Add SVGToolpathReader to gitignore
I like to have no untracked files in my list. This is not going to get into our source repository anyway!
2020-03-25 16:08:26 +01:00
Ghostkeeper
c3f9d65de1
Ignore SettingsGuide plug-in 2019-09-06 14:35:30 +02:00
ChrisTerBeke
8557115c64 Add plugins/__init__.py to gitignore 2019-08-05 09:29:44 +02:00
Jaime van Kessel
ef92aad6bb Merge branch 'master' of github.com:Ultimaker/Cura into CURA-6435_new_style_add_machine 2019-04-17 11:06:30 +02:00
Aleksei S
c62cb84c75 Added CuraDirve plugin to Cura build
CURA-6005
2018-12-10 14:18:10 +01:00
Matteo Spinelli
65992f4281 Add KDE .directory file in gitignore 2018-08-28 08:01:51 +02:00
Lipu Fei
94ce9205c3 Remove pytest cache 2018-08-22 13:30:59 +02:00
ChrisTerBeke
c43007ca8e
Update git ignore 2018-05-13 15:47:35 +02:00
Ghostkeeper
551cfa9d71
Ignore Mypy cache
Don't want to commit that accidentally after running tests.

Contributes to issue CURA-5330.
2018-05-04 15:57:06 +02:00
ChrisTerBeke
c6823c1b91 Ignore CuraDrivePlugin 2018-05-01 13:32:31 +02:00
ChrisTerBeke
a85fd0c996 Stop ignoring post processing plugin 2018-01-09 10:26:13 +01:00
Ghostkeeper
85debb2577
Sort list of plugins alphabetically 2017-12-19 17:31:36 +01:00
Ghostkeeper
21d46d73b5
Add new CAD plugins 2017-12-19 17:30:10 +01:00
ChrisTerBeke
7a3d05ae8a Ignore new plugins 2017-12-19 09:20:53 +01:00
ChrisTerBeke
8cd9439497 ignore octoprint plugin 2017-12-08 14:33:21 +01:00
ChrisTerBeke
9a538b330a Ignore new plugins 2017-12-05 14:14:52 +01:00
Ghostkeeper
dc105c86a0
Ignore live scripting plug-ins 2017-11-22 16:16:35 +01:00
ChrisTerBeke
657a91c525 Merge pull request #2685 from Ultimaker/container_stack_improvements
Container stack improvements
2017-11-20 17:42:26 +01:00
Ghostkeeper
997be09493
Ignore Siemens NX plug-in 2017-10-16 11:16:53 +02:00
Ghostkeeper
d458fcde5c
Revert "Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0""
This reverts commit e07e7bc9e714843cf853f0a255ee5a8432696886.

Contributes to issue CURA-4414.
2017-10-05 10:58:49 +02:00
Ghostkeeper
e07e7bc9e7
Revert "Merge branch 'fix_garbled_fonts_macos' into 3.0"
This reverts commit b62c19206f5e494fa27eb0b877197556c559e449, reversing
changes made to 104926c6ed1648ec20b4308fdacad4e99c14c8b3.

Contributes to issue CURA-4414.
2017-10-05 10:28:54 +02:00
Mark
729d61082a add CuraEngine to gitignore 2017-09-28 12:58:03 +02:00
Ghostkeeper
355aa36bb4
Ignore SolidWorksPlugin
Please.
2017-09-26 09:06:38 +02:00
ChrisTerBeke
9ec1d5d54a Add CuraEngine.exe to git ignore 2017-09-14 10:21:30 +02:00
Ruben D
08d0d90389
Change Pirate language to en_7S
Since it's English from the seven seas.

Contributes to issue CURA-4263.
2017-09-10 14:01:07 +02:00
Ruben D
46e4902df3
Ignore new en_US locale
Contributes to issue CURA-4263.
2017-09-10 14:00:37 +02:00
Ghostkeeper
da27b0463e
Ignore generated Pirate language
This one's auto-generated by 'make extract-messages'.
2017-08-10 20:14:18 +02:00
Gregor Riepl
f32eb564de Remove debian/ from gitignore 2017-06-19 08:50:54 +02:00
Mark
67aa6767c5 Add .DS_Store and *.qmlc 2017-05-12 13:23:29 +02:00
Jaime van Kessel
a2d32a6fc7 Added bigflame to gitignore 2017-05-09 14:45:39 +02:00