summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | QNAM HTTP: Ignore double content-length headersMarkus Goetz2010-11-132-3/+19
| | | * | | | Don't pack Harfbuzz structs, this causes unaligned access crashes.Andreas Kling2010-11-1210-78/+0
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-11-118-35/+70
| | | |\ \ \ \ | | | | |/ / / | | | |/| | |
| | | | * | | Minor adjustments to merge-request 915Donald Carr2010-11-111-2/+2
| | | | * | | Implement brush transformations for directfb.Sam Magnuson2010-11-111-14/+28
| | | | * | | Add FreeBSD's certificate bundle to the certificates list.Raphael Kubo da Costa2010-11-111-0/+1
| | | | * | | SSL internals: upon error, read all errors from OpenSSLPeter Hartmann2010-11-112-17/+27
| | | | * | | Added an example for QTest::touchEvent to the documentation.Denis Dzyubenko2010-11-111-0/+3
| | | | * | | Push and pop the thread-default context for the current threadPhilip Van Hoof2010-11-111-0/+7
| | | | * | | Fix compilation by s/intptr_t/quintptr/Thiago Macieira2010-11-113-4/+4
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-151-37/+23
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | ListView: items with size < 1.0 were layed out incorrectly.Martin Jones2010-11-151-3/+3
| | * | | | | ListView.SnapToItem with ListView.StrictlyEnforceRange is broken.Martin Jones2010-11-151-34/+20
| | |/ / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-156-17/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Remove driver bug work-around from GL 2 paint engine.Samuel Rødal2010-11-121-5/+0
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-125-12/+5
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | Don't set -mfpu=neon globally if the compiler supports neon.Samuel Rødal2010-11-115-12/+5
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-153-17/+74
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Fix PathView key navigation docs.Martin Jones2010-11-121-1/+15
| | * | | | Ensure increment/decrementCurrentIndex always move items in the correct direc...Martin Jones2010-11-122-10/+24
| | * | | | Ensure loaded item's parent is set before component completion.Martin Jones2010-11-121-6/+35
| | | |/ / | | |/| |
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into 4.7-int...Qt Continuous Integration System2010-11-115-78/+158
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Doc: Fixing typoSergio Ahumada2010-11-111-1/+1
| | * | | Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-11-096-5/+101
| | |\ \ \
| | * | | | QS60Style: Color calculation should be optimizedSami Merila2010-11-092-5/+5
| | * | | | QS60Style: Color calculation should be optimizedSami Merila2010-11-093-59/+130
| | * | | | Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-11-083-17/+15
| | |\ \ \ \
| | * \ \ \ \ Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-11-0517-46/+94
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.7-upstream' into 4.7-waterThierry Bastian2010-11-0411-41/+82
| | |\ \ \ \ \ \
| | * | | | | | | With some locales, QDoubleValidator would not accept "C" locale valid numbersGabriel de Dietrich2010-11-022-19/+28
* | | | | | | | | Add additional trace range data.Michael Brasser2010-11-196-1/+23
* | | | | | | | | Make deferred tracing less expensive (real-time cost is the same)Michael Brasser2010-11-193-30/+48
* | | | | | | | | Support directly setting string range data.Michael Brasser2010-11-193-8/+9
* | | | | | | | | Add additional tracing.Michael Brasser2010-11-194-2/+11
* | | | | | | | | Add support for a record-then-send debug process.Michael Brasser2010-11-192-9/+53
* | | | | | | | | Use high performance timer for profiling. Add binding profile info.Michael Brasser2010-11-193-2/+21
* | | | | | | | | Add a private high-performance timer for profiling.Michael Brasser2010-11-193-2/+312
* | | | | | | | | Optimize binding rewrites.Michael Brasser2010-11-193-4/+54
* | | | | | | | | Optimize test for sharable bindings.Michael Brasser2010-11-163-8/+15
* | | | | | | | | Optimize string->color conversion in QML.Michael Brasser2010-11-161-4/+2
* | | | | | | | | Treat easing.type: Easing.InOutQuad as a literal assignment, not bindingMichael Brasser2010-11-161-9/+25
* | | | | | | | | Small optimization of enum detection in script.Michael Brasser2010-11-123-3/+11
* | | | | | | | | Add 'cached' property to Image elementYann Bodson2010-11-127-16/+75
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-12186-1216/+2256
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-11-112-16/+60
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | SSL: Fix crashes/hangs when retrieving CA certificatesShane Kearns2010-11-112-16/+60
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-11-116-37/+146
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | Coding style: bang cleanup.Michael Dominic K2010-11-111-10/+10
| | * | | | | | | Removed call to glFinish, obsoleted by fence syncs.Michael Dominic K2010-11-111-1/+0
| | * | | | | | | Plugin-side support for creating/destroying/waiting on fence sync.Michael Dominic K2010-11-114-13/+49