| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Fix regression in QString::replace(int, int, QChar) when string is empty | Paul Olav Tvete | 2009-04-15 | 1 | -18/+16 |
|
|
| * | | Compile with namespace | Jarek Kobus | 2009-04-15 | 1 | -0/+2 |
|
|
| * | | Javascript: When there is javascript running then it will spin the CPU at 100% | Bradley T. Hughes | 2009-04-08 | 1 | -3/+12 |
|
|
| * | | Fixes: WDestructiveClose flag and the new WindowCancelButtonHint have the ... | Thomas Hartmann | 2009-04-07 | 1 | -3/+3 |
|
|
| * | | QThread::start(): priority has no effect on Linux systems | Bradley T. Hughes | 2009-04-06 | 1 | -0/+12 |
|
|
* | | | Rename qIsFuzzyNull to qFuzzyIsNull | Bjoern Erik Nilsen | 2009-04-08 | 2 | -6/+6 |
|
|
* | | | Use qIsFuzzyNull rather than the more expensive qFuzzyCompare | Bjoern Erik Nilsen | 2009-04-08 | 1 | -4/+4 |
|
|
* | | | The QT_NO_SHAREDMEMORY define was checked a bit too late | Robert Griebl | 2009-04-07 | 1 | -4/+3 |
|
|
* | | | Add an internal qIsFuzzyNull(double) method | Lars Knoll | 2009-04-07 | 1 | -0/+16 |
|
|
* | | | Fixes: QTextStream crashes on large inputs | Olivier Goffart | 2009-04-06 | 1 | -1/+8 |
|
|
* | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-02 | 4 | -11/+37 |
|\ \ \
| |/ / |
|
| * | | Delete temporary file if copy was unsuccessful | João Abecasis | 2009-04-02 | 1 | -1/+4 |
|
|
| * | | Renaming a file does not change QFile's fileName | João Abecasis | 2009-04-02 | 1 | -0/+5 |
|
|
| * | | QFile::rename didn't always return false when method failed | João Abecasis | 2009-04-02 | 1 | -3/+9 |
|
|
| * | | Doc: Added a note about copying by value in QMetaProperty and included detail... | David Boddie | 2009-04-02 | 1 | -3/+15 |
|
|
| * | | Doc - fixed a typo: iterartor -> iterator | Simon Hausmann | 2009-04-02 | 2 | -4/+4 |
|
|
* | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-02 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | Doc: Trivial fixes. | David Boddie | 2009-04-01 | 1 | -4/+4 |
|
|
* | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-01 | 8 | -45/+93 |
|\ \ \
| |/ / |
|
| * | | Subject: Added platform spec. note about type convertion | Morten Engvoldsen | 2009-04-01 | 1 | -0/+8 |
|
|
| * | | Changes: Clearifying docs on qInstallMsgHandler | Morten Engvoldsen | 2009-04-01 | 1 | -2/+4 |
|
|
| * | | Adding note to the qFuzzyCompare doc | Morten Engvoldsen | 2009-04-01 | 1 | -1/+6 |
|
|
| * | | Subject: Compile fix on Windows | Andy Shaw | 2009-03-31 | 1 | -2/+2 |
|
|
| * | | Doc: Made it clearer that QProcess::start() only starts a new process if one ... | David Boddie | 2009-03-31 | 1 | -9/+16 |
|
|
| * | | QProcess::start() segfaults on empty program | Bradley T. Hughes | 2009-03-31 | 1 | -0/+9 |
|
|
| * | | Fix bug in QDirIterator that clear the cache of the fileinfo | Alexis Menard | 2009-03-31 | 1 | -17/+17 |
|
|
| * | | Add Windows7 and Snow Leopard as values QSysInfo. | Norwegian Rock Cat | 2009-03-31 | 2 | -7/+20 |
|
|
| * | | Doc: Swapping \a with \c to fix a qdoc warning | Kavindra Devi Palaraja | 2009-03-30 | 1 | -1/+1 |
|
|
| * | | Explicitely mentioned in the doc that the format string for qDebug, | Denis Dzyubenko | 2009-03-30 | 2 | -5/+9 |
|
|
| * | | Doc: Fixed typo. | David Boddie | 2009-03-30 | 1 | -1/+1 |
|
|
* | | | QThread::start(): priority has no effect on Linux systems | Bradley T. Hughes | 2009-04-01 | 1 | -0/+12 |
|
|
* | | | Revert "Make use of a thread-specific variable in qFlagLocation." | Thiago Macieira | 2009-04-01 | 1 | -18/+2 |
|
|
* | | | use ftruncate() to resize a buffered file | Harald Fernengel | 2009-03-31 | 1 | -0/+2 |
|
|
* | | | compile with QIODEVICE_DEBUG | Harald Fernengel | 2009-03-31 | 1 | -2/+6 |
|
|
* | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-03-30 | 2 | -64/+67 |
|\ \ \
| |/ / |
|
| * | | Make Qt/Embedded compile with the -no-feature-PICTURE switch. | Trond Kjernaasen | 2009-03-30 | 1 | -61/+61 |
|
|
| * | | String-to-number conversion functions should ignore trailing whitespaces. | Denis Dzyubenko | 2009-03-30 | 1 | -3/+6 |
|
|
* | | | Merge branch '4.5' | Thiago Macieira | 2009-03-27 | 4 | -19/+26 |
|\ \ \ |
|
| * | | | Make use of a thread-specific variable in qFlagLocation. | Thiago Macieira | 2009-03-27 | 1 | -2/+18 |
| |/ / |
|
| * | | Fix Qt3Support compile | Bradley T. Hughes | 2009-03-27 | 1 | -0/+1 |
|
|
| * | | Make QMutexPool actually be thread-safe (double-checked locking doesn't | Thiago Macieira | 2009-03-27 | 2 | -13/+6 |
|
|
| * | | optimize | Oswald Buddenhagen | 2009-03-27 | 1 | -1/+1 |
|
|
| * | | remove pointless check | Oswald Buddenhagen | 2009-03-27 | 1 | -2/+1 |
|
|
| * | | most definitely NOT \since 4.5 | Oswald Buddenhagen | 2009-03-27 | 1 | -2/+0 |
|
|
* | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-03-26 | 1 | -4/+6 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Reduce the number of calls to QThread::idealThreadCount() in QtConcurrent. | Morten Sørvig | 2009-03-26 | 1 | -4/+6 |
|
|
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-03-25 | 1 | -5/+13 |
|\ \
| |/ |
|
| * | Fix QSharedPointer crashing when it is used as a global static in an applicat... | Thiago Macieira | 2009-03-25 | 1 | -5/+13 |
|
|
* | | introduce QT_NO_NETWORKDISKCACHE | Peter Hartmann | 2009-03-25 | 2 | -16/+28 |
|
|
* | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-03-24 | 1 | -4/+5 |
|\ \
| |/ |
|