summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Widgets: avoid integer divide by zero in QProgressDialogLiang Qi2013-05-151-0/+1
* BlackBerry: Revised error handling in event dispatcherBernd Weimer2013-05-151-40/+42
* Backport qmlRegisterUncreatableType with version templateAlan Alpert2013-05-151-0/+45
* Special-case the forward declaration of STL types for libc++.Raphael Kubo da Costa2013-05-111-0/+23
* Fix jump and property changes on first move when dragging a Flickable.Andrew den Exter2013-05-111-4/+4
* Check that 3DNow! instructions are supported before including mm3dnow.h.Raphael Kubo da Costa2013-05-101-1/+1
* Fix clang warning about bool to pointer conversion.Jędrzej Nowacki2013-05-102-2/+2
* Compile in C++11 mode: narrowing conversion problemsThiago Macieira2013-05-081-2/+3
* Make QContiguousCache with zero capacity not crashThiago Macieira2013-05-071-0/+6
* Don't bypass overwritten [set]data() methods in the proxy.Volker Krause2013-05-061-4/+2
* Make Qt 4.8 also compile with the LSB SDK on LinuxThiago Macieira2013-05-062-8/+8
* Fix QtScript crash on 64bit with JIT.Friedemann Kleint2013-05-031-1/+1
* QLocale: Add fr_MA localeEl Mehdi Fekari2013-05-031-868/+873
* Bring in WebKit r74029 to fix the build with clang.Raphael Kubo da Costa2013-04-291-2/+4
* Fixed -dbus-linked when cross-compiling from WindowsMatt Fischer2013-04-291-2/+6
* Revert "JSCore build fix for WEC7"Janne Anttila2013-04-291-11/+0
* QNonContiguousByteDevice: reset() instead of seek() if possiblePeter Hartmann2013-04-271-2/+2
* QHttpMultipart: reset read pointer when device is resetPeter Hartmann2013-04-271-0/+1
* Fix some warnings in qtquick1 found by ClangThiago Macieira2013-04-263-5/+5
* Fix Mac OS X Carbon build with Qt in a namespace.Danny Boelens2013-04-262-2/+8
* Fixed QLayout::addChildLayout(QLayout *l) when l had a parentJan Arve Saether2013-04-255-5/+19
* Fixed potential invalid memory access in OpenGL engine glyph cache.Samuel Rødal2013-04-251-11/+9
* qsql_odbc: fix SQLGetStmtAtt usageMark Brand2013-04-241-5/+3
* ODBC: lost info about column metadata on SQL_NO_DATAIsrael Lins2013-04-241-5/+0
* ODBC: fixed consistence of return of QODBCResult::exec()Israel Lins2013-04-241-1/+1
* ODBC: fix loss of milliseconds when binding QDateTimeIsrael Lins2013-04-241-1/+1
* SSL internals: do not write after shutting down the socketPeter Hartmann2013-04-243-4/+13
* Increase the size of the QHostInfo cache.Richard Moore2013-04-241-2/+2
* Allow QHostInfo::lookupHost() with no receiver to warm the DNS cache.Richard Moore2013-04-241-1/+8
* QNX host lookup: do not try to load libresolv.so, it is not therePeter Hartmann2013-04-241-1/+1
* Fix for Sql query aliases with dotsMarko Kangas2013-04-231-2/+1
* Fix a typo of an internal function nameLiang Qi2013-04-233-4/+4
* Fix warning about narrowing inside {}Olivier Goffart2013-04-232-3/+3
* Fix C++11 narrowing error.Raphael Kubo da Costa2013-04-231-1/+1
* Fix QTableView::doItemsLayout()J-P Nurmi2013-04-231-3/+8
* QSystemTrayIcon: fix narrowing warningMarc Mutz2013-04-231-1/+1
* Explicitly cast some shorts to ushorts.Raphael Kubo da Costa2013-04-231-1/+3
* QThreadDataPrivate: fix data race on canWait boolean.David Faure2013-04-233-3/+10
* Fixed invalid memory read in SSSE3 image blending code.Samuel Rodal2013-04-221-1/+1
* Fixed potential access violation in QPixmap::copy() for <32 bit pixmaps.Samuel Rødal2013-04-221-2/+3
* Fix clang build on Mac OS XDanny Boelens2013-04-191-1/+1
* Harfbuzz: backporting fixes from upstreamAhmed Saidi2013-04-187-14/+23
* Prevent recursions when triggering menus in QToolButtonFrederik Gladhorn2013-04-171-0/+3
* Prevent crash when moving elements of a ListView's ListModel.Mitch Curtis2013-04-171-1/+2
* QNetworkConfigurationManager: check whether app is shutting downPeter Hartmann2013-04-161-1/+4
* Rename qAbs Function for timevalDavid E. Narváez2013-04-131-3/+2
* Silence warning from clangBradley T. Hughes2013-04-131-1/+1
* QGtkStyle: remove an unnecessary sanity check for theme nameDmitry Shachnev2013-04-111-4/+1
* BlackBerry: Adjust rotation according to initial orientationRafael Roquetto2013-04-113-0/+14
* Remove unnecessary typedef, found by GCC 4.8Thiago Macieira2013-04-101-1/+0