summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-212-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
* Fix crash when converting invalid JSValue to stringKent Hansen2012-08-031-0/+2
* test: Re-enable tst_Headers test.Sergio Ahumada2012-08-021-0/+6
* Fix crash when accessing QObject properties through activation objectKent Hansen2012-08-021-0/+4
* Adding missing QT_BEGIN_HEADER/QT_END_HEADERSergio Ahumada2012-08-011-1/+5
* Update contact information in license headers.Sergio Ahumada2012-08-014378-8840/+8840
* Accessibility: fix updates for models with rootIndex set.Frederik Gladhorn2012-07-301-6/+12
* Updated WebKit to 9c682c404770cfb2eddf705be593824e06f8ec40Simon Hausmann2012-07-305-2/+11
* Check for 0 before accessing the pointerLars Knoll2012-07-301-0/+3
* Fix duplicate mouse event being sent for LinuxInput touch eventsRomain Pokrzywka2012-07-291-1/+1
* QUrl: document that setIdnWhitelist isn't thread-safeMarc Mutz2012-07-281-0/+3
* Use improved QLibrary search heuristics for SSLSean Harmer2012-07-271-0/+2
* Use improved QLibrary search heuristics in qgl_x11.cppSean Harmer2012-07-271-0/+3
* Use improved QLibrary search heuristics for libresolvSean Harmer2012-07-271-0/+1
* Use improved QLibrary search heuristics for libgtkSean Harmer2012-07-271-0/+1
* Use improved QLibrary search heuristics for loading libdbusSean Harmer2012-07-271-0/+1
* Use improved QLibrary search heuristics in qapplication_x11.cppSean Harmer2012-07-271-0/+5
* Use improved QLibrary search heuristics for ICU in QLocaleSean Harmer2012-07-271-0/+2
* Introduce ImprovedSearchHeuristics flag to QLibrarySean Harmer2012-07-273-25/+92
* Improve performance of QLibrary::load()Sean Harmer2012-07-271-7/+7
* Disable MacOSX 10.6+ locale code for iOS builds.Ian Dean2012-07-271-1/+1