qt6-bb10/src/gui
Josh Faust c90d9b697f Fix ignoring close events on OSX
QNSWindowDelegate was not handling windowShouldClose, which is how you
can tell Cocoa that your window should not close if the close button is
pressed. This change moves the close handling from windowWillClose to
windowShouldClose, and adds an optional "accepted" pointer to
QWindowSystemInterface::handleCloseEvent so that QNSWindowDelegate can
return a true/false value for whether the window should actually close

Task-number: QTBUG-28965
Change-Id: I67c6296ad42cbeeb71413e05411467d4e558adb4
Reviewed-by: Morten Johan Sørvig <morten.sorvig@digia.com>
2013-04-26 14:18:16 +02:00
..
accessible Let platform plugin decide if accessibility is active 2013-04-19 17:52:45 +02:00
animation Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
doc doc: Minor changes to qtgui.qdocconf 2013-04-09 10:36:28 +02:00
image Fixed crashes relating to SVG icons. 2013-04-24 06:49:44 +02:00
itemmodels Merge remote-tracking branch 'origin/stable' into dev 2013-03-05 13:42:11 +01:00
kernel Fix ignoring close events on OSX 2013-04-26 14:18:16 +02:00
math3d Doc: Corrected a typo in the constructor documentation. 2013-03-27 13:24:44 +01:00
opengl Fix header check: you must #include qconfig.h before QT_NO_OPENGL 2013-04-23 16:38:09 +02:00
painting Add devicePixelRatio metric to QPaintDevice. 2013-04-15 07:55:52 +02:00
text QFontEngine: Fix cache_cost might be not initialized 2013-04-14 14:28:07 +02:00
util Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev 2013-01-29 11:33:35 +01:00
Qt5GuiConfigExtras.cmake.in Enable OpenGL library detection for mac. 2013-04-24 01:30:20 +02:00
QtGui.dynlist Add dynlist file for QtGui 2013-03-18 17:11:04 +01:00
gui.pro Add IMPORTED targets for the GL libraries used by Qt. 2013-04-22 18:35:52 +02:00