summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qfxview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Compile.Bjørn Erik Nilsen2009-07-141-1/+1
|
* Start moving debugger out of processAaron Kennedy2009-07-131-10/+0
|
* Make performance logging classes private.Michael Brasser2009-07-021-2/+2
|
* CleanupMichael Brasser2009-06-301-1/+2
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Support URLs directly (not just as strings), so they are correctly resolved.Warwick Allison2009-06-101-6/+0
| | | | | | | URLs expressed as strings (possible relative) are resolved relative to the component in which the string expression is converted to a url value. All items are converted to use QUrl properties, except SqlConnection, where the databasename is only a special-case URL (this may need further consideration).
* Control resizing of content like QScrollArea::widgetResizableWarwick Allison2009-05-151-6/+59
|
* Work with no initial file (open dialog).Warwick Allison2009-05-131-0/+1
| | | | Resize correctly on open new file.
* fix bug 253385 fixWarwick Allison2009-05-131-1/+1
|
* fix bug 253385Warwick Allison2009-05-121-4/+6
|
* Fix resizing and skinning.Warwick Allison2009-05-111-0/+17
| | | | Broke with mainwindow introduction.
* Add canvas debugger moduleAaron Kennedy2009-05-081-0/+1
|
* Beginings of an experimental QML debugger viewAaron Kennedy2009-05-061-0/+10
|
* qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-3/+5
|
* Improve error handling consistencyAaron Kennedy2009-05-051-3/+76
|
* Rename QFxView::setXml to QFxView::setQml.Michael Brasser2009-05-011-23/+18
|
* qdoc: Corrected some qdoc warnings.Martin Smith2009-04-301-5/+59
|
* Don't delay initial resizeWarwick Allison2009-04-301-1/+1
| | | | (otherwise "default" widget size happens first)
* Compress sizeChanged signal to give width and height.Warwick Allison2009-04-301-2/+14
|
* qdoc: Corrected some qdoc warnings.Martin Smith2009-04-291-3/+35
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-11/+11
|
* Propagate scene geometry changes to view.Warwick Allison2009-04-241-1/+9
| | | | Previously, only the initial size was honoured.
* Fix signal usage from QmlcomponentAlexis Menard2009-04-231-2/+2
|
* Merge in changes to old kinetic-dui branch.Michael Brasser2009-04-231-3/+3
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+310