summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Compile when configured with -no-widgetsMorten Johan Sorvig2012-06-123-9/+31
* Clarify QTouchEvent docsLaszlo Agocs2012-06-121-0/+9
* eglfs refactor: move window creation into qeglfswindowGirish Ramakrishnan2012-06-129-106/+212
* Enable compilation of improved x86 code generation with MSVCThiago Macieira2012-06-121-9/+42
* Move the AVX and SSE tests to config.tests/commonThiago Macieira2012-06-1215-7/+7
* Move the SSE2/AVX/Neon/etc. flags into the compiler mkspecsThiago Macieira2012-06-1219-52/+134
* QDoc: Also allow dependant modules to be specified on CLI.Casper van Donderen2012-06-121-1/+8
* qdoc: Better error messages for QML command errorsMartin Smith2012-06-1212-83/+205
* Add a unit test to QSharedPointer being deleted by a C++11 lambdaThiago Macieira2012-06-121-0/+32
* Correctly detect blackberry mkspecs as cross-compiling for QNXSean Harmer2012-06-111-1/+1
* Fix Mac menu-merging case-sensitivity.James Turner2012-06-111-9/+11
* configure: remove unused PLATFORMS variableGirish Ramakrishnan2012-06-111-6/+0
* Deprecate QMainWindow::unifiedTitleAndToolBarOnMacChristoph Schleifenbaum2012-06-111-21/+2
* Remove QtWidgets include.Morten Johan Sorvig2012-06-111-3/+0
* Cocoa: Remove QtWidgets dependencies.Morten Johan Sorvig2012-06-112-6/+2
* update QStandardPaths::standardLocations() documentationJeremy Katz2012-06-111-2/+5
* Make qmetaobject autotest independent of QtWidgetsDebao Zhang2012-06-112-9/+9
* Use QCollator in QString and remove it from qlocale_icuLars Knoll2012-06-103-33/+4
* Add proper collation support to QtLars Knoll2012-06-104-0/+712
* Refactor the ICU code for QLocaleLars Knoll2012-06-106-238/+99
* Regenerate the Unicode tables with UCD 6.1.0Konstantin Ritt2012-06-102-6417/+8518
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-104-40/+38
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-102-31/+107
* Update the Unicode Text Breaking Algorithm implementation testsKonstantin Ritt2012-06-105-669/+7659
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-103-289/+337
* Update the Unicode related autotestsKonstantin Ritt2012-06-103-76/+922
* Update the Unicode data files up to v6.1.0Konstantin Ritt2012-06-1014-1317/+24169
* Update the qunicodetables generator to deal with UCD 6.1 filesKonstantin Ritt2012-06-103-36/+102
* Reorganise the painting.pri file after the last round of cleanupsThiago Macieira2012-06-101-29/+20
* Logging: Remove outdated QMessageHandlerKai Koehne2012-06-102-24/+0
* Make qpointer autotest build without widgetsKent Hansen2012-06-102-1/+12
* evdevmouse: send correct event position for wheel eventsJohannes Zellner2012-06-104-8/+17
* Add support for the x86intrin.h header on GCC systems.Thiago Macieira2012-06-091-0/+6
* Use UTF-8 in the QtTest data and benchmark tagsThiago Macieira2012-06-0935-36/+36
* Replace deprecated QGraphicsScene::itemAt() with items()Thiago Macieira2012-06-091-1/+2
* Windows: Fix window positioning for ActiveQt serversMiikka Heikkinen2012-06-092-4/+19
* QWizard/Win: Drag window on Vista with only left mouse buttonJonathan Liu2012-06-091-1/+1
* QWidget::destroy(): Release mouse and keyboard grab.Friedemann Kleint2012-06-091-0/+4
* Fix assert in painting demos when switching to OpenGL.Friedemann Kleint2012-06-091-3/+6
* implement Qt::TranslucentBackground for WindowsJoerg Bornemann2012-06-093-10/+35
* QtPrintSupport - Add CUPS printer and options queries to pluginJohn Layt2012-06-094-10/+108
* QZip: improve reading of zip files, fix some edge cases in writingKonstantin Ritt2012-06-082-17/+142
* Remove QFactoryInterface from style pluginsLars Knoll2012-06-083-23/+10
* QtPrintSupport: Move printer list into plugin base classJohn Layt2012-06-084-15/+6
* Fix crash in qt_qpa_core_dispatcher() at application exit.Miikka Heikkinen2012-06-081-1/+6
* Remove unused variable inSetParentGirish Ramakrishnan2012-06-082-5/+0
* Use variadic macros where available to make QSKIP source compatible.Stephen Kelly2012-06-081-1/+11
* Fix crash in QTreeWidgetItem::sortChildren when adding new item.Markku Heikkila2012-06-082-0/+34
* eglfs: Disable eglfs when evdev is not presentGirish Ramakrishnan2012-06-081-1/+1
* QDoc: Only print modulename::type on collision pages.Casper van Donderen2012-06-081-3/+2