Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | | | | | | QNAM HTTP: Pair channels with requests at a later state. | Martin Petersson | 2011-03-10 | 3 | -24/+48 | |
| | * | | | | | | | | | | | | | | | | | | tst_qnetworkreply: fix MiniHttpServer crash | Martin Petersson | 2011-03-10 | 1 | -1/+0 | |
| | * | | | | | | | | | | | | | | | | | | Windows: Activate the context menu on tray icons when shown. | Martin Petersson | 2011-03-10 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | SSL backend: check at runtime for the right OpenSSL version for SNI | Peter Hartmann | 2011-03-04 | 4 | -3/+9 | |
| | * | | | | | | | | | | | | | | | | | | QNAM HTTP: Fix the ioPostToHttpFromSocket auto test | Martin Petersson | 2011-03-04 | 3 | -7/+18 | |
| | * | | | | | | | | | | | | | | | | | | Disable capabilities example for symbian-gcce due to a bug in elf2e32 | axis | 2011-03-03 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | Fixed documentation for QByteArray | Denis Dzyubenko | 2011-03-03 | 1 | -16/+19 | |
| | * | | | | | | | | | | | | | | | | | | Improve handling QByteArray with QStringBuilder | Denis Dzyubenko | 2011-03-03 | 3 | -5/+30 | |
| | * | | | | | | | | | | | | | | | | | | Do not handle posted events in QSplashScreen. | Denis Dzyubenko | 2011-03-03 | 2 | -4/+10 | |
| | * | | | | | | | | | | | | | | | | | | SSL tests: Be more verbose in on-demand cert test | Markus Goetz | 2011-03-03 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | Fix qstringbuilder test. | Olivier Goffart | 2011-03-02 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | Wrap qPrintable inside QString | Olivier Goffart | 2011-03-01 | 2 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | Fix QTextStream::pos() causes buffer offset issues on large text files. | Chris Kawano | 2011-03-01 | 2 | -0/+37 | |
| | * | | | | | | | | | | | | | | | | | | Don't compile qtconfig on symbian | Olivier Goffart | 2011-02-28 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | qtconfig: don't connect to qt3support signals | Olivier Goffart | 2011-02-28 | 2 | -7/+8 | |
| | * | | | | | | | | | | | | | | | | | | Fix errors and warnings in qtconfig. | Olivier Goffart | 2011-02-28 | 2 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | Remove qt3support dependency of qtconfig | Olivier Goffart | 2011-02-28 | 23 | -2798/+1496 | |
| | * | | | | | | | | | | | | | | | | | | SSL TLS extension on Symbian: work around missing symbol | Peter Hartmann | 2011-02-28 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | | SSL: Switch default version to TLS 1.0 | Peter Hartmann | 2011-02-28 | 5 | -9/+9 | |
| | * | | | | | | | | | | | | | | | | | | QSslSocket backend: resolve symbols for SNI for Symbian | Peter Hartmann | 2011-02-28 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | Add QSslSocket::setPeerVerifyName()/peerVerifyName() | David Faure | 2011-02-28 | 2 | -0/+31 | |
| | * | | | | | | | | | | | | | | | | | | QSslSocket SNI: prefer verificationPeerName then peerName then hostName | David Faure | 2011-02-28 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | Add Server Name Identification (RFC4366 section 3.1) | Daniel Black | 2011-02-28 | 4 | -0/+22 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast... | Qt Continuous Integration System | 2011-03-15 | 9 | -65/+47 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | Revert "qmake vcproj generator: do not insert $(INHERIT)" | Joerg Bornemann | 2011-03-15 | 2 | -7/+6 | |
| * | | | | | | | | | | | | | | | | | | | qmake vcproj generator: do not insert $(INHERIT) | Joerg Bornemann | 2011-03-15 | 2 | -6/+7 | |
| * | | | | | | | | | | | | | | | | | | | qmake/Mac: replace @SHORT_VERSION@ in QMAKE_INFO_PLIST file not only for libs | Joerg Bornemann | 2011-03-15 | 2 | -5/+15 | |
| * | | | | | | | | | | | | | | | | | | | qmake nmake / mingw32-make generators: fix DEF_FILE for shadow builds | Joerg Bornemann | 2011-03-15 | 2 | -4/+8 | |
| * | | | | | | | | | | | | | | | | | | | qmake: fix the language settings generated Windows resource files | Joerg Bornemann | 2011-03-15 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | | | | | qmake vc(x)proj generator: fix handling of DEFINES from .prl files | Joerg Bornemann | 2011-03-15 | 2 | -14/+0 | |
| * | | | | | | | | | | | | | | | | | | | qmake vc(x)proj generator: set the output directory | Joerg Bornemann | 2011-03-15 | 1 | -37/+8 | |
| * | | | | | | | | | | | | | | | | | | | qmake vc(x)proj generator: fix reading of /YX, /Yc, /Yu compiler flags | Joerg Bornemann | 2011-03-15 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | qmake vcproj generator: support PCHs with other extensions than .h | Joerg Bornemann | 2011-03-15 | 2 | -2/+9 | |
|/ / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2011-03-14 | 5 | -4/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-03-14 | 5 | -4/+30 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-03-14 | 1 | -2/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7 | Sami Merila | 2011-03-14 | 9 | -14/+61 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | QS60Style: QTreeView::indexRowSizeHint returns incorrect value | Sami Merila | 2011-03-14 | 1 | -2/+5 | |
| | * | | | | | | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-03-14 | 4 | -2/+25 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | Fix TextEdit mouseSelectionMode overriding selectByMouse. | Andrew den Exter | 2011-03-14 | 4 | -2/+25 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-water-staging into mast... | Qt Continuous Integration System | 2011-03-14 | 21 | -126/+433 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-water-team | Qt Continuous Integration System | 2011-03-10 | 480 | -3725/+15032 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master-upstream' | Thierry Bastian | 2011-03-10 | 479 | -3725/+15025 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Merge request: 1111 | Richard Moe Gustavsen | 2011-02-25 | 1 | -0/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-water-team | Qt Continuous Integration System | 2011-02-25 | 1 | -0/+63 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Doc: inform better about how you can tweak Qt apps on Mac | Richard Moe Gustavsen | 2011-02-25 | 1 | -0/+63 | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-water-team | Qt Continuous Integration System | 2011-02-21 | 4 | -21/+53 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Mac: add support for closing dialogs using Cmd-D | Richard Moe Gustavsen | 2011-02-21 | 1 | -0/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Cocoa: use mouse location from event | Richard Moe Gustavsen | 2011-02-18 | 2 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | Cocoa: implement eventdispatcher flag excludeUserInputEvents | Richard Moe Gustavsen | 2011-02-18 | 1 | -18/+42 | |