summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devThiago Macieira2017-08-0871-7641/+4018
|\
| * Doc: remove linking to internal methodNico Vertriest2017-08-061-1/+1
| * Add flowId to messages when logging in TeamCity formatBorgar Ovsthus2017-08-042-13/+13
| * Fix iOS shared buildsJan Murawski2017-08-041-0/+1
| * XCB GLX: request OpenGL 4.6 / OpenGL ES 3.2 if possibleGiuseppe D'Angelo2017-08-041-4/+4
| * Fix race condition in QDBusAbstractInterfacePrivate::initOwnerTracking()Romain Pokrzywka2017-08-041-5/+5
| * Bump minimum glibc requirement for sys/eventfd.h to glibc 2.8Thiago Macieira2017-08-041-2/+4
| * Fix build error with macOS 10.13 SDKJake Petroules2017-08-042-18/+2
| * Android: Fix push button label duplication with stylesheetsEskil Abrahamsen Blomfeldt2017-08-041-33/+44
| * QAbstractItemView: fix nullptr violationRaschbauer, Reinhard2017-08-041-1/+1
| * Update bundled zlib to version 1.2.11André Klitzing2017-08-0452-7525/+3899
| * Improve documentation for {QFile, QFileDevice}::resize()Sérgio Martins2017-08-032-1/+5
| * Make high-dpi QGLWidget work cross platformMorten Johan Sørvig2017-08-021-4/+0
| * Fix RGBA64 interpolation when x remainder equals zeroAllan Sandfeld Jensen2017-08-021-9/+12
| * QWidget::render(): Add a call to QPaintEnginePrivate::systemStateChanged()Friedemann Kleint2017-08-021-0/+1
| * QWindowSystemInterfacePrivate::toNativeTouchPoints(): Add missing scalingFriedemann Kleint2017-08-021-2/+2
| * QFileSystemWatcher/Windows: Fix crash when no QCoreApplication is presentFriedemann Kleint2017-08-022-23/+24
* | QFileSystemEngine/Unix: rework the getting of nsec-precision file timesThiago Macieira2017-08-062-23/+88
* | QFileSystemEngine::fillMetaData: simplify and comment the codeThiago Macieira2017-08-061-38/+65
* | Move Unix code from qfilesystemengine.cpp to qfilesystemengine_unix.cppThiago Macieira2017-08-062-223/+218
* | Add QTextOption/QTextEdit/QPlainTextEdit::tabStopDistance propertyEskil Abrahamsen Blomfeldt2017-08-069-24/+116
* | Migrate QStandardPaths to use QRegularExpressionSamuel Gaist2017-08-051-3/+5
* | Doc: add warning against bulk random data creation to QRandomGeneratorSamuel Gaist2017-08-051-1/+4
* | Fix typoFrederik Gladhorn2017-08-051-2/+2
* | QFileSystemEngine/Windows: fix setFileTime when input date is UTCThiago Macieira2017-08-051-15/+30
* | QFileSystemEngine::setFileTime/Unix: remove the fallback to futimesatThiago Macieira2017-08-053-17/+2
* | Filesystem: Use "birth time" to avoid confusion with Unix ctimeThiago Macieira2017-08-0512-76/+113
* | Move platform-specific code from QFSFileEngine to QFileSystemEngineThiago Macieira2017-08-055-162/+178
* | Introduce QFileInfo::birthTime and metadataChangeTimeThiago Macieira2017-08-052-10/+45
* | QFileSystemEngine::renameFile: use calls that don't overwriteThiago Macieira2017-08-044-1/+57
* | Allow QSettings to synchronize non-atomicallyThiago Macieira2017-08-043-14/+67
* | Support Alternate Data Streams in QSaveFileThiago Macieira2017-08-041-5/+32
* | QTemporaryFileName: use the random data more wiselyThiago Macieira2017-08-041-46/+32
* | QFile::rename: use QTemporaryFileName instead of QTemporaryFileThiago Macieira2017-08-041-24/+33
* | Long live QTemporaryFileName!Thiago Macieira2017-08-043-151/+95
* | QTemporaryFile: split the template parsing and generationThiago Macieira2017-08-041-62/+59
* | QTemporaryFile: give the engine access to the template nameThiago Macieira2017-08-043-15/+13
* | QTemporaryFile: add a simpler rename() (non-virtual) overrideThiago Macieira2017-08-042-0/+36
* | QFSFileEngine: make rename() on Unix not overwriteThiago Macieira2017-08-046-12/+73
* | Implement conversion from nullptr QVariant to QString and QByteArrayAllan Sandfeld Jensen2017-08-041-2/+8
* | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2017-08-041-7/+16
* | GLSL 1.00 ES must be selected using "#version 100"Kevin Ottens2017-08-041-1/+1
* | QVariants of null pointers should be nullAllan Sandfeld Jensen2017-08-042-4/+25
* | glib dispatcher: ensure all window system events are flushedGatis Paeglis2017-08-042-57/+2
* | Long live qEnvironmentVariable()Thiago Macieira2017-08-043-17/+109
* | Fix Q(Quick)Window on eglfsLaszlo Agocs2017-08-031-6/+3
* | uic: Add -no-stringliteral optionAlexander Volkov2017-08-035-17/+29
* | Support all QImage formats in native pixmap conversionEirik Aavitsland2017-08-031-2/+5
* | Change EDID parsing qCWarnings to qCDebugsLaszlo Agocs2017-08-032-3/+3
* | QSslSocket: stabilize triggering for writeAlex Trotsenko2017-08-032-1/+11