summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure QThreadData and QAdoptedThread object is destroyed at app exitjian liang2013-06-161-0/+7
* Clear the current thread data for the main threadThiago Macieira2013-06-165-7/+12
* clucene: Compile with clang's libc++Bradley T. Hughes2013-06-161-0/+8
* Bring in WebKit revisions 139553 and 139921.Raphael Kubo da Costa2013-06-151-16/+2
* QGtkStyle: add getIconThemeName() helper functionDmitry Shachnev2013-06-153-2/+27
* QDockWidget: Keep position when undocking.Friedemann Kleint2013-06-141-0/+3
* Cleanup the QDrag when doing a drag with the right mouse button on MacAndy Shaw2013-06-111-1/+4
* Only use Vista style for Wizards when on Vista or laterAndy Shaw2013-06-101-1/+1
* Compile with clang's libc++Bradley T. Hughes2013-06-102-2/+4
* Fix for OS X QFileDialog showing bundle as directorySamuel Gaist2013-06-071-1/+1
* Correct error in Makefile generation for Windows MinGW.v4.8.5Michael Brüning2013-06-061-1/+1
* Remove Nokia references.Leonard Lee2013-06-042-5/+1
* Re-enable compilation of idc for MinGWKai Koehne2013-06-041-1/+1
* Make sure idc links only against QtCoreKai Koehne2013-06-041-0/+2
* Disable precision timers when running MSVC2012 code on pre-Windows 8.Friedemann Kleint2013-06-041-1/+5
* Doc: Fixed typo in QDialog.Jerome Pasion2013-06-031-1/+1
* Fix Qt WebKit build for non-default Xcode setup / Xcode 4.3+Danny Boelens2013-05-311-4/+4
* postgresql driver: escape backslashes only when server requires itMark Brand2013-05-281-5/+33
* Fix creating new QWS surface only when it does not exist alreadyPasi Petäjäjärvi2013-05-231-1/+6
* Fix QLocale::standaloneMonthName when d->m_data == systemData()El Mehdi Fekari2013-05-216-3/+17
* QNX: Enabled ALSA supportBernd Weimer2013-05-211-1/+1
* Convert the new filename to native separators before checking itAndy Shaw2013-05-181-1/+1
* Respect specified minimum height for menuBar also if it has HFW.Jan Arve Saether2013-05-151-6/+4
* QGV: fix items not to be selected on right mouse button releaseJ-P Nurmi2013-05-151-1/+1
* Prevent crash due to giving QWidget::update() a large region.Samuel Rødal2013-05-151-3/+8
* Prevent crash due to giving QWidget::update() a large rect.Samuel Rødal2013-05-151-4/+9
* 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-071-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