summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Doc: Created a new Drawing Utility Functions page.David Boddie2009-09-152-16/+22
* QCursor support for Symbian OSShane Kearns2009-09-1553-170/+1065
* Fix a bug in FocusScopes; ensure subFocus is set correctly.Andreas Aardal Hanssen2009-09-151-1/+3
* Remove unused signal declaration.Andreas Aardal Hanssen2009-09-151-1/+0
* doc: Fixed some qdoc errors.Martin Smith2009-09-151-2/+1
* Fix ambiguous overload for QTileRules constructorOlivier Goffart2009-09-152-3/+5
* Made QGraphicsBlurEffect use the high blur quality setting.Samuel Rødal2009-09-151-0/+2
* Fixed QLineEdit to pass the tst_QLineEdit::displayText() autotest.Kim Motoyoshi Kalland2009-09-152-2/+9
* doc: Fixed some qdoc errors.Martin Smith2009-09-152-42/+15
* Export again qt_set_sequence_auto_mnemonicOlivier Goffart2009-09-151-1/+1
* Support for focus scopes: QGraphicsItem::ItemIsFocusScope.Andreas Aardal Hanssen2009-09-155-36/+177
* Fix bugs in handling of initial focus.Andreas Aardal Hanssen2009-09-151-2/+5
* Remove this line; which no longer has any effect.Andreas Aardal Hanssen2009-09-151-2/+0
* Bauhaus widgetbox drag and drop not working in CocoaPrasanth Ullattil2009-09-151-0/+4
* Added support in qimagereader to base plugin selection on stream contentGunnar Sletta2009-09-152-10/+49
* Fix update issues in QGraphicsView.Alexis Menard2009-09-152-15/+11
* Remove spurious, wrong semi-colonThiago Macieira2009-09-141-1/+1
* Fix closing the menu of a QMenuBar with the mouseOlivier Goffart2009-09-141-1/+3
* Merge branch '4.5' into 4.6Thiago Macieira2009-09-141-1/+1
|\
| * Fixed off-by-one error in call to XGetKeyboardMapping that meant that max_key...Thomas Sondergaard2009-09-141-1/+1
| * Clean up properly in the QPF1 font enginePaul Olav Tvete2009-09-141-0/+6
* | Add filter strength to QGraphics[Colorize,Grayscale]Effect.Ariya Hidayat2009-09-143-1/+86
* | If the font does not exist, then the right bearing becomes to bigJørgen Lind2009-09-143-2/+5
* | Add strength factor to the colorize filter.Ariya Hidayat2009-09-142-1/+53
* | Implement synthetic enter/leave events for QWS.Paul Olav Tvete2009-09-144-9/+29
* | API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-144-200/+292
* | Fix QMenuBar hover effect.Olivier Goffart2009-09-141-3/+1
* | Fix RTL text alignment in QComboBox items with SH_ComboBox_PopupEskil Abrahamsen Blomfeldt2009-09-141-0/+6
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-141-1/+2
|\ \
| * \ Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into 4.6Gunnar Sletta2009-09-143-10/+15
| |\ \
| * | | Fixed bad gradient offsets on Mac OS XGunnar Sletta2009-09-141-1/+2
* | | | Don't call into paint engines when we don't have pens and brushesGunnar Sletta2009-09-141-2/+7
| |/ / |/| |
* | | Fixed groupbox drawing on xp when hitting the fallback code.Gunnar Sletta2009-09-141-1/+1
* | | Fixed compilation of some ifdef'ed out debug messages.Gunnar Sletta2009-09-141-8/+13
* | | fix compile error debug outputGunnar Sletta2009-09-141-1/+1
|/ /
* | Fix -Wconversion warnings where possible.David Faure2009-09-131-2/+2
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-123-7/+12
|\ \ | |/
| * Fix memory leak when deleteLater is triggered via the main menu bar.Morten Sorvig2009-09-111-0/+2
| * Run on 10.3.Morten Sorvig2009-09-111-1/+1
| * Run on 10.3 Panther.Morten Sorvig2009-09-111-1/+4
| * restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-102-5/+12
| * Avoid garbled output on Windows for non-ascii-compatible textEskil Abrahamsen Blomfeldt2009-09-091-5/+5
| * Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Jason McDonald2009-09-081-7/+7
| |\
| * | Update license headers again.Jason McDonald2009-09-08981-3924/+3924
* | | Added example to docs for QPainter::beginNativePainting().Samuel Rødal2009-09-111-2/+7
* | | Respect the layoutDirection property of the parent widget.Jan-Arve Sæther2009-09-113-20/+29
* | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-111-0/+6
|\ \ \
| * | | Clean up properly in the QPF1 font enginePaul Olav Tvete2009-09-111-0/+6
* | | | Fixed QWidget::activateWindow for Symbian.Janne Anttila2009-09-111-6/+5
|/ / /
* | | Fixed QWidget::setWindowState for Symbian.Janne Anttila2009-09-111-16/+27