Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | Symbian adopted thread monitor review fixes | mread | 2011-03-09 | 1 | -4/+4 | |
| | | | * | | | | | | | | Improving init_symbian_thread_handle | mread | 2011-03-09 | 1 | -6/+1 | |
| | | | * | | | | | | | | QMutex symbian review changes | mread | 2011-03-09 | 2 | -1/+6 | |
| | | | * | | | | | | | | Trigger for using RFastLock | mread | 2011-03-09 | 1 | -1/+5 | |
| | | | * | | | | | | | | Using a single monitor thread to monitor all adopted threads | mread | 2011-03-09 | 1 | -86/+76 | |
| | | | * | | | | | | | | Attempt to have one thread for all adopted thread monitoring | mread | 2011-03-09 | 1 | -23/+127 | |
| | | | * | | | | | | | | Removed unnecessary ref() on QThreadData | mread | 2011-03-09 | 1 | -1/+0 | |
| | | | * | | | | | | | | Fixed thread priority code | mread | 2011-03-09 | 2 | -28/+5 | |
| | | | * | | | | | | | | Native adopted thread lifetime monitoring | mread | 2011-03-09 | 1 | -75/+30 | |
| | | | * | | | | | | | | Symbian native implementation of corelib/thread | mread | 2011-03-09 | 7 | -158/+891 | |
| | | * | | | | | | | | | Don't leave from QNotifyChangeEvent::RunL() in QFileSystemWatcher | Miikka Heikkinen | 2011-03-04 | 1 | -1/+4 | |
| | | * | | | | | | | | | Fix QProcess::waitForFinished WaitForRequest handling in Symbian | Miikka Heikkinen | 2011-03-03 | 1 | -8/+7 | |
| | | * | | | | | | | | | Added a note to docs about killing processes in Symbian. | Miikka Heikkinen | 2011-03-03 | 1 | -0/+3 | |
| | * | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-tools-staging into mast... | Qt Continuous Integration System | 2011-04-05 | 1 | -0/+5 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | QLocalSocket/Win: handle ERROR_ACCESS_DENIED | Joerg Bornemann | 2011-04-05 | 1 | -0/+5 | |
| | * | | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-04-05 | 12 | -32/+156 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | ||||||
| | | * | | | | | | | | | Add branch prediction macros | Alberto Mardegan | 2011-04-04 | 2 | -0/+45 | |
| | | * | | | | | | | | | Add methods for traversing and combining QProcessEnvironment. | Thomas Sondergaard | 2011-04-04 | 3 | -0/+51 | |
| | | * | | | | | | | | | Handle the HTTP 418 reply properly in QNAM | Thiago Macieira | 2011-04-01 | 1 | -0/+5 | |
| | | * | | | | | | | | | let generated flag control SQL generation | Mark Brand | 2011-03-29 | 5 | -32/+53 | |
| | | * | | | | | | | | | Add version attributes as per ODF specification | Tomas Straupis | 2011-03-29 | 1 | -0/+2 | |
| | * | | | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration... | Qt Continuous Integration System | 2011-04-03 | 115 | -811/+1125 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | Fix animation tests after merge | Olivier Goffart | 2011-04-02 | 1 | -1/+1 | |
| | | * | | | | | | | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2011-04-01 | 18 | -122/+231 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-04-01 | 13 | -119/+188 | |
| | | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | Changing width of RTL positioner doesn't relayout | Martin Jones | 2011-04-01 | 1 | -0/+10 | |
| | | | | * | | | | | | | | | | PinchArea and Flickable don't work well enough together | Martin Jones | 2011-03-31 | 4 | -111/+146 | |
| | | | | * | | | | | | | | | | Once Image sourceSize is set there is no way to clear it. | Martin Jones | 2011-03-31 | 3 | -1/+17 | |
| | | | | * | | | | | | | | | | Rotation transform with NaN angle can cause crash | Martin Jones | 2011-03-30 | 1 | -1/+3 | |
| | | | | * | | | | | | | | | | Canceling image download while reading causes crash | Martin Jones | 2011-03-30 | 3 | -3/+7 | |
| | | | | * | | | | | | | | | | Fix width of TextInput micro focus rectangle. | Andrew den Exter | 2011-03-30 | 2 | -3/+5 | |
| | | | * | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-03-31 | 5 | -3/+43 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | Do not set focus unnecessarily at window activation in Symbian | Miikka Heikkinen | 2011-03-31 | 1 | -1/+2 | |
| | | | | * | | | | | | | | | | | QS60Style: Regression in drawing dialog background | Sami Merila | 2011-03-31 | 1 | -1/+2 | |
| | | | | * | | | | | | | | | | | QS60Style: Support menu separator (pt.2) | Sami Merila | 2011-03-31 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | | | Support for new softkey in Symbian^3 | Titta Heikkala | 2011-03-31 | 3 | -0/+38 | |
| | | * | | | | | | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-03-31 | 101 | -690/+895 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / | ||||||
| | | | * | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-03-31 | 4 | -4/+4 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | | | | | | | Fixed not switching to MeeGo graphicssystem. | Samuel Rødal | 2011-03-30 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | | | | Fixed rounding of coordinates pre-transformation in CG paintengine. | Samuel Rødal | 2011-03-29 | 1 | -1/+1 | |
| | | | | * | | | | | | | | | | | | Don't include qwindowsurface_gl_p.h on QT_OPENGL_ES_1. | Samuel Rødal | 2011-03-29 | 2 | -2/+2 | |
| | | | * | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2011-03-30 | 2 | -5/+12 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |/ / / / / / / / / / / | | | | | |/| | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | Merge commit 'refs/merge-requests/2584' of gitorious.org:qt/qt into merge-req... | Sami Merila | 2011-03-29 | 131 | -1106/+2838 | |
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | | | * | | | | | | | | | | | | Removed useless Exit button in Symbian^3 | Titta Heikkala | 2011-03-28 | 1 | -0/+8 | |
| | | | | * | | | | | | | | | | | | | Fix for failing autotest QToolBar/Symbian | Sami Merila | 2011-03-29 | 1 | -5/+4 | |
| | | | * | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integration | Qt Continuous Integration System | 2011-03-30 | 2 | -21/+11 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|/ / / / / / / / / / | | | | | |/| | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | Return correct boundaries reasons from QTextBoundaryFinder. | Andrew den Exter | 2011-03-30 | 1 | -20/+10 | |
| | | | | * | | | | | | | | | | | | | GridView jumps to beginning of list when resized | Martin Jones | 2011-03-29 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2011-03-29 | 1 | -1/+11 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|/ / / / / / / / / / | | | | | |/| | | | | | | | | | | | | ||||||
| | | | | * | | | | | | | | | | | | | QMeeGoLivePixmapData: Verify dimensions of locked pixmap | Sami Kyostila | 2011-03-28 | 1 | -1/+11 | |