summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Add FIXME comments to make Q[]Validator::setRange() non-virtual.Friedemann Kleint2015-04-101-0/+3
* Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-03-311-1/+11
|\
| * Add note clarifying return value of QDesktopServices::openUrl()Aaron McCarthy2015-03-171-0/+5
| * Fix crash in QDesktopServices::openUrl() without QGuiApplicationTasuku Suzuki2015-03-131-1/+6
* | Use QDebugStateSaver to restore space setting in stream operators.Friedemann Kleint2015-03-301-1/+2
* | Fix undefined symbols in grid layout engine with -no-widgets optionJoni Poikelin2015-03-161-4/+0
* | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-162-4/+4
* | Update copyright headersJani Heikkinen2015-02-1111-77/+77
* | 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