26 Commits

Author SHA1 Message Date
fieldOfView
ad8af82a58 Fix size of "beta" classifier on splash screen for HiDPI (windows) screens 2017-10-16 14:51:59 +02:00
Lipu Fei
c76b35ce3a Update splash screen
CURA-4416
2017-10-06 11:11:44 +02:00
Mark
9a193ad5c5 Changing AGPLv3 to LGPLv3 2017-09-28 13:00:43 +02:00
fieldOfView
565ed4933b Use pixels instead of points for text in splash-screen
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-26 11:56:14 +02:00
Mark
f7d14c5b7f dont disappear when click on splashscreen
CURA-4343
2017-09-21 16:08:46 +02:00
Jaime van Kessel
3cdf3f6097 Merge branch '3.0' of github.com:Ultimaker/Cura 2017-09-20 10:43:06 +02:00
Jaime van Kessel
4e897a9a00 Re-enabled the progress circle
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-19 11:31:28 +02:00
Jaime van Kessel
d49e84830b Removed spinner as it caused the crash
We might want to consider getting the spinner back, but for the moment it's best left out

CURA-4343
2017-09-19 09:51:07 +02:00
Jaime van Kessel
d5c9ebd58a Setting message now also forces repaint
CURA-4343
2017-09-19 09:45:28 +02:00
Jaime van Kessel
276f05bedb Added flush to splash screen
This greatly reduces the issues with it CURA-4343
2017-09-19 09:45:28 +02:00
Jaime van Kessel
847cd1b293 Removed spinner as it caused the crash
We might want to consider getting the spinner back, but for the moment it's best left out

CURA-4343
2017-09-19 09:43:35 +02:00
Jaime van Kessel
e0480528a0 Setting message now also forces repaint
CURA-4343
2017-09-19 09:38:08 +02:00
Jaime van Kessel
e1ea8df84c Added flush to splash screen
This greatly reduces the issues with it CURA-4343
2017-09-19 09:32:13 +02:00
Lipu Fei
b9b273b1aa Update splash window
CURA-4215
2017-09-14 14:52:03 +02:00
Lipu Fei
9683dcae72 Remose useless code
CURA-4215
2017-09-14 11:44:09 +02:00
Lipu Fei
7144720d78 Redesign splash window
CURA-4215

- Rectangle splash window
- Fix for splash window crash
- Enable antialias
- Fix for longer loading text in some languages
2017-09-14 11:36:27 +02:00
Lipu Fei
a28264acae Adjust text positions and sizes
CURA-4215
2017-09-12 16:01:57 +02:00
alekseisasin
48cda42ece Adjusted scale factor
CURA-4215
2017-09-12 15:49:00 +02:00
Lipu Fei
88e971ea92 Add new splash window
CURA-4215

- New splash window background image
- Rotating loading circle on the splash window
2017-09-11 18:13:12 +02:00
fieldOfView
0c23c26ac9 Code style
CURA-1676
2016-07-03 16:01:57 +02:00
Thomas Karl Pietrowski
a38606da4a SplashScreen: Using system-default fontfamily
Contributes to CURA-1676
2016-07-03 15:00:26 +02:00
Thomas Karl Pietrowski
e03c3b95c5 Splashscreen: Another (and last) correction
Now all the needed changes should be done.
2016-06-06 06:36:30 +01:00
Thomas Karl Pietrowski
c62ab6e937 Adding a field of the build type to the spashscreen.
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-06-04 13:55:35 +02:00
fieldOfView
fa9f4ca0ba Fix splashscreen size on HiDPI (windows) screens 2015-12-30 09:53:26 +01:00
fieldOfView
e7fc881440 Quick update to splashscreen drawing 2015-12-03 12:09:28 +01:00
Arjen Hiemstra
5231073827 Display the version number in the splash screen 2015-11-17 10:11:41 +01:00