summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | QtNetwork: optimize if-else conditions.Anton Kudryavtsev2016-03-034-15/+14
* | QtGui: Mark some more types as shared for Qt 6.Marc Mutz2016-03-033-2/+9
* | QMainWindowLayout: eradicate Q_FOREACH loops: Extract Method allMyDockWidgets()Marc Mutz2016-03-031-12/+23
* | QStringBuilder: don't allocate memory in convertFromAscii()Marc Mutz2016-03-033-8/+8
* | QOpenGLTexture: de-duplicate setBorderColor() codeAnton Kudryavtsev2016-03-021-21/+2
* | Restore multisampled FBOs on ANGLELaszlo Agocs2016-03-021-1/+17
* | Simplify and speed up code resolving gl functionsLars Knoll2016-03-023-15/+3
* | Clean up resolving of OpenGL functions on WindowsLars Knoll2016-03-027-662/+189
* | Refactor initialization/caching code for versioned opengl functionsLars Knoll2016-03-0231-3035/+1212
* | Adjust sizes when snapping layout items to pixel gridJan Arve Sæther2016-03-022-14/+33
* | Use an enum for versioning the opengl function backendsLars Knoll2016-03-025-90/+114
* | Fix test tst_QIcon::fromThemeCache().Friedemann Kleint2016-03-021-3/+24
* | Avoid qMin in format conversions when possibleAllan Sandfeld Jensen2016-03-012-22/+71
* | QGenericMatrix<N,M,T>: mark as relocatable, depending on TMarc Mutz2016-03-011-0/+11
* | Integrate network sockets into the multichannel infrastructureAlex Trotsenko2016-03-0117-19/+139
* | Fix detectProcessorFeatures() fallback path on ARMTor Arne Vestbø2016-03-011-2/+2
* | CleanupsLars Knoll2016-03-011-39/+27
* | Generate more compact code to resolve the QOpenGLExtraFunctionsLars Knoll2016-03-014-549/+397
* | Generate more compact code to resolve the QOpenGLFunctionsLars Knoll2016-03-012-523/+351
* | Remove some now unused codeLars Knoll2016-03-011-346/+2
* | Get rid of the gles3helper classLars Knoll2016-03-014-844/+195
* | Ensure we can query all GL functions in all platform pluginsLars Knoll2016-03-017-9/+32
* | Resolve GLES3 function pointers at construction timeLars Knoll2016-03-011-1586/+363
* | Inline versionStatus() and make it constexprLars Knoll2016-03-012-187/+55
* | Avoid repeated QByteArray creation when resolving opengl functionsLars Knoll2016-03-0133-135/+147
* | Don't resolve GL 1 symbols in the texture helperLars Knoll2016-03-014-234/+77
* | Simplify part of the resolving code in QOpenGLFunctionsLars Knoll2016-03-011-852/+170
* | Inline the constructors for QOpenGLFunctions_X_BackendLars Knoll2016-03-012-187/+135
* | Significantly reduce the size of generated code for the opengl wrappersLars Knoll2016-03-0129-17627/+16268
* | De-inline the code resolving the GL symbolsLars Knoll2016-03-011-19/+41
* | Merge convert from routinesAllan Sandfeld Jensen2016-03-011-92/+60
* | SSSE3 optimized store of 24-bit formatsAllan Sandfeld Jensen2016-02-294-14/+93
* | Remove lib/fonts symlinking from configureLaszlo Agocs2016-02-291-8/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-2937-170/+456
|\ \
| * | Track target widget when wheel events are receivedGabriel de Dietrich2016-02-299-24/+74
| * | Update QMAKE_LIB in win32-g++ mkspecBoris Pek2016-02-271-1/+1
| * | tst_QDialog::snapToDefaultButton(): Do not check on exact cursor position unl...Friedemann Kleint2016-02-261-12/+14
| * | QPlatformWindow::screenForGeometry(): Do not call mapToGlobal() on top level ...Friedemann Kleint2016-02-261-2/+3
| * | Remove a mis-placed QSKIP().Edward Welbourne2016-02-261-2/+0
| * | tst_qguimetatype::flags(): port to QTypeInfoQueryMarc Mutz2016-02-261-4/+4
| * | Win: Prevent crash in qt_message_fatal()Kai Koehne2016-02-261-1/+2
| * | Windows Accessibility: Fix warnings as shown by Qt Creator's Clang based code...Friedemann Kleint2016-02-265-59/+65
| * | Windows Accessibility: Refactor code creating COM arrays.Friedemann Kleint2016-02-261-18/+29
| * | Fix potential crash in QWindowsIA2Accessible::QueryInterface().Friedemann Kleint2016-02-261-2/+0
| * | Windows QPA: Apply scaling when fixing maximized/frameless geometry.Friedemann Kleint2016-02-261-4/+5
| * | Fix QHighDpi::fromNative(QRect, QScreen *, QPoint).Friedemann Kleint2016-02-261-1/+1
| * | Windows QPA: Fix scrolling down with mouse wheel.Friedemann Kleint2016-02-261-1/+1
| * | QWindowsTheme: Run SHGetFileInfo() in a thread.Friedemann Kleint2016-02-264-12/+165
| * | QScreen::grabWindow(): Scale the coordinates.Friedemann Kleint2016-02-262-3/+18
| * | QMacPrintEngine: Really set the printer resolutionKai Pastor2016-02-252-3/+29