summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fixed a compile issue on WindowsJens Bache-Wiig2009-03-301-1/+1
* Provide a previousInFocusChain for consistancyOlivier Goffart2009-03-302-0/+15
* Merge branch '4.5'Thiago Macieira2009-03-279-32/+76
|\
| * QDesktopWidget::resized wasn't emitted properly on X11.Denis Dzyubenko2009-03-271-6/+15
| * Fix background of QAbstractScrollArea when styled only with pseudo-classOlivier Goffart2009-03-271-1/+13
| * Fix very slow stroking of paths in X11 paint engine.Samuel Rødal2009-03-274-14/+24
| * Fix mismatch between stroke and fill of ellipses on X11.Samuel Rødal2009-03-271-7/+3
| * Fix QPixmap::fromImage() bug for monochrome images on Mac.Samuel Rødal2009-03-271-1/+1
| * don't include uic in non-gui configurationsOswald Buddenhagen2009-03-271-0/+1
| * Creating a native window handle doesn't reset input context on X11.Denis Dzyubenko2009-03-271-1/+10
| * Creating an instance of the QDesktopWidget breaks clipboard on X11.Denis Dzyubenko2009-03-271-2/+9
* | Style QDial to look betterJens Bache-Wiig2009-03-279-110/+377
* | Clear QLineEdit selection when redoing a delete operation.jasplin2009-03-271-0/+2
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-03-265-2/+129
|\ \ | |/
| * Squashed commit of the following:David Boddie2009-03-261-0/+2
| * Squashed commit of the following:David Boddie2009-03-261-1/+6
| * Fix a bug where lineedits in a second page of a stack widget would not get ke...Norwegian Rock Cat2009-03-263-1/+121
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-268-17/+36
|\ \ | |/
| * Fix crash when accessing newly constructed QTextObjects.Benjamin Poulain2009-03-267-10/+26
| * Fix regression where QMacStyle would only draw tabs w/QStyleOptionTabV3.Norwegian Rock Cat2009-03-261-7/+10
* | Merge branch '4.5'Rohan McGovern2009-03-262-1/+66
|\ \ | |/
| * alphaMask needs to be const, because first bytesPerLine() is called and then ...Alessandro Portale2009-03-251-1/+1
| * QGtkStyle: Support styled QFrameJens Bache-Wiig2009-03-251-0/+65
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-258-1010/+974
|\ \ | |/
| * Fix layout problem in QMainWindowThierry Bastian2009-03-251-4/+8
| * Doc - removed a trailing whitespaceKavindra Devi Palaraja2009-03-251-1/+1
| * Doc - removed mention of an internal function. Also gave theKavindra Devi Palaraja2009-03-251-973/+918
| * Fix assertion failure in QCompleter::setCompletionPrefix().jasplin2009-03-251-2/+2
| * Fixed the gap that was not appearing on a QMainWindowThierry Bastian2009-03-251-1/+1
| * Fix a possible crash in QMainWindow when dragging a dock widget.Thierry Bastian2009-03-251-1/+2
| * Fix crash while styling the title bar of a QMdiArea with stylesheetOlivier Goffart2009-03-251-1/+2
| * Fix scrollbar appearing on QComboBoxOlivier Goffart2009-03-251-6/+18
| * Improve documentation of QGraphicsLayoutItem::setGeometry()Jan-Arve Sæther2009-03-251-22/+23
* | Add in some enums from Snow Leopard.Norwegian Rock Cat2009-03-251-0/+7
* | Better look of toolbar items on Leopard.Norwegian Rock Cat2009-03-251-18/+45
* | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-03-242-2/+3
|\ \ | |/
| * Squashed commit of the following:David Boddie2009-03-242-2/+3
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-2417-19/+69
|\ \ | |/
| * Fixes a focusWidget when showing a toplevel that accepts keyboard input.Denis Dzyubenko2009-03-241-1/+3
| * Don't commit an empty string to the widget when it looses focus.Denis Dzyubenko2009-03-242-2/+9
| * Fix some extra file system stats that we were doing in the model.Alexis Menard2009-03-244-14/+29
| * Make sure the sorting is updated when dynamic sorting is enabled and the mode...Olivier Goffart2009-03-241-0/+5
| * Make sure QSortFilterProxyModel::sort always sort when DynamicSort is not usedOlivier Goffart2009-03-241-1/+1
| * Do not cache the sizeHint() while we're in QGraphicsWidget's constructor.Jan-Arve Sæther2009-03-243-0/+6
| * Handle monochrome CGColors as well.Norwegian Rock Cat2009-03-241-0/+2
| * Compile in Snow LeopardTrenton Schulz2009-03-241-0/+4
| * Rendering error (one pixel offset) when drawing ARGB32_PM on RGB16.Samuel Rødal2009-03-241-0/+2
| * Fixes compile on win32 with MinGW.Rohan McGovern2009-03-241-1/+1
| * Fixes: Crash in QPixmap under X11.Trond Kjernaasen2009-03-232-0/+7
| * Long live Qt 4.5!Lars Knoll2009-03-231183-0/+670192