summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* Fix doc errors in QScreen.Jason Barron2012-09-031-15/+13
* Private slots should be named starting with _q_Sergio Ahumada2012-09-036-15/+16
* Doc: Fix some documentation issues.Kim Motoyoshi Kalland2012-08-311-6/+6
* Doc: Add documentation for deprecated function.Kim Motoyoshi Kalland2012-08-311-0/+7
* Doc: Fix wording in \brief section.Kim Motoyoshi Kalland2012-08-311-2/+2
* Doc: More fixes of qdoc-reported doc errorsaavit2012-08-311-1/+1
* Doc: Fixes for several doc errorsaavit2012-08-313-9/+10
* Use the right getter for the QScreen::primaryOrientation property.Jason Barron2012-08-311-1/+1
* Header contains `signals' - use `Q_SIGNALS' instead!Sergio Ahumada2012-08-311-1/+1
* Doc: Fix various errorsaavit2012-08-307-54/+37
* Fix mistake in docs. Return type should be QSurfaceFormatJason Barron2012-08-291-1/+1
* qplatformclipboard.h does not need qplatformdefs.h, so removeThiago Macieira2012-08-291-1/+1
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-271-2/+7
* explain specifically how to make a transparent windowShawn Rutledge2012-08-251-2/+10
* doc: Fix several text-related qdoc warningsEskil Abrahamsen Blomfeldt2012-08-251-15/+15
* Remove remaining bits of deprecated QInputPanelPekka Vuorela2012-08-236-142/+4
* Remove deprecation from enumerations in QtGui.Friedemann Kleint2012-08-221-1/+1
* Make Qt compile with -DQDND_DEBUG and fix debug messagesBerthold Krevert2012-08-222-59/+56
* Add hint for touch -> mouse event synthesizingMorten Johan Sorvig2012-08-222-1/+4
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-211-1/+1
* QWindow documentation fixes; make pos, size and geometry propertiesShawn Rutledge2012-08-212-55/+107
* Fixed qdoc complaints for qsurface and qsurfaceformat.Shawn Rutledge2012-08-212-15/+51
* QTouchDevice documentationShawn Rutledge2012-08-211-3/+6
* OpenGL: Use official glext.h and gl2ext.h headersSean Harmer2012-08-201-4/+0
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-203-2/+21
* Clean up QScreen::grabWindow()aavit2012-08-181-1/+1
* Move docs for QSessionManager to the right file.Frederik Gladhorn2012-08-151-0/+247
* Handle "-psn_XXX" command line args on MacMorten Johan Sorvig2012-08-101-0/+4
* OpenGL: Allow querying OpenGL extensions via the QOpenGLContextSean Harmer2012-08-093-0/+38
* QWindowSystemInterface: fix mem leak and raceMarc Mutz2012-08-072-18/+26
* Fixed popups getting blocked by modal windows.Samuel Rødal2012-08-061-1/+1
* Fix intended assignment to customSet variable.Frank Osterfeld2012-08-061-1/+1
* Revert "Move QWindowSystemInterface out of qpa."Paul Olav Tvete2012-08-033-5/+5
* Use glFlush() if swapBehavior is single-bufferedJan-Arve Saether2012-08-021-1/+2
* Make tests compile without gui-privatePaul Olav Tvete2012-08-021-0/+40
* Move QPlatformWindowPrivate into its own headerLaszlo Agocs2012-08-023-6/+76
* fix a few qdoc command typosJeremy Katz2012-08-011-2/+2
* change \img to \image in docsJeremy Katz2012-08-012-2/+2
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-4/+4
* Implement synchronous WS events by flushing.Friedemann Kleint2012-07-312-10/+21
* WindowSystemInterface::sendWindowSystemEvents(): Remove unused parameter.Friedemann Kleint2012-07-233-3/+3
* Provide public API for native event filtering, moved up from QPA.David Faure2012-07-203-56/+0
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-193-5/+5
* Mirror potentially themeable style hints in QPlatformTheme.Friedemann Kleint2012-07-184-16/+84
* Make qwindowsysteminterface.cpp compile with QT_NO_SHORTCUTJeremy Katz2012-07-161-0/+25
* QtGui: normalize signals/slotsMarc Mutz2012-07-131-3/+3
* QPA: pass cmdline arguments to QPlatformIntegrationPlugin constructorGirish Ramakrishnan2012-07-123-15/+5
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-114-1/+10
* Clear qt_button_down widget when starting a drag.Friedemann Kleint2012-07-113-0/+17