summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation when including files created in shadow dirsThiago Macieira2014-02-101-0/+2
* Windows: Fix return value of WM_QUERYENDSESSION.Friedemann Kleint2014-02-101-1/+2
* Print qCDebugs in arbitrary categories by defaultGiorgos Tsiapaliokas2014-02-103-25/+31
* Cocoa: Add setNSToolbar(QWindow *, NSToolBar *)Morten Johan Sørvig2014-02-106-0/+70
* Cocoa: Neuter -[QNSView cancelOperation:] for normal windowsGabriel de Dietrich2014-02-101-0/+6
* Export optimized premultiply and unpremultiply methodsAllan Sandfeld Jensen2014-02-1013-98/+168
* WinRT: Fix use of std::thread in QThreadAndrew Knight2014-02-101-4/+4
* QOpenGLTextureBlitterJorgen Lind2014-02-108-2/+787
* EGL convenience: Guard Linux-specific code with Q_OS_LINUX.Raphael Kubo da Costa2014-02-101-3/+3
* Improve the code generation for the Latin1 codecThiago Macieira2014-02-101-59/+74
* Do not set input focus if WM supports _NET_ACTIVE_WINDOWMartin Gräßlin2014-02-091-2/+3
* Make xcb compile with X-less EGL implementationsLaszlo Agocs2014-02-094-1/+93
* QFontEngineBox: Fix assertion for code points beyond BMPKonstantin Ritt2014-02-091-6/+5
* Cocoa: Simplify native view access.Morten Johan Sørvig2014-02-084-7/+20
* Cocoa: Remove duplicate enum.Morten Johan Sørvig2014-02-081-5/+1
* Fix checking of category for printf-style qCDebugKai Koehne2014-02-081-0/+2
* eglfs: Put Linux-specific includes within Q_OS_LINUX guards.Raphael Kubo da Costa2014-02-081-0/+2
* Automatically link printsupport plugins to static applications.Friedemann Kleint2014-02-085-3/+28
* Windows: Post drag events for the window on which the drop site was registered.Friedemann Kleint2014-02-082-18/+6
* Windows: Refactor code registering/unregistering drop sites.Friedemann Kleint2014-02-082-36/+43
* QWindow: reduce a bit of code duplication.David Faure2014-02-082-7/+12
* Support --option in addition to -option for all builtin Qt commandline options.David Faure2014-02-084-13/+17
* Compile.Morten Johan Sørvig2014-02-081-0/+1
* Cocoa: Option handling.Morten Johan Sørvig2014-02-083-2/+47
* Make QStringBuilder use our qt_from_latin1 code (out-of-line)Thiago Macieira2014-02-082-5/+14
* Fallback to QWidget::grab() if QScreen::grabWindow() fails.Jan Arve Saether2014-02-071-62/+57
* Windows file dialog: Clean up thread manually.Friedemann Kleint2014-02-072-4/+29
* widgets/mainwindows/mainwindow example: Use mouse release event for dock title.Friedemann Kleint2014-02-072-2/+2
* Fixed initialization of QPrintPreviewDialog's image resources for static builds.Friedemann Kleint2014-02-071-0/+11
* Windows: Fix broken debug statement in qwindowsglcontext.cpp.Friedemann Kleint2014-02-071-1/+1
* Correctly manipulate tm_gmtoff the way qt_timezone() needs.Raphael Kubo da Costa2014-02-071-1/+11
* QOpenGLTextureHelper: explain why we use GetProcAddress on Windows / DesktopGLGiuseppe D'Angelo2014-02-071-0/+3
* QOpenGLTexture: fix support for 1D texturesGiuseppe D'Angelo2014-02-072-12/+30
* QOpenGLTextureHelper: fix 3D texture support on ES2Giuseppe D'Angelo2014-02-071-14/+17
* QOpenGLTextureHelper: add a clarifying commentGiuseppe D'Angelo2014-02-071-1/+3
* glxconvenience: Add a QT_XCB_FORCE_SOFTWARE_OPENGL environment variable.Kevin Kofler2014-02-071-0/+29
* Optimize stringToCMap() usageKonstantin Ritt2014-02-0710-136/+246
* WinRT: Use correct architecture values in manifests and vsOliver Wolff2014-02-077-3/+9
* qmake WinRT: Default to x86 for lib pathAndrew Knight2014-02-071-0/+2
* QUtfCodec: don't encode invalid UCS-4 codepointsGiuseppe D'Angelo2014-02-071-8/+9
* Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-072-24/+88
* Refactor and remove dead code, add property caching.Lorn Potter2014-02-077-2013/+606
* Fix compilation after b0afad8f0b6a3be7ab3a23e063b0201cd68ada95Thiago Macieira2014-02-071-0/+4
* Long live QStringIterator!Giuseppe D'Angelo2014-02-077-0/+1315
* QPA: Introduce QPlatformWindow::normalGeometry().Friedemann Kleint2014-02-076-12/+61
* Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-072-3/+47
* Force surface repaint after is (re)created.BogDan Vatra2014-02-071-0/+1
* Cocoa: Handle gracefully closing a window without event dispatcherGabriel de Dietrich2014-02-061-4/+7
* iOS: return correct uiview for IM rectanglesRichard Moe Gustavsen2014-02-061-0/+12
* iOS: be more specific about IM callbacks to iOSRichard Moe Gustavsen2014-02-061-11/+16