Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2010-12-24 | 46 | -550/+3199 |
|\ | |||||
| * | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-12-23 | 46 | -550/+3199 |
| |\ | |||||
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-12-23 | 46 | -550/+3199 |
| | |\ | |||||
| | | * | WorkerScript could starve image loading of CPU. | Martin Jones | 2010-12-23 | 1 | -1/+1 |
| | | * | More docs for FolderListModel | Martin Jones | 2010-12-23 | 1 | -0/+33 |
| | | * | Improve docs on attached properties on view delegates. | Martin Jones | 2010-12-23 | 7 | -8/+75 |
| | | * | Models which load incrementally via fetchMore() don't work. | Martin Jones | 2010-12-23 | 5 | -1/+193 |
| | | * | Try fixing build error on Windows | Bea Lam | 2010-12-23 | 1 | -1/+1 |
| | | * | Ensure PathView doesn't jump when starting to drag. | Martin Jones | 2010-12-23 | 17 | -520/+524 |
| | | * | Nested flickables would react alternately to flicks. | Martin Jones | 2010-12-23 | 9 | -2/+2213 |
| | | * | Improve QDeclarativeComponent test coverage. | Michael Brasser | 2010-12-22 | 3 | -12/+15 |
| | | * | Add additional QDeclarativeProperty autotests. | Michael Brasser | 2010-12-22 | 1 | -0/+62 |
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2010-12-22 | 4 | -5/+82 |
| | | |\ | |||||
| | | | * | Removing all visible items in ListView resulted in blank view. | Martin Jones | 2010-12-22 | 2 | -5/+12 |
| | | | * | XmlListModel requests should set 'Accept' header to 'application/xml' | Bea Lam | 2010-12-22 | 2 | -0/+70 |
* | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-12-24 | 38 | -350/+1731 |
|\ \ \ \ \ | |||||
| * | | | | | Whitespace change | Harald Fernengel | 2010-12-23 | 1 | -2/+2 |
| * | | | | | Fix for coding conventions. | Juuso Pakarinen | 2010-12-23 | 1 | -6/+4 |
| * | | | | | Fix resource leak in QCLuceneStandardAnalyzer::QCLuceneStandardAnalyzer. | Niklas Kurkisuo | 2010-12-23 | 1 | -0/+6 |
| * | | | | | Fix resource leak in QCLuceneStopAnalyzer::QCLuceneStopAnalyzer. | Niklas Kurkisuo | 2010-12-23 | 1 | -0/+6 |
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-12-23 | 37 | -350/+1721 |
| |\ \ \ \ \ | |||||
| | * | | | | | Assistant: Get rid of bogus warning. | Christian Kandeler | 2010-12-22 | 1 | -1/+2 |
| | * | | | | | add missing license header | Harald Fernengel | 2010-12-22 | 1 | -0/+41 |
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-12-22 | 36 | -349/+1678 |
| | |\ \ \ \ \ | |||||
| | | * \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-12-21 | 36 | -349/+1678 |
| | | |\ \ \ \ \ | |||||
| | | | * | | | | | Add inter-process binary shader cache for MeeGo | Harald Fernengel | 2010-12-21 | 6 | -137/+771 |
| | | | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-12-20 | 30 | -212/+907 |
| | | | |\ \ \ \ \ | |||||
| | | | | * | | | | | Track average wait times under our maximum spin time threshold | Bradley T. Hughes | 2010-12-20 | 4 | -8/+21 |
| | | | | * | | | | | Store and track spin times in nanosecond resolution | Bradley T. Hughes | 2010-12-20 | 2 | -7/+8 |
| | | | | * | | | | | Optimize adaptive spinning mutex code | Bradley T. Hughes | 2010-12-20 | 4 | -19/+25 |
| | | | | * | | | | | Improve QMutex contention performance on Linux | Bradley T. Hughes | 2010-12-20 | 2 | -6/+39 |
| | | | | * | | | | | Improve QMutex contention performance on Mac OS X | Bradley T. Hughes | 2010-12-20 | 2 | -2/+59 |
| | | | | * | | | | | Disable spinning under lock contention on single CPU machines | Bradley T. Hughes | 2010-12-20 | 1 | -0/+10 |
| | | | | * | | | | | Remove unnecessary testAndSetAcquire from QMutex::lockInternal() | Bradley T. Hughes | 2010-12-20 | 1 | -9/+6 |
| | | | | * | | | | | Move contender count maintenance to QMutexPrivate | Bradley T. Hughes | 2010-12-20 | 3 | -35/+21 |
| | | | | * | | | | | test contention when using 2 mutexes | Bradley T. Hughes | 2010-12-20 | 1 | -28/+53 |
| | | | | * | | | | | Ensure that every thread does contend in the contention tests | Bradley T. Hughes | 2010-12-20 | 1 | -33/+60 |
| | | | | * | | | | | Add baseline test data to measure test overhead | Bradley T. Hughes | 2010-12-20 | 1 | -5/+6 |
| | | | | * | | | | | Test contention performance for long (10ms) critical sections | Bradley T. Hughes | 2010-12-20 | 1 | -0/+1 |
| | | | | * | | | | | Add a benchmark for contended and uncontended QMutex performance | Bradley T. Hughes | 2010-12-20 | 2 | -13/+261 |
| | | | | * | | | | | Removed QMutexPrivate::self() declaration | Bradley T. Hughes | 2010-12-20 | 1 | -1/+0 |
| | | | | * | | | | | Add QElapsedTimer::nsecsElapsed() const | Bradley T. Hughes | 2010-12-20 | 7 | -19/+64 |
| | | | | * | | | | | Delay creation of the process manager | Harald Fernengel | 2010-12-20 | 4 | -10/+41 |
| | | | | * | | | | | Make the QRasterPaintEngineState copy constructor cheaper. | Andreas Kling | 2010-12-20 | 1 | -21/+13 |
| | | | | * | | | | | Micro-optimization for QSpanData::setup() | Andreas Kling | 2010-12-20 | 1 | -1/+2 |
| | | | | * | | | | | define FSCTL_SET_REPARSE_POINT in test header | João Abecasis | 2010-12-20 | 1 | -0/+3 |
| | | | | * | | | | | add error handling to QXmlStreamWriter | Oswald Buddenhagen | 2010-12-17 | 3 | -5/+116 |
| | | | | * | | | | | optimize writing string constants and byte arrays | Oswald Buddenhagen | 2010-12-17 | 1 | -10/+12 |
| | | | | * | | | | | remove some code duplication | Oswald Buddenhagen | 2010-12-17 | 1 | -11/+1 |
| | | | | * | | | | | make QXmlStreamWriterPrivate::write(const char *s) ascii-only | Oswald Buddenhagen | 2010-12-17 | 1 | -7/+2 |