summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make QDateTime::fromString()/Time::fromString() adhere to ISO 8601.Mitch Curtis2012-06-203-59/+168
* Clean up QDateTime tests.Mitch Curtis2012-06-201-202/+115
* Add leading zeros to years below 1000 in QDate::toString().Mitch Curtis2012-06-202-15/+32
* Update calendarwidget exampleGatis Paeglis2012-06-201-4/+4
* Use the POSITION_INDEPENDENT_CODE property on targets using Qt.Stephen Kelly2012-06-202-10/+19
* QUrl::setEncodedQueryItems should replaceMartin Petersson2012-06-201-1/+1
* Improved QCursor::setPos() robustness on xcb.Samuel Rødal2012-06-201-0/+1
* Add test for queued call of method with unregistered parameter typeKent Hansen2012-06-201-0/+15
* QMetaMethod::invoke: Use normalizedType() to normalize return typeKent Hansen2012-06-201-14/+2
* Accessibility: Do not automatically add controllersFrederik Gladhorn2012-06-202-43/+0
* MOC: Avoiding MAX_PATH limit on WindowsYuchen Deng2012-06-201-1/+9
* Fix compile-time error macro when building with -fPIEGabor Ballabas2012-06-201-1/+1
* Fix access to uninitialized pointerTobias Hunger2012-06-201-1/+1
* Add qMove macro to support std::moveOlivier Goffart2012-06-203-0/+17
* Windows: Fix MinGW warnings.Friedemann Kleint2012-06-206-21/+26
* tst_qfilesystemmodel: increased test's permitted runtimeRohan McGovern2012-06-201-0/+1
* Disable TranslucentBackground for WinCE to fix Windows QPA plugin build.Janne Anttila2012-06-191-0/+4
* QEvent: Don't give DeferredDelete special treatmentBradley T. Hughes2012-06-191-12/+8
* clang: Do not use libstdc++ when C++11 is enabledBradley T. Hughes2012-06-191-1/+6
* raspberry: remove unused screen size detection codeJohannes Zellner2012-06-191-29/+0
* platform hooks: provide defaults for screen size and depth hooksJohannes Zellner2012-06-191-2/+42
* Fixed QOpenGLFunctions API.Samuel Rødal2012-06-185-6/+10
* Prevent ending up in a state where focus is perpetually grabbed.Samuel Rødal2012-06-183-10/+25
* xcb: ensure the primary screen is added firstGirish Ramakrishnan2012-06-181-3/+9
* Make QUuid compile with QT_NO_QUUID_STRINGJeremy Katz2012-06-181-1/+1
* Clean up a partially scrolled QRollEffect widgetMiikka Heikkinen2012-06-181-1/+1
* Fix tst_qfile opening of stdin/out/err: don't assumeThiago Macieira2012-06-181-29/+38
* Fix building of qtbase examples when printsupport module is disabled.Janne Anttila2012-06-1822-15/+49
* tst_QChar: drop outdated testcaseKonstantin Ritt2012-06-161-7/+0
* Improve the code generation by using Q_LIKELY/Q_UNLIKELYKonstantin Ritt2012-06-161-36/+34
* Make QTBF autotest support SMP code points in the test dataKonstantin Ritt2012-06-161-2/+6
* Fix: Widgets that become top-level widgets may crash the applicationBerthold Krevert2012-06-152-3/+6
* Add automatic metatype declaration for QPointer and QWeakPointer.Stephen Kelly2012-06-152-34/+52
* Do not redefine NIN_KEYSELECT if already definedJonathan Liu2012-06-151-1/+4
* Fix double error setting, which overrode correct value.Jonas M. Gastal2012-06-151-1/+0
* Forward-declare QLatin1String tooThiago Macieira2012-06-151-1/+1
* eglfs: Pass QSurfaceFormat to createNativeWindow() hookJohannes Zellner2012-06-146-10/+15
* eglfs: Make QEglFSWindow respect the window formatGirish Ramakrishnan2012-06-145-31/+12
* Speedup for QAbstractItemViewPrivate::delegateForIndexABBAPOH2012-06-141-4/+11
* Use QPointer, not QWeakPointer.Thiago Macieira2012-06-141-1/+1
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-1411-22/+10
* Extend JSON QStandardPaths to support multiple paths per locationJeremy Katz2012-06-141-32/+77
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-06-142-1/+54
* It should be a moc error for the specified file to not exist.Stephen Kelly2012-06-141-1/+1
* Disable hinting for scaled glyphs in FreeTypeJiang Jiang2012-06-141-0/+5
* egl: return EGL config when r/g/b sizes are not setGirish Ramakrishnan2012-06-141-5/+4
* Add since 5.0 markers to new QCryptographicHash enums/functionsAlbert Astals Cid2012-06-141-4/+5
* Fix encoding of non-ASCII stringsThiago Macieira2012-06-144-10/+10
* Rewrite QNetworkReply downloadProgress autotestShane Kearns2012-06-141-54/+56
* choke uploadProgress signalsShane Kearns2012-06-144-4/+31