Commits (15)
-
Mitch Curtis authored
Change-Id: I96dc2d57f5cc52c162ba0fd38d20141683847423 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
530c475d -
Eskil Abrahamsen Blomfeldt authored
Since the dx tool has moved in the SDK, we need to update our copy of it to also search in the new location for dx.jar. Task-number: QTBUG-31405 Change-Id: If093a9f51f33c5d8666919f516a3b336322a7169 Reviewed-by:
Ray Donnelly <mingw.android@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com>
681da4fe -
Martin Smith authored
It was comparing an absolute path to a relative path. These could never be the same. Instead of the relative path, it now gets the canonical absolute path, so the comparison succeeds when it should. Task-number: QTBUG-31404 Change-Id: I9c482d4649d493ce6d4f9a522cb61f2c8a5eb21f Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
d12c045a -
Shawn Rutledge authored
Change-Id: Ie172b1458401c4627314ff0db6992647388bf382 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
ca73ed25 -
Oswald Buddenhagen authored
Change-Id: I8e3e1665d7628c3210d000c46dfffa9f1af71009 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
5c555e3a -
Oswald Buddenhagen authored
there is no particular reason for it being done by qmake. avoids that the logic is distributed over two source files, and allows us to generate these headers at pre-build time already, including not forwarding to a yet unexisting file (which would have a yet unknown location). Change-Id: I9c78ab425cf6f01d076c86fd1ee602626f231487 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
5d8b8eed -
Oswald Buddenhagen authored
this avoids that syncqt needs to forward to a yet unexisting file (which will have a yet unknown location, when syncqt is run at packaging time already). the %inject_headers syncqt config variable remains, so it can be told not to purge "foreign" files. Change-Id: I127ff6e0b7d5702fb0acaee9a5b7940b482d3608 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
8d69232b -
Oswald Buddenhagen authored
it would only cause trouble further down the line. Change-Id: Ied9ba8a1ecf36b77e1091c73564bd7601ea6a6b4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
f4e52907 -
Oswald Buddenhagen authored
this will allow us the create the dependency list in a different way than the rest of the master header. Change-Id: Ib083fbbf6194cd9a161d669f860aaf32fd96d9d4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
0519129c -
Oswald Buddenhagen authored
now that we split out the part that depends on the project file, we can do it cleanly here. this way we can generate these headers at pre-build time already. and for git builds, perl is probably faster than qmake at this task. Change-Id: I343255c6de22329471a3ae2c2aac9ebeb160a501 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
96557bc3 -
Oswald Buddenhagen authored
the logic in the configures was even trying to express that, only that nowadays we always ship syncqt, so the tests were kinda pointless. this frees us from the perl dependency for non-developer builds of packaged modules (except for webkit, which needs almost every scripting language on earth anyway). obviously, this requires that the packaging scripts run syncqt in the source dir before tarring up the sources. note that for repositories other than qtbase, the -version argument needs to be passed to syncqt. Task-number: QTBUG-29465 Change-Id: Ic929ab17a5de4b30fbf48b3aa9bfa3b4d2ef37d6 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
0a1b89bf -
Oswald Buddenhagen authored
A top-level vcproj (really a .sln file) only makes sense when sub- projects are generated too, since the solutions generator will ignore all non-generated projects. Originally-by:
Marius Storm-Olsen <marius.storm-olsen@nokia.com> Change-Id: Iff09279d5760b5114a4cfb9b58ad677f2f69fa58 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
9a9abf8a -
Sergio Ahumada authored
Change-Id: I87b9c77327e2e32db77efb027172ccd21659e032 Reviewed-by:
Iikka Eklund <iikka.eklund@digia.com>
101c4724 -
Andy Nichols authored
This prevents EGLFS from getting stuck after exposing the first frame, by constantly generating new Expose and GeometryChange events which are synchronously processed. Change-Id: Id3b09821ea31e9c1ddab7c520e782a4e42844a08 Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com>
51a35f5c -
Andy Nichols authored
In the situation that the screenSize EGLFS hook had been defined, but not the physicalScreenSize, the uninitialized contents of fb_var_screeninfo vinfo would be used to calculate the fall-back physical screen size. Since this value is undefined, devices like the Raspberry Pi would end unable to render DPI dependent fonts. Change-Id: Ic9f67c1c646cc7b328b695b76a84d78577fefcd8 Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com>
fb7e0e24
Showing