summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Update Solaris include path and library pathJulien Gueytat2017-02-083-9/+6
| * Move configuration into includesJulien Gueytat2017-02-083-105/+45
| * don't litter configure test build dirs with .qmake.cache filesOswald Buddenhagen2017-02-081-2/+3
| * make freetype & fontconfig dependencies private againOswald Buddenhagen2017-02-083-3/+3
| * move qfontengine_ft.* from gui to platformsupportOswald Buddenhagen2017-02-0810-17/+13
| * QFormLayout: take the correct row in takeRow()Marc Mutz2017-02-082-15/+13
* | Windows styles/wizard: Do not invoke winId() of desktop windowsFriedemann Kleint2017-02-132-13/+4
* | Respect QWindow::screen() when computing QPlatformWindow::initialGeometry()Tor Arne Vestbø2017-02-131-1/+4
* | Don't create platform window for QWindows when calling setVisible(false)Tor Arne Vestbø2017-02-132-2/+16
* | qimage_conversions.cpp: keep shared copies of gray and alpha color tablesMarc Mutz2017-02-131-19/+20
* | qmake/nmake: Prevent overlong lines in link and lib response filesJoerg Bornemann2017-02-132-7/+35
* | QCollatorSortKey: add some std::moveMarc Mutz2017-02-135-6/+7
* | QThreadPool: replace a QSet with a QListMarc Mutz2017-02-132-3/+4
* | macOS: Make QMacNativeWidget example more usableTor Arne Vestbø2017-02-121-3/+2
* | macOS: Don't try to cast foreign windows to QNSViewTor Arne Vestbø2017-02-112-3/+4
* | macOS: Handle window state changes directly in QCocoaWindowTor Arne Vestbø2017-02-116-31/+24
* | evdevtouch: Add missing we mean it noteLaszlo Agocs2017-02-101-0/+11
* | egl: Expose direct function pointers on INTEGRITYLaszlo Agocs2017-02-102-11/+355
* | Blacklist tst_QSemaphore::tryAcquireWithTimeout(0.2s) on WindowsMarc Mutz2017-02-101-0/+2
* | Fix compilation on iOSEskil Abrahamsen Blomfeldt2017-02-101-0/+2
* | moc: error out when the Q_PLUGIN_METADATA file can't be openedOlivier Goffart2017-02-102-1/+22
* | Don't include qfloat.h in the QtCore master includeThiago Macieira2017-02-091-0/+1
* | Add QDataStream streaming operator for QFlagsThiago Macieira2017-02-092-0/+12
* | Blacklist Intel HD Graphics IronLake (Arrandale) on WindowsAndy Nichols2017-02-091-1/+13
* | windowflags test: Don't assume window states can not be compoundTor Arne Vestbø2017-02-093-88/+43
* | windowflags test: Don't hide windows unconditionally when applying new stateTor Arne Vestbø2017-02-091-5/+5
* | Prevent Qt::ForeignWindow from propagating into QWidget for non-toplevelsTor Arne Vestbø2017-02-091-0/+2
* | QWindow: don't destroy foreign windowsTor Arne Vestbø2017-02-092-21/+35
* | Add QPlatformWindow::isForeignWindow()Tor Arne Vestbø2017-02-0912-31/+37
* | QRegularExpression example: Handle empty patternsFriedemann Kleint2017-02-092-41/+58
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Jani Heikkinen2017-02-09129-2027/+3242
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-08129-2027/+3242
| |\|
| | * Remove outdated check for Apple Clang 2.x and 3.xThiago Macieira2017-02-082-17/+1
| | * Remove unused qt_application_thread_id variableThiago Macieira2017-02-081-8/+0
| | * Update the mkspec for win32-icc to use the MSVC config filesThiago Macieira2017-02-081-50/+6
| | * QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-072-3/+12
| | * QCollator/ICU: fix a rather hair-raising performance bug in compare(QChar*, i...Marc Mutz2017-02-071-1/+1
| | * Fix regression preventing VoiceOver following the keyboard focusFrederik Gladhorn2017-02-071-2/+9
| | * Protect against nullptr deref in QAccessibleEvent::uniqueIdFrederik Gladhorn2017-02-071-1/+6
| | * Use categorized logging in qaccessible.cppFrederik Gladhorn2017-02-071-1/+4
| | * Doc: link issue and qdoc error on parameterNico Vertriest2017-02-071-2/+2
| | * Fix result handling in QDialog::doneSamuel Gaist2017-02-072-1/+58
| | * Android: Fix data race in QAndroidEventDispatcherStopperVyacheslav Koscheev2017-02-072-6/+4
| | * Doc: Ignore QML/JavaScript parsing errorsTopi Reinio2017-02-071-1/+2
| | * Unbreak ubsan developer-buildMarc Mutz2017-02-073-2/+9
| | * adjust configure to native build optimizationsOswald Buddenhagen2017-02-063-2/+19
| | * add a bunch of complementary options to -afterOswald Buddenhagen2017-02-066-36/+50
| | * make more use of configure QMAKE_*= arguments in native buildsOswald Buddenhagen2017-02-061-1/+1
| | * QDBusTrayIcon: try use runtime or cache for iconsMarco Trevisan (Treviño)2017-02-061-1/+24
| | * QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-064-66/+131