summaryrefslogtreecommitdiffstats
path: root/src/layouts
Commit message (Expand)AuthorAgeFilesLines
...
* Prepare for QtQuick.Layouts 1.1J-P Nurmi2013-09-106-9/+21
* Update imports to 1.1 and remove version from qmlmodule definitionJens Bache-Wiig2013-09-101-1/+1
* Add missing NOTIFY specifiers for fill{Width,Height} propertiesJan Arve Saether2013-09-101-2/+2
* Merge remote-tracking branch 'origin/stable' into devJ-P Nurmi2013-08-201-1/+1
|\
| * Fix 'make qmltypes' by setting correct IMPORT_VERSIONJ-P Nurmi2013-08-161-1/+1
* | GridLayout did not evaluate Layout.{row,column} changes on its itemsJan Arve Saether2013-08-143-5/+21
* | Fix build without qtjsbackendSimon Hausmann2013-08-121-1/+1
* | Enable dynamically changes to rows and columns propertiesJan Arve Saether2013-07-301-2/+2
* | Add support for RTLJan Arve Saether2013-07-112-4/+90
* | Doc: Setting navigation variables for Controls and Layouts.Jerome Pasion2013-06-261-0/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-244-19/+18
|\|
| * Doc: Fix QCH documentation structure for Qt Quick LayoutsTopi Reinio2013-06-171-2/+1
| * Doc: Fixed Qt Quick Layouts listing in qch files.Jerome Pasion2013-06-141-1/+1
| * Move doc from the index to the overview pagev5.1.0-rc1Caroline Chao2013-06-123-16/+16
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-125-0/+229
|\|
| * Add overview documentation for Qt Quick LayoutsJan Arve Saether2013-06-105-0/+229
* | Use polish() and updatePolish() instead of LayoutRequestJan Arve Saether2013-06-072-8/+5
|/
* Fixed a bug where a rearrange was not always doneJan Arve Saether2013-06-062-2/+11
* Fixed some bugs in how effective size hints were calculatedJan Arve Saether2013-06-042-27/+84
* Several improvements to documentationJan Arve Saether2013-05-313-44/+96
* Do not crash when deleting a layoutJan Arve Saether2013-05-302-10/+26
* Change default layout spacing to 5, and make it depend on DPIJan Arve Saether2013-05-291-6/+14
* Doc: Fix various problems in Qt Quick Layouts documentationCaroline Chao2013-05-291-19/+17
* Doc: Add Qt Quick Layouts QML Types pageCaroline Chao2013-05-292-1/+52
* Update all plugins.qmltypes filesLiang Qi2013-05-271-1/+5
* Don't implicit cast the enum to a boolJan Arve Saether2013-05-231-5/+2
* Made sure items with preferred width of 0 could also stretchJan Arve Saether2013-05-231-1/+1
* Hidden items were not added to the ignore list.Jan Arve Saether2013-05-221-1/+1
* Doc: Small fixesCaroline Chao2013-05-221-2/+2
* Revert "Revert "Return infinity instead of -1 as a default value for max sizes""Jan Arve Saether2013-05-165-25/+64
* Fix broken generation of documentation for QtQuick LayoutsJan Arve Saether2013-05-161-1/+1
* Quick Layouts: Do not arrange items at sub-pixel positions.Jan Arve Saether2013-05-141-2/+3
* Revert "Return infinity instead of -1 as a default value for max sizes"Jens Bache-Wiig2013-05-115-64/+25
* Return infinity instead of -1 as a default value for max sizesJan Arve Saether2013-05-105-25/+64
* Layouts implicit sizes was not propagated up properly.Jan Arve Saether2013-05-101-13/+15
* Add missing QT_{BEGIN|END}_NAMESPACEJan Arve Saether2013-05-031-0/+2
* Compile fix: Move the static functions to the correct file.Jan Arve Saether2013-05-032-53/+54
* Fix crash when Layout.fillWidth is put into QtObject {}Tasuku Suzuki2013-05-031-5/+8
* Improve how child items are ignored/skippedJan Arve Saether2013-04-304-136/+189
* Move logic of effective size hints to effectiveSizeHints_helperJan Arve Saether2013-04-303-136/+165
* Move examples into separate quick/controls directoryKai Koehne2013-04-301-1/+1
* Doc: Add Qt Quick Layouts landing page to "qmlmodules" group.Jerome Pasion2013-04-261-0/+1
* Doc: Edited \qmlmodule pages and qch output of controls and layouts.Jerome Pasion2013-04-262-3/+3
* Refactor propagation of size hintsJan Arve Saether2013-04-265-39/+108
* Repopulate the GridLayout if flow is changedJan Arve Saether2013-04-261-1/+2
* Fix some bugs in QQuickLinearLayout::insertLayoutItems()Jan Arve Saether2013-04-191-1/+13
* Dumping plugins.qmltypes for Layouts with -notrelocatableThomas Hartmann2013-04-191-5/+6
* Change default values of the preferred and max size hints to -1.Jan Arve Saether2013-04-172-22/+23
* Add documentation for the Layout attached property.Jan Arve Saether2013-04-172-26/+183
* Added support for alignment with Layout.alignment propertyJan Arve Saether2013-04-153-2/+20