summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Add support for snapping to pixel gridJan Arve Saether2015-02-092-21/+47
* QtGui: use Q_ENUM instead of Q_ENUMSOlivier Goffart2015-02-081-1/+1
* Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0
* Fixed a bug where spans did not always work in layouts.Jan Arve Saether2014-12-091-1/+1
* Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-4/+4
* Don't rely on hasChanged() in ensureGeometriesJan Arve Saether2014-12-013-23/+7
* Observe QLocale::RejectGroupSeparator in QInt/DoubleValidator.Friedemann Kleint2014-11-201-3/+7
* Allow empty string as intermediate matchPaul Olav Tvete2014-11-201-1/+1
* Add a note about group separators to numeric validators.Friedemann Kleint2014-11-191-2/+12
* Adjust the layout if a QGraphicsWidget is explicitly hiddenJan Arve Saether2014-10-232-1/+2
* Don't use QStringLiteral in comparisonsMarc Mutz2014-10-091-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-2411-209/+121
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-232-0/+22
|\
| * Add missing private headers warningSamuel Gaist2014-09-042-0/+22
* | Rephrase sentence in QIntValidator documentation.Mitch Curtis2014-09-161-1/+1
* | Add locations AppDataLocation, AppLocalDataLocation to QStandardPaths.Friedemann Kleint2014-04-291-1/+1
* | Also cache totalBoxes if we have HFW/WFHJan Arve Saether2014-03-022-14/+24
|/
* Don't ignore horizontal alignment for items with baseline alignmentsJan Arve Saether2014-02-141-43/+43
* QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-141-11/+11
* Support negative layout spacings (do not assert)Jan Arve Saether2014-01-221-1/+0
* Improve caching in ensureColumnAndRowData()Jan Arve Saether2014-01-182-1/+14
* Improve code in sizeHint()Jan Arve Saether2014-01-171-30/+9
* constify some functions to improve readabilityJan Arve Saether2014-01-152-4/+4
* Add deleteItems(), needed by QtQuick.LayoutsJan Arve Saether2013-12-211-0/+12
* Add baseline support to QGridLayoutEngineJan Arve Saether2013-12-201-6/+10
* Move QGridLayoutEngine to QtGui moduleJan Arve Saether2013-12-093-0/+2103
* Add proper abstractions to the grid layout engine.Jan Arve Saether2013-12-055-2/+477
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-1/+1
* Doc: porting from QDesktopServices::DataLocation to QStandardPathsDavid Faure2013-08-031-1/+21
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-291-1/+4
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-281-1/+4
| |\
| | * Doc: Add a note for QDesktopServices about deprecated functionsTopi Reinio2013-01-271-1/+4
* | | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-292-8/+0
|/ /
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-225-5/+5
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-185-5/+5
* | Rename QRegularExpression-related feature defs to QT_NO_REGULAREXPRESSIONGiuseppe D'Angelo2013-01-072-7/+6
* | Introduce QRegularExpressionValidatorGiuseppe D'Angelo2013-01-072-0/+187
|/
* Mark the QDesktopServices::StorageLocation enum as obsolete in the docsAndy Shaw2012-12-141-0/+2
* Fix QRegExpValidator::validate docs about the pos parameterGiuseppe D'Angelo2012-10-221-1/+2
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-225-120/+120
* Doc: More fixes of qdoc-reported doc errorsaavit2012-08-311-2/+0
* Remove deprecation from enumerations in QtGui.Friedemann Kleint2012-08-221-1/+1
* Fix a bunch of Mac/clang specific warningsJiang Jiang2012-08-211-1/+1
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-011-1/+1
* Get started with patching up the Qt GUI docsGunnar Sletta2012-06-282-0/+5
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-112-2/+2
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-102-8/+8
|\
| * Doc: Modularize QtGui documentation.Casper van Donderen2012-05-092-8/+8
* | Expose QPA API under qpa/*Girish Ramakrishnan2012-05-071-2/+2
|/
* Fixed QtGui and QtPrintSupport with -qtnamespace and MSVCRohan McGovern2012-05-021-1/+1