summaryrefslogtreecommitdiffstats
path: root/src/gui/util
Commit message (Expand)AuthorAgeFilesLines
* Added warning in QDesktopServices::openUrlJesus Fernandez2016-09-061-1/+8
* Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-036-1/+6
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-9/+10
|\
| * Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-9/+10
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+1
|\|
| * QtGui: mark more types as primitive/movableMarc Mutz2016-04-251-0/+1
* | QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-091-10/+5
|/
* QtGui: de-duplicate calls and cache resultsAnton Kudryavtsev2016-03-131-4/+4
* Adjust sizes when snapping layout items to pixel gridJan Arve Sæther2016-03-022-14/+33
* QtGui: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-241-1/+1
* Updated license headersJani Heikkinen2016-01-1511-154/+220
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+1
|\
| * QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-281-1/+1
* | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-231-6/+5
* | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-021-3/+4
|/
* Make sure registered schemes are lower caseLars Knoll2015-10-191-2/+2
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-9/+9
* 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