summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Include GLES 3.0 and 3.1 headers when availableLaszlo Agocs2014-04-241-1/+22
* Add public and QPA APIs for adapting existing OpenGL contextsLaszlo Agocs2014-04-2417-28/+581
* OS X: Add support for ApplicationState capabilitySamuel Gaist2014-04-247-12/+35
* Extend PCRE's JIT support to PPC (__GNUC__ compilers only)Giuseppe D'Angelo2014-04-241-2/+8
* Remove an unneeded PCRE patch fileGiuseppe D'Angelo2014-04-241-15/+0
* Import PCRE 8.35Giuseppe D'Angelo2014-04-2432-1908/+18254
* Adapt the PCRE import script to the PCRE 8.35 tarballGiuseppe D'Angelo2014-04-241-2/+6
* QSignalSpy: Added template function pointer constructorKeith Gardner2014-04-233-0/+61
* Introducing QPixelFormatJorgen Lind2014-04-236-2/+1360
* Build fix for auto-registration of Container<void*>Jędrzej Nowacki2014-04-231-2/+9
* QMetaType: Specialize IsPointerToTypeDerivedFromQObject for const void*Stephen Kelly2014-04-221-0/+5
* qdoc: \l now works with QML property groupsMartin Smith2014-04-172-3/+1
* Add a more reliable replacement for qt_add/removeObject().Volker Krause2014-04-155-2/+160
* Mark each QT_MOC_LITERAL usage with a commentJędrzej Nowacki2014-04-151-2/+4
* QtCore: Use Q_REQUIRED_RESULT in many more placesDavid Faure2014-04-114-55/+55
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Marc Mutz2014-04-11202-2955/+4213
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-04-11202-2955/+4213
| |\
| | * Cocoa: Send expose event on screen change.Morten Johan Sørvig2014-04-103-1/+5
| | * Cocoa: Set the COCOA_MENU_ANCESTOR() also when sync'ingGabriel de Dietrich2014-04-101-1/+1
| | * XCB: Print error code on Xlib I/O errorsUli Schlachter2014-04-101-0/+28
| | * HB-NG w/CoreText backend: Fix clustering of neutral charactersEskil Abrahamsen Blomfeldt2014-04-091-0/+9
| | * Cocoa: Fix DnD when using native widgets.Morten Johan Sørvig2014-04-091-6/+28
| | * QTextImageHandler: Load @2x images on retinaMorten Johan Sørvig2014-04-091-7/+35
| | * OS X: Add more text editing key bindings.Morten Johan Sørvig2014-04-092-17/+25
| | * Mac: Implement unified toolbar look for QTabBarMorten Johan Sørvig2014-04-097-41/+112
| | * Cocoa: Update unified toolbar area on toolbar hideMorten Johan Sørvig2014-04-097-43/+84
| | * make cmake registration of qt plugins make use of PLUGIN_EXTENDSOswald Buddenhagen2014-04-0911-0/+16
| | * automatically link plugins belonging to qt modules when building static appsOswald Buddenhagen2014-04-091-0/+1
| | * Fix a typo in QBitArray documentationJędrzej Nowacki2014-04-091-6/+6
| | * Support for DH and ECDH key exchange for QSslSocket serversRichard J. Moore2014-04-093-0/+80
| | * Only define Q_COMPILER_INITIALIZER_LISTS for MSVC 12 SP 2Frederik Gladhorn2014-04-091-1/+6
| | * Fix crash when trying to place toolbar into zero-height window.Friedemann Kleint2014-04-093-20/+32
| | * QWindowsOpenGLContextFormat: Default to version 2.Friedemann Kleint2014-04-091-0/+2
| | * Fix crash in qt_try_modal.Friedemann Kleint2014-04-091-2/+1
| | * Add unhandled Android keys.BogDan Vatra2014-04-091-151/+316
| | * QNX: Work around dlclose issueBernd Weimer2014-04-091-0/+8
| | * Fix out-of-range shiftingMaurice Kalinowski2014-04-091-2/+2
| | * QComboBox: Set the proper font after a MacSizeChange eventGabriel de Dietrich2014-04-091-0/+12
| | * Cocoa: Use private property to enable NSWindow child windowsGabriel de Dietrich2014-04-092-1/+9
| | * QPageSize: remove QPageSize:: overqualificationsMarc Mutz2014-04-092-167/+167
| | * Cocoa: Fix possible printing memory leak.Morten Johan Sørvig2014-04-091-4/+5
| | * Cocoa: Fix crash when creating printer object.Morten Johan Sørvig2014-04-091-3/+6
| | * Update qtgui.qdoc regarding OpenGLLaszlo Agocs2014-04-091-17/+35
| | * QOpenGLWidget: Avoid crashing if updateGL is called before the first resizeJocelyn Turcotte2014-04-091-0/+3
| | * Accessibility Mac: Cache Accessible Elements and Notify about changesFrederik Gladhorn2014-04-0910-62/+226
| | * Correct QOpenGLContext::versionFunctions() docsLaszlo Agocs2014-04-091-4/+6
| | * Forward "_q_platform_*" QWidgets's properties to QWindow.Tomasz Olszak2014-04-092-0/+7
| | * XCB: Only use the XFixes extension if availableUli Schlachter2014-04-091-1/+1
| | * QPageSize: clean up operator==Marc Mutz2014-04-081-3/+1
| | * QPageLayout: clean up operator==Marc Mutz2014-04-081-3/+1