summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix comments to use pre C99 standard style insteadPasi Petäjäjärvi2013-01-281-5/+5
* Undefine overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-01-281-0/+38
* Use stub function gettimeofday for VxWorksPasi Petäjäjärvi2013-01-281-0/+4
* Use QDir::homePath() for tilde expansionPasi Petäjäjärvi2013-01-281-1/+3
* Use time.h related includes from qfunctions_vxworks.h file.Pasi Petäjäjärvi2013-01-281-3/+1
* Only send the enter/leave event when it makes sense to do soAndy Shaw2013-01-271-8/+12
* Doc: add missing LayoutMirroring to QML ElementsTasuku Suzuki2013-01-271-0/+1
* Fix postgres notification support in the QPSQLDriver.Matt Newell2013-01-272-41/+51
* 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
* Update Traditional Chinese translationYou-Ruei Tzeng2013-01-251-102/+146
* Fix checking QT_NO_QWS_MULTIPROCESS before using QWSSharedMemSurfacePasi Petäjäjärvi2013-01-241-0/+4
* Fix TextInput test failures.Andrew den Exter2013-01-232-6/+14
* Doc: Updated HTML copyright year to 2013.Jerome Pasion2013-01-2212-12/+12
* 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
* Fix temporary file leak in tst_qfileinfo.Friedemann Kleint2013-01-211-4/+3
* Qt Designer: Use multiline validation for dynamic string properties.Friedemann Kleint2013-01-211-0/+20
* ActiveQt Designer plugin: Load control string correctly.Friedemann Kleint2013-01-211-1/+3
* To support QT_NO_IM on Linux/Windows/MacJing Bai2013-01-2123-34/+117
* fix illegal reference to a destroyed variableGatis Paeglis2013-01-201-1/+1
* Fix a -Wunused-private-field] warningJan Kundrát2013-01-201-0/+5
* Fix crashes in tst_qthreadpool on Windows.Friedemann Kleint2013-01-181-6/+28
* Update the Indonisian and Catalan locales in CLDR data:Mehdi Fekari2013-01-184-215/+562
* 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-188-12/+12
* Define Q_COMPILER_AUTO_FUNCTION in Qt 4.8.Thiago Macieira2013-01-181-0/+2
* QDateTime auto test: stabilize currentDateTimeUtc2 testPeter Hartmann2013-01-171-1/+1
* Add missing -system-proxies configure option.Leonard Lee2013-01-171-0/+3
* Remove QPerformanceTimer now that QElapsedTimer contains the necessary bitsRobin Burchell2013-01-1710-554/+13
* 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-152-1/+29
* 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-142-1/+12
* QMenu: Fix nested popup when keyboard shortcut is usedOrgad Shaneh2013-01-142-1/+18
* QUrl::fromUserInput: fix for urls without a host.David Faure2013-01-142-2/+5
* 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-1311720-11793/+11793
* Stabilize tst_QDeclarativeMouseAreaAlan Alpert2013-01-111-0/+2
* 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-102-1/+13