summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix subfocus when reparenting panels.Andreas Aardal Hanssen2010-07-081-0/+3
* Add three new style-hints to QFont to match CSS' generic font familiesTor Arne Vestbø2010-07-086-1/+34
* The forward declaration should have been in the namespace for QImageDataBenjamin Poulain2010-07-081-2/+2
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-089-314/+494
|\
| * Add test and fix style for the SSE2 implementation of ARGB32 conversionBenjamin Poulain2010-07-072-3/+3
| * Build fix, the header of QImageData did not declare QImageWriter.Benjamin Poulain2010-07-071-0/+2
| * SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-077-12/+141
| * Moved primitive SSE2 painting utilities to qdrawingprimitive_sse2_p.hJohn Brooks2010-07-073-157/+218
| * Move logic for building SIMD extensions to gui.proJohn Brooks2010-07-072-145/+133
* | Fix crash when handleCommand() called before softkeys are updatedJason Barron2010-07-072-1/+6
|/
* Adapt the TapAndHold recognizer to non-touch tooThomas Zander2010-07-061-23/+40
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-051-13/+39
|\
| * Revert "Character spacing when drawing a QPicture to a high DPI device."Trond Kjernåsen2010-07-051-13/+39
* | Warn when drawPixmapFragments is called with an invalid source rectAndy Shaw2010-07-051-0/+9
|/
* make image handler includes privateOswald Buddenhagen2010-07-0414-28/+28
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-0319-79/+3768
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-0219-79/+3768
| |\
| | * Consolidate zlib configuration redundancyMark Brand2010-07-021-8/+1
| | * Fix incomplete support for built-in jpeg, mng, tiff and gif handlersMark Brand2010-07-022-0/+116
| | * Split image handler plugin project filesMark Brand2010-07-0214-38/+3641
| | * Removed stray line continuationsMark Brand2010-07-021-4/+2
| | * Long live else!Mark Brand2010-07-021-4/+4
| | * Fixed size hint for combo box on windowsJens Bache-Wiig2010-06-112-25/+4
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-0327-144/+525
|\ \ \ | |/ / |/| |
| * | Fixed symbian/linux-armcc mkspec when configured with -qtlibinfix.axis2010-07-021-1/+1
| * | QS60Style: Simplify QMenu drawingSami Merila2010-07-021-35/+32
| * | QS60Style: Remove gap from QProgressDialogSami Merila2010-07-021-0/+5
| * | ColorDialog is incorrectly positionedSami Merila2010-07-021-2/+1
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7mread2010-07-0239-207/+868
| |\ \ | | |/
| * | Fix for include "private/qt_s60_p.h" in non-symbian buildsmread2010-07-011-1/+1
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-07-0125-107/+487
| |\ \
| | * | Making orbit input methods work with Qt apps with -no-s60mread2010-07-011-2/+2
| | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-07-0124-99/+469
| | |\ \
| | | * | fix for broken input method loadingmread2010-07-011-1/+1
| | | * | Stub version of QS60Stylemread2010-07-013-6/+137
| | | * | Avkon removal configured with -no-s60mread2010-07-0121-93/+332
| | * | | QProgressDialog text is too close to dialog borderSami Merila2010-07-011-2/+9
| | |/ /
| | * | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7Sami Merila2010-07-016-9/+34
| | |\ \
| | * | | QFileDialog broken in landscape in N8Sami Merila2010-06-301-6/+9
* | | | | Don't do alpha/opaque check which might cause a conversion and later pointer ...Michael Dominic K2010-07-021-1/+1
| |_|_|/ |/| | |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-012-1/+7
|\ \ \ \
| * | | | Fixed QX11EmbedContainer.Denis Dzyubenko2010-07-011-0/+1
| * | | | Improved a bit detection of a touch screen on Windows.Denis Dzyubenko2010-07-011-1/+6
| | |_|/ | |/| |
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-07-0137-206/+861
|\ \ \ \ | |_|/ / |/| | |
| * | | Added another missing EGL stub.Samuel Rødal2010-07-011-0/+8
| * | | Fixed compilation on Symbian.Samuel Rødal2010-07-011-2/+2
| * | | Added missing EGL stub function.Samuel Rødal2010-07-011-0/+9
| * | | Adding func prototypes for EGL_NOK_swap_region2 extension.Michael Dominic K2010-07-013-0/+46
| * | | Fixed bug in drawTiledPixmap when width of pixmap matches target rect.Samuel Rødal2010-07-011-1/+2
| * | | Improved performance of 16 bit memrotates using NEON instructions.Samuel Rødal2010-07-017-22/+310