Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Removing accidental use of double instead of qreal from QLine | mread | 2011-10-06 | 1 | -8/+13 | |
| * | | | | | | Fix incorrect QFileInfo permissions on windows | Shane Kearns | 2011-10-06 | 1 | -1/+1 | |
| * | | | | | | symbian - document behaviour of QFile::handle() | Shane Kearns | 2011-09-28 | 1 | -0/+7 | |
| * | | | | | | New plugin detection for Symbian | mread | 2011-09-28 | 2 | -76/+164 | |
| * | | | | | | Added Symbian private API to update libraryPaths | mread | 2011-09-28 | 2 | -17/+61 | |
| * | | | | | | Making QNotifyChangeEvent, Symbian file watcher, more widely usable | mread | 2011-09-28 | 2 | -11/+17 | |
| * | | | | | | Fix plugin implicit loading when calling QPluginLoader::instance(). | Miikka Heikkinen | 2011-09-26 | 1 | -1/+1 | |
| * | | | | | | Symbian - perform some FS initialisation previously done by open c | Shane Kearns | 2011-09-23 | 2 | -6/+19 | |
| * | | | | | | symbian - Document behaviour of QDir::rootPath / homePath | Shane Kearns | 2011-09-23 | 1 | -4/+6 | |
| * | | | | | | Merge remote-tracking branch 'qt/4.8' | Sami Lempinen | 2011-09-20 | 15 | -45/+101 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-10-10 | 2 | -6/+14 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-10-10 | 2 | -6/+14 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | omit unassigned (and too recent codepoints) from the text Normalization process | Konstantin Ritt | 2011-10-07 | 2 | -6/+14 | |
* | | | | | | | | | Fix regression introduced by 1bfef526ef3d1deb7cf0f11dc1880f33937a85ac | Jan-Arve Saether | 2011-10-10 | 1 | -1/+1 | |
* | | | | | | | | | don't lock the global mutex if there is nothing to protect | Konstantin Ritt | 2011-10-07 | 1 | -6/+0 | |
* | | | | | | | | | fix possible race conditions | Konstantin Ritt | 2011-10-07 | 2 | -3/+5 | |
* | | | | | | | | | simplify the code by using QSystemLibrary a bit smarter | Konstantin Ritt | 2011-10-07 | 1 | -5/+7 | |
* | | | | | | | | | use QSystemLibrary::resolve() instead of GetProcAddress() win API calls | Konstantin Ritt | 2011-10-07 | 1 | -19/+20 | |
* | | | | | | | | | make QElapsedTimer use QSystemLibrary on win | Konstantin Ritt | 2011-10-07 | 1 | -8/+6 | |
* | | | | | | | | | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-10-06 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Build fix for WINCE to qfilesystemengine_win.cpp | jaanttil | 2011-10-05 | 1 | -1/+0 | |
* | | | | | | | | | Merge branch '4.8-upstream' into master-water | Water-Team | 2011-10-04 | 8 | -21/+5 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | Merge remote-tracking branch 'mainline/4.8' | Oswald Buddenhagen | 2011-09-28 | 5 | -4/+78 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| * | | | | | | | | Removed obsolete QWS_ALPHA_CURSOR feature. | jaanttil | 2011-09-27 | 4 | -16/+0 | |
| * | | | | | | | | Removed duplicate link from QFinalState documentation. | jaanttil | 2011-09-27 | 1 | -1/+1 | |
| * | | | | | | | | Clarified keypad navigation specific event documentation. | jaanttil | 2011-09-27 | 1 | -2/+2 | |
| * | | | | | | | | docs: Typo and link fixes. | jaanttil | 2011-09-27 | 1 | -1/+1 | |
| * | | | | | | | | Use the right callback in QObject::disconnect() | Olivier Goffart | 2011-09-27 | 1 | -1/+1 | |
* | | | | | | | | | nano-opts, styling fixes | Konstantin Ritt | 2011-09-29 | 2 | -11/+11 | |
* | | | | | | | | | don't assume the PATH envvar is latin1-encoded | Konstantin Ritt | 2011-09-29 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-symbian-staging into ma... | Qt Continuous Integration System | 2011-09-20 | 4 | -3/+77 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Fix missing clean up stack panic for a new thread in Symbian | Tomi Vihria | 2011-09-15 | 1 | -2/+3 | |
| * | | | | | | Fix panic when global QSettings instance needs flusing at app exit | Miikka Heikkinen | 2011-09-13 | 1 | -0/+23 | |
| * | | | | | | Fix uninitialised variable in temporary files | Shane Kearns | 2011-09-13 | 1 | -1/+4 | |
| * | | | | | | Add documentation for Symbian QSettings locations and security | Pasi Pentikainen | 2011-09-13 | 1 | -0/+47 | |
* | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-09-20 | 3 | -1/+10 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Resolve a number of compilation issues with INTEGRITY | Rolland Dudemaine | 2011-09-19 | 2 | -1/+7 | |
| * | | | | | | Fix compile issue when building with QT_NO_CONCURRENT and QT_NO_FUTURE | Andy Shaw | 2011-09-19 | 1 | -0/+3 | |
* | | | | | | | Merge remote branch 'origin/4.8' into 4.8-from-4.7 | Rohan McGovern | 2011-09-14 | 269 | -16171/+36019 | |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | / / / | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste... | Qt Continuous Integration System | 2011-09-10 | 1 | -2/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Prevent QPixmapCache potentially growing indefinitely. | Samuel Rødal | 2011-09-09 | 1 | -2/+1 | |
| | |/ / / / | ||||||
| * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-earth-staging into mast... | Qt Continuous Integration System | 2011-09-10 | 9 | -27/+81 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Merge fixes for QDir::operator== | Shane Kearns | 2011-09-07 | 1 | -2/+13 | |
| | * | | | | | Restore Qt4.7 behaviour of QFileInfo::absolute(File)Path | Shane Kearns | 2011-09-05 | 3 | -9/+3 | |
| | * | | | | | Fix comparison of absolute, unclean paths in QDir | Shane Kearns | 2011-09-02 | 3 | -1/+33 | |
| | * | | | | | Wrap calls to Sequence::push_back | João Abecasis | 2011-09-02 | 3 | -15/+32 | |
| * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2011-09-08 | 2 | -14/+8 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | QSettings: don't assume XDG_CONFIG_HOME is latin1-encoded | Konstantin Ritt | 2011-09-07 | 1 | -2/+2 | |
| | * | | | | | QSettings: use the common appdata dir when bootstrapping qmake on win | Konstantin Ritt | 2011-09-07 | 1 | -8/+2 | |
| | * | | | | | Replace explicit surrogate handlers by inline methods of QChar class | suzuki toshiya | 2011-09-07 | 1 | -4/+4 | |