summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Use [NSScreen backingScaleFactor] on 10.7+Morten Johan Sørvig2013-03-201-2/+7
* Add WindowStateChanged eventRafael Roquetto2013-03-065-0/+37
* QStackedLayout: Fix crash when focus widget is destroyed in hide()Jan Arve Saether2013-02-201-12/+15
* qpa: Fix crash when requesting QApplication::platformNativeInterface()Julien Brianceau2013-02-191-1/+1
* Add missing Objective-C namespace prefixesHalewijn Geerts2013-02-191-2/+2
* Only send the enter/leave event when it makes sense to do soAndy Shaw2013-01-271-8/+12
* qkeymapper_win.cpp: Define missing constant for MinGW.Friedemann Kleint2013-01-251-0/+3
* Don't update the input method if the im hints haven't changed.Andrew den Exter2013-01-221-0/+2
* Removed unused include headers <time.h> and <sys/time.h>Pasi Petäjäjärvi2013-01-221-5/+0
* To support QT_NO_IM on Linux/Windows/MacJing Bai2013-01-2111-21/+50
* QTBUG-15319: fix shortcuts with secondary Xkb layout.Aurelien Lourot2013-01-181-1/+4
* Fixed dead keys on MS WindowsJuan Luis Boya García2013-01-161-3/+9
* Prevent a crash when hiding a window on Mac OS X 10.7 or laterAndy Shaw2013-01-141-0/+4
* Update copyright year in Digia's license headersSergio Ahumada2013-01-13232-232/+232
* Fix QWidget::showFullScreen() on QPARafael Roquetto2013-01-051-1/+1
* Fix QWidget::hide() on QPA platformsRafael Roquetto2013-01-051-1/+0
* Add cursor position support to QPlatformCursorRafael Roquetto2012-12-193-1/+36
* Fix QWidget support on PlaybookRafael Roquetto2012-12-091-1/+29
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-093-5/+23
* Disable graphic effects for widgets on Mac to prevent crashingAndy Shaw2012-12-091-1/+4
* Fix for fullscreen resolution change on QWSKarim Pinter2012-12-071-2/+6
* Fix multiple tablet hires coordinate bug under X11Ryan Stelzleni2012-11-281-5/+11
* BlackBerry: Removed filtering of window system eventsBernd Weimer2012-11-231-4/+3
* Windows: Fixed handling of key events containing ctrl modifierOliver Wolff2012-11-141-0/+8
* Fix debugger detection when running on Linux.Friedemann Kleint2012-10-311-20/+28
* BlackBerry: Change base font sizes from pixels to pointsKevin Krammer2012-10-221-1/+3
* Blackberry: implemented "orientation lock" widget attributeBernd Weimer2012-10-201-0/+14
* Close popups on non-client area mouse press.Morten Johan Sorvig2012-10-191-0/+11
* Fix Drag and Drop with Native WidgetsJian Liang2012-10-181-1/+3
* Mangle QNSApplication and methods into a namespaceYan Shapochnik2012-10-152-13/+16
* Mangle QNSApplication into a namespace when Qt is configured as suchYan Shapochnik2012-10-153-3/+3
* Introducing the PlatformPanel event type.Sergio Martins2012-10-125-1/+35
* Fix g++/MinGW compiler warnings.Friedemann Kleint2012-09-293-8/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-29234-5603/+5604
* clear XSizeHints before useDavid Fries2012-09-282-1/+3
* Load Mac specific resources in a static buildAndy Shaw2012-09-271-1/+4
* Avoid crash caused by drag and drop and winId()Jian Liang2012-09-271-9/+19
* float->int error in OS X Mouse Event HandlingGerhard Roethlin2012-09-241-1/+3
* Ensure that QApplication is cleaned up after itself on MacAndy Shaw2012-09-123-0/+13
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-311-2/+7
* Windows: Fix Drag and drop in Designer.Friedemann Kleint2012-08-311-3/+14
* Doc: Really minor typo fixSergio Ahumada2012-08-231-1/+1
* license: Fix Blackberry/QNX license headersSergio Ahumada2012-08-142-7/+3
* fix dangling pointer access during drag-n-drop operationNick Shaforostoff2012-08-141-1/+1
* Update contact information in license headers.Sergio Ahumada2012-08-01233-466/+466
* Use improved QLibrary search heuristics in qapplication_x11.cppSean Harmer2012-07-271-0/+5
* Clean up qDebug statementsRomain Pokrzywka2012-07-211-3/+2
* Don't discard QPA mouse events without an associated window or widgetRomain Pokrzywka2012-07-201-2/+0
* Fix null pointer bug when no QPA event integration is used.Ian Dean2012-07-201-0/+1
* QNX: Set the default application font to Slate Pro on BlackberrySean Harmer2012-07-121-1/+7