Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | doc: qdoc warning about signal not found. | Bjørn Erik Nilsen | 2009-08-25 | 1 | -1/+1 | |
* | | | | Removed redundant QLocale code from QCoeFepInputContext. | axis | 2009-08-25 | 3 | -93/+11 | |
* | | | | Fix the default painter state in QSvgTinyDocument::draw | Olivier Goffart | 2009-08-25 | 1 | -1/+3 | |
* | | | | Mac: respect Qt::AA_MacPluginApplication and disable native menubar | Richard Moe Gustavsen | 2009-08-25 | 1 | -8/+7 | |
* | | | | Make sure we use layoutDirection from the widget and not always the app | Thierry Bastian | 2009-08-25 | 14 | -36/+40 | |
* | | | | Fix taskbar in plasma | Olivier Goffart | 2009-08-25 | 2 | -0/+7 | |
* | | | | ItemViews: selection not well kept when new rows appear | Thierry Bastian | 2009-08-25 | 1 | -5/+6 | |
* | | | | Added missing variable initialization in QSvgStrokeStyle ctor. | Kim Motoyoshi Kalland | 2009-08-25 | 2 | -5/+7 | |
* | | | | Some cleanups after code review. | Jason Barron | 2009-08-25 | 2 | -6/+2 | |
* | | | | Mac: When using Qt as a plugin app, menubars does not work | Richard Moe Gustavsen | 2009-08-25 | 1 | -0/+6 | |
* | | | | Cocoa: bugfix for autocads plugin project | Richard Moe Gustavsen | 2009-08-25 | 3 | -0/+21 | |
* | | | | Remove semi-colon from Q_XXX macros in qgraphicseffect.h | Bjørn Erik Nilsen | 2009-08-25 | 1 | -1/+1 | |
* | | | | Another memoryleak in QScriptEngine | Olivier Goffart | 2009-08-25 | 1 | -5/+5 | |
* | | | | Fix valgrind warning (use of uninitialized) in JavaScriptCore | Olivier Goffart | 2009-08-25 | 1 | -0/+2 | |
* | | | | Merge commit 'origin/master' into 4.6 | Jason Barron | 2009-08-25 | 20 | -338/+583 | |
|\ \ \ \ | ||||||
| * | | | | Update QtCore and QtGui EABI DEF files with recent symbol changes | Iain | 2009-08-24 | 2 | -20/+241 | |
| * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Janne Anttila | 2009-08-24 | 10 | -274/+294 | |
| |\ \ \ \ | ||||||
| | * \ \ \ | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-08-24 | 7 | -38/+42 | |
| | |\ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-08-24 | 104 | -687/+43492 | |
| | |\ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-08-21 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-08-21 | 467 | -37180/+21444 | |
| | |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Review inspired changes to Symbian QProcess | Miikka Heikkinen | 2009-08-21 | 2 | -170/+175 | |
| | * | | | | | | | | Review inspired changes to Symbian file system watcher | Miikka Heikkinen | 2009-08-21 | 2 | -55/+58 | |
| | * | | | | | | | | Review inspired fixes to Symbian file engine | Miikka Heikkinen | 2009-08-21 | 6 | -50/+62 | |
| * | | | | | | | | | Removed some 'illegal empty declaration' warnings from Symbian build | Janne Anttila | 2009-08-24 | 3 | -7/+7 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Shane Kearns | 2009-08-24 | 461 | -35524/+61767 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / | | |/| | | | | | | ||||||
| * | | | | | | | | Make the singleton file server session independent of QCoreApplication | Shane Kearns | 2009-08-24 | 7 | -38/+42 | |
* | | | | | | | | | QMenu: make no active action when the mouse leaves the menu | Thierry Bastian | 2009-08-25 | 1 | -0/+2 | |
* | | | | | | | | | Memory leak in QScriptEngineAgent. | Olivier Goffart | 2009-08-25 | 2 | -3/+1 | |
* | | | | | | | | | Memory leak in QBrush | Olivier Goffart | 2009-08-25 | 1 | -1/+1 | |
* | | | | | | | | | Fix memory leak in QScriptEngine::newQObject | Olivier Goffart | 2009-08-25 | 2 | -8/+8 | |
* | | | | | | | | | Carbon: pan gesture keeps breaking wheel events | Richard Moe Gustavsen | 2009-08-25 | 6 | -3/+25 | |
| |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
* | | | | | | | | unneeded WINVER check in qapplication_win.cpp removed | Joerg Bornemann | 2009-08-25 | 1 | -2/+0 | |
* | | | | | | | | qsystemtrayicon_win.cpp fix determination of NOTIFYICONDATA struct size | Joerg Bornemann | 2009-08-25 | 1 | -5/+1 | |
* | | | | | | | | Don't dereference VGImage's that come from QVGPixmapData | Rhys Weatherley | 2009-08-25 | 1 | -1/+9 | |
* | | | | | | | | Implement the blur pixmap filter for OpenVG using vgGaussianBlur() | Rhys Weatherley | 2009-08-25 | 3 | -0/+74 | |
* | | | | | | | | Compile fix after merge. | Rhys Weatherley | 2009-08-24 | 1 | -1/+2 | |
* | | | | | | | | Integrate QAbstractVideoSurface API. | Andrew den Exter | 2009-08-24 | 16 | -6/+3064 | |
* | | | | | | | | Merge branch '4.6' | Thiago Macieira | 2009-08-24 | 102 | -603/+40273 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-24 | 28 | -56/+103 | |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | ||||||
| | * | | | | | | | Fix QPlainTextEdit painting errors | mae | 2009-08-24 | 1 | -2/+3 | |
| | * | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Morten Sørvig | 2009-08-24 | 2982 | -3789/+3914 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | Fixed compile error with gcc 4.3.3 | Thorbjørn Lindeijer | 2009-08-24 | 1 | -1/+1 | |
| | | * | | | | | | | Fixed comment | Thorbjørn Lindeijer | 2009-08-24 | 1 | -1/+1 | |
| | | * | | | | | | | Make assorted constructors follow good coding practice | Keith Isdale | 2009-08-24 | 16 | -36/+35 | |
| | | * | | | | | | | Prevented crash when parsing viewBox attribute value | Stian Sandvik Thomassen | 2009-08-24 | 1 | -9/+9 | |
| | | * | | | | | | | Fix the size returned by QCommonStylePrivate::viewItemSize() for text | Benjamin Poulain | 2009-08-21 | 1 | -1/+1 | |
| | | * | | | | | | | Fix the painting of QSpinBox on Mac when the buttons are disabled | Benjamin Poulain | 2009-08-20 | 1 | -0/+1 | |
| | | * | | | | | | | Fix the painting of QSpinBox on Mac when the buttons are disabled | Benjamin Poulain | 2009-08-20 | 1 | -3/+8 | |
| | | * | | | | | | | Fixed crash in QtSvg caused by division by zero in animation code. | Kim Motoyoshi Kalland | 2009-08-19 | 1 | -4/+7 | |