summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qkeymapper_win.cpp: Define missing constant for MinGW.Friedemann Kleint2013-01-251-0/+3
* set pkg-config *_location directly to install dirOswald Buddenhagen2013-01-251-8/+10
* Fix TextInput test failures.Andrew den Exter2013-01-231-0/+2
* Don't update the input method if the im hints haven't changed.Andrew den Exter2013-01-221-0/+2
* Fix glitch on MNG animation Loops when QMovie caching is enabledDavy Durham2013-01-221-0/+8
* Removed unused include headers <time.h> and <sys/time.h>Pasi Petäjäjärvi2013-01-221-5/+0
* To support QT_NO_IM on Linux/Windows/MacJing Bai2013-01-2120-28/+79
* fix illegal reference to a destroyed variableGatis Paeglis2013-01-201-1/+1
* Fix a -Wunused-private-field] warningJan Kundrát2013-01-201-0/+5
* Update the Indonisian and Catalan locales in CLDR data:Mehdi Fekari2013-01-181-215/+214
* QTBUG-15319: fix shortcuts with secondary Xkb layout.Aurelien Lourot2013-01-181-1/+4
* QtDBus: Garbage collect deleted objects now and then.David Faure2013-01-181-0/+17
* Change all shmget calls to user-only memoryThiago Macieira2013-01-186-9/+9
* Define Q_COMPILER_AUTO_FUNCTION in Qt 4.8.Thiago Macieira2013-01-181-0/+2
* Remove QPerformanceTimer now that QElapsedTimer contains the necessary bitsRobin Burchell2013-01-175-357/+12
* Fixed dead keys on MS WindowsJuan Luis Boya García2013-01-161-3/+9
* Fix malloc errors from legacy realpath on Mac OSX.Jeremy Nicholl2013-01-161-2/+9
* QNX: Make QWidget::hide() work immediately.Sergio Martins2013-01-151-0/+5
* Use a UUID for the NSToolbar in unified title and toolbar.Jake Petroules2013-01-151-1/+2
* Fix QVistaHelper::disconnectBackButton().Friedemann Kleint2013-01-152-1/+7
* Prevent a crash when hiding a window on Mac OS X 10.7 or laterAndy Shaw2013-01-141-0/+4
* Limit the range of the QUrlPrivate::port to -1 to 65535Thiago Macieira2013-01-141-1/+1
* QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-141-1/+1
* QUrl::fromUserInput: fix for urls without a host.David Faure2013-01-141-2/+1
* BlackBerry: change SSL root cert folderPeter Hartmann2013-01-141-1/+1
* Check for gtk_adjustment_configure as this is not always implementedAndy Shaw2013-01-141-1/+3
* Update copyright year in Digia's license headersSergio Ahumada2013-01-134377-4389/+4389
* Fix Blackberry QPA plugin clipboard implRafael Roquetto2013-01-111-2/+4
* 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-041-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