summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the expose region local on all platformsLaszlo Agocs2014-08-1210-20/+43
* Modernize the OpenGL examplesLaszlo Agocs2014-08-12106-1181/+1597
* qdoc: Distinguish between QML property and attached propertyTopi Reinio2014-08-126-5/+41
* winrt: Fix core dispatcher lookupAndrew Knight2014-08-111-19/+33
* SSL backend: Fix pem header/footer utility methodsAndrew Knight2014-08-111-10/+8
* SSL backend: Add a decodeDer() method to the private APIAndrew Knight2014-08-113-3/+12
* winrt: Fix theme paletteAndrew Knight2014-08-111-29/+73
* winrt: Fix backing store blitAndrew Knight2014-08-111-4/+4
* Fix msaa in QOpenGLWidgetLaszlo Agocs2014-08-113-6/+34
* Add QAccessible::ActivationObserverFrederik Gladhorn2014-08-114-2/+68
* Remove unused property from mocJędrzej Nowacki2014-08-091-2/+1
* Enable rpath support on OS X and iOS platformAdam Strzelecki2014-08-092-2/+2
* qmake: Don't make rpaths starting with @ or $ absoluteAdam Strzelecki2014-08-091-4/+6
* Micro-optimize QUrl::topLevelDomainJędrzej Nowacki2014-08-091-2/+4
* winrt: Use native file dialogAndrew Knight2014-08-097-2/+1241
* Micro-optimize QDir::relativeFilePathJędrzej Nowacki2014-08-091-1/+5
* Update the handling of the -xkbcommon configure optionThiago Macieira2014-08-091-7/+10
* Trim the QString benchmark testThiago Macieira2014-08-099-76004/+2
* Ensure that qCleanupFuncinfo works with some C++11 new constructsThiago Macieira2014-08-092-0/+37
* Add QtPrivate::is_const and is_volatileThiago Macieira2014-08-091-0/+9
* QOpenGLVersionStatus: add constexprMarc Mutz2014-08-091-10/+8
* QPair: add constexpr liberallyMarc Mutz2014-08-092-12/+27
* Use NAmE spelling of grey (gray)Marc Mutz2014-08-093-3/+3
* QStringRef: add missing \since 5.4Marc Mutz2014-08-091-0/+4
* Move the special QByteArrayList methods into QListThiago Macieira2014-08-095-269/+35
* QPixelFormat: don't inherit itMarc Mutz2014-08-094-294/+167
* QPixelFormat is better taken by-valueMarc Mutz2014-08-093-4/+4
* QPixelFormat: implement some oneliners in the class bodyMarc Mutz2014-08-091-15/+6
* QPixelFormat: don't use bit fieldsMarc Mutz2014-08-091-101/+112
* Long live QByteArrayList!Glen Mabey2014-08-098-0/+832
* Long live QVersionNumber!Keith Gardner2014-08-099-3/+1395
* QObject: fix valgrind warning when disconnectingOlivier Goffart2014-08-092-5/+14
* SSL: split ssl files into general and "_openssl" implementationOliver Wolff2014-08-0912-831/+1031
* Fix crash in QOpenGLWidget when changing the TLWLaszlo Agocs2014-08-081-1/+19
* Fix int conversion to stringFrederik Gladhorn2014-08-081-2/+2
* Fix compilation after qstringlist.h stopped including qdatastream.hThiago Macieira2014-08-081-0/+1
* OS X: Remove mnemonics in parenthesesTakumi Asaki2014-08-087-25/+51
* Add support for glMapBufferRange in the wrappers and resolversLaszlo Agocs2014-08-086-9/+191
* Add default format to QSurfaceFormatLaszlo Agocs2014-08-088-4/+112
* Fix the docs for resizeGL in QOpenGLWindowLaszlo Agocs2014-08-081-3/+9
* Add some missing STL typedefs and functions to QStringRef and QByteArrayThiago Macieira2014-08-084-0/+80
* Windows/QGuiApplication::topLevelAt(): Skip mouse-transparent windows of othe...Friedemann Kleint2014-08-072-18/+42
* Micro-optimize qdoc codeparser.Jędrzej Nowacki2014-08-071-2/+2
* Android: Say hello to gradle!BogDan Vatra2014-08-079-17/+79
* Add missing #include <qdatastream.h> or <qiodevice.h>Thiago Macieira2014-08-079-0/+9
* Clean up the QOpenGLWindow exampleLaszlo Agocs2014-08-073-82/+116
* Avoid repaints and swapbuffers when the platform window is already goneLaszlo Agocs2014-08-071-1/+2
* Add missing precision qualifiers in qopenglwindow exampleLaszlo Agocs2014-08-071-6/+6
* Avoid crashing in QOpenGLWidget::metricsLaszlo Agocs2014-08-071-1/+2
* Do not use GLES3 functions in a GLES2 contextLaszlo Agocs2014-08-071-6/+8