index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
widgets
/
kernel
/
qformlayout.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtWidgets: Fix CMake Unity (Jumbo) builds
Friedemann Kleint
7 days
1
-3
/
+1
*
QtWidgets: Fix errors about fields from anonymous namespaces (-Werror=subobje...
Friedemann Kleint
7 days
1
-2
/
+2
*
QFormLayout: don't access out-of-bounds layout data
Volker Hilsheimer
2023-01-13
1
-2
/
+16
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QFormLayout: Fix assert when showing with hidden rows
Volker Hilsheimer
2022-03-15
1
-14
/
+14
*
Implement QFormLayout::set/isRowVisible
Volker Hilsheimer
2022-02-24
1
-7
/
+192
*
QLayout docs: explain better what the QWidget ctor arg does
Ahmad Samir
2020-10-27
1
-0
/
+4
*
Use QList instead of QVector in widgets
Jarek Kobus
2020-07-02
1
-6
/
+6
*
Tidy nullptr usage
Allan Sandfeld Jensen
2019-12-06
1
-35
/
+35
*
Avoid initializing QFlags with 0 or nullptr in further cases
Friedemann Kleint
2019-11-22
1
-15
/
+11
*
Deprecate constructing QFlags from a pointer
Allan Sandfeld Jensen
2019-11-20
1
-3
/
+3
*
QtWidgets: Fix static method invocations
Friedemann Kleint
2019-06-28
1
-1
/
+1
*
QFormLayout: honor vertical expanding size policy
Christian Ehrlicher
2019-02-14
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.12' into dev
Qt Forward Merge Bot
2019-01-21
1
-1
/
+1
|
\
|
*
Documentation: Add \nullptr macro and use where applicable
Friedemann Kleint
2019-01-10
1
-1
/
+1
*
|
QFormLayout: honor Qt::AlignHCenter for labelAlignment
Christian Ehrlicher
2019-01-06
1
-1
/
+4
*
|
QFormLayout: Fix width calculation when a row has no label
Christian Ehrlicher
2018-12-04
1
-4
/
+6
|
/
*
Doc: Move literal code block to a separate file
Cristian Maureira-Fredes
2018-10-15
1
-42
/
+6
*
Remove assert from QFormLayout::takeRow()
Sergio Martins
2018-04-30
1
-2
/
+0
*
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-1
/
+1
*
Help GCC understand that variable is never used unintialized
Thiago Macieira
2017-06-07
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-02-14
1
-9
/
+4
|
\
|
*
QFormLayout: take the correct row in takeRow()
Marc Mutz
2017-02-08
1
-9
/
+4
*
|
doc: Fix all remaining "Cannot tie" errors in QtBase
Martin Smith
2017-01-06
1
-3
/
+3
|
/
*
QFormLayout: fix use-after-free in clearQLayoutItem()
Marc Mutz
2016-11-22
1
-14
/
+11
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-10-11
1
-6
/
+9
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-10-08
1
-6
/
+9
|
|
\
|
|
*
Plug leak in QFormLayout::setWidget()
Marc Mutz
2016-10-06
1
-6
/
+9
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-08-16
1
-2
/
+2
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-13
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
*
Doc: Change instances of '(Mac) OS X' to 'macOS'
Topi Reinio
2016-08-12
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Edward Welbourne
2016-07-19
1
-21
/
+0
|
\
\
\
|
|
/
/
|
*
|
QFormLayout: Remove internal, unused functions
Thiago Macieira
2016-07-02
1
-28
/
+0
*
|
|
Implement QFormLayout row removal
Samuel Gaist
2016-04-14
1
-12
/
+311
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-03-21
1
-0
/
+2
|
\
\
|
|
/
|
*
QtWidgets: includemocs
Marc Mutz
2016-03-18
1
-0
/
+2
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
QtWidgets: use Q_UNLIKELY for every qWarning() (2)
Marc Mutz
2015-11-25
1
-4
/
+4
|
/
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Avoid adding widget to its own layout
Thomas Fischer
2014-09-05
1
-8
/
+14
*
Fix use uninitialized, detected by GCC 4.8
Thiago Macieira
2014-03-04
1
-1
/
+1
*
QFormLayout: Avoid assertion with negative spacings.
Jan Arve Saether
2013-11-15
1
-1
/
+1
*
Add widget replace function to QLayout
Thorbjørn Lund Martsum
2013-09-21
1
-0
/
+27
*
Doc: Replaced the HTTPS links with HTTP
Venu
2013-05-14
1
-2
/
+2
*
Fixed QLayout::addChildLayout(QLayout *l) when l had a parent
Jan Arve Saether
2013-04-23
1
-2
/
+2
*
Fix license headers stating QtGui for QtWidgets files.
Jake Petroules
2013-03-19
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Hardcoded url for Mac Os X Aqua QTBUG-28500
Nico Vertriest
2012-12-11
1
-2
/
+2
[next]