summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Add mouse event internal members needed by declarativeLaszlo Agocs2012-05-224-3/+35
* Replace (un)checkAction with toggleAction (1/3)Jan-Arve Saether2012-05-222-0/+14
* QTextEngine: minor clean-upKonstantin Ritt2012-05-221-9/+14
* QCssParser: Remove temporary structure storing QIcon data.Friedemann Kleint2012-05-212-33/+23
* Remove a line of garbageLaszlo Agocs2012-05-211-3/+1
* QPA menu abstraction, originally based on Morten's workJames Turner2012-05-195-14/+297
* Move QIcon metatype handlers back to QtGuiOlivier Goffart2012-05-181-1/+15
* QIcon: move back to QtGuiOlivier Goffart2012-05-1811-1/+2786
* Fix FreeType glyph caching for high resolutionJiang Jiang2012-05-182-21/+25
* Avoid qobject_castAaron Kennedy2012-05-181-1/+2
* Clean up some QT_HAVE_xxx macros in qcompilerdetection.hThiago Macieira2012-05-181-3/+3
* add some more widely-used QChar::SpecialCharacter enum valuesKonstantin Ritt2012-05-171-2/+2
* Fix cursorToX for right to left text with trailing whitespace.Andrew den Exter2012-05-172-15/+9
* enable the text layout's cache where it is seems to be missedKonstantin Ritt2012-05-162-0/+2
* Add focusWindowChanged signal to QGuiApplicationJames Turner2012-05-162-0/+10
* MIPS DSPR2 optimization of routine fetchUntransformedRGB16Damir Tatalovic2012-05-163-0/+92
* Support specifying fallbacks in font request on QPAEskil Abrahamsen Blomfeldt2012-05-162-2/+18
* QJpegHandler: add an embedded text supportKonstantin Ritt2012-05-161-9/+83
* Fix QPA files inclusion headersGirish Ramakrishnan2012-05-158-24/+24
* Doc: Add a default license footer.Casper van Donderen2012-05-111-0/+1
* Fix font engine dependent text transformationJiang Jiang2012-05-111-1/+4
* Make QFileOpenEvents delivered again.Christoph Schleifenbaum2012-05-115-1/+29
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-1127-291/+266
* Do not use charset loaded by fontconfigJiang Jiang2012-05-112-53/+13
* Fix deprecation warnings in QtGui, QtPlatformSupport.Friedemann Kleint2012-05-101-1/+1
* move the default text breaking algorithm impl from HarfBuzz to QtKonstantin Ritt2012-05-101-0/+1
* Merge "Merge branch 'docs-refactoring' into master" into refs/staging/masterMarius Storm-Olsen2012-05-10228-176/+6267
|\
| * Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-10228-176/+6267
| |\
| | * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-098-30/+117
| | * Doc: Add "make docs" targets for libraries.Casper van Donderen2012-05-091-0/+3
| | * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-09221-156/+6157
* | | qpa: Remove QPlatformDialogHelper::deleteNativeDialog()Bradley T. Hughes2012-05-101-3/+0
* | | qpa: Clean up QPlatformDialogHelper APIBradley T. Hughes2012-05-101-15/+15
|/ /
* | Don't ignore default font's font capitalization in QTextDocumentEskil Abrahamsen Blomfeldt2012-05-101-4/+6
* | QPA: Cleanup native dialog modal executionBradley T. Hughes2012-05-092-13/+2
* | No longer use deprecated methods for plugin loading.Friedemann Kleint2012-05-098-108/+153
* | QTextEngine: simplify the code a bitKonstantin Ritt2012-05-091-22/+7
* | Remove qplatformdrag.h dependency in qguiapplication_p.hLars Knoll2012-05-092-2/+2
* | QPA: Add a themeHint for the animations.Friedemann Kleint2012-05-092-1/+17
* | Added QScreen::refreshRate() to get the vertical refresh rate.Samuel Rødal2012-05-0810-0/+66
* | Add 'FullScreen' into QKeySequence::StandardKeystockton2012-05-082-4/+13
* | QTextEngine: drop unused leftoversKonstantin Ritt2012-05-081-8/+0
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-081-0/+2
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-071-2/+0
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-0786-128/+128
* | Remove definitions of INV_EPS and M_SQRT2.Robin Burchell2012-05-071-11/+0
* | Fixed QOpenGLBuffer::map and unmap implementations.Samuel Rødal2012-05-071-23/+2
* | Added clarification to platform screen documentation.Samuel Rødal2012-05-071-2/+2
|/
* Implement QWindow::resize(int, int) by calling to resize(QSize).Friedemann Kleint2012-05-041-1/+1
* Avoid glyph rendering with FT when not neededJiang Jiang2012-05-042-7/+25