Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Stabilize more test | Olivier Goffart | 2009-09-23 | 8 | -10/+12 | |
| * | | Compile fix for platforms prior to Symbian^3. | Jason Barron | 2009-09-23 | 4 | -0/+11 | |
| * | | Fix Q3TextBrowser | Olivier Goffart | 2009-09-23 | 1 | -0/+1 | |
| * | | Stabilize QGraphicsEffect and QToolTip test | Olivier Goffart | 2009-09-23 | 2 | -12/+11 | |
| * | | Try to stabilize stylesheet test | Olivier Goffart | 2009-09-23 | 1 | -2/+3 | |
| * | | QLabel and QTextEdit autotest pro files fixed | Joerg Bornemann | 2009-09-23 | 2 | -2/+2 | |
| * | | tests/auto/qpainter pro file fixed | Joerg Bornemann | 2009-09-23 | 1 | -1/+1 | |
| * | | tests/auto/QSvgGenerator pro file fixed | Joerg Bornemann | 2009-09-23 | 1 | -1/+1 | |
| * | | Merge branch 'imhintsAdditions' into 4.6 | axis | 2009-09-23 | 2 | -6/+16 | |
| |\ \ | ||||||
| | * | | Cleaned up input method hints documentation a bit. | axis | 2009-09-23 | 1 | -6/+15 | |
| | * | | Added ImhEmailCharactersOnly flag. | axis | 2009-09-23 | 1 | -0/+1 | |
| * | | | Skip tst_QWidget::setWindowGeometry on X11 | Olivier Goffart | 2009-09-23 | 1 | -0/+10 | |
| * | | | Stabilize tst_QWidget::saveRestoreGeometry | Olivier Goffart | 2009-09-23 | 1 | -21/+37 | |
| * | | | Don't disable painting with multiple screens and VNC | Jeremy Katz | 2009-09-23 | 3 | -8/+18 | |
| |/ / | ||||||
| * | | Add test for to see if the layout is stable if it has several solutions. | Jan-Arve Sæther | 2009-09-23 | 1 | -6/+59 | |
| * | | Merge branch 's60MainHelperClasses' into 4.6 | axis | 2009-09-23 | 16 | -470/+667 | |
| |\ \ | ||||||
| | * | | Corrected typo. | axis | 2009-09-23 | 1 | -1/+1 | |
| | * | | Added support for using custom application objects on S60. | axis | 2009-09-23 | 16 | -469/+666 | |
| * | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6 | Marius Bugge Monsen | 2009-09-23 | 39 | -760/+1193 | |
| |\ \ \ | ||||||
| | * | | | Avoid calling ensureContext() in setGeometry. | Jason Barron | 2009-09-23 | 1 | -1/+0 | |
| | * | | | Small change in the API of animations | Thierry Bastian | 2009-09-23 | 15 | -38/+32 | |
| | * | | | detect and eliminate forwarding headers | Oswald Buddenhagen | 2009-09-23 | 1 | -7/+20 | |
| | * | | | reduce peak memory consumption | Oswald Buddenhagen | 2009-09-23 | 1 | -30/+70 | |
| | * | | | actually use the argument of Q_DECLARE_TR_FUNCTIONS | Oswald Buddenhagen | 2009-09-23 | 3 | -9/+77 | |
| | * | | | namespaces *can* have tr() functions, after all | Oswald Buddenhagen | 2009-09-23 | 1 | -11/+8 | |
| | * | | | drastically improve lupdate's scalability | Oswald Buddenhagen | 2009-09-23 | 1 | -197/+280 | |
| | * | | | optimize/clarify function context stringification | Oswald Buddenhagen | 2009-09-23 | 1 | -5/+6 | |
| | * | | | do not record class forward declarations | Oswald Buddenhagen | 2009-09-23 | 1 | -28/+27 | |
| | * | | | remove more dead code | Oswald Buddenhagen | 2009-09-23 | 1 | -2/+1 | |
| | * | | | remove dead code | Oswald Buddenhagen | 2009-09-23 | 1 | -13/+2 | |
| | * | | | move static objects out of function scope | Oswald Buddenhagen | 2009-09-23 | 1 | -6/+6 | |
| | * | | | use a source char pointer instead of a string + index | Oswald Buddenhagen | 2009-09-23 | 1 | -13/+18 | |
| | * | | | take advantage of knowing that qstrings are zero-terminated internally | Oswald Buddenhagen | 2009-09-23 | 1 | -6/+5 | |
| | * | | | no need to actually compute number values. only 0 is special | Oswald Buddenhagen | 2009-09-23 | 1 | -37/+18 | |
| | * | | | when matching strings, skip also leading comments | Oswald Buddenhagen | 2009-09-23 | 1 | -6/+8 | |
| | * | | | avoid isalpha() & isalnum() | Oswald Buddenhagen | 2009-09-23 | 1 | -2/+3 | |
| | * | | | cut down use of qstring::simplified() | Oswald Buddenhagen | 2009-09-23 | 1 | -6/+10 | |
| | * | | | optimize directory scanning | Oswald Buddenhagen | 2009-09-23 | 1 | -21/+12 | |
| | * | | | simplify | Oswald Buddenhagen | 2009-09-23 | 1 | -4/+1 | |
| | * | | | missing & in foreach | Oswald Buddenhagen | 2009-09-23 | 1 | -1/+1 | |
| | * | | | QTextCursor selection extension when inserting characters | mae | 2009-09-23 | 2 | -2/+100 | |
| | * | | | Added QSlider to tst_QStyleSheetStyle::complexWidgetFocus. | Gabriel de Dietrich | 2009-09-23 | 3 | -16/+18 | |
| | * | | | When using style sheets, the focus flag was not propagated to the children of | Gabriel de Dietrich | 2009-09-23 | 2 | -1/+56 | |
| | * | | | Modify functions for native pixmap data conversion on Symbian. | Jason Barron | 2009-09-23 | 7 | -351/+376 | |
| | * | | | Implement advanced pointer handling on S60 | Bradley T. Hughes | 2009-09-23 | 3 | -2/+80 | |
| | * | | | Implement Qt::WA_AcceptTouchEvents on S60 | Bradley T. Hughes | 2009-09-23 | 3 | -1/+14 | |
| | * | | | Fix a warning about an unused variable. | Jason Barron | 2009-09-23 | 1 | -1/+1 | |
| * | | | | Fix QGraphicsLinearLayout::layoutDirection test failure on cocoa. | Marius Bugge Monsen | 2009-09-23 | 1 | -0/+5 | |
| |/ / / | ||||||
| * | | | Fixed parsing of html header in the qtextcodec. | Denis Dzyubenko | 2009-09-23 | 1 | -6/+8 | |
| * | | | Try to stabilize this test | Paul Olav Tvete | 2009-09-23 | 1 | -2/+3 | |