summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove stale documentation and fix qdoc errors.Casper van Donderen2011-10-1119-1165/+16
* QTextEdit - Fix selectionChange emission bugPekka Vuorela2011-10-112-7/+19
* Removed obsolete custom input context supportPekka Vuorela2011-10-114-27/+4
* Rename QMetaType::construct() to create()Kent Hansen2011-10-118-70/+74
* Don't crash when no usable font is availableJiang Jiang2011-10-111-3/+5
* Import symbol from QtGui rather than export from QtWidgets.Kim Motoyoshi Kalland2011-10-111-1/+1
* Fix typo in qfontengine_winKent Hansen2011-10-111-1/+1
* add qmetaobjectbuilder to qtbase.Lorn Potter2011-10-113-0/+2931
* Update V8Aaron Kennedy2011-10-1117-15/+76
* Remove duplicate check in qtextcontrol cursorMoveKeyEvent()Kent Hansen2011-10-111-3/+0
* QtBase: Move idc to Active Qt.Friedemann Kleint2011-10-104-360/+2
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Bradley T. Hughes2011-10-101-4/+4
* Removed src/gui/opengl/qopenglcolormap.*Samuel Rødal2011-10-103-404/+0
* Fixed some doc errors in QOpenGLFramebufferObject.Samuel Rødal2011-10-102-31/+14
* Fixed missing snippets for QOpenGLShaderProgram.Samuel Rødal2011-10-101-3/+3
* QUnifiedTimer: Add callback for timer ticks. Used for profilingChristiaan Janssen2011-10-102-1/+12
* Use freetype font engine on WindowsOlli Werwolff2011-10-1015-26/+699
* Easier shader debuggingJani Uusi-Rantala2011-10-101-8/+48
* Enable using the new Qt::ScreenOrientation enum as flagsJani Uusi-Rantala2011-10-101-5/+10
* Minor build fix for newer XCB versionsJani Uusi-Rantala2011-10-101-0/+1
* Clean-up a macro for CocoaMorten Sorvig2011-10-1068-7736/+49
* update QmlTest option usage helpCharles Yin2011-10-101-1/+1
* Make sure window state is synced back to Qt from the XCB plugin.Samuel Rødal2011-10-073-3/+49
* Fixed potential issue in XCB plugin.Samuel Rødal2011-10-072-9/+10
* Added Orientation API to QScreen and QWindow.Samuel Rødal2011-10-0719-100/+300
* Fix QMouse/Wheel/TouchEvent::modifiers with the XCB back-endSimon Hausmann2011-10-076-45/+56
* Fixed crash due to uninitialized pointer in OpenGL texture glyph cache.Samuel Rødal2011-10-071-0/+1
* qwindowsstyle: Remove duplicate flag in maskKent Hansen2011-10-071-1/+1
* Don't default to XCB if it is not enabled.Lincoln Ramsay2011-10-071-1/+5
* Fix QFont::defaultFamily() in the new QPA world.Pierre Rossi2011-10-072-9/+22
* Fix the QNetworkConnectionManagerPrivate initialisation code.Thiago Macieira2011-10-062-22/+46
* Removed some dead code from QWidgetLineControlPekka Vuorela2011-10-063-147/+46
* fix QChar::isSpace() to handle codepoint U+0085Konstantin Ritt2011-10-062-2/+4
* Fix incorrect QFileInfo permissions on windowsShane Kearns2011-10-061-1/+1
* Merge fixes for QDir::operator==Shane Kearns2011-10-062-2/+22
* Make QLineEdit unit test pass againPekka Vuorela2011-10-061-4/+8
* QHostInfo: fix a race condition under CEKonstantin Ritt2011-10-061-2/+3
* Fix QDir::operator==(const QDir &) constJoão Abecasis2011-10-062-3/+4
* Compile on 10.6Morten Sorvig2011-10-061-2/+8
* Remove duplicate check in utf endian detectionKent Hansen2011-10-061-14/+12
* Fix typo in qbezier shift implementationKent Hansen2011-10-061-1/+1
* Improved logical and physical DPI APIs.Samuel Rødal2011-10-0624-59/+165
* Remove redundant assignment in QXmlStreamReaderKent Hansen2011-10-061-1/+0
* Add QTest::keyRelease() accepting a Qt::Key valueMartin Jones2011-10-061-0/+2
* Use child/parent function in QAccessibleWidget and test.Frederik Gladhorn2011-10-064-30/+20
* QNAM - fix poor performance of HEAD request with authenticationShane Kearns2011-10-051-1/+1
* QtGui: Add command line arguments to the platform plugin.Friedemann Kleint2011-10-051-1/+27
* Don't use implicit QAtomic* casts in QFreeListBradley T. Hughes2011-10-051-9/+9
* Fix boolean logic issues in qcoreapplication_winKent Hansen2011-10-051-3/+3
* Remove duplicate check for glDeleteProgramKent Hansen2011-10-051-1/+0