summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support logging direct to journald, if enabled.Robin Burchell2014-01-215-0/+137
* Fix compilation error on FreeBSDGabriel de Dietrich2014-01-211-0/+5
* xcb: Do not leak when compressing eventsLaszlo Agocs2014-01-201-2/+1
* Fix eglfs compilation on raspiLaszlo Agocs2014-01-201-1/+0
* Use pkg-config to find the prefix for X11 installGabriel de Dietrich2014-01-204-8/+13
* Rename a test class to a bit more verbose name.Jędrzej Nowacki2014-01-201-1/+1
* Add missing header guardsJędrzej Nowacki2014-01-2039-10/+162
* Document qRemovePostRoutine() function and update qAddPostRoutine() docBartosz Brachaczek2014-01-201-3/+23
* Remove duplicated code from moc generatorJędrzej Nowacki2014-01-201-6/+0
* Do not close string data by a double null terminator.Jędrzej Nowacki2014-01-201-2/+3
* Android: Don't crash on 100+ combo box itemsEskil Abrahamsen Blomfeldt2014-01-201-7/+8
* Make xcb QPA plugin link on FreeBSDGabriel de Dietrich2014-01-201-1/+1
* Revert commit 0893d2d7e5cadcbea5caca8a027ae3e28b6c5410Louai Al-Khanji2014-01-201-4/+2
* introduce qlalr featureOswald Buddenhagen2014-01-201-0/+49
* move and build qlalrOswald Buddenhagen2014-01-2040-9/+14
* port to std::algorithmOswald Buddenhagen2014-01-203-6/+7
* fix includesOswald Buddenhagen2014-01-2013-38/+48
* re-import qlalr into qtbaseOswald Buddenhagen2014-01-2039-0/+6979
* Don't scan system includes for dependencies and don't list themThiago Macieira2014-01-202-3/+5
* Add support for using -isystem in qmakeThiago Macieira2014-01-209-3/+51
* Make conversion of semi-transparency to opaque formats consistentAllan Sandfeld Jensen2014-01-202-32/+63
* Reduce code duplicationKonstantin Ritt2014-01-202-15/+4
* Add convenience method QTextFormat::isEmpty()Konstantin Ritt2014-01-202-0/+10
* iOS: Fix simulator build by enabling SSE2 code pathsTor Arne Vestbø2014-01-182-9/+12
* Add generic inplace converterAllan Sandfeld Jensen2014-01-183-0/+37
* Optimize blend_transformed_tiled_argb().Sami Liedes2014-01-181-6/+14
* QNX: Fix build on BB10 caused by missing linux fbWolfgang Bremer2014-01-181-2/+2
* Introduce function for standard button texts to QPlatformTheme.Friedemann Kleint2014-01-1813-133/+133
* Testlib/generate_expected_output.py: Fix encoding.Friedemann Kleint2014-01-181-1/+1
* Testlib/generate_expected_output.py: Pass tests as command line arguments.Friedemann Kleint2014-01-181-3/+8
* QNX: Allow creation of parentless child windowsRoger Maclean2014-01-181-3/+12
* Abuse const_cast in QStringBuilder to get a little more performanceThiago Macieira2014-01-181-1/+3
* Improve caching in ensureColumnAndRowData()Jan Arve Saether2014-01-182-1/+14
* d3dcompiler_qt: Place compiler options in the shader file nameAndrew Knight2014-01-182-14/+36
* Update test result generator script to set duration to 0Frederik Gladhorn2014-01-181-1/+1
* Don't pass -mfpmath=sse to Clang < 3.4, it's not supportedTor Arne Vestbø2014-01-181-1/+11
* QNX: Avoid crashing on exit when have a cover windowRoger Maclean2014-01-171-0/+3
* QNX: Make window groups work reliablyRoger Maclean2014-01-174-13/+50
* qmake: cleanup DISTFILESJ-P Nurmi2014-01-172-3/+6
* eglfs: Move reusable functionality to eglconvenienceLaszlo Agocs2014-01-1733-731/+1288
* Fix BlackBerry10 build on NDKs prior to 10.2.1Wolfgang Bremer2014-01-171-0/+7
* Cocoa Helpers: Add qt_mac_flipRect(const QRect &)Gabriel de Dietrich2014-01-172-0/+7
* Replace win32-g++ with mingw scopeKai Koehne2014-01-1732-34/+34
* QObject: fix connection to function pointer with non-copyable references argu...Olivier Goffart2014-01-172-2/+16
* iOS: Fix compilation of some basic testsTor Arne Vestbø2014-01-172-2/+6
* iOS: Remove unused fileTor Arne Vestbø2014-01-172-72/+0
* Improve code in sizeHint()Jan Arve Saether2014-01-171-30/+9
* qmake: prepare TARGET/VERSION/DISTFILES for sub targetsJ-P Nurmi2014-01-172-18/+19
* QNX: Fixed window positioningBernd Weimer2014-01-172-36/+4
* Support multiple native surfaces on Android.BogDan Vatra2014-01-1767-1297/+1383