summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* docs: Typo and link fixes.jaanttil2011-09-272-3/+3
* Fix broken Solaris build (getpwnam_r usage)Iikka Eklund2011-09-221-1/+6
* Resolve a number of compilation issues with INTEGRITYRolland Dudemaine2011-09-191-6/+9
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-staging into maste...Qt Continuous Integration System2011-09-1014-218/+157
|\
| * Generate glyphs in un-transformed coordinate system.Samuel Rødal2011-09-091-3/+4
| * Use QT_MAX_CACHED_GLYPH_SIZE in QFontEngineFTAleksandar Stojiljkovic2011-09-091-2/+6
| * Reset trailingSpaces in relayoutJiang Jiang2011-09-091-0/+1
| * Allocate 16-byte aligned memory independent of platform for raster pool.Samuel Rødal2011-09-091-37/+17
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-09-083-5/+6
| |\
| | * Fix trailing spaces problem by not adding it to QScriptLine.lengthJiang Jiang2011-09-083-5/+6
| * | Merge remote-tracking branch 'qt-mainline/4.8'aavit2011-09-0835-96/+749
| |\ \ | | |/ | |/|
| * | Fix RTL layout for fonts when non-printable character has an advanceJohn Tapsell2011-09-082-2/+4
| * | Fix regression in tst_qrawfontEskil Abrahamsen Blomfeldt2011-09-081-1/+3
| * | Make it compile on macaavit2011-09-071-3/+3
| * | micro optimizationsKonstantin Ritt2011-09-024-109/+48
| * | fix "comparison between signed and unsigned" warningsKonstantin Ritt2011-09-021-7/+5
| * | on windows, don't resolve the gdi32's symbols for each QRawFont instanceKonstantin Ritt2011-09-022-37/+26
| * | fix typo in the docsKonstantin Ritt2011-09-021-1/+1
| * | QRawFont: add missed operator !=Konstantin Ritt2011-09-022-0/+9
| * | optimize QGlyphRun's operator == a bitKonstantin Ritt2011-09-021-7/+11
| * | QGlyphRun: make operator != inlinedKonstantin Ritt2011-09-022-5/+5
| * | QGlyphRun: don't detach if the decoration wasn't actually changedKonstantin Ritt2011-09-021-0/+9
| * | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-fire-teamaavit2011-08-301-1/+1
| |\ \
| | * | QPA event loop: Set a timeout != 0 if there are no timers.Eike Ziller2011-08-291-1/+1
* | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-staging into master...Qt Continuous Integration System2011-09-091-5/+2
|\ \ \ \
| * | | | Fix double click and drag not extending word selection.Andrew den Exter2011-09-081-5/+2
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-09-0816-111/+69
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Ensure that the proxystyle is used over the style's own functionsAndy Shaw2011-09-071-11/+7
| * | | | Replace explicit surrogate handlers by inline methods of QChar classsuzuki toshiya2011-09-0715-100/+62
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-09-072-1/+9
|\ \ \ \ \ | |/ / / /
| * | | | Fix the build with -qtnamespace configure optionssuzuki toshiya2011-09-062-1/+9
* | | | | Merge remote-tracking branch 'origin/4.8' into qt-4.8-from-4.7Liang Qi2011-09-0310-24/+514
|\ \ \ \ \
| * | | | | Update license headersGabriel de Dietrich2011-09-013-54/+57
| * | | | | Merge branch '4.8-upstream' into master-waterWater-Team2011-08-3110-12/+71
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch '4.8' into water-team-masterFrederik Gladhorn2011-08-3110-24/+511
| |\ \ \ \ \ \
| | * | | | | | Introduce menubar plugin systemAurélien Gâteau2011-06-204-1/+42
| | * | | | | | Introduce QAbstractPlatformMenuBarAurélien Gâteau2011-06-206-11/+457
| | * | | | | | Hide Q<Platform>MenuActionAurelien Gateau2011-06-205-10/+10
| | * | | | | | Fix warning about initialization orderAurélien Gâteau2011-06-201-3/+3
* | | | | | | | Merge branch 4.7 into qt-4.8-from-4.7Qt Continuous Integration System2011-09-021-4/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | URLs used with scheme handler use appropriate encoding for schememread2011-09-011-4/+4
* | | | | | | | | Merge branch 4.8 into qt-4.8-from-4.7Sergio Ahumada2011-09-012-2/+24
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-doc-staging into master...Qt Continuous Integration System2011-08-311-2/+1
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge remote branch 'mainline/4.8'Casper van Donderen2011-08-317-22/+27
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge remote branch 'mainline/4.8'Casper van Donderen2011-08-3044-248/+373
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / | | | |/| | | | | | |
| | * | | | | | | | | Doc: Fix doc bug in QMouseEventGeir Vattekar2011-08-221-2/+1
| * | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2011-08-311-0/+23
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| | * | | | | | | | | Fix build with Clang for libpng versions 1.4.0 to 1.5.2Tor Arne Vestbø2011-08-311-0/+23
* | | | | | | | | | | Merge branch 4.7 into qt-4.8-from-4.7Sergio Ahumada2011-09-015-11/+16
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'qt-4.7' into 4.7Liang Qi2011-08-3110-29/+118
| |\ \ \ \ \ \ \ \ \ \