summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added support for multicore CPUs in QThread::idealThreadCount for INTEGRITY t...Florian Behrens2013-04-091-1/+7
* QWizard/Win: Support RTL layout in Aero styleAhmed Saidi2013-04-082-3/+25
* Avoid socket notifiers on invalid file descriptorsBernd Weimer2013-04-081-5/+4
* Compile with clang when C++11 support is enabledBradley T. Hughes2013-04-081-1/+1
* Use LC_MESSAGES instead of LC_NUMERIC in QSystemLocale::fallbackLocale()Dmitry Shachnev2013-04-071-1/+1
* Fixed a bug where the MaximumSizeHint of a layout with spans was wrongJan Arve Saether2013-04-051-0/+2
* Fix a bug in QSystemLocale on BB10El Mehdi Fekari2013-04-042-18/+20
* Fixed a bug where spans across empty cells got broken.Jan Arve Saether2013-04-041-1/+1
* Adding transformed support for QNX QWS pluginKarim Pinter2013-04-044-12/+70
* BlackBerry: Added warning when low memory event is receivedBernd Weimer2013-04-031-0/+6
* BlackBerry: show dialogs full screenRafael Roquetto2013-04-021-0/+8
* Windows: Fix the last file dialog bottleneck.Sergio Martins2013-03-284-4/+11
* Windows: Fix one of the two file dialog bottlenecks.Sergio Martins2013-03-281-1/+14
* QMdi: Don't emit subWindowActivated during StyleChange handling.David Faure2013-03-281-1/+7
* Backport some enum optimizations from Qt 5Alan Alpert2013-03-271-11/+33
* QNonContiguousByteDevice: roll back complete internal state in reset()Peter Hartmann2013-03-261-0/+6
* SSL code: store SSL parameters for debugging, guarded by definePeter Hartmann2013-03-251-0/+35
* QWindowsVistaStyle::drawPrimitive(PE_Frame): fix background clippingJ-P Nurmi2013-03-211-10/+7
* Make QPixmap::grabWindow work on retina displays.Morten Johan Sørvig2013-03-201-1/+4
* Use [NSScreen backingScaleFactor] on 10.7+Morten Johan Sørvig2013-03-201-2/+7
* Fixed QPainter::drawPolyline() not drawing solid lines.Samuel Rødal2013-03-201-1/+16
* Fixed artifacts when drawing same line with different clips.Samuel Rødal2013-03-201-6/+6
* Inital port of QSystemLocale on BlackBerry 10El Mehdi Fekari2013-03-205-107/+422
* Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-201-0/+3
* Reorder for performance reasons.Sérgio Martins2013-03-192-2/+2