summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix clang build on Mac OS XDanny Boelens2013-04-191-1/+1
* Harfbuzz: backporting fixes from upstreamAhmed Saidi2013-04-187-14/+23
* Make linguist's source viewer respect the encoding of files.Mitch Curtis2013-04-184-1/+13
* qmlplugindump: correctly handle various versions of a meta objectFawzi Mohamed2013-04-181-9/+18
* 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
* Don't use UNAME_MACHINE on LinuxThiago Macieira2013-04-111-8/+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
* configure: Fix url about evaluacion licenseSergio Ahumada2013-04-091-3/+2
* Added support for multicore CPUs in QThread::idealThreadCount for INTEGRITY t...Florian Behrens2013-04-091-1/+7
* Use delete[] instead of deleteSergio Martins2013-04-081-2/+2
* 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-052-5/+7
* qmake: increase .pro-file compatibility between Qt 4 and 5Marc Mutz2013-04-051-1/+12
* 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-042-1/+29
* 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
* Fixed some declarative auto testsBernd Weimer2013-03-283-49/+49
* 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-282-1/+41
* 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
* Fix Mac OS X crc/dwarf2 test for non-default Xcode setup.Danny Boelens2013-03-223-6/+38
* QWindowsVistaStyle::drawPrimitive(PE_Frame): fix background clippingJ-P Nurmi2013-03-211-10/+7
* mkspecs: fix the path for rcc for win32-g++Liang Qi2013-03-201-0/+1
* 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-202-17/+53
* Inital port of QSystemLocale on BlackBerry 10El Mehdi Fekari2013-03-205-107/+422
* Fixed bug in QTimeLine::setPaused(false)Jan Arve Saether2013-03-202-0/+26
* Tests: stabilize tst_QDockWidget on small screensJ-P Nurmi2013-03-201-1/+1
* Reorder for performance reasons.Sérgio Martins2013-03-192-2/+2
* Improve emission of FocusScope focusChanged signals.Andrew den Exter2013-03-195-31/+584
* QThread::isFinished should return true from finished()Olivier Goffart2013-03-192-2/+37
* WebKit: Fix using macro to determine Mac user agent architectureJonathan Liu2013-03-181-1/+1
* Remove the usage of undefined QFontDatabase::WritingSystemLiang Qi2013-03-161-8/+0
* Clear the alphaCache when starting new paintingAndy Shaw2013-03-141-1/+1