summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-1037-109/+399
|\
| * Fixed an exit crash that could occur in QQuickPixmap.Charles Yin2012-04-051-2/+8
| * Specify generic QPA plugins via env variablesDonald Carr2012-04-041-0/+4
| * Removed Qt 5 todo comments from qpalette.hSamuel Rødal2012-04-041-3/+3
| * Fix warnings about unused variables.Friedemann Kleint2012-04-032-6/+3
| * Fix warnings about truncations in constants.Friedemann Kleint2012-04-032-2/+2
| * QWindow: add windowModality as a Q_PROPERTY()Bradley T. Hughes2012-04-032-8/+23
| * Make API in QPlatformSharedGraphicsCache a little more genericEskil Abrahamsen Blomfeldt2012-04-031-3/+4
| * Fix release mode warnings about unused variables.Friedemann Kleint2012-04-032-0/+2
| * Rename clip() to clipData() to avoid confusion and warningJiang Jiang2012-04-031-2/+2
| * Return early in QRawFont::setPixelSize.Pierre Rossi2012-04-031-1/+1
| * Change fatal exit in QPlatformFontDatabase to a warning.Friedemann Kleint2012-04-021-3/+3
| * Calculate correct bounding rect for glyph runs in QTextLayoutEskil Abrahamsen Blomfeldt2012-04-021-1/+2
| * QTBUG-24936: Ensure alpha cache is cleared when printing to PDF.Tarja Sundqvist2012-04-021-0/+1
| * Fix a crash in cursorToX() when new block is addedJiang Jiang2012-04-021-0/+4
| * Document preedit details on QTextLayoutPekka Vuorela2012-04-021-0/+2
| * Added some convenience API for platform input contextsPekka Vuorela2012-04-019-12/+153
| * Change documentation to refer to up to date property name in QtQuickPekka Vuorela2012-03-291-1/+1
| * Determine font smoothing gamma in initialization.Friedemann Kleint2012-03-291-2/+5
| * The scaling should not effect the width of a cosmetic penAndy Shaw2012-03-291-1/+1
| * Ensure that qdrawhelper.cpp is compiled with vectorisation activeThiago Macieira2012-03-281-0/+9
| * irrelevant qDebugs from QGuiApplication removed.Simjees Abraham2012-03-281-2/+0
| * Add missing accessible child id.Frederik Gladhorn2012-03-281-0/+1
| * Use "qt-project.org" instead of "trolltech" in the resource systemhjk2012-03-281-2/+2
| * Make QCoreApplication::applicationName() default to argv[0]David Faure2012-03-281-9/+18
| * Protect QAbstractTextDocumentLayout::anchorAt() from preeditPekka Vuorela2012-03-271-0/+15
| * Add QPA notes to QCursor pos() and setPos()Laszlo Agocs2012-03-271-0/+17
| * Introduce FontSmoothingGamma as a platform style hint.Friedemann Kleint2012-03-2711-54/+118
* | Removed QApplication overloads used solely for documentation.Marcel Krems2012-04-091-2/+0
* | Get rid of QKeyEventExThiago Macieira2012-04-055-85/+62
* | Remove duplicated template code.Jędrzej Nowacki2012-04-031-40/+1
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-5/+7
* | Port to the new QUrl APIThiago Macieira2012-03-302-3/+3
* | Remove the old code using MMX registers.Thiago Macieira2012-03-2810-1687/+8
* | Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-281-23/+1
* | Merge master into api_changesKent Hansen2012-03-2719-35/+83
|\|
| * Fix annoying deprecation warning about QImageTextKeyLangThiago Macieira2012-03-261-3/+18
| * Password editor mask delay stylable by platform pluginPekka Vuorela2012-03-264-1/+11
| * Fix QGuiApplication::keyboardModifiers()Bradley T. Hughes2012-03-262-0/+8
| * Remove the Q_STATIC_TEMPLATE_SPECIALIZATION macroThiago Macieira2012-03-263-9/+0
| * Restore Qt4 compat in QDesktopServices::DataLocationDavid Faure2012-03-242-1/+21
| * Make sure windows send accessibility activated updates.Frederik Gladhorn2012-03-241-4/+17
| * Silence a warning about a change of sign.Thiago Macieira2012-03-241-1/+1
| * Fix warnings about commas at the end of enumsThiago Macieira2012-03-243-3/+3
| * Fix deprecation warning about QPlatformWindow::visibleThiago Macieira2012-03-241-1/+1
| * API cleanup: remove CoordinateType enumJan-Arve Saether2012-03-241-9/+3
| * Fix warnings in qtbase.Friedemann Kleint2012-03-241-3/+0
* | Remove detection for MMX support and related technologyThiago Macieira2012-03-231-4/+0
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-2326-63/+1134
|\ \
| * | Merge master into api_changesKent Hansen2012-03-2326-63/+1134
| |\|