summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make QTextControl-based classes and QLineEdit understand Ctrl+Shift+InsertThiago Macieira2010-03-105-9/+22
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-10399-9668/+23501
|\
| * CompileKent Hansen2010-03-101-2/+0
| * QtScript: Improve performance of type resolution when calling slotsKent Hansen2010-03-101-10/+13
| * Improve performance of QScriptValueIteratorKent Hansen2010-03-101-21/+34
| * Add default argument values for QScriptValuePrivate property functionsKent Hansen2010-03-102-10/+11
| * Move method implementation to private classKent Hansen2010-03-102-5/+11
| * Add benchmarks for QScriptValueIteratorKent Hansen2010-03-102-0/+300
| * Fixed the QML browser built into the QML viewerThorbjørn Lindeijer2010-03-101-5/+5
| * Make configure.exe fail for declarative if no script supportMarius Storm-Olsen2010-03-102-15/+27
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-10395-9603/+23103
| |\
| | * Add QWidget::update() test.Morten Johan Sørvig2010-03-101-1/+50
| | * Add license headersMorten Johan Sørvig2010-03-108-0/+329
| | * Import static contents tests from old manualtestsMorten Johan Sørvig2010-03-1015-0/+368
| | * Fix Build Failure for Maemo 5 Debug BuildDominik Holland2010-03-101-2/+2
| | * Add ability to read last mod.time for zip entry.Ritt Konstantin2010-03-103-0/+23
| | * Avoid asserting when index passed to QZipReader::entryInfoAt is out of bounda...Ritt Konstantin2010-03-102-1/+6
| | * Add isValid() method to QZipReader::FileInfo.Ritt Konstantin2010-03-103-1/+11
| | * Add `QIODevice* device() const` public method to QZip classes.Ritt Konstantin2010-03-103-0/+20
| | * Rebuild configure.exe (again enable QtDeclarative module by default)Kai Koehne2010-03-101-0/+0
| | * Update src/3rdparty/javascriptcore and adapt src/script to the changesKent Hansen2010-03-10364-9437/+22203
| | * Use index-based approach for iterating over JS array propertiesKent Hansen2010-03-101-4/+3
| | * Merge remote branch 'origin/4.7-cutoff' into 4.7Morten Johan Sørvig2010-03-1037-137/+1373
| | |\
| | * | QFSFileEngine reduce number of system callsRitt Konstantin2010-03-093-21/+33
| | * | remove unneeded "permissions normalization" code from QFileInfoGathererRitt Konstantin2010-03-092-38/+1
| | * | remove unneeded code from QFileInfoRitt Konstantin2010-03-092-55/+3
| | * | QFSFileEngine: Don't use owner's permissions for current user; calculate them...Ritt Konstantin2010-03-092-12/+22
| | * | In QFSFileEngine::fileFlags call getPermissions() only if entry existsRitt Konstantin2010-03-091-24/+17
| | * | move permissions calculation code to separate methodRitt Konstantin2010-03-092-28/+37
| | * | Assistant: Fix full text indexing.ck2010-03-092-9/+3
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-1018-113/+320
|\ \ \ \
| * | | | Re-enable tst_QGL::glWidgetRenderPixmap on X11/EGLTom Cooksey2010-03-101-2/+2
| * | | | Added clipping to the dashed stroke processor in the GL2 engine.Kim Motoyoshi Kalland2010-03-104-30/+105
| * | | | Fixed assert failure when drawing dashes with raster engine.Kim Motoyoshi Kalland2010-03-101-5/+6
| * | | | Update tst_QGL::getSetCheck to check for new (correct) behaviourTom Cooksey2010-03-101-6/+7
| * | | | Update QGLFormat from EGLConfig properlyTom Cooksey2010-03-106-45/+38
| * | | | Make calls to QGLFormat::set*BufferSize also update flagsTom Cooksey2010-03-101-1/+5
| * | | | Compile fix when Qt3Support is enabled for devices using EGL.Trond Kjernåsen2010-03-101-1/+1
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7Eskil Abrahamsen Blomfeldt2010-03-10960-22372/+43328
| |\ \ \ \
| | * | | | Added configure check to diasable building QtDeclarativeJørgen Lind2010-03-101-19/+21
| | * | | | Fixes Q3ListViewItem grandchildren not sorted if item has one childAlexader Karaivanov2010-03-102-2/+133
| | * | | | Compile with Qt3Support in a ScratchBox environment.Trond Kjernåsen2010-03-101-1/+1
| | |/ / /
| * | | | Cocoa: Fix misaligned text between format changesEskil Abrahamsen Blomfeldt2010-03-101-1/+1
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-03-102-0/+120
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update def files for latest QtDeclarative APIShane Kearns2010-03-102-0/+120
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-109-50/+97
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAke the SIMD fiunctions be used even when the QT_NO_DEBUG macro is usedThierry Bastian2010-03-101-3/+0
| * | | | Make sure 16-bit EGL configs are chosen over 32-bit configsTom Cooksey2010-03-102-32/+55
| * | | | Make the EGL contexts in QX11GLPixmapData Q_GLOBAL_STATICTom Cooksey2010-03-101-3/+13
| * | | | Handle EGLSurfaces better, including more error detectionTom Cooksey2010-03-106-10/+21