summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | QtNetwork: Remove documentation references to QUdpDatagram.Friedemann Kleint2016-04-012-3/+3
| | * | QTimeZonePrivate: avoid unnecessary allocationsAnton Kudryavtsev2016-03-312-2/+2
| | * | QLocalePrivate: add overloaded codeToScript() and codeToLanguage()Anton Kudryavtsev2016-03-312-10/+12
| | * | QLocalePrivate: overload codeToCountry() for QStringRef and QChar arrayAnton Kudryavtsev2016-03-312-3/+4
| | * | Check that window has been paintedMilla Pohjanheimo2016-03-311-1/+1
| | * | QtNetwork: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-03-314-16/+16
| | * | Use BSD-style statfs members for INTEGRITY.Rolland Dudemaine2016-03-311-2/+2
| | * | Adjust include file for native sockets on INTEGRITY.Rolland Dudemaine2016-03-311-0/+3
| | * | QXcbBackingStore: Fix scrolling when backed with native X PixmapLouai Al-Khanji2016-03-301-32/+62
| | * | Cocoa integration - hitTest for Qt::WindowTransparentForInputTimur Pocheptsov2016-03-301-0/+10
| | * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-3054-457/+74
| | * | Re-generate TZ data from CLDR v29Konstantin Ritt2016-03-302-857/+860
| | * | mimetypebrowser example: Fix building of the hierarchy.Friedemann Kleint2016-03-301-2/+2
| | * | Add some clarifying notes to the TK1 device specsLaszlo Agocs2016-03-302-2/+7
| | * | Disable fallback to dlsym() for INTEGRITY.Rolland Dudemaine2016-03-291-1/+1
| | * | Unify license header usage.Jani Heikkinen2016-03-291798-6550/+20921
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-2423-144/+251
| | |\|
| | | * Don't propagate unsolicited events from QWidgetWindow to QWidgetAlexander Volkov2016-03-241-5/+19
| | | * tst_QAtomicInteger: fix UBs (signed overflow)Marc Mutz2016-03-241-93/+0
| | | * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-245-17/+59
| | | * Fix typo in QLocalServer documentationSimon Hausmann2016-03-241-1/+1
| | | * Fix Fusion style combobox dirty lines in HiDPI mode.Marko Kangas2016-03-241-7/+1
| | | * QAbstractItemView test: check that the selection model is in sync with the viewGiuseppe D'Angelo2016-03-231-0/+55
| | | * minimal QPA plugin: Use fontconfig DB if availableGabriel de Dietrich2016-03-233-7/+22
| | | * QAbstractItemView: trigger handlers (and redraw) when changing selection modelGiuseppe D'Angelo2016-03-232-0/+63
| | | * QRawFont: fix UB in supportedWritingSystems()Marc Mutz2016-03-231-8/+8
| | | * QtActivity.java: fix typoAnton Kudryavtsev2016-03-231-1/+1
| | | * Hide mixed comparisons with QT_RESTRICTED_CAST_FROM_ASCIIhjk2016-03-231-1/+1
| | | * configure: Appending compiler and linker flags...David Schulz2016-03-231-3/+3
| | | * winrt: Enable windeployqt by default for Visual Studio projectsMaurice Kalinowski2016-03-231-0/+2
| | | * Initialize input method for read-only QTextBrowserMarko Kangas2016-03-232-0/+12
| | | * Fix tests for build with -no-guiKai Pastor2016-03-232-1/+5
| | * | qNonConstOverload(): Fix documentation typo.Friedemann Kleint2016-03-241-1/+1
| | * | Add mime type browser example.Friedemann Kleint2016-03-248-0/+623
| | * | Fix some documentation warnings.Friedemann Kleint2016-03-247-11/+10
| | * | Disable some examples for INTEGRITY.Rolland Dudemaine2016-03-242-4/+3
| | * | Use default nullptr parents in QAction constructorshjk2016-03-231-3/+3
| | * | Build SQLite including the platform header for INTEGRITY.Rolland Dudemaine2016-03-232-2/+3
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-2327-294/+209
| | |\|
| | | * QOpenGL: Fix GLhandleARB redefinition on OS XGabriel de Dietrich2016-03-221-0/+4
| | | * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-225-235/+12
| | | * QWidget::create(): Mark parameter window as ignored.Friedemann Kleint2016-03-222-17/+15
| | | * qmake/wince: Deploy QPA plugin as well in Visual StudioAndreas Holzammer2016-03-221-0/+27
| | | * qmake: Fix wince dll deployment in Visual StudioAndreas Holzammer2016-03-222-3/+12
| | | * configure: enable QSharedMemory when targeting windows.David Schulz2016-03-221-1/+1
| | | * qshapedpixmapdndwindow.cpp: fix build with '-qreal float'J-P Nurmi2016-03-221-1/+1
| | | * win32-icc: Make it possible to rename the ANGLE libraries.Friedemann Kleint2016-03-221-0/+4
| | | * QLineEdit: Use High DPI pixmap for clear button.Friedemann Kleint2016-03-224-13/+39
| | | * QVersionNumber: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-221-1/+1
| | | * QCocoaMenus: Use mix-in pattern to implement menu hierarchyGabriel de Dietrich2016-03-225-18/+34