Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-01-28Make Marketplace link configurable from the build systemGhostkeeper
This way you could set it to marketplace-staging if you like. Contributes to issue CURA-7071.
2019-10-28Add CMake options to exclude plugins for installationLipu Fei
CURA-6557
2019-07-04Fix CURA_CLOUD_ACCOUNT_API_ROOT configLipu Fei
2019-07-02Fix CuraVerison.py configurationLipu Fei
2019-07-02Hardcode Cura SDK version with each releaseLipu Fei
2019-04-03Fix CI on hal9000Lipu Fei
2019-04-03Use GitLab CILipu Fei
2018-11-13Make Cura app name configurable in CuraVersionfieldOfView
2018-11-01Make Cura app display name configurableLipu Fei
CURA-5842
2018-05-30Update CURA_* setups in CuraVersion.py.in and CMakeLists.txtLipu Fei
CURA-5357
2018-05-30Add CuraCloudAPIRoot into CuraVersion.py.in and CMakeLists.txtLipu Fei
CURA-5357
2018-05-22Fix CURA_PACKAGES_VERSIONLipu Fei
2018-05-22Add CURA_PACKAGES_VERSION to CMakeLists.txtLipu Fei
2017-11-17Add to all installation to lib/ foldersGhostkeeper
Some systems have a suffix there to indicate the address size, such as lib64.
2017-10-10Install AppStream metadata into share/metainfoawhiemstra
Rather than share/appstream. This is what is suggested by the specification. Fixes #2563
2017-09-15Install CuraVersion.py also to site-packages on non-DebianGhostkeeper
Similar to the rest of Cura. Contributes to issue CURA-3368.
2017-09-15Don't install to /cura subdirectory of site-packagesGhostkeeper
That's already done by the directory name itself. Contributes to issue CURA-3368.
2017-09-15Install to correct site-packages on non-Debian computersGhostkeeper
Because dist-packages is a Debian thing only. Contributes to issue CURA-3368.
2017-08-30Install cura icon on LinuxThomas Karl Pietrowski
This commit is needed for https://github.com/probonopd/Cura/commit/b9970d57b48b31f217f08fb652e5e39f1e55f3bb Never tested it, but believing the author of the commit that this change will work.
2017-04-05Removed include of cpack from cmake listsJaime van Kessel
2017-04-04Add Uranium CMake dir if it is setGhostkeeper
Contributes to issue CURA-3487.
2017-03-15Add Uranium's cmake dir to CMAKE_MODULE_PATHArjen Hiemstra
This makes sure URANIUM_TRANSLATION_TOOLS can be found
2017-03-15Do not hardcode the path to Uranium but use a cache variableArjen Hiemstra
This allows us to override the uranium dir and make sure it is still found even when it is not the same as "../uranium"
2017-03-13Remove old adding of testsGhostkeeper
No longer needed.
2017-03-13Support running unit tests for plug-insGhostkeeper
2017-03-06Properly handle CMake options that are enabled but not "ON"Arjen Hiemstra
Contributes to CURA-2787
2016-12-15Make Debug mode a build-time option instead of a hardcoded valueArjen Hiemstra
2016-11-21Merge remote-tracking branch 'upstream/master' into UM3NPP_mergeThomas Karl Pietrowski
2016-11-17Merge remote-tracking branch 'UM3NPP/master' into UM3NPP_mergeThomas Karl Pietrowski
Contributes to CURA-2862
2016-11-09Bump the Python version number for Cura.Simon Edwards
CURA-2150 Upgrade to PyQt 5.6 and Python 3.5
2016-10-10Fix installation of AppData fileArjen Hiemstra
2016-10-08Add an example AppData file so that Cura is visible in Linux software centersRichard Hughes
Fixes: https://github.com/Ultimaker/Cura/issues/530
2016-09-27Change install location to UM3NetworkPrintingawhiemstra
Contributes to CURA-2342
2016-09-13Added UM3InfoComponents.qml to CMakeLists to the file also gets installed in ↵Jack Ha
the build
2016-09-06Move the UraniumTranslationTools include into the enabled checkawhiemstra
So that we can still build Cura even if we do not care about translations.
2016-09-05Merge remote-tracking branch 'upstream/master' into master-CURA-1696Thomas Karl Pietrowski
2016-09-02CMake: Skip looking for C/C++ compilerThomas Karl Pietrowski
2016-09-01CMake: Skip looking for C/C++ compilerThomas Karl Pietrowski
2016-08-14CURA-1696: Using Uranium's translation toolsThomas Karl Pietrowski
2016-08-07Generate cura.desktop (#668)Thomas Karl Pietrowski
Adds support to install Cura to an alternative path, while generating a correct .desktop file for it. * Renaming cura.desktop to cura.desktop.in * CMAKE: Generate .desktop from .desktop.in * Replace hardcoded paths with FULL_PATHs * Tell CMake to generate cura.desktop * CMake: Set full paths for .desktop generation * It tells CMake where to find the .desktop.in is and where to store the result.
2016-07-05Fix CMakeLists to include the discovery actionawhiemstra
Also remove a no-longer existing file
2016-06-17Merge branch 'master' of github.com:Ultimaker/Cura into MachineActionsJaime van Kessel
2016-06-04Adding a field of the build type to the spashscreen.Thomas Karl Pietrowski
For example, if the community distributes Cura in a different way, they can set CURA_BUILDTYPE via 'cmake -DCURA_BUILDTYPE=' and whenever Cura is launched " (PPA)" will be appended. Of course, this could be done by appending " (PPA)" to CURA_VERSION, but in case of my Ubuntu/Debian packaging it will only need one modification in debian/changelog to change the version. During build (debian/rules) this version will be read from debian/changelog. Changing the version number across different files, is a waste of time. Finally, we can use that field in the future to indicate debug or other other special builds.
2016-05-18Add a CMakeLists file so the plugin can be installedArjen Hiemstra
2016-04-29Fixed python path for testsJaime van Kessel
2016-04-29Added unit test stubJaime van Kessel
2016-03-29Merge pull request #683 from thopiekar/master-i18n-cmake-fixGhostkeeper
CMake: Remove all slashes from language codes
2016-03-29CMake: Remove all slashes from language codesThomas-Karl Pietrowski
Related to: https://github.com/Ultimaker/Uranium/pull/119/commits/6833363b531c265ef17f78055c9ed8d6e546e914
2016-03-08Make all install(*) commands multilineThomas Karl Pietrowski
It makes the CMakeLists.txt (at least for me) easier to read.
2016-03-08Renaming cura_app.py into cura on Linux*Thomas Karl Pietrowski