summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix bounding box of DirectWrite font engineEskil Abrahamsen Blomfeldt2012-07-091-4/+9
* QNX: QtGlobal: compile as a C header againMarc Mutz2012-07-091-1/+3
* Fix cursor truncate to include line positionJiang Jiang2012-07-091-2/+2
* fix "paintEngine: Should no longer be called" warnings on WindowsJoerg Bornemann2012-07-091-1/+1
* qpa: Fix crash when native interface is nullGirish Ramakrishnan2012-07-091-8/+9
* Remove Library dependency on SettingsTasuku Suzuki2012-07-0914-31/+29
* QWindowsWindow: fix FullScreen state transitionJoerg Bornemann2012-07-091-2/+11
* QWindowsWindow: fix state transition FullScreen -> MinimizedJoerg Bornemann2012-07-091-1/+1
* QWindowsWindow: fix restoring from minimized to fullscreenJoerg Bornemann2012-07-092-2/+8
* fix fullscreen state in QWidgetWindow::handleWindowStateChangedEventJoerg Bornemann2012-07-091-2/+0
* Use QDoc instead of Qdoc to be consistent with the rest of the documentationLaszlo Papp2012-07-082-2/+2
* QMimeType: document preferredSuffix()/suffixes() betterDavid Faure2012-07-081-2/+3
* Fix QMimeType::operator== to only compare mimetype names.David Faure2012-07-082-20/+3
* Q_DECLARE_SHARED: fix docs; require and use member-swapMarc Mutz2012-07-061-5/+5
* QPalette: add member-swapMarc Mutz2012-07-062-32/+50
* QtNetwork: add member-swap to shared classesMarc Mutz2012-07-0628-0/+202
* QtGui: replace some copies with swapsMarc Mutz2012-07-063-5/+4
* Doc: Replace all occurences of \BR with \br.Casper van Donderen2012-07-062-108/+108
* Fix some typos in the qdoc manualLaszlo Papp2012-07-061-10/+10
* Update framestrut initially after window creationMiikka Heikkinen2012-07-061-0/+7
* QArrayData: Fix gcc warning about parentheses in 'a + b & c'.Friedemann Kleint2012-07-061-1/+1
* Fix division by zero in triangulating stroker.Kim Motoyoshi Kalland2012-07-062-20/+49
* Remove duplicate triangulating stroker implementation.Kim Motoyoshi Kalland2012-07-069-753/+7
* QPlatformScreen::grabWindow() support on MacTasuku Suzuki2012-07-063-1/+64
* make QtGui compile when QT_NO_WHEELEVENT is definedJeremy Katz2012-07-061-0/+2
* Fix positioning when embedding native widgets such as QGLWidgetMiikka Heikkinen2012-07-061-0/+1
* qdoc: Removed several #if 1 macros.Martin Smith2012-07-064-28/+0
* QDoc: Fix relative URL generation for cross-linking.Casper van Donderen2012-07-061-1/+1
* Implement nativeResourceFunctionForContext for xcbJorgen Lind2012-07-062-2/+12
* qdoc: Removed several #if 0 blocks.Martin Smith2012-07-068-317/+0
* fixed cursor handling on winceBjoern Breitmeyer2012-07-064-1/+68
* Clean up attribute arrays flags in OpenGL glyph cacheEskil Abrahamsen Blomfeldt2012-07-061-0/+3
* eglfs: Allow setting screen size through environment variables.Robin Burchell2012-07-061-0/+16
* android: work around android's linux/input.h being retarded.Robin Burchell2012-07-062-0/+35
* Disable dedicated screen event thread by default.Rafael Roquetto2012-07-051-3/+3
* QHeaderView - resizeSection improvementThorbjørn Lund Martsum2012-07-052-1/+16
* Fix event loop throughput issueRafael Roquetto2012-07-051-8/+25
* Do not delete m_blitProgram more than onceJiang Jiang2012-07-051-1/+0
* Support for overlay-scrollbars on MacChristoph Schleifenbaum2012-07-056-40/+449
* Sync QWindow properties on NSWindow creation.Morten Johan Sorvig2012-07-051-0/+6
* qdoc: The \br macro is promoted to a qdoc commandMartin Smith2012-07-055-0/+14
* Native drag implementation on MacJames Turner2012-07-045-2/+170
* Cocoa: Fix size hint and resize increment setting.Morten Johan Sorvig2012-07-041-4/+16
* QHeaderView - prevent negative default+minimum section sizesThorbjørn Lund Martsum2012-07-041-0/+4
* Properly detect the max texture size when using QOpenGLPaintDevice.Jocelyn Turcotte2012-07-042-1/+37
* disable building uic when -no-widgets is setTasuku Suzuki2012-07-041-1/+1
* Fix socket notifier registration on Blackberry.Rafael Roquetto2012-07-042-8/+52
* Uppercase the CONFIG for verbatim mode.Stephen Kelly2012-07-041-1/+1
* Add a Q_PROPERTY for the sourceModel of a proxy model.Stephen Kelly2012-07-042-9/+16
* Make QGenericPlugin and QGenericPluginFactory public APIGirish Ramakrishnan2012-07-0413-27/+20