summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Re-apply change b065fda13c29110fc81f77c9bbf1069d562b4d67 by Martin SmithMartin Smith2009-11-101-1/+1
| * | | | | | Re-apply change fdb9419f23d1cd2a9ddfc1f7e2fb58f6e845483b by Jocelyn TurcotteJocelyn Turcotte2009-11-101-2/+6
| * | | | | | Re-apply change 29afcb69d6023aba012051bd2a026b57b3689732 by Liang QILiang QI2009-11-104-2/+10
| * | | | | | Updated WebKit from /home/jturcott/dev/webkit/ to qtwebkit/qtwebkit-4.6 ( 363...Jocelyn Turcotte2009-11-1024-390/+598
| | |_|_|_|/ | |/| | | |
| * | | | | Make QScopedPointer::operator== and != non-memberJoão Abecasis2009-11-101-40/+12
| * | | | | QNAM HTTP Code: Start authorization header with capital letterMarkus Goetz2009-11-101-2/+2
| | |_|_|/ | |/| | |
| * | | | Fix failing sub-src targetMarius Storm-Olsen2009-11-102-5/+7
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Kurt Korbatits2009-11-1010-7/+845
| |\ \ \ \
| | * | | | Add QScriptDeclarativeClassAaron Kennedy2009-11-109-6/+826
| | * | | | added missing include for template instantiation (in qDeleteAll)mae2009-11-101-1/+1
| | * | | | During a GC mark the scope chain of QScriptContextsAaron Kennedy2009-11-101-0/+18
| * | | | | Fixed runtime error in QAudioInput::bytesReady() functionKurt Korbatits2009-11-101-0/+3
| * | | | | Changes to low-level audio API.Kurt Korbatits2009-11-1033-212/+227
| |/ / / /
| * | | | Changes to low-level audio API.Kurt Korbatits2009-11-1033-230/+212
| * | | | Merge branch '4.6' of ../qt into 4.6Kurt Korbatits2009-11-10260-2414/+5513
| |\ \ \ \
| | * | | | Don't reset view if a query fails.Derick Hawcroft2009-11-091-4/+5
| | | |_|/ | | |/| |
| | * | | Dont set DontCreateNativeAncestors attribute.Denis Dzyubenko2009-11-091-1/+0
| | * | | Merge commit 'qtwebkit/qtwebkit-4.6' into 4.6Jocelyn Turcotte2009-11-092-4/+11
| | |\ \ \
| | | * | | QNetworkCookie: Add the dot prefix of the domain while adding to the jarJocelyn Turcotte2009-11-092-4/+11
| | * | | | Merge branch '4.6-platform' into 4.6Denis Dzyubenko2009-11-099-9/+27
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Fixed pan gesture handlers in standard Qt widgets.Denis Dzyubenko2009-11-092-2/+2
| | | * | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Bradley T. Hughes2009-11-09118-1128/+3038
| | | |\ \ \
| | | * | | | Fixes compilation warning in qbrushDenis Dzyubenko2009-11-061-1/+1
| | | * | | | Added a -no-native-gestures option for configure.exeDenis Dzyubenko2009-11-066-3/+16
| | | * | | | Dont create native winid when not required.Denis Dzyubenko2009-11-061-3/+8
| | * | | | | Compile in 64bit with debugOlivier Goffart2009-11-091-1/+1
| | * | | | | Merge branch '4.6-api-review' into 4.6Marius Storm-Olsen2009-11-0971-197/+416
| | |\ \ \ \ \
| | | * | | | | API review: Rename numRects() -> rectCount()Marius Storm-Olsen2009-11-0915-30/+45
| | | * | | | | API review: Rename numPages() -> pageCount()Marius Storm-Olsen2009-11-093-4/+17
| | | * | | | | API review: Rename numDigits() and setNumDigits()Marius Storm-Olsen2009-11-093-14/+36
| | | * | | | | API review: Rename numCols() -> colorCount()Marius Storm-Olsen2009-11-066-6/+28
| | | * | | | | API review: Rename functions numColors(), setNumColors() and numBytes()Marius Storm-Olsen2009-11-0633-129/+172
| | | * | | | | API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-067-9/+22
| | | * | | | | API review: QMatrix::det() -> QMatrix::determinant(), matching math3dMarius Storm-Olsen2009-11-062-5/+16
| | | * | | | | API review: Add convenience functions using QMarginsMarius Storm-Olsen2009-11-066-0/+80
| | * | | | | | Merge commit 'b65fd82299' from qt-core-team 4.6 into 4.6Marius Storm-Olsen2009-11-094-120/+157
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | Removing semi-colon at the end of namespaceJoão Abecasis2009-11-051-1/+1
| | | * | | | | Ensure IDC and UIC3 dependencies are correctMarius Storm-Olsen2009-11-052-6/+7
| | | * | | | | Remove 4k-chunking in QFSFileEngine::read/writeFdFhJoão Abecasis2009-11-041-85/+78
| | | * | | | | Add src/tools/tools.pro, and use when building host tools for xcompilingMarius Storm-Olsen2009-11-042-28/+74
| | | * | | | | QHostInfo: do not wait forever on cleanupPeter Hartmann2009-11-041-2/+4
| | * | | | | | Doc: typo fixedJoerg Bornemann2009-11-092-2/+2
| | * | | | | | More inDestructor checks.Warwick Allison2009-11-091-0/+9
| * | | | | | | Fixed runtime error in QAudioInput::bytesReady() functionKurt Korbatits2009-11-091-0/+3
| * | | | | | | Changes to low-level audio API.Kurt Korbatits2009-11-0533-212/+227
* | | | | | | | make qfunctions_wince.h C compatible againJoerg Bornemann2009-11-101-0/+4
* | | | | | | | fix WebKit build on Windows CE 6Joerg Bornemann2009-11-096-4/+23
* | | | | | | | compile fix for tst_qfile on Windows CEJoerg Bornemann2009-11-091-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge commit 'ceteam/4.6' into 4.6Joerg Bornemann2009-11-094-8/+42
|\ \ \ \ \ \ \
| * | | | | | | fix QWizard issues on Windows CEJoerg Bornemann2009-11-061-0/+7