Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | QAbstractSocket: Check for engine validity on Unbuffered reads | Markus Goetz | 2011-02-24 | 1 | -2/+5 | |
| | * | | | | | | | | | | | Check engine existence before increasing reference count | Jiang Jiang | 2011-02-24 | 1 | -3/+6 | |
| | * | | | | | | | | | | | Fixed library casing. | axis | 2011-02-24 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Fix Q_INVOKABLE declared after Q_PROPERTY | Olivier Goffart | 2011-02-24 | 1 | -1/+4 | |
| | * | | | | | | | | | | | QNAM: Add a warning for misuse of the file backend. | Martin Petersson | 2011-02-24 | 1 | -0/+2 | |
| | * | | | | | | | | | | | Keep reference count for cached font engines in QTextEngine | Jiang Jiang | 2011-02-24 | 1 | -0/+15 | |
| | * | | | | | | | | | | | QNAM HTTP: Be more strict with HTTP channel state | Markus Goetz | 2011-02-24 | 2 | -11/+30 | |
| | * | | | | | | | | | | | QNAM HTTP: Add qWarning() for double-finished() bug | Markus Goetz | 2011-02-23 | 1 | -0/+10 | |
| | * | | | | | | | | | | | fix documentation typos in isLowSurrogate and requiresSurrogates | Jeremy Katz | 2011-02-23 | 1 | -2/+2 | |
| | * | | | | | | | | | | | SSL backend: loat root certificates on demand on Unix (excluding Mac) | Peter Hartmann | 2011-02-23 | 5 | -14/+71 | |
| | * | | | | | | | | | | | tst_qnetworkreply: Fix httpProxyCommands() on Windows. | Martin Petersson | 2011-02-22 | 1 | -1/+4 | |
| | * | | | | | | | | | | | QNAM File: Switch back to use QFile | Markus Goetz | 2011-02-21 | 2 | -36/+18 | |
| | * | | | | | | | | | | | QNAM HTTP: Define SynchronousRequestAttribute instead of enum hack | Markus Goetz | 2011-02-21 | 3 | -4/+4 | |
| | * | | | | | | | | | | | QNAM HTTP: Fix compilation 2 | Markus Goetz | 2011-02-21 | 1 | -2/+8 | |
| | * | | | | | | | | | | | QNAM HTTP: Fix compilation | Markus Goetz | 2011-02-21 | 1 | -4/+6 | |
| | * | | | | | | | | | | | QNAM: Threaded HTTP implementation | Markus Goetz | 2011-02-21 | 17 | -507/+1272 | |
| | * | | | | | | | | | | | Avoid warning when seting a window icon | Olivier Goffart | 2011-02-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | QNativeSocketEngine: Check for WSAEADDRNOTAVAIL on Windows. | Martin Petersson | 2011-02-18 | 1 | -0/+5 | |
| | * | | | | | | | | | | | QAbstractSocket: compile without QT3Support | Martin Petersson | 2011-02-18 | 1 | -1/+1 | |
| | * | | | | | | | | | | | QNativeSocketEngine: Only do SIO_UDP_CONNRESET for UDP sockets | Martin Petersson | 2011-02-18 | 1 | -9/+11 | |
| | * | | | | | | | | | | | QAbstractSocket: Do not always change notifier on setReadBufferSize | Martin Petersson | 2011-02-18 | 1 | -1/+1 | |
| | * | | | | | | | | | | | Remove useless processEvent | Olivier Goffart | 2011-02-17 | 1 | -1/+0 | |
* | | | | | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-03-03 | 27 | -168/+1407 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-03-03 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Use the generic QVoltileImage implementation on S60 3.1 and 3.2. | Laszlo Agocs | 2011-03-03 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-03-03 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Position the TextInput cursor correctly after IM text is commited. | Andrew den Exter | 2011-03-03 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-03-02 | 6 | -19/+105 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / | | | / / / / / / / / / / / | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Make the TextInput cursorRectangle relative to the item. | Andrew den Exter | 2011-03-02 | 1 | -0/+1 | |
| | * | | | | | | | | | | | Don't assert if font engine creates new glyphs | Aaron Kennedy | 2011-03-02 | 1 | -5/+6 | |
| | * | | | | | | | | | | | Doc: remove experimental GestureArea from contents and add PinchArea | Martin Jones | 2011-03-02 | 1 | -0/+4 | |
| | * | | | | | | | | | | | Don't return positions within preedit text from positionAt(). | Andrew den Exter | 2011-03-01 | 3 | -6/+31 | |
| | * | | | | | | | | | | | Add an is input method composing property to TextEdit and TextInput. | Andrew den Exter | 2011-03-01 | 4 | -8/+63 | |
| * | | | | | | | | | | | | Have QVolatileImage backed by a bitmap in all cases. | Laszlo Agocs | 2011-03-01 | 1 | -5/+3 | |
| * | | | | | | | | | | | | Removing extra tabs from def file. | Laszlo Agocs | 2011-03-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7 | Laszlo Agocs | 2011-03-01 | 273 | -2557/+9088 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix style issue in qvgimagepool.cpp | Jani Hautakangas | 2011-03-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Add internal function for releasing cached GPU resources. | Jani Hautakangas | 2011-03-01 | 7 | -3/+31 | |
| * | | | | | | | | | | | | | Changed QPixmap VG backend to use CFbsBitmap on Symbian. | Laszlo Agocs | 2011-02-28 | 17 | -144/+1335 | |
* | | | | | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-air-staging into master... | Qt Continuous Integration System | 2011-03-02 | 4 | -6/+27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Don't allow non-Object values to be set as prototype | Kent Hansen | 2011-03-02 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | Enable QtScript/JavaScriptCore ASSERTs in debug mode | Kent Hansen | 2011-03-01 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | Don't assert in abortEvaluation() autotest | Kent Hansen | 2011-03-01 | 1 | -2/+11 | |
| * | | | | | | | | | | | | | Avoid asserting when computing line number for backtrace | Kent Hansen | 2011-03-01 | 1 | -1/+9 | |
* | | | | | | | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2011-03-01 | 24 | -138/+272 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-03-01 | 24 | -138/+272 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / | | |/| | | | | | / / / / / / | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-02-28 | 15 | -110/+225 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / | | | |/| | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | Drag over bounds errors when ListView has variable height content | Martin Jones | 2011-02-28 | 4 | -43/+84 | |
| | | * | | | | | | | | | | | FolderListModel emitted incorrect rowsRemoved range causing crash. | Martin Jones | 2011-02-28 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | fix/improve docs for new QtQuick 1.1 attributes | Bea Lam | 2011-02-28 | 9 | -15/+52 | |