summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QFontMetrics/QRawFont: Optimize SMP code points handling a bitKonstantin Ritt2012-06-144-11/+19
* Add the AGLFN tables generator, update the tables up to AGLFN 1.7Konstantin Ritt2012-06-142-175/+289
* AGLFN: optimize glyph name lookup and reverse map creationKonstantin Ritt2012-06-142-15/+22
* Introduce QPA API for size grip handling.Friedemann Kleint2012-06-148-72/+123
* Windows: Fix warnings about being unable to load fonts from font dir.Friedemann Kleint2012-06-142-2/+0
* Do not add debug/release to QMAKE_CONFIG. Let module system enable themSean Harmer2012-06-141-0/+2
* Compile.Morten Sorvig2012-06-141-1/+1
* Fix namespace compilation on OSX.Toby Tomkins2012-06-144-4/+17
* Remove unneeded #includes and namespace wrappersJoão Abecasis2012-06-141-10/+0
* OpenGL: Update QOpenGLFunctions docs to remove widget codeSean Harmer2012-06-141-4/+25
* QtWidgets: Fix warnings about deprecated QGraphicsView functions.Friedemann Kleint2012-06-144-5/+5
* QDoc: Check if index file was already inserted in list.Casper van Donderen2012-06-141-8/+15
* Remove downstream documentation references from guiGunnar Sletta2012-06-141-43/+0
* QNX: Enable additional CPU features to be compiled in for QNXSean Harmer2012-06-141-1/+1
* Deliver wheel events when window is nullGirish Ramakrishnan2012-06-141-15/+15
* Fix QUrl documentation: FullyDecoded and DecodedMode are a pairThiago Macieira2012-06-141-4/+4
* eglfs: mark overriden methods with Q_DECL_OVERRIDEGirish Ramakrishnan2012-06-131-4/+4
* printersupport: Fix cups.pro qmake warningGirish Ramakrishnan2012-06-131-1/+1
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-133-9/+6
* 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