summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix title bar height of Aero wizard on Windows 8.Friedemann Kleint2013-01-102-9/+23
* Do not use getuid() and getgid() functions in VxWorksPasi Petäjäjärvi2013-01-101-1/+1
* Add struct keyword for timeval variable to remove ambiguityPasi Petäjäjärvi2013-01-101-1/+1
* QSqlTableModel: fix dataChanged() index for removed edited rowMark Brand2013-01-101-1/+1
* Update Canadian(English) localeMehdi Fekari2013-01-101-2/+2
* Delay loading implicit importAlan Alpert2013-01-083-36/+66
* Fix crash when mapping coordinates to & from the root item.Nicolas Tisserand2013-01-081-4/+18
* Backport PathView currentIndex fixes from Qt 5Bea Lam2013-01-081-37/+58
* Update Turkish and Irish locales dataMehdi Fekari2013-01-071-2624/+2641
* Mac: Fixed text rendering in selected tab buttonGabriel de Dietrich2013-01-071-22/+11
* QtNetwork: blacklist two more certificatesMartin Petersson2013-01-051-0/+2
* Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-051-0/+2
* Centralise handling & ignoring of SIGPIPE in qcore_unix_p.hThiago Macieira2013-01-054-46/+33
* Fix thread-safety of qt_ignore_sigpipeThiago Macieira2013-01-052-2/+10
* BlackBerry: Reevaluation of timer list in event dispatcherBernd Weimer2013-01-051-11/+22
* Fix QWidget::showFullScreen() on QPARafael Roquetto2013-01-051-1/+1
* Fix QWidget::hide() on QPA platformsRafael Roquetto2013-01-051-1/+0
* SSL certificates: blacklist mis-issued Turktrust certificatesPeter Hartmann2013-01-051-0/+3
* Elaborate shortDayName(), etc using default locale.Leonard Lee2012-12-201-10/+10
* BlackBerry: QBBCursor implementationRafael Roquetto2012-12-196-3/+156
* Add cursor position support to QPlatformCursorRafael Roquetto2012-12-193-1/+36
* Blackberry: Reset virtual keyboard when shown.Sergio Martins2012-12-191-0/+4
* QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-191-1/+1
* Backport adjusting cursorToX for trailing spaces from Qt 5Eskil Abrahamsen Blomfeldt2012-12-192-15/+10
* Allow qmljsdebugger argument and value to be separated by a spaceAurélien Gâteau2012-12-181-0/+4
* Return correct accessible name when a label has rich textJosé Millán Soto2012-12-161-1/+9
* a11y: Do not refer to destructed QObject in Windows bridgeJan Arve Saether2012-12-161-10/+24
* Remove the timestamp info in genarated filesLiang Qi2012-12-153-10/+3
* QUrl: make sure setAuthority is consistent with setHostPeter Hartmann2012-12-151-1/+4
* QUrl: ensure toEncoded() matches toString() wrt. empty authorityPeter Hartmann2012-12-151-1/+1
* QPaintEngine: Fix build if compiled with QT_NO_XRENDERPeter Hartmann2012-12-151-1/+4
* Modified vertical alignments of simple widgets on OSXTero Ahola2012-12-141-7/+7
* Mac: fix bugs for font selection in QFontDialogLiang Qi2012-12-142-11/+7
* Update defaultNumberingSystem value for some indic and slovak countries/regionsmfekari2012-12-141-19/+19
* Add missing fields for atomic classes in ARMv5 OABI.Tomasz Duda2012-12-121-0/+2
* Specify better increment for captured propertiesAlan Alpert2012-12-113-4/+4
* Fix binary incompatibility between openssl versionsShane Kearns2012-12-113-1/+13
* Fixes ignored composition mode in QPainter::fillRect with X11 engine.Samuel Rødal2012-12-111-2/+8
* Fix SSSE3 support build failure on mingwErik van Pienbroek2012-12-111-1/+1
* Blackberry: remove JSON plugin reference from .proRafael Roquetto2012-12-101-2/+0
* Fix QWidget support on PlaybookRafael Roquetto2012-12-101-1/+29
* [QTBUG-27420] Make Q{Box,Grid,Form}Layout::takeAt() unparent a nested layoutMarc Mutz2012-12-093-5/+23
* Disable graphic effects for widgets on Mac to prevent crashingAndy Shaw2012-12-091-1/+4
* Bump Qt version to 4.8.5Sergio Ahumada2012-12-073-4/+4
* Fix for fullscreen resolution change on QWSKarim Pinter2012-12-071-2/+6
* fix uninitialized has_brush,has_pen in QOpenGLPaintEnginePrivateDon Hatch2012-12-061-0/+2
* Clear focus of GraphicsItem focus scopes and their children.Andrew den Exter2012-12-051-3/+9
* QNX: Move buffer count check to appropriate locationRafael Roquetto2012-12-031-13/+13
* Qnx: Check if QCoreApplication::instance() exists before using QSocketNotifiermfekari2012-11-291-2/+5
* Remove invalid assert from QGraphicsSceneRafael Roquetto2012-11-281-1/+0