summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* printersupport: Fix cups.pro qmake warningGirish Ramakrishnan2012-06-131-1/+1
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-137-10/+14
* 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
* Fix compile issue on AIXAndy Shaw2012-06-121-1/+1
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-122-17/+1
* 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-122-159/+135
* 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-126-137/+46
* -device: Use $1 instead of $VALGirish Ramakrishnan2012-06-121-3/+3
* add SSE2/AVX/Neon/etc. flags to mkspec win32-g++-crossMark Brand2012-06-121-0/+9
* 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
* fix default platform plugin for windows using configure scriptMark Brand2012-06-121-1/+3
* Remove unnecessary code from the XCode generatorAndy Shaw2012-06-121-299/+152
* 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
* Update listing of when SSSE3 and SSE4.1 first became availableThiago Macieira2012-06-121-2/+2
* Add configure-time checking for the SSE and AVX features on WindowsThiago Macieira2012-06-1217-31/+177
* 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-122-5/+57
* Clean up and consolidate QDateTime-related tests.Mitch Curtis2012-06-123-210/+155
* 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-123-23/+45
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-125-3/+90
* 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
* raspberry pi: Dont use the video layer for EGLFSJohannes Zellner2012-06-121-1/+1
* raspberry pi: add /opt/vc/include/interface/vcos/pthreads to includesGirish Ramakrishnan2012-06-121-1/+1
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-1217-38/+37
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-122-7/+51
* Implement WindowTransparentForInput flag in Windows platform.jian liang2012-06-122-30/+41
* Support other platform names on configure.exeRafael Roquetto2012-06-122-6/+60
* Fix arch detection when cross compiling on WindowsRafael Roquetto2012-06-121-3/+6
* 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 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