summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Fix crash/bug in QGraphicsItem's subFocus handling.Andreas Aardal Hanssen2009-09-092-8/+14
* | | Only active QGraphicsScenes can have active input focus.Andreas Aardal Hanssen2009-09-092-9/+21
* | | Remove ItemAutoDetectsFocusProxy from QGraphicsItem.Andreas Aardal Hanssen2009-09-093-47/+4
* | | Make QtOpenGL link against EGL for OpenGL ESTom Cooksey2009-09-091-1/+1
* | | Removed some superfluous semicolonsAlessandro Portale2009-09-0910-13/+13
* | | QMenubar could popup a menu when undocking a toolbarThierry Bastian2009-09-091-5/+6
* | | Fix a possible crash when deleting the QMainWindow layoutThierry Bastian2009-09-091-1/+2
* | | Fixed all but one of the failures in the headers autotest.Martin Smith2009-09-091-1/+1
* | | Getting text widget OOM tests working in Symbianmread2009-09-091-1/+1
* | | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-091097-4461/+4535
|\ \ \
| * | | Fix crash on QGraphicsItem destruction related to focus handling (redone)Kai Koehne2009-09-091-1/+3