summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fixes regression in QStyleSheet regarding QFrame:no-frameOlivier Goffart2009-09-101-1/+5
* | | restoring a minimized window on Windows CE didn't workJoerg Bornemann2009-09-102-7/+14
* | | S60 font db more tolerant of failuremread2009-09-101-1/+6
* | | QTextDocument::contentsChanged() was emitted twice for a singlemae2009-09-101-1/+1
* | | Doc: Documented the standard keys in item views.Geir Vattekar2009-09-101-1/+39
* | | Fixed crash in raster paint engine.Samuel Rødal2009-09-101-1/+1
* | | Wrong opacity set on the painter in QGraphicsEffect::draw.Bjørn Erik Nilsen2009-09-101-0/+1
* | | Made raster respect SmoothPixmapTransform and Antialiasing hints better.Samuel Rødal2009-09-101-14/+5
* | | Fix focus policy propagation in QCompleter on QWSPaul Olav Tvete2009-09-101-1/+1
* | | Fix random selection when the order is descending.Alexis Menard2009-09-102-2/+17
* | | Fix incorrect fallback for icon themesJens Bache-Wiig2009-09-091-18/+19
* | | CompileAnders Bakken2009-09-091-1/+1
* | | Fix crash (assert) in QTextDocumentmae2009-09-091-0/+2
* | | Account for right bearing in QFontMetrics::boundingRect(string)Eskil Abrahamsen Blomfeldt2009-09-091-2/+7