summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* If DblClick, do not deliver 'duplicated' MouseButtonPressRick Stockton2014-01-278-7/+81
* Fix nested template declarations for non-C++11 buildsTor Arne Vestbø2014-01-271-4/+4
* moc: Make error message 'too many input files' more verbose.Friedemann Kleint2014-01-271-1/+1
* Improve direct2d backing store implementationLouai Al-Khanji2014-01-2711-206/+340
* Enable adding/removing application fonts on iOSTor Arne Vestbø2014-01-252-18/+51
* Teach CoreText font db to handle application font files with multiple fontsTor Arne Vestbø2014-01-251-67/+59
* Use shared list of application fonts in CoreText font databaseTor Arne Vestbø2014-01-252-22/+24
* Fix OS X/iOS SDK macros to be usable in combined expressionsTor Arne Vestbø2014-01-251-4/+4
* 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: 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
* Windows: Remove unused function QWindowsBackingStore::rasterWindow().Friedemann Kleint2014-01-242-12/+2
* Fix rounding issueKonstantin Ritt2014-01-241-1/+1
* 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-233-1/+35
* 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-231-0/+63
* 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
* 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-221-6/+16
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-2181-847/+2871
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-2081-847/+2871
| |\
| | * Mac: Improve transformed QGraphicsProxyWidgetsMorten Johan Sørvig2014-01-201-2/+2
| | * Fix cd(), cdUp() QDir member functions docs regarding nonreadable dirsBartosz Brachaczek2014-01-201-2/+2
| | * 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-181-5/+9
| | * 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-173-3/+5
| | * Optimize QDateTime string parsingJędrzej Nowacki2014-01-171-11/+31
| | * Prevent spurious SSL errors from local certificates.Richard J. Moore2014-01-161-3/+0
| | * Make QCommandLineParser not crash if passed a bad QCommandLineOptionThiago Macieira2014-01-161-1/+2
| | * Do not consider a signal to be connected if only a signal spy is installed.Volker Krause2014-01-162-5/+6
| | * eglfs: Allow using a different framebuffer deviceLaszlo Agocs2014-01-162-5/+24
| | * Android: Don't register main thread on loading libraryEskil Abrahamsen Blomfeldt2014-01-164-6/+8
| | * Android: QStandardPaths implementationChristian Strømme2014-01-162-0/+333
| | * Android: Add convenience function to get the API level.Christian Strømme2014-01-162-0/+22