aboutsummaryrefslogtreecommitdiffstats
path: root/dist
Commit message (Collapse)AuthorAgeFilesLines
...
* a nested Window automatically becomes transient for its parentShawn Rutledge2013-04-101-0/+3
| | | | | | | | | | | | | | | | If you declare Window { Window {}} or Window { Item { Window {}}} the inner window will automatically become transient for the outer one. The transient relationship must be set before the inner window becomes visible though, so declaring visible: true doesn't always work, depending on initialization order. It's OK if you assign visible (or call show()) later on when the user needs to see the transient window for the first time. Also added documentation. Change-Id: I888c3b9da6d44d11516227c085bcc12a5ccb5e81 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com> Reviewed-by: Jan Arve Sæther <jan-arve.saether@digia.com>
* Add change log file for Qt 5.1.0Sergio Ahumada2013-04-081-0/+65
| | | | | Change-Id: I9bd3fe3cb3897c18b08a3f9d4792f69a29d9d5f9 Reviewed-by: Shawn Rutledge <shawn.rutledge@digia.com>
* Add changes-5.0.2 fileSergio Ahumada2013-03-251-0/+45
| | | | | | Change-Id: Ifb952f46be13cd1009a82131d1eb7c17962c7118 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
* Doc: Updated change log with documentation entryJerome Pasion2013-01-241-0/+1
| | | | | Change-Id: I1cd4dc70265f2425045328910be12a0cfaeb795c Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* Update changes file for 5.0.1 releaseSergio Ahumada2013-01-121-7/+21
| | | | | Change-Id: I704cc948c37af639d9686c783a5341e2ab89903e Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Add changes-5.0.1 fileSergio Ahumada2012-12-241-0/+56
Task-number: QTBUG-26065 Change-Id: I3345a178cdfbc8e8c68b0e069eb9928772353186 Reviewed-by: Alan Alpert <aalpert@rim.com>