summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* AbstractItemView editorForIndex/indexForEditor speedupABBAPOH2012-06-131-0/+8
* Send key events to pop-up widget in case there is one.Friedemann Kleint2012-06-133-4/+10
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-16/+0
* Keep the #ifdef for tracking shared pointers in a single functionThiago Macieira2012-06-121-23/+26
* Simple optimisation for the construction of a QSharedPointerThiago Macieira2012-06-121-9/+3
* Use the copy & swap trick to simplify some code in QSharedPointerThiago Macieira2012-06-121-3/+4
* Now merge the QtShared::ExternalRefCount class into QSharedPointerThiago Macieira2012-06-121-157/+133
* Merge QtSharedPointer::Basic into QtSharedPointer::ExternalRefCountThiago Macieira2012-06-121-54/+27
* Merge two internal classes of QSharedPointer and de-virtualise themThiago Macieira2012-06-122-116/+69
* Remove "delete value" from QSharedPointerThiago Macieira2012-06-121-26/+8
* mips: dsp and dspr2 can be enabled separately fix dspr2 only compilationHolger Hans Peter Freyther2012-06-123-4/+18
* Fix Qt5 To-Do's in QGraphicsItemGatis Paeglis2012-06-122-59/+21
* Remove unused static functions from qlogging.cpp, qstring.cpp.Friedemann Kleint2012-06-122-10/+1
* Export qMemSet and qMemCopy properlyThiago Macieira2012-06-122-2/+5
* Make sure you can link against more than one static pluginLars Knoll2012-06-121-3/+3
* Cocoa: re-enable getUrl: and appleEventQuit: AppleEvent handlersBradley T. Hughes2012-06-124-29/+46
* Cocoa: Remove unused QApplicationPrivate from QCocoaApplicationDelegateBradley T. Hughes2012-06-124-22/+0
* Fix QTreeView header re-ordering bug on Mac OS.Chris Meyer2012-06-121-0/+7
* Fix automatic declaration of QSharedPointer<T> metatypes.Stephen Kelly2012-06-121-1/+30
* QWizard/Win: Handle hit testing correctly for Vista styleJonathan Liu2012-06-121-39/+50
* Windows/ICU: Compile fix.Friedemann Kleint2012-06-121-1/+1
* Make distance field image width variable.Yoann Lopes2012-06-121-20/+24
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-121-1/+1
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-123-3/+3
* Change internal QDeclarativeData hooks to use signal index rangeKent Hansen2012-06-122-9/+5
* Don't use the gcc extension for QStringLiteral & Q_ARRAY_LITERALLars Knoll2012-06-122-24/+0
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-1214-28/+29
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-121-6/+38
* Implement WindowTransparentForInput flag in Windows platform.jian liang2012-06-122-30/+41
* Cocoa: do not terminate applications prematurelyBradley T. Hughes2012-06-121-10/+34
* 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 SSE2/AVX/Neon/etc. flags into the compiler mkspecsThiago Macieira2012-06-121-42/+46
* 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
* Fix Mac menu-merging case-sensitivity.James Turner2012-06-111-9/+11
* 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
* 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-101-30/+31
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-101-6/+107
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-102-286/+336
* Update the qunicodetables generator to deal with UCD 6.1 filesKonstantin Ritt2012-06-102-2/+10