summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Removed pointless variables to silence warnings from RVCT.axis2009-07-066-28/+3
* Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-06-29979-2129/+2290
|\
| * Fix coverity warningJens Bache-Wiig2009-06-291-2/+1
| * Fix painting errors in QScrollArea on Mac (Carbon)Morten Sørvig2009-06-261-2/+2
| * Fixed cap and join styles when printing to native Windows printers.Trond Kjernaasen2009-06-261-1/+19
| * QColorDialog: Fix setting of alpha valuesMarkus Goetz2009-06-241-1/+1
| * Compile.Norwegian Rock Cat2009-06-231-1/+1
| * Recognize | as separator characterThorbjørn Lindeijer2009-06-231-0/+1
| * Remove some warnings in the Cocoa build.Norwegian Rock Cat2009-06-2313-48/+113
| * Added QPen warning when setting dash pattern with non-positive entries.Samuel Rødal2009-06-231-2/+2
| * Improve text drawing quality with CarbonSimon Hausmann2009-06-231-5/+0
| * Prevented QWizard from crashing upon removing a page after deleting a field o...jasplin2009-06-222-0/+26
| * Check for null pointer in QGraphicsProxyWidget::event() in case there is no f...Marius Bugge Monsen2009-06-221-1/+1
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Marius Bugge Monsen2009-06-221-1/+4
| |\
| | * Moving a child widget right after show() does not work as expected.Bjørn Erik Nilsen2009-06-221-1/+4
| * | Check if the row larger or equal to the flowPositions vector to prevent out o...Marius Bugge Monsen2009-06-221-1/+1
| |/
| * Fixed wrong painting when doing IntersectClip after setClipping(false).Samuel Rødal2009-06-222-11/+14
| * QItemEditorFactory: made sure the ownership is taken on theThierry Bastian2009-06-181-2/+14
| * Made QInputDialog::getText() return null QString when rejectedStian Sandvik Thomassen2009-06-181-3/+3
| * Fixed bugs in QPainterPath::united().Samuel Rødal2009-06-171-27/+42
| * Fixed segmentation fault caused by empty clip.Samuel Rødal2009-06-172-2/+2
| * ItemViews : Fixed a performance regression whne changing data in theThierry Bastian2009-06-171-1/+1
| * Fixed a bottleneck in itemviews that would ask for an update outsideThierry Bastian2009-06-171-2/+8
| * Cleanup our usage of the term "Qt Software".Jason McDonald2009-06-161-3/+3
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16979-1956/+1956
| * Improved styling of expander arrows with Gtk+Jens Bache-Wiig2009-06-161-9/+6
| * Prevented QCompleter popup from appearing briefly on Windows.jasplin2009-06-161-1/+5
| * Rename nsCursorForQCursor -> qt_mac_nsCursorForQCursor.Morten Sørvig2009-06-154-4/+4
| * Fixed problems with the event handling in QCompleter on Mac.jasplin2009-06-121-1/+1
| * QGraphicsItem::setOpacity(0.0) does not trigger an update of child itemsLeonardo Sobral Cunha2009-06-121-1/+1
| * Copy-paste didn't work for application on non-first screen in multiscreen setup.Denis Dzyubenko2009-06-112-8/+14
| * Doc fix: add a link to focus() and focusWidget() from QWidget::setFocus docum...Denis Dzyubenko2009-06-111-2/+2
| * Fixed the pen dash patterns for Mac.Trond Kjernåsen2009-06-111-10/+10
| * Fixed a problem with disappearing borders in a QTextFrame.Trond Kjernåsen2009-06-111-18/+18
| * Compilefix for QT_NO_TABLETEVENT and QT_NO_COMPLETERThomas Hartmann2009-06-102-2/+7
| * Make sure QImage::mirrored() doesn't crash if it runs out of memory.Trond Kjernåsen2009-06-101-0/+5
| * Initialize xform_scale in constructorAnders Bakken2009-06-091-0/+1
| * Skip empty parts in KDEDIRSJoão Abecasis2009-06-091-1/+1
| * Change order of functions in QInputDialog::getDouble()Markus Goetz2009-06-081-1/+1
* | Fixed various useless warnings.axis2009-06-292-3/+3
* | Fix warnings because of unused variables.axis2009-06-298-20/+26
* | S60Style: Use scrollbar extent to initialize rect size on x dimension (instea...Sami Merilä2009-06-261-7/+2
* | S60Style: Slightly less complex way of drawing the QHeaderView in style.Sami Merilä2009-06-261-23/+11
* | S60Style: QTable theme background moved from cell area to be 'behind' the who...Sami Merilä2009-06-232-27/+19
* | S60Style: Remove menu scroller from UI.Sami Merilä2009-06-181-0/+2
* | S60Style: Better theme graphic for the TextEdit background. This one does not...Sami Merilä2009-06-181-5/+9
* | S60Style: Palette has gets cleared when setting themePalette.Sami Merilä2009-06-181-6/+17
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJanne Koskinen2009-06-173-23/+55
|\ \
| * | Renamed "menu" to "options" for S60. This follows the native styleMarkku Luukkainen2009-06-171-2/+2
| * | Improve softkey implementation and add a default 'Exit' button to RSK.Jason Barron2009-06-172-21/+53