summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Fix potential access beyond the array endKonstantin Ritt2012-05-251-1/+3
* Implement QWindow::setWindowIconCorentin Jabot2012-05-245-19/+37
* QPA: Refactor QFileDialogPrivate::qt_clean_filter_list for QPASean Harmer2012-05-242-0/+17
* Provide convenience method to resize maximized windowsKevin Ottens2012-05-242-0/+30
* remove exec-bit from qplatformmenu.h fileGirish Ramakrishnan2012-05-231-0/+0
* Fix wrong local positions in mouse events when no tlw was givenLaszlo Agocs2012-05-232-8/+13
* Minor QPlatformMenu API cleanup.Morten Johan Sorvig2012-05-233-188/+32
* Fix QtGui compilation for -qconfig largeTasuku Suzuki2012-05-237-0/+24
* qpa api: replace QPA headers with something more benignGirish Ramakrishnan2012-05-2222-105/+71
* Remove -Winline from the build of SSE2/AVX/etc. sourcesThiago Macieira2012-05-221-4/+4
* Make sure we are using the proper -mXXX optionsThiago Macieira2012-05-221-8/+8
* Add AVX support for the painting and image code.Thiago Macieira2012-05-229-11/+246
* Replace (un)checkAction with toggleAction (3/3)Jan-Arve Saether2012-05-222-30/+2
* 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