summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow compilation on OS X 10.5Sean Harmer2012-09-051-4/+5
* Optimize QTextEngine::findItem by using a binary search.Milian Wolff2012-09-051-5/+12
* QWizard/Win: Fix vista helper cache state invalidationJonathan Liu2012-09-051-1/+2
* qpa: incorrect rendering when stretching and clippingJulien Brianceau2012-09-031-5/+17
* QWizard/Win: Fix incorrect cached state after all wizards destroyedJonathan Liu2012-09-032-1/+5
* Fix limitting shortcuts to keypad onlyJani Honkonen2012-08-311-2/+7
* Speed up QTextEngine::setBoundaryOlivier Goffart2012-08-311-6/+14
* Speed up QTextEngine::resolveAdditionalFormatsOlivier Goffart2012-08-311-2/+65
* Make connectNotify() work with QMLThomas McGuire2012-08-3112-34/+254
* Windows: Fix Drag and drop in Designer.Friedemann Kleint2012-08-311-3/+14
* Fixed the QTreeView expansion/collpasing when animatedThierry Bastian2012-08-311-2/+6
* documentation: grammar nitpickMark Brand2012-08-311-3/+3
* Backport fix screen event-registration failure.James Turner2012-08-311-0/+13
* Fixes possible memory leak in QContiguousCacheFabian Bumberger2012-08-301-2/+4
* Display QThread name for debugging.Sean Harmer2012-08-301-0/+30
* Implementation of the BlackBerry Bearer engineBenoit Dumas2012-08-305-0/+644
* Blackberry: Fix QFileSystemEngine::tempPath()Thomas McGuire2012-08-301-2/+5
* QGLGlyphCache: Fix texture buffer overrunJonathan Liu2012-08-271-9/+7
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-271-1/+1
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-271-3/+9
* Fix patch to WebKit git repoSimon Hausmann2012-08-251-1/+1
* Parse yearless date strings on leap years during LIST in QFtpPhilip Van Hoof2012-08-231-2/+35
* QUrl: fix thread safety.David Faure2012-08-232-49/+181
* Fix a QListViewItem width when spacing is setJani Honkonen2012-08-231-1/+1
* Remove warning about non existing paint device engineTitta Heikkala2012-08-231-25/+27
* Make QStatusBar text available via accessibility.Tilman Sauerbeck2012-08-233-1/+16
* uikit: update screen geometry correctly for interface orientationEike Ziller2012-08-231-7/+6
* uikit: Fix missing point to pixel conversionsEike Ziller2012-08-231-6/+6
* uikit: Adapt readme and examples to recent changesEike Ziller2012-08-233-24/+17
* Doc: Really minor typo fixSergio Ahumada2012-08-231-1/+1
* Fix undo and redo in QLineEdit when in password modeJani Honkonen2012-08-222-2/+24
* Fix QListWidget scrolling with keys when there are hidden itemsJani Honkonen2012-08-221-3/+11
* Remove qurl.cpp from qmake and bootstrap, it's not needed.David Faure2012-08-222-2/+17
* Register less types for QtDeclarative/QCoreApplicationKevin Ottens2012-08-203-68/+78
* Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-08-162-3/+17
* Fix for restoring dockwidget's size when it gets dragged.Mikko Knuutila2012-08-161-6/+24
* XMLHttpRequest does not support the DELETE methodJani Honkonen2012-08-151-1/+4
* add configure options for debug/release OpenSSLPeter Kümmel2012-08-151-0/+13
* license: Fix Blackberry/QNX license headersSergio Ahumada2012-08-1451-201/+103
* Bump hex copy of Qt version number to 4.8.3.Jason McDonald2012-08-141-1/+1
* fix dangling pointer access during drag-n-drop operationNick Shaforostoff2012-08-141-1/+1
* Accessibility: Add missing break;Jan-Arve Saether2012-08-141-0/+1
* make currentText the USER property for QComboBoxMark Brand2012-08-131-2/+2
* Mac: Don't crash if language preferences can't be retrieved.Eike Ziller2012-08-101-1/+1
* Changed qt version to 4.8.3jutaipal2012-08-083-3/+3
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-081-3/+4
* Fix JIT crash on x86-64 (avoid 32-bit branch offset overflow)Kent Hansen2012-08-088-39/+84
* Fix valgrind errors due to "const char *getSystemLocale"David Faure2012-08-061-1/+1
* Check that property descriptor members are valid before using themKent Hansen2012-08-031-2/+2
* Don't crash if queued signal handler no longer existsKent Hansen2012-08-031-1/+7