summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing Q_OBJECT macro to GoToStateTransitionKent Hansen2011-10-051-0/+2
* Add font family alias resolving to QPAJiang Jiang2011-10-056-1/+37
* Added QWindow::isActive() and focus in / out events.Samuel Rødal2011-10-057-13/+107
* Cocoa: Fix a variable shadowing issue that caused a crash on macZeno Albisser2011-10-041-3/+4
* Declarative: Fix linking of the testlib plugin (Windows).Friedemann Kleint2011-10-041-1/+1
* Implement showFullScreen, showNormal, and showMaximized/Minimized in QWindow.Alexis Menard2011-10-041-4/+9
* Cocoa: Add env variable for disabling foreground.Morten Sorvig2011-10-041-12/+14
* Fix compilation on HarmattanSimon Hausmann2011-10-042-0/+8
* Fix XCB back-end on HarmattanSimon Hausmann2011-10-041-3/+15