summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* set currentIndex as USER property for QComboBoxThierry Bastian2010-06-281-1/+1
* Makes the splascreen transparent depending on the pixmapThierry Bastian2010-06-281-39/+15
* Fix suspicious code found by static code analysis:Zachary Blair2010-06-273-1/+3
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/oslo-staging-2Gunnar Sletta2010-06-234-12/+53
|\
| * Refactor QTextureGlyphCacheEskil Abrahamsen Blomfeldt2010-06-214-12/+53
* | Fix painting of overlines in labels.Gunnar Sletta2010-06-231-1/+1
|/
* qdrawhelper: Use SSE2 in fetchTransformedBilinear (when scalling up)Olivier Goffart2010-06-161-14/+71
* QListView: speedup QListView::setRowHidden()Olivier Goffart2010-06-162-7/+13
* Merge remote branch 'origin/master'Olivier Goffart2010-06-1571-226/+914
|\
| * Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-06-0871-226/+914
| |\
| | * Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-06-0811-34/+124
| | |\
| | | * Fix style sheet error with slider handleqCaro2010-06-071-1/+1
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-06-037-26/+114
| | | |\
| | | | * Fix QWS build failureGareth Stockwell2010-06-031-1/+1
| | | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-06-037-25/+113
| | | | |\
| | | | | * Window visibility changes update TLW backing store reference countGareth Stockwell2010-06-021-7/+16
| | | | | * Enable visibility change events on all Symbian native windowsGareth Stockwell2010-06-021-0/+1
| | | | | * Added reference counting to QWidgetBackingStoreGareth Stockwell2010-06-027-20/+98
| | | * | | Windows CE: missing null check added in qapplication_win.cppJoerg Bornemann2010-06-021-1/+1
| | | |/ /
| | | * | Fixed alpha check for mono images.Kim Motoyoshi Kalland2010-06-011-0/+2
| | | |/
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.6-integr...Qt Continuous Integration System2010-05-311-4/+1
| | | |\
| | | | * Always construct s60 screen furniture even if not used.Janne Koskinen2010-05-311-4/+1
| | | * | Fix antialiasing with transformed text in OpenGL2 paint engineEskil Abrahamsen Blomfeldt2010-05-312-3/+5
| | | |/
| | | * Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ...Qt Continuous Integration System2010-05-273-4/+7
| | | |\
| | | | * Fix regression with Qt::AlignRight on monospaced text in QTextLayoutEskil Abrahamsen Blomfeldt2010-05-271-2/+2
| | | | * Back port change d85b149a5c7f3532f8e1a593a79298c9ae38a95fEskil Abrahamsen Blomfeldt2010-05-273-2/+5
| | | * | Post QResizeEvent from QSymbianControl::SizeChanged even when invisibleGareth Stockwell2010-05-271-0/+3
| | | |/
| | * | New keys for media-related keys, common mobile keysIain2010-06-071-7/+23
| | * | Retrieve proper glyph outlines from Symbian^4Alessandro Portale2010-06-072-2/+103
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-042-44/+70
| | |\ \
| | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-042-44/+70
| | | |\ \
| | | | * | Styled item view backgrounds in Gtk+Jens Bache-Wiig2010-06-031-15/+41
| | | | * | Ensure that we only have one QLayoutStruct struct by renaming the otherAndy Shaw2010-06-031-29/+29
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0440-11/+191
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0340-11/+191
| | | |\ \ \ | | | | |/ / | | | |/| |
| | | | * | QProgressBar: make accessors const.Olivier Goffart2010-06-031-2/+4
| | | | * | Changes: add patch for artificial emboldeningMike FABIAN2010-06-022-3/+13
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-06-0237-6/+174
| | | | |\ \
| | | | | * | Add a new qconfig feature GESTURESTasuku Suzuki2010-06-0237-6/+174
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-06-033-35/+137
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | Using Symbian's future font table getter ApiAlessandro Portale2010-06-033-35/+137
| | | |/ / /
| | * | | | Fix a corner case where a gesture sometimes doesn't start.Thomas Zander2010-06-021-0/+1
| | * | | | More Pixmap cache key optimizationsJens Bache-Wiig2010-06-029-59/+79
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-027-7/+64
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-017-7/+64
| | | |\ \ \
| | | | * | | Some optimizations for QImage::load()Jens Bache-Wiig2010-06-011-2/+9
| | | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-016-5/+55
| | | | |\ \ \
| | | | | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-06-016-5/+55
| | | | | |\ \ \
| | | | | | * | | Add the Qt::TextBypassShaping flag.Jocelyn Turcotte2010-05-315-0/+50
| | | | | | * | | QTextEngine: skip an unnecessary call to GetDeviceCaps on Windows.Jocelyn Turcotte2010-05-311-1/+1