summaryrefslogtreecommitdiff
path: root/src/layouts
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Add classnames for QML plugins.Morten Johan Sørvig1-0/+1
2013-10-16Qt Quick Layouts: Some small documentation refinements.Jan Arve Saether3-11/+43
2013-10-02Doc: Moved \inqmlmodule version to \qmlmodule for QtQuick.LayoutsJerome Pasion4-7/+7
2013-10-01Update the internal alignment when an item *changes* its alignmentJan Arve Saether6-1/+32
2013-10-01Don't apply baseline calculations if Qt.AlignBaseline is not setJan Arve Saether1-5/+7
2013-09-28Respect items maximumwidth also when layouting baseline itemsJan Arve Saether1-0/+1
2013-09-27Show list of valid flags for the alignment propertyJan Arve Saether1-0/+12
2013-09-20Add baseline support for Qt Quick LayoutsJan Arve Saether4-14/+21
2013-09-11Reduce chaos during deconstructionJan Arve Saether3-0/+32
2013-09-11Use the m_isXXXSet flags and friends instead of checking for < 0Jan Arve Saether1-4/+4
2013-09-10Make sure rowSpan, columnSpan and alignment changes are emittedJan Arve Saether2-6/+33
2013-09-10Prepare for QtQuick.Layouts 1.1J-P Nurmi6-9/+21
2013-09-10Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig1-1/+1
2013-09-10Add missing NOTIFY specifiers for fill{Width,Height} propertiesJan Arve Saether1-2/+2
2013-08-20Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi1-1/+1
2013-08-16Fix 'make qmltypes' by setting correct IMPORT_VERSIONJ-P Nurmi1-1/+1
2013-08-14GridLayout did not evaluate Layout.{row,column} changes on its itemsJan Arve Saether3-5/+21
2013-08-12Fix build without qtjsbackendSimon Hausmann1-1/+1
2013-07-30Enable dynamically changes to rows and columns propertiesJan Arve Saether1-2/+2
2013-07-11Add support for RTLJan Arve Saether2-4/+90
2013-06-26Doc: Setting navigation variables for Controls and Layouts.Jerome Pasion1-0/+2
2013-06-24Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn4-19/+18
2013-06-17Doc: Fix QCH documentation structure for Qt Quick LayoutsTopi Reinio1-2/+1
2013-06-14Doc: Fixed Qt Quick Layouts listing in qch files.Jerome Pasion1-1/+1
2013-06-12Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn5-0/+229
2013-06-12Move doc from the index to the overview pageCaroline Chao3-16/+16
2013-06-10Add overview documentation for Qt Quick LayoutsJan Arve Saether5-0/+229
2013-06-07Use polish() and updatePolish() instead of LayoutRequestJan Arve Saether2-8/+5
2013-06-06Fixed a bug where a rearrange was not always doneJan Arve Saether2-2/+11
2013-06-04Fixed some bugs in how effective size hints were calculatedJan Arve Saether2-27/+84
2013-05-31Several improvements to documentationJan Arve Saether3-44/+96
2013-05-30Do not crash when deleting a layoutJan Arve Saether2-10/+26
2013-05-29Change default layout spacing to 5, and make it depend on DPIJan Arve Saether1-6/+14
2013-05-29Doc: Fix various problems in Qt Quick Layouts documentationCaroline Chao1-19/+17
2013-05-29Doc: Add Qt Quick Layouts QML Types pageCaroline Chao2-1/+52
2013-05-27Update all plugins.qmltypes filesLiang Qi1-1/+5
2013-05-23Don't implicit cast the enum to a boolJan Arve Saether1-5/+2
2013-05-23Made sure items with preferred width of 0 could also stretchJan Arve Saether1-1/+1
2013-05-22Hidden items were not added to the ignore list.Jan Arve Saether1-1/+1
2013-05-22Doc: Small fixesCaroline Chao1-2/+2
2013-05-16Revert "Revert "Return infinity instead of -1 as a default value for max sizes""Jan Arve Saether5-25/+64
2013-05-16Fix broken generation of documentation for QtQuick LayoutsJan Arve Saether1-1/+1
2013-05-14Quick Layouts: Do not arrange items at sub-pixel positions.Jan Arve Saether1-2/+3
2013-05-11Revert "Return infinity instead of -1 as a default value for max sizes"Jens Bache-Wiig5-64/+25
2013-05-10Return infinity instead of -1 as a default value for max sizesJan Arve Saether5-25/+64
2013-05-10Layouts implicit sizes was not propagated up properly.Jan Arve Saether1-13/+15
2013-05-03Add missing QT_{BEGIN|END}_NAMESPACEJan Arve Saether1-0/+2
2013-05-03Compile fix: Move the static functions to the correct file.Jan Arve Saether2-53/+54
2013-05-03Fix crash when Layout.fillWidth is put into QtObject {}Tasuku Suzuki1-5/+8
2013-04-30Improve how child items are ignored/skippedJan Arve Saether4-136/+189