summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iOS: Disable tests for all other modules than qtbaseTor Arne Vestbø2014-01-251-0/+5
* Fix OS X/iOS SDK macros to be usable in combined expressionsTor Arne Vestbø2014-01-251-4/+4
* Don't rely on makedepend on OS XTor Arne Vestbø2014-01-251-6/+12
* Fix MSVC 64bit warnings about int64 truncation in tests.Friedemann Kleint2014-01-243-5/+5
* Fix MSVC-warnings about double to float truncation.Friedemann Kleint2014-01-243-31/+31
* Fix MSVC-warnings about stray */* in sources.Friedemann Kleint2014-01-242-2/+2
* Disable terminal keyboard on eglfs and linuxfbLaszlo Agocs2014-01-2410-50/+80
* eglfs: Fix physical screen size regression for some hooksLaszlo Agocs2014-01-243-4/+6
* eglfs: Upload only damaged areas into the texturesLaszlo Agocs2014-01-241-1/+0
* eglfs: Remove unused variable on raspiLaszlo Agocs2014-01-241-6/+0
* eglfs: Fix quad coordinatesLaszlo Agocs2014-01-241-2/+3
* Defer HarfBuzz face loading up until it gets usedKonstantin Ritt2014-01-241-2/+6
* Windows: Reconstruct MSG-structure properly.Friedemann Kleint2014-01-241-2/+14
* Fix crash of tst_qaccessibilitylinux when DBus is not available.Friedemann Kleint2014-01-241-0/+3
* Windows: Remove unused function QWindowsBackingStore::rasterWindow().Friedemann Kleint2014-01-242-12/+2
* Fix rounding issueKonstantin Ritt2014-01-241-1/+1
* WinRT: Provide qmake feature for generating a package manifestAndrew Knight2014-01-2420-1/+253
* Fix Q_ASSERT in direct2d qpa pluginLouai Al-Khanji2014-01-241-1/+1
* Silence failed xcbxsettings initializationJorgen Lind2014-01-233-3/+11
* Work around a binary incompatibility in MSVCThiago Macieira2014-01-233-2/+63
* Ref qualified version of QImage::convertToFormatAllan Sandfeld Jensen2014-01-234-3/+81
* Update QStandardPaths documentation with Android paths.Christian Strømme2014-01-231-1/+42
* Add a placeholderText property to QPlainTextEditMikhail Svetkin2014-01-233-1/+44
* Update the qHash function for strings to use the CRC32 instructionThiago Macieira2014-01-234-14/+111
* QNX: Fixed window opacityBernd Weimer2014-01-221-2/+3
* Declare flags for Qt::EdgeJ-P Nurmi2014-01-221-1/+4
* Add comment to moc output to simplify slots flags reading.Jędrzej Nowacki2014-01-221-9/+22
* Windows: Observe Qt::NoDropShadowWindowHint.Friedemann Kleint2014-01-221-1/+1
* Add freebsd-clang mkspecGabriel de Dietrich2014-01-222-0/+80
* iOS: Enable building of basic testsTor Arne Vestbø2014-01-226-8/+15
* Support negative layout spacings (do not assert)Jan Arve Saether2014-01-221-1/+0
* Port Windows QPA plugin to new logger API.Friedemann Kleint2014-01-2227-541/+352
* QWindowsVistaStyle: Fixed position of menu gutter when using a custom widget ...Friedemann Kleint2014-01-221-2/+4
* Fix lack of deterministic behavior in moc.Jędrzej Nowacki2014-01-224-7/+191
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-21112-1019/+3222
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-20112-1019/+3222
| |\
| | * Mac: Improve transformed QGraphicsProxyWidgetsMorten Johan Sørvig2014-01-201-2/+2
| | * Fix warning in QVariant test.Christian Kandeler2014-01-201-1/+1
| | * clear OBJECTIVE_SOURCES as wellOswald Buddenhagen2014-01-201-0/+1
| | * Fix cd(), cdUp() QDir member functions docs regarding nonreadable dirsBartosz Brachaczek2014-01-202-2/+21
| | * Fix QPixmap and OpenGL threading warnings when paintingAleix Pol2014-01-181-1/+4
| | * Fix typos in QUrl::toAce() documentation.Mitch Curtis2014-01-181-1/+1
| | * Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-182-5/+12
| | * Fix detecting the system pathOlivier Goffart2014-01-181-1/+1
| | * QNX: Fix compilation of qdatetime.cppSergio Ahumada2014-01-181-2/+2
| | * QCocoaTheme: Fix size of pixmap returned by fileIconPixmapEike Ziller2014-01-171-8/+16
| | * Fix QtTest function-unused warnings found by Clang 3.4Thiago Macieira2014-01-172-7/+7
| | * moc: Fix parsing of complex defines defined via command lineOlivier Goffart2014-01-176-4/+22
| | * Optimize QDateTime string parsingJędrzej Nowacki2014-01-171-11/+31
| | * Prevent spurious SSL errors from local certificates.Richard J. Moore2014-01-162-6/+0