summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * omit unassigned (and too recent) codepoints from the text Normalization processRitt Konstantin2011-09-012-6/+14
| * Don't build v8 when -no-v8 is passed to configureKent Hansen2011-09-011-1/+1
| * Rename the private helper function QList::free() to QList::dealloc()Bradley T. Hughes2011-09-011-7/+6
| * Remove declarations for QListData functions removed by 36c29abBradley T. Hughes2011-09-012-6/+2
| * Update license headersGabriel de Dietrich2011-09-013-54/+57
| * Fix various trivial formatting issues.Jason McDonald2011-09-0119-101/+96
| * Remove QXmlTestLogger constructor default paramJason McDonald2011-09-011-1/+1
| * Simplify qtestlib logging code, part 3Jason McDonald2011-09-017-266/+37
| * Simplify qtestlib logging code, part 2Jason McDonald2011-09-018-29/+29
| * Simplify qtestlib logging code, part 1Jason McDonald2011-09-0111-672/+42
| * qssl: add support for QSsl::Opaque keyCorentin Chary2011-08-315-15/+61
| * Fix build with Clang for libpng versions 1.4.0 to 1.5.2Tor Arne Vestbø2011-08-311-0/+23
| * Introduce menubar plugin systemAurélien Gâteau2011-08-314-1/+42
| * Introduce QAbstractPlatformMenuBarAurélien Gâteau2011-08-316-11/+457
| * Hide Q<Platform>MenuActionAurelien Gateau2011-08-315-10/+10
| * Fix warning about initialization orderAurélien Gâteau2011-08-311-3/+3
| * Add QLocale::toUpper/LowerLars Knoll2011-08-313-22/+49
| * Correctly position aliased lines with flat capsLars Knoll2011-08-312-28/+32
| * Fix errors in lightxml test loggerJason McDonald2011-08-311-28/+60
| * Make lightxml and xml log formatting consistentJason McDonald2011-08-311-1/+1
* | Add timestamp to QInputEvent.Laszlo Agocs2011-09-055-1/+12
* | Propogate that the size has changedJørgen Lind2011-09-021-1/+4
* | micro optimizationsKonstantin Ritt2011-09-023-91/+40
* | fix typo in the docsKonstantin Ritt2011-09-021-1/+1
* | QRawFont: add missed operator !=Konstantin Ritt2011-09-022-0/+9
* | optimize QGlyphRun's operator == a bitKonstantin Ritt2011-09-021-7/+11
* | QGlyphRun: make operator != inlinedKonstantin Ritt2011-09-022-5/+5
* | QGlyphRun: don't detach if the decoration wasn't actually changedKonstantin Ritt2011-09-021-0/+9
* | Fix the \since 4.x tags in gui/opengl.Samuel Rødal2011-09-024-38/+5
* | Refactor QMouseEvent to contain the position inside the windowLars Knoll2011-09-0116-59/+126
* | Mac: make platformsupport a static libMorten Sorvig2011-09-014-13/+5
* | Make xcb plugin compile again.Laszlo Agocs2011-09-011-1/+1
* | Clean up shared resources immediately as the last context is destroyed.Samuel Rødal2011-09-012-12/+23
* | The XCB plugin should not rely on QT_CONFIG=opengl anymoreGunnar Sletta2011-08-312-23/+18
* | Cocoa: Fix qmlscene flicker on startup.Morten Sorvig2011-08-317-10/+13
* | Introduce Q_QTQUICK1_EXPORT fixing exports in declarative.Friedemann Kleint2011-08-311-0/+8
* | Initialize member variableLars Knoll2011-08-311-1/+2
* | Compile with host architecture armv5telEskil Abrahamsen Blomfeldt2011-08-311-0/+1
* | Add a QStyleHints class to QtGuiLars Knoll2011-08-3113-107/+265
* | Move the qmljsdebugargument variable to QGuiApplicationLars Knoll2011-08-313-8/+4
* | Touch event support for QWindow.Laszlo Agocs2011-08-315-2/+159
* | Merge branch 'master' into refactorGunnar Sletta2011-08-3118-207/+62
|\|
| * Remove ability to run tests in random order.Jason McDonald2011-08-3112-171/+11
| * QSslCertificate: blacklist fraudulent *.google.comPeter Hartmann2011-08-301-0/+1
| * QHttpNetworkConnection : Fix the case when we only have one channelMartin Petersson2011-08-302-31/+46
| * QHttpNetworkReply: Change dataReadProgress to qint64.Martin Petersson2011-08-303-5/+4
* | Fix build from scratch.Friedemann Kleint2011-08-301-0/+2
* | pick up the target window for a mouse event when none is specifiedGunnar Sletta2011-08-301-3/+3
* | Cocoa: Make the hellowindow opengl example work.Morten Sorvig2011-08-304-20/+5
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-3024-408/+5858
|\|