| Commit message (Expand) | Author | Age | Files | Lines |
* | Autotest: add QSharedPointer and QWeakPointer tests for QWidget too | Thiago Macieira | 2009-08-05 | 3 | -1/+155 |
|
|
* | Restore symmetry between QSharedPointer and QWeakPointer on QObjects. | Thiago Macieira | 2009-08-05 | 1 | -0/+31 |
|
|
* | Add support for using QWeakPointer with QObject, replacing QPointer. | Thiago Macieira | 2009-08-05 | 1 | -0/+110 |
|
|
* | Fix failing autotest tst_QPlainTextEdit::lineWrapModes() | mae | 2009-08-05 | 1 | -1/+6 |
|
|
* | Fixed setting a style shet on a QSpinBox to change the arrow possition | Olivier Goffart | 2009-08-05 | 1 | -0/+83 |
|
|
* | Fix regressions introduced by 31edb4d5a63b9b3c28cce1c4ca6eb99f62a09759 | Alexis Menard | 2009-08-05 | 1 | -0/+43 |
|
|
* | sequential animation group: add autotest for pause/resume | Thierry Bastian | 2009-08-05 | 1 | -0/+36 |
|
|
* | Add benchmark for deleting an item with many children. | Andreas Aardal Hanssen | 2009-08-05 | 1 | -0/+11 |
|
|
* | Add benchmarks for QGraphicsItem::setParenItem(). | Andreas Aardal Hanssen | 2009-08-05 | 2 | -1/+26 |
|
|
* | Compile fix (QGraphicsItem::setXRotation was removed). | Andreas Aardal Hanssen | 2009-08-05 | 1 | -13/+1 |
|
|
* | Merge AudioServices into mainline. | Justin McPherson | 2009-08-05 | 13 | -0/+765 |
|
|
* | Merge branch '4.5' | Bill King | 2009-08-05 | 3 | -4/+34 |
|\ |
|
| * | Get more database tests working/passing. | Bill King | 2009-08-05 | 2 | -4/+18 |
|
|
| * | Fix ancestor flags that are not correctly update when reparenting. | Alexis Menard | 2009-08-04 | 1 | -0/+16 |
|
|
* | | Fixed bug where Q[Styled]ItemDelegate edition wouldn't terminate when | Gabriel de Dietrich | 2009-08-04 | 1 | -0/+33 |
|
|
* | | Added input hints to QGraphicsItem. | jasplin | 2009-08-04 | 1 | -0/+13 |
|
|
* | | QParallelAnimationGroup pause resume fixed | Thierry Bastian | 2009-08-04 | 1 | -0/+33 |
|
|
* | | QMenu now takes minimum width into account for the action rects | Thierry Bastian | 2009-08-04 | 1 | -0/+12 |
|
|
* | | Fixes selectionModel::hasSelection return value after model::reset | Leonardo Sobral Cunha | 2009-08-04 | 1 | -1/+1 |
|
|
* | | Fixed "Hightlighted menu items not always selected" bug. | Gabriel de Dietrich | 2009-08-03 | 1 | -0/+36 |
|
|
* | | Ensure that we never increase the strong reference count up from zero. | Thiago Macieira | 2009-08-03 | 1 | -1/+124 |
|
|
* | | Change the pointer-tracking code to work everywhere. | Thiago Macieira | 2009-08-03 | 4 | -2/+145 |
|
|
* | | Don't forget to delete the deleter object too in QSharedPointer. | Thiago Macieira | 2009-08-03 | 1 | -0/+13 |
|
|
* | | Remove the need for internal API in QSharedPointer. | Thiago Macieira | 2009-08-03 | 2 | -41/+55 |
|
|
* | | Autotest: add a way to ensure that there are no safety-check pointers leaking | Thiago Macieira | 2009-08-03 | 1 | -0/+42 |
|
|
* | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 11 | -44/+369 |
|\ \
| |/ |
|
| * | Autotest: disable the pointer-tracking tests in 4.5 | Thiago Macieira | 2009-08-03 | 1 | -0/+2 |
|
|
| * | Fix more database autotests. | Bill King | 2009-08-03 | 2 | -4/+6 |
|
|
| * | Autotest: add a newline after the user program headers. | Thiago Macieira | 2009-07-30 | 1 | -0/+1 |
|
|
| * | Disable benchlibtickcounter test by default. | Rohan McGovern | 2009-07-29 | 1 | -3/+4 |
|
|
| * | Fixed failure of tst_qmake::simple_app_shadowbuild. | Rohan McGovern | 2009-07-29 | 1 | -0/+1 |
|
|
| * | Fixed failure of tst_moc. | Rohan McGovern | 2009-07-29 | 1 | -1/+1 |
|
|
| * | Skip uic3 test when qt3support is disabled. | Rohan McGovern | 2009-07-29 | 1 | -0/+3 |
|
|
| * | Fixed compile of tst_qitemeditorfactory. | Rohan McGovern | 2009-07-28 | 1 | -5/+5 |
|
|
| * | Fixed failure of tst_q3urloperator. | Rohan McGovern | 2009-07-28 | 1 | -5/+7 |
|
|
| * | Fixed failure of tst_q3socket. | Rohan McGovern | 2009-07-28 | 1 | -6/+8 |
|
|
| * | Fixed drawImage() so that it doesn't sample outside the source image. | Kim Motoyoshi Kalland | 2009-07-28 | 1 | -19/+327 |
|
|
| * | Fixed failure of tst_qlocale if run when LC_ALL is set. | Rohan McGovern | 2009-07-27 | 1 | -6/+10 |
|
|
| * | Fix a running external tests: user program headers must come first. | Thiago Macieira | 2009-07-26 | 1 | -2/+2 |
|
|
* | | remove constructors that are not useful | Kent Hansen | 2009-08-03 | 2 | -19/+16 |
|
|
* | | Fixes casing fails for databases that have variable casing support. | Bill King | 2009-08-03 | 1 | -3/+5 |
|
|
* | | Revert "Fix QFormLayout which allowed fields to be smaller that their minimum... | Olivier Goffart | 2009-07-31 | 1 | -30/+0 |
|
|
* | | add private goToState() function to state machine | Kent Hansen | 2009-07-31 | 1 | -0/+41 |
|
|
* | | test that activation and this-object can be inherited from parent context | Kent Hansen | 2009-07-31 | 1 | -0/+30 |
|
|
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Aaron Kennedy | 2009-07-31 | 41 | -266/+1085 |
|\ \ |
|
| * | | Added the windowflags manualtest which is based on the windowflags example. | Denis Dzyubenko | 2009-07-30 | 6 | -0/+662 |
|
|
| * | | Autotest: reduce the amout of data transferred to 128 MB, otherwise the | Thiago Macieira | 2009-07-30 | 1 | -3/+3 |
|
|
| * | | Autotest: reorganise the HTTP performance tests | Thiago Macieira | 2009-07-30 | 1 | -125/+124 |
|
|
| * | | Autotest: fix crash caused by deleting a QSharedPointer | Thiago Macieira | 2009-07-30 | 1 | -9/+5 |
|
|
| * | | Do not emit activated and close the popup when the item is not enabled. | Benjamin C Meyer | 2009-07-30 | 1 | -1/+26 |
|
|