qt5base-lts/src/gui
Aleix Pol d2792d2ed9 Fix screenForGeometry on a corner case
QRect only deals with integers, and I had a window set on the corner and
without a size. When this screen was created, it was reported to be on the
wrong screen, thus created there wrong.
The reason for this is that ::center is not prepared for this use.
QRect(QPoint(500,500), QSize()).center() is QRect(499, 499)

Change-Id: I24e57182f84873306f180749e96368d6da1147a9
Reviewed-by: Paul Olav Tvete <paul.tvete@theqtcompany.com>
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@theqtcompany.com>
2015-11-16 16:01:03 +00:00
..
accessible Doc: Remove invalid uses of \relates command 2015-08-19 12:06:05 +00:00
animation Update copyright headers 2015-02-11 06:49:51 +00:00
doc Doc: Update examplesinstallpath to include the repository name 2015-10-21 09:50:16 +00:00
image Introduce png_dependency.pri 2015-11-13 20:42:12 +00:00
itemmodels QtGui: Pass types with copy-ctor or dtor by const-ref 2015-07-19 10:46:53 +00:00
kernel Fix screenForGeometry on a corner case 2015-11-16 16:01:03 +00:00
math3d Merge remote-tracking branch 'origin/5.5' into 5.6 2015-10-02 16:59:55 +02:00
opengl Add support for TEXTURE_EXTERNAL_OES in the internal texture blitter 2015-10-21 13:32:42 +00:00
painting Set private inline QRgba64 methods always inline 2015-11-06 16:59:04 +00:00
text QFontEngineFT: Optimize format convertion code with template magic 2015-11-16 14:33:51 +00:00
util Make sure registered schemes are lower case 2015-10-19 07:36:27 +00:00
gui.pro Make GLX and EGL dynamic dependencies for xcb 2014-12-20 06:09:01 +01:00
Qt5GuiConfigExtras.cmake.in Add default path to CFLAGS for OpenGL 2014-12-16 11:48:40 +01:00
QtGui.dynlist