summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* qws: print the data directoryGirish Ramakrishnan2012-07-111-1/+1
* Ensure the mouse buttons are preserved when entering a widgetAndy Shaw2012-07-033-3/+5
* Enable building with older SHAPE extension, or -no-xshape (QTBUG-24653, QTBUG...Daniel Richard G2012-06-221-0/+6
* Removing potential crashes from out-of-thread cleanup on SymbianMurray Read2012-06-211-2/+7
* Drag and drop icon does not update correctly on Windows.Markku Heikkila2012-06-192-3/+2
* Windows: Fix uic3 autotest.Friedemann Kleint2012-06-021-2/+4
* XShaping drag and drop fixesAlbert Astals Cid2012-05-141-8/+12
* Always process window (de)activated eventsKevin Ottens2012-05-101-3/+0
* Fix Symbian key event code mapping in QSymbianControlRiikka Inkila2012-05-041-1/+1
* Fix compilation error on old Unix systems caused by ShapeInputSergio Ahumada2012-05-031-1/+3
* Use BPS based event handlingKevin Krammer2012-05-034-0/+207
* Compile on Mac OS X with unsupported/macx-clangBradley T. Hughes2012-04-271-1/+1
* Moved qmljs_debug_arguments to QCoreApplicationRafael Roquetto2012-04-202-10/+0
* widgets/qpa: Fix painting to a fully transparent top level widgetHolger Hans Peter Freyther2012-04-161-5/+13
* Ensure that the IME composition is handled correctly on MacAndy Shaw2012-04-121-3/+8
* Widget created with type to Qt::ToolTip should have a drop shadowKatja2012-04-121-1/+1
* Plug memory leak when gestures are grabbed but never triggeredAndy Shaw2012-04-101-93/+91
* Fix compilation error on Solaris caused by ShapeInputIikka Eklund2012-03-301-0/+2
* Fix window focusing problem in SymbianPauli Jarvinen2012-03-301-1/+1
* Fixed a possible crash in Qt CocoaThierry Bastian2012-03-261-4/+8
* Hang on to the correct screen index in QWidgetNick Ratelle2012-03-121-0/+1
* Support changing locales at runtime in QPA plugins.Nick Ratelle2012-03-125-2/+31
* qpa: Don't force event handling every secondEike Ziller2012-03-061-1/+2