summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QGraphicsTextItem::setDefaultTextColor check change before calling update()Olivier Goffart2009-11-261-1/+3
* Optimize QObjectPrivate::isSignalConnectedOlivier Goffart2009-11-262-42/+26
* QT_VG_EGL_CONFIG env var to specify explicit EGL configs for OpenVGRhys Weatherley2009-11-261-0/+36
* Don't ask for pbuffers when searching for an OpenVG configurationRhys Weatherley2009-11-261-3/+3
* Remove unused variables in QGraphicsItem and QGraphicsScene.Bjørn Erik Nilsen2009-11-254-34/+20
* Remove caching of QGraphicsItem::clipPath().Bjørn Erik Nilsen2009-11-253-191/+8
* Fixing background painting after orientation switch.Alessandro Portale2009-11-252-1/+2
* Fixed round joins generated by the GL2 engine stroker.Kim Motoyoshi Kalland2009-11-251-49/+97
* Make the spinbox and doublespinbox better accept intermediate inputThierry Bastian2009-11-251-65/+35
* Offset in MDI subwindow bar buttons under Mac OS 10.6Gabriel de Dietrich2009-11-251-3/+5
* Merge commit 'upstream/4.6' into oslo-staging-2/4.6Olivier Goffart2009-11-2517-69/+165
|\
| * Merge commit 'oslo-staging-2/4.6' into upstream/4.6Olivier Goffart2009-11-2518-91/+150
| |\
| * \ Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-2538-88/+283
| |\ \
| | * \ Merge commit '0d20ec8604b318ceafd6c35dfe1d73519bf024d3' of oslo-staging-1 int...Simon Hausmann2009-11-2514-32/+109
| | |\ \
| | | * | QNetworkCookieJar: don't do path checking when receiving cookiesPeter Hartmann2009-11-241-3/+4
| | | * | Fix accept call in q3processMarkus Goetz2009-11-241-1/+1
| | | * | Fix QWindowsSystemProxy::initMarkus Goetz2009-11-241-1/+4
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-11-2414-17/+87
| | | |\ \
| | | * | | Fixes: Fuzzy standard icons with Ubuntu Humanity themeJens Bache-Wiig2009-11-231-15/+13
| | | * | | Don't crash in eval() function when QtScript debugger is attachedKent Hansen2009-11-231-2/+8
| | | * | | Mac: Make gestures available when building Qt against SDK < 10.6Richard Moe Gustavsen2009-11-232-8/+25
| | | * | | Cocoa: native dialogs might hang the application on closeRichard Moe Gustavsen2009-11-231-2/+8
| | | * | | Mac: remove superflucious callRichard Moe Gustavsen2009-11-231-1/+0
| | | * | | Updated WebKit from /home/shausman/src/webkit/trunk to qtwebkit/qtwebkit-4.6 ...Simon Hausmann2009-11-235-1/+51
| | | * | | Mac: added some useful comments onlyRichard Moe Gustavsen2009-11-231-0/+3
| | * | | | Fixes implicit grabbing in Qt/CocoaDenis Dzyubenko2009-11-252-30/+29
| | * | | | Fix QFile::map in Linux 64bitOlivier Goffart2009-11-251-1/+1
| | * | | | Fix softkeys for QDialogButtonBoxes created without a parent.Jason Barron2009-11-241-0/+24
| * | | | | Fix build on AIX: all of the .a file is linked into the program.Oswald Buddenhagen2009-11-241-7/+3
* | | | | | Make the animation timer more consistentThierry Bastian2009-11-251-2/+7
* | | | | | Fixed subpixel text antialiasing with the GL2 engine on ATI.Kim Motoyoshi Kalland2009-11-251-4/+1
* | | | | | Make sure the cursor of the lineedit doesn't blink when a key is pressedThierry Bastian2009-11-251-0/+4
* | | | | | Make QVGCompositionHelper::blitWindow() more genericRhys Weatherley2009-11-252-7/+4
* | | | | | Bind the EGL API type before calling eglMakeCurrent()Rhys Weatherley2009-11-251-0/+12
| |_|_|_|/ |/| | | |
* | | | | Fix QTreeWidgetItem::setChildIndicatorPolicy not updating.Olivier Goffart2009-11-241-1/+1
* | | | | Fixes rendering issues when rendering a QWidget to PDF with WindowsXP Style.Yoann Lopes2009-11-241-1/+1
* | | | | Make paste + undo behave in QLineEdit as it does in QTextEditThierry Bastian2009-11-241-1/+6
* | | | | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6-staging2axis2009-11-248-11/+41
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Dean Dettman2009-11-247-9/+46
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge commit '4ea54f03174778a4efdcb802f9179b6e1d17fd88' of oslo-staging-1 int...Simon Hausmann2009-11-243-1/+12
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Cocoa: apps with dialogs hangs on exitRichard Moe Gustavsen2009-11-231-1/+1
| | | * | Fix symbol exports in QtScript with gccSimon Hausmann2009-11-232-0/+11
| | * | | Compile fix for win32-icc.Jan-Arve Sæther2009-11-241-0/+12
| | * | | Don't crash in eval() function when QtScript debugger is attachedKent Hansen2009-11-241-2/+8
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Bill King2009-11-2317-17/+75
| | |\ \ \
| | | * | | Fix background rendering for read-only comboboxes on Maemo5Robert Griebl2009-11-231-1/+1
| | * | | | Handle errors and data truncation in QMYSQLResult::fetchNext()Derick Hawcroft2009-11-231-5/+13
| * | | | | Docs : Add details to QMdiArea::removeSubWindow()Dean Dettman2009-11-241-2/+4
| | |/ / / | |/| | |
| * | | | Merge remote branch 'origin/4.6' into 4.6-ceninerider2009-11-2314-14/+67
| |\ \ \ \
| * | | | | WinCE: only use native menu bars for windows mobileninerider2009-11-231-0/+3
| | |_|_|/ | |/| | |