summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move glyphMargin() to QFontEngineJiang Jiang2012-01-2417-45/+43
* Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-242-4/+4
* Made window orientation API more flexible.Samuel Rødal2012-01-2415-103/+250
* QMessageBox: Clean up some Q_WS_WIN code.Friedemann Kleint2012-01-241-16/+20
* Import json support from playground/qtbinaryjsonLars Knoll2012-01-2416-0/+6313
* Store the is-a QObject fact with the metatype declaration.Stephen Kelly2012-01-246-5/+89
* QKeySequence: add tests, fix handling of '+' as key or separator.David Faure2012-01-241-7/+16
* Make QUrl always lowercase the scheme().David Faure2012-01-241-3/+4
* Remove dependencies on removed "TEXTSTREAM" option (f65a10b733)David Faure2012-01-241-3/+3
* use QWinOverlappedIoNotifier in QWindowsPipeReaderJoerg Bornemann2012-01-242-91/+83
* QWinOverlappedIoNotifier introducedJoerg Bornemann2012-01-243-1/+334
* Allocate mipmaps in FBOs with glTexImage2D, not glGenerateMipmap.Kim Motoyoshi Kalland2012-01-242-4/+24
* Make it possible to compile with -no-opengl.Andreas Holzammer2012-01-2410-42/+83
* Remove reference to Symbian in QtNetwork.Xizhi Zhu2012-01-242-5/+0
* Remove Symbian code from QtCore.Xizhi Zhu2012-01-2419-1776/+53
* Remove Symbian specific code from QtGui.Xizhi Zhu2012-01-2412-533/+5
* Remove Symbian and Maemo code from uikit plugin.Xizhi Zhu2012-01-241-17/+0
* Remove Qt 5 notes that would result in source incompatibility unnecessarily.Robin Burchell2012-01-241-1/+0
* Add missing documentation to QTemporaryDir constructorsDavid Faure2012-01-241-0/+20
* Make QAbstractSocket's API virtual where needed.Jonas M. Gastal2012-01-242-50/+7
* Port the IA-64 atomics to the new QBasicAtomicXXX architectureThiago Macieira2012-01-243-350/+620
* Port the MIPS atomics to the new QBasicAtomicXXX architectureThiago Macieira2012-01-243-692/+146
* Port the ARM atomics to the new QBasicAtomicXXX architectureThiago Macieira2012-01-244-518/+427
* Make clang compile the new i386 and x86_64 atomic codeBradley T. Hughes2012-01-242-4/+4
* Port the i386 and x86-64 atomics to the new QBasicAtomic architectureThiago Macieira2012-01-244-382/+467
* Port the bootstrap atomics to the new QBasicAtomic architectureThiago Macieira2012-01-243-62/+42
* Remove QEventLoop::DeferredDeletionBradley T. Hughes2012-01-233-21/+3
* Use QObject pointer as QCocoaAccessibleElement id.Morten Johan Sorvig2012-01-233-23/+14
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-232-5/+18
* Revert "Blow up earlier when adding test rows without columns."Robin Burchell2012-01-231-1/+0
* QPropertyAnimation::setTargetObject() fails if new and old target object have...Armin Berres2012-01-231-1/+1
* directfb: Deal with Qt trying to create a QSize(0, 0) platfom windowHolger Hans Peter Freyther2012-01-231-3/+3
* Remove uses of qMalloc/qFree from out of line code.Robin Burchell2012-01-231-4/+4
* Windows: Implement native event filters.Friedemann Kleint2012-01-233-8/+54
* XCB: Introduce enumeration for event filter types.Friedemann Kleint2012-01-233-10/+25
* Mark QTriangulatingStroker as Q_GUI_EXPORTAlex Wilson2012-01-231-1/+1
* qfilesystemengine_win.cpp: compile with namespaced QtJoerg Bornemann2012-01-231-7/+6
* xcb: Correctly check the X11 connectionUli Schlachter2012-01-231-1/+1
* Remove Symbian specific code from QtXml.Xizhi Zhu2012-01-232-7/+0
* Remove Symbian specific code from QtSql.Xizhi Zhu2012-01-236-76/+0
* xcb: Don't crash on missing mouse pointerUli Schlachter2012-01-231-4/+6
* Remove dead code.Richard Moore2012-01-231-19/+0
* Remove invalid comment.Richard Moore2012-01-231-2/+1
* Blow up earlier when adding test rows without columns.Robin Burchell2012-01-231-0/+1
* Update obsolete contact address.Jason McDonald2012-01-232-3/+3
* Update contact information in license headers.Jason McDonald2012-01-232342-2343/+2343
* Remove dependency of QtDBus onto QtXmlHarald Fernengel2012-01-227-307/+257
* Obsolete QInputDialog::getInteger() 'officially'.Robin Burchell2012-01-222-29/+7
* Merge overloads of QInputDialog::getText() and QInputDialog::getItem()Robin Burchell2012-01-212-39/+1
* Merge overloads of QFontDialog::getFont().Robin Burchell2012-01-212-23/+2