Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 36 | -424/+4503 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | fix includes to use lower-case | Harald Fernengel | 2009-08-17 | 2 | -2/+2 | |
| * | | | | | | | | | | | Rename qlistdata.cpp (back) to qlist.cpp. | Volker Hilsheimer | 2009-08-17 | 2 | -1/+1 | |
| * | | | | | | | | | | | Restructure the documentation, both on a file and on a content level. | Volker Hilsheimer | 2009-08-17 | 31 | -382/+4150 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Use LIBS_PRIVATE on Mac and X11. | Thiago Macieira | 2009-08-17 | 1 | -2/+3 | |
| * | | | | | | | | | | doc: Eliminated two qdoc error reports. | Martin Smith | 2009-08-17 | 1 | -0/+10 | |
| * | | | | | | | | | | Reimplement qSwap and Q_DECLARE_SHARED differently. | Thiago Macieira | 2009-08-14 | 3 | -19/+31 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Internal doc: explain how QSharedPointer works | Thiago Macieira | 2009-08-13 | 2 | -18/+305 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||||
* | | | | | | | | | Fix QVarLengthArray out of bounds read | Harald Fernengel | 2009-08-13 | 1 | -1/+3 | |
* | | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-08-13 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Worked around RVCT scoping issues by making scope explicit in places that | Miikka Heikkinen | 2009-08-13 | 1 | -2/+2 | |
* | | | | | | | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 78 | -94/+211 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / / | ||||||
| * | | | | | | | | Add the typedefs to QSharedPointer and QWeakPointer to make template | Thiago Macieira | 2009-08-12 | 1 | -0/+21 | |
| * | | | | | | | | Autotest: make sure we can't create QWeakPointer from a QObject in destruction. | Thiago Macieira | 2009-08-12 | 1 | -0/+2 | |
| * | | | | | | | | Doc: explain the use of QWeakPointer for tracking QObjects | Thiago Macieira | 2009-08-12 | 2 | -14/+98 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 78 | -78/+78 | |
| * | | | | | | | QPoint comparision operators use qFuzzyIsNull instead of qFuzzyCompare | Joerg Bornemann | 2009-08-11 | 1 | -2/+2 | |
| * | | | | | | | Compile fix with namespaces | hjk | 2009-08-10 | 1 | -0/+10 | |
* | | | | | | | | Add comparison operators also to subclasses | Harald Fernengel | 2009-08-10 | 1 | -2/+32 | |
* | | | | | | | | add operator! to QScopedPointer | Harald Fernengel | 2009-08-10 | 2 | -0/+13 | |
* | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-08-10 | 4 | -60/+111 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge commit 'qt/master' | Jason Barron | 2009-08-10 | 1 | -9/+7 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | ||||||
| | * | | | | | | | Remove unused member. | Jan-Arve Sæther | 2009-08-10 | 1 | -1/+0 | |
| | * | | | | | | | Whitespace cleanup | Jan-Arve Sæther | 2009-08-10 | 1 | -3/+3 | |
| | | |_|_|_|/ / | | |/| | | | | | ||||||
| | * | | | | | | Make QTimeLine::start() restart from the beginning as the documentation says. | David Faure | 2009-08-10 | 1 | -5/+4 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| * | | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-10 | 3 | -51/+104 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Doc: fix qdoc errors in QSharedPointer documentation. | Thiago Macieira | 2009-08-05 | 2 | -2/+3 | |
| | * | | | | | Restore symmetry between QSharedPointer and QWeakPointer on QObjects. | Thiago Macieira | 2009-08-05 | 2 | -0/+26 | |
| | * | | | | | Performance improvements by avoiding creation of temporary QSharedPointers wi... | Thiago Macieira | 2009-08-05 | 1 | -43/+25 | |
| | * | | | | | Add support for using QWeakPointer with QObject, replacing QPointer. | Thiago Macieira | 2009-08-05 | 2 | -5/+50 | |
| | * | | | | | Fix compilation for compilers that don't have template friends. | Thiago Macieira | 2009-08-05 | 1 | -1/+0 | |
* | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | mread | 2009-08-07 | 29 | -468/+1334 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | Update license headers according to commit 858c70f768e. | axis | 2009-08-06 | 3 | -6/+6 | |
| * | | | | | | Rename Q_DECLARE_SCOPED_PRIVATE back to Q_DECLARE_PRIVATE | Harald Fernengel | 2009-08-06 | 2 | -1/+3 | |
| * | | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 3 | -3/+86 | |
| |\ \ \ \ \ \ | | |/ / / / / | ||||||
| | * | | | | | Add QWeakPointer::data, which thread-unsafely returns the tracked pointer | Thiago Macieira | 2009-08-04 | 2 | -2/+75 | |
| | * | | | | | Fix incorrect license headers. | Jason McDonald | 2009-08-04 | 1 | -1/+11 | |
| * | | | | | | Merge commit 'origin/master' | Jason Barron | 2009-08-04 | 13 | -95/+215 | |
| |\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 8 | -42/+102 | |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | * | | | | | | Ensure that we never increase the strong reference count up from zero. | Thiago Macieira | 2009-08-03 | 1 | -4/+14 | |
| | * | | | | | | Change the pointer-tracking code to work everywhere. | Thiago Macieira | 2009-08-03 | 1 | -10/+28 | |
| | * | | | | | | Don't forget to delete the deleter object too in QSharedPointer. | Thiago Macieira | 2009-08-03 | 1 | -0/+3 | |
| | * | | | | | | Cleanup old code in QSharedPointer | Thiago Macieira | 2009-08-03 | 1 | -18/+16 | |
| | * | | | | | | Remove the need for internal API in QSharedPointer. | Thiago Macieira | 2009-08-03 | 1 | -3/+1 | |
| | * | | | | | | Autotest: add a way to ensure that there are no safety-check pointers leaking | Thiago Macieira | 2009-08-03 | 1 | -1/+22 | |
| | * | | | | | | Fix compilation: add #include <new> if placement new is used | Thiago Macieira | 2009-07-31 | 1 | -0/+7 | |
| | * | | | | | | Doc: there is no group of explicitly shared classes, only one class uses this. | Volker Hilsheimer | 2009-07-30 | 1 | -1/+1 | |
| | | |_|_|/ / | | |/| | | | | ||||||
| | * | | | | | Remove "no-stl" from the build key and add compatibility for old plugins. | Thiago Macieira | 2009-07-29 | 1 | -4/+0 | |
| | * | | | | | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 3 | -1/+10 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-30 | 2 | -43/+107 | |
| |\ \ \ \ \ | | |/ / / / |