Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | | | Fixed a bug where text would disappear in password fields. | axis | 2010-02-05 | 2 | -9/+10 | |
| | | * | | | | | | | Fixed sendEvent call. | axis | 2010-02-05 | 1 | -1/+1 | |
| | | * | | | | | | | Removed useless member variable and replaced with var on the stack. | axis | 2010-02-05 | 2 | -5/+5 | |
| | | * | | | | | | | Fixed indentation. | axis | 2010-02-05 | 1 | -1/+1 | |
| | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr... | Qt Continuous Integration System | 2010-02-05 | 7 | -98/+284 | |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | Fix to S60 softkey pressed down image. | Janne Anttila | 2010-02-05 | 2 | -11/+12 | |
| | | * | | | | | | | Whitespace/tab fixes. | Jani Hautakangas | 2010-02-05 | 2 | -46/+46 | |
| | | * | | | | | | | s60 application loses normalGeometry when returning from fullscreen | Samuel Nevala | 2010-02-05 | 3 | -87/+262 | |
| | | * | | | | | | | Fixing 'softvfp+vfpv2' compiling issue for Tb9.2 | Aleksandar Sasha Babic | 2010-02-05 | 2 | -0/+10 | |
* | | | | | | | | | | Use glDrawElements and triangle strips to draw glyphs in GL engine | Eskil Abrahamsen Blomfeldt | 2010-02-09 | 3 | -4/+34 | |
* | | | | | | | | | | Remove VBO caching and glDrawElements path in QStaticText | Eskil Abrahamsen Blomfeldt | 2010-02-08 | 1 | -124/+43 | |
* | | | | | | | | | | Merge branch '4.6' into qstatictext-4.6 | Eskil Abrahamsen Blomfeldt | 2010-02-08 | 57 | -470/+1296 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-02-05 | 53 | -327/+1137 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
| | * | | | | | | | | Fixed qt_x11_wait_for_window_manager | Denis Dzyubenko | 2010-02-05 | 1 | -5/+7 | |
| | * | | | | | | | | Revert change 34f1758 on non-Synbian platforms | Paul Olav Tvete | 2010-02-05 | 1 | -0/+2 | |
| | * | | | | | | | | Fixed QGifHandler::loopCount(). | Trond Kjernåsen | 2010-02-05 | 5 | -9/+47 | |
| | * | | | | | | | | Merge remote branch 'origin/4.6' into 4.6 | Paul Olav Tvete | 2010-02-05 | 18 | -204/+634 | |
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | ||||||
| | * | | | | | | | | Fix tst_QAccessiblity failure. | Bjørn Erik Nilsen | 2010-02-05 | 1 | -1/+2 | |
| | * | | | | | | | | fix compile error when linuxinput keyboard driver is compiled as plugin | Rainer Keller | 2010-02-05 | 1 | -1/+1 | |
| | * | | | | | | | | Fixed the context menu test case in the qgraphicsscene autotest. | Denis Dzyubenko | 2010-02-05 | 1 | -4/+4 | |
| | * | | | | | | | | fix regression from Qt 4.5 wrt missing text pixels in QTabBar | Joerg Bornemann | 2010-02-05 | 1 | -2/+2 | |
| | * | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-02-05 | 47 | -322/+1089 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | Cleanup after "Changed qgraphicswidget autotest to use qWaitForWindowShown" | Bjørn Erik Nilsen | 2010-02-04 | 1 | -4/+2 | |
| | | * | | | | | | | | Cleanup after "QGraphicsWidget is painted twice on the first show" | Bjørn Erik Nilsen | 2010-02-04 | 1 | -1/+0 | |
| | | * | | | | | | | | Changed qgraphicswidget autotest to use qWaitForWindowShown. | Denis Dzyubenko | 2010-02-04 | 1 | -4/+2 | |
| | | * | | | | | | | | Improved QTest::qWaitForWindowShown on X11. | Denis Dzyubenko | 2010-02-04 | 1 | -30/+45 | |
| | | * | | | | | | | | Stabilize tst_QGraphicsWidget::initialShow2 (new test) | Bjørn Erik Nilsen | 2010-02-04 | 1 | -1/+21 | |
| | | * | | | | | | | | Make sure we define S_IFDIR on Windows | Thomas Zander | 2010-02-04 | 1 | -3/+6 | |
| | | * | | | | | | | | Fix copy/pasto | Thomas Zander | 2010-02-04 | 2 | -2/+2 | |
| | | * | | | | | | | | Crash when closing any top-level widget on Symbian. | Bjørn Erik Nilsen | 2010-02-04 | 1 | -1/+10 | |
| | | * | | | | | | | | Cache the sizes of the images in an animated GIF. | Trond Kjernåsen | 2010-02-04 | 3 | -31/+59 | |
| * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into 4.6-int... | Qt Continuous Integration System | 2010-02-05 | 4 | -15/+30 | |
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | don't use QKeySequence::mnemonic() after all | Oswald Buddenhagen | 2010-02-05 | 1 | -6/+23 | |
| | * | | | | | | | | | don't use stylesheet for just making labels bold | Oswald Buddenhagen | 2010-02-05 | 2 | -4/+6 | |
| | * | | | | | | | | | remove the rounded extra frame around the main message editor | Oswald Buddenhagen | 2010-02-05 | 1 | -4/+0 | |
| | * | | | | | | | | | add const | Oswald Buddenhagen | 2010-02-05 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-02-05 | 16 | -198/+625 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Compile. | Morten Johan Sørvig | 2010-02-05 | 1 | -1/+1 | |
| | * | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-02-05 | 16 | -198/+625 | |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | ||||||
| | | * | | | | | | | | Another fix for the non unified title+toolbar regarding text under icons | Andy Shaw | 2010-02-04 | 1 | -2/+8 | |
| | | * | | | | | | | | My 4.6.2 changes | Thiago Macieira | 2010-02-04 | 1 | -16/+47 | |
| | | * | | | | | | | | Added my changes to changes file. | axis | 2010-02-04 | 1 | -0/+6 | |
| | | * | | | | | | | | Doc: Correcting image | Morten Engvoldsen | 2010-02-04 | 1 | -0/+0 | |
| | | * | | | | | | | | My changes for 4.6.2 | João Abecasis | 2010-02-04 | 1 | -0/+6 | |
| | | * | | | | | | | | My changelog for 4.6.2 | Yoann Lopes | 2010-02-04 | 1 | -0/+2 | |
| | | * | | | | | | | | My Changelog entries for 4.6.2 | Markus Goetz | 2010-02-04 | 1 | -2/+15 | |
| | | * | | | | | | | | Add the QMAKE_FILE_EXT variable to extra compilers generation. | Jocelyn Turcotte | 2010-02-04 | 1 | -0/+13 | |
| | | * | | | | | | | | Doc: Removed promisse to fix a problem | Morten Engvoldsen | 2010-02-04 | 1 | -2/+1 | |
| | | * | | | | | | | | Add some entries to the change log | Jens Bache-Wiig | 2010-02-04 | 1 | -3/+9 | |
| | | * | | | | | | | | Change log updated | Prasanth Ullattil | 2010-02-04 | 1 | -1/+4 | |