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
2017-10-16Fix size of "beta" classifier on splash screen for HiDPI (windows) screensfieldOfView
2017-10-06Update splash screenLipu Fei
CURA-4416
2017-09-28Changing AGPLv3 to LGPLv3Mark
2017-09-26Use pixels instead of points for text in splash-screenfieldOfView
The current splashscreen implementation uses DPI-independent pixel sizes for everything, but point sizes take the DPI into account. This caused too large text and misalignment in the splash screen on Hi DPI screens on Windows.
2017-09-21dont disappear when click on splashscreenMark
CURA-4343
2017-09-20Merge branch '3.0' of github.com:Ultimaker/CuraJaime van Kessel
2017-09-19Re-enabled the progress circleJaime van Kessel
A fix in Uranium made it possible for a timer to function, which ensures that it no longer breaks on linux CURA-4343
2017-09-19Removed spinner as it caused the crashJaime van Kessel
We might want to consider getting the spinner back, but for the moment it's best left out CURA-4343
2017-09-19Setting message now also forces repaintJaime van Kessel
CURA-4343
2017-09-19Added flush to splash screenJaime van Kessel
This greatly reduces the issues with it CURA-4343
2017-09-19Removed spinner as it caused the crashJaime van Kessel
We might want to consider getting the spinner back, but for the moment it's best left out CURA-4343
2017-09-19Setting message now also forces repaintJaime van Kessel
CURA-4343
2017-09-19Added flush to splash screenJaime van Kessel
This greatly reduces the issues with it CURA-4343
2017-09-14Update splash windowLipu Fei
CURA-4215
2017-09-14Remose useless codeLipu Fei
CURA-4215
2017-09-14Redesign splash windowLipu Fei
CURA-4215 - Rectangle splash window - Fix for splash window crash - Enable antialias - Fix for longer loading text in some languages
2017-09-12Adjust text positions and sizesLipu Fei
CURA-4215
2017-09-12Adjusted scale factoralekseisasin
CURA-4215
2017-09-11Add new splash windowLipu Fei
CURA-4215 - New splash window background image - Rotating loading circle on the splash window
2016-07-03Code stylefieldOfView
CURA-1676
2016-07-03SplashScreen: Using system-default fontfamilyThomas Karl Pietrowski
Contributes to CURA-1676
2016-06-06Splashscreen: Another (and last) correctionThomas Karl Pietrowski
Now all the needed changes should be done.
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.
2015-12-30Fix splashscreen size on HiDPI (windows) screensfieldOfView
2015-12-03Quick update to splashscreen drawingfieldOfView
2015-11-17Display the version number in the splash screenArjen Hiemstra