summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Optimize blend functions for short adjacent spans.Samuel Rødal2009-04-011-22/+96
* Remove some VC6 Template workaround in the drawhelper codeOlivier Goffart2009-04-011-357/+91
* Ensure that fetchPixel is inlined in RGB32 cases in fetchTransformedBilinear.Olivier Goffart2009-04-011-32/+32
* Use templates to remove code duplication in qdrawhelper.Olivier Goffart2009-04-011-286/+141
* Give input context focus only when widget is enabled.Denis Dzyubenko2009-04-013-5/+17
* Improved IME handling on Windows.Denis Dzyubenko2009-04-016-21/+21
* Add a semi-colon.Norwegian Rock Cat2009-04-011-1/+1
* Add more enums for the search fields.Norwegian Rock Cat2009-03-311-0/+7
* Update the license on this code to match the rest.Thiago Macieira2009-03-3117-17/+527
* Allow setting font properties for Command Link ButtonsJens Bache-Wiig2009-03-301-3/+6
* Consistency between Carbon and Cocoa with fullscreen mode.Norwegian Rock Cat2009-03-302-20/+5
* Call documented API.Norwegian Rock Cat2009-03-301-11/+2
* Fix incorrect painting of checked itemview itemsJens Bache-Wiig2009-03-301-1/+1
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-03-3010-13/+61
|\
| * Fix threaded QImage text drawing under Windows.Trond Kjernaasen2009-03-301-1/+3
| * Don't send QFileOpenEvents for items on the command-lineNorwegian Rock Cat2009-03-302-4/+21
| * Adjust the opacity value for popupsNorwegian Rock Cat2009-03-301-1/+1
| * Fix draImage() calls for threaded printing to a PostScript printer.Trond Kjernaasen2009-03-304-5/+35
| * Fix missing fills of rects with negative width/height in raster engine.Samuel Rødal2009-03-301-1/+1
| * Revert "don't include uic in non-gui configurations"Rohan McGovern2009-03-301-1/+0
* | Allow styling of pressed splitterOlivier Goffart2009-03-302-6/+15
* | Remove all call in itemviews to set/updateDirtyRegionThierry Bastian2009-03-305-29/+24
* | Add SC_CustombaseJens Bache-Wiig2009-03-301-0/+1
* | Make LCD segments filled by defaultJens Bache-Wiig2009-03-301-4/+8
* | Removed warnings by using qreal instead of floatThierry Bastian2009-03-301-7/+7
* | 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