summaryrefslogtreecommitdiffstats
path: root/src/declarative/extra
Commit message (Collapse)AuthorAgeFilesLines
* Fix more warnings.Michael Brasser2009-10-261-0/+1
|
* Don't call qDrawPixmaps if there are no particles to paint.Michael Brasser2009-10-231-1/+1
|
* change all ids in doc examples to start with lower case.Martin Jones2009-10-224-12/+12
|
* Rename QBindableMap to QmlPropertyMap.Michael Brasser2009-10-213-270/+0
| | | | Task-number: QT-2316
* Move QmlFolderListModel to the loader example.Martin Jones2009-10-213-543/+0
|
* docWarwick Allison2009-10-201-2/+2
| | | | Record current DB type in INI for future extensibility.
* Symbian build fixesMartin Jones2009-10-161-1/+1
|
* Improve FolderListModel a littleWarwick Allison2009-10-162-16/+106
| | | | | File -> Url Support the useful filters
* Some improvements to loaderMartin Jones2009-10-152-0/+12
|
* Workaround QUrl::toLocalFile not knowing about qrc:Warwick Allison2009-10-141-2/+12
| | | | QNetworkAccess does similar things.
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-10-131-4/+32
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Readd basic Behavior documentation.Michael Brasser2009-10-121-4/+32
| |
* | More i18nWarwick Allison2009-10-132-3/+3
|/
* DocAaron Kennedy2009-10-121-0/+1
|
* Use utf8 instead of latin1 where appropriateAaron Kennedy2009-10-121-4/+4
|
* Improve Behavior reliability.Michael Brasser2009-10-112-158/+43
|
* Remove a bunch of unneeded semicolons.Martin Jones2009-10-081-1/+1
|
* Remove QFxFlowView and flowview example (will be moved toBea Lam2009-10-073-489/+0
| | | | | research/declarative-ui-examples). Functionality should eventually be added to grid view.
* Use qDrawPixmaps for particles.Michael Brasser2009-10-051-2/+16
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Marco Bubke2009-09-221-2/+0
|\ | | | | | | into kinetic-declarativeui
| * Particles no longer paints things itself.Michael Brasser2009-09-221-2/+0
| |
* | add fix for view size changeMarco Bubke2009-09-171-8/+10
|/
* Move XmlListModelRole to be properly private.Warwick Allison2009-09-142-80/+86
|
* Update XmlListModel status to be in line with other QML objects thatMichael Brasser2009-08-312-5/+6
| | | | load from the network.
* Add xml property to XmlListModel so we can set XML data directly.Michael Brasser2009-08-312-5/+39
|
* Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-272-2/+2
|\ | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/extra/qmlbehavior.cpp src/declarative/extra/qmlbehavior.h
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-276-11/+17
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/anchor-layout.qdoc
| * | Make QmlPropertyValueSource an interface.Martin Jones2009-08-272-2/+2
| | | | | | | | | | | | 1st step in animation class heirarchy redesign.
* | | Rename Behavior cpp class to match the QML name.Yann Bodson2009-08-273-48/+48
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-263-7/+13
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix unbalanced calls to QFxPixmapCache::get && cancelGetKai Koehne2009-08-261-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly track whether there is a QFxPixmapCache request pending, and only call QFxPixmapCache::cancelGet if this is the case. This should fix an issue in Bauhaus where multiple instances are loading the same image, and one instance calling cancelGet without ever having called get before is messing up the QFxPixmapCache request counting.
| * | Fix compile after merge from 4.6.Michael Brasser2009-08-252-2/+2
| |/
* | Use Q_SLOTS and Q_SIGNALS.Yann Bodson2009-08-263-4/+4
|/
* Centralize QNetworkRequest attribute setting, turn on pipelining.Warwick Allison2009-08-243-3/+0
| | | | | | | | ... in two places. Qt expects the "application" to configure caching, proxy, pipelining, etc., on a QNetworkAccessManager, so now we do that in the two most important cases: the loader example and qmlviewer tool.
* Renaming Rect -> RectangleYann Bodson2009-08-193-4/+4
|
* Tidy up usage of QNetworkReply returned by QFxPixmapCache::get, updateWarwick Allison2009-08-142-5/+6
| | | | documentation.
* QFxPixmap -> QFxPixmapCacheMichael Brasser2009-08-141-5/+5
|
* Start refactoring QFxPixmap so it isn't as slow to use.Michael Brasser2009-08-071-3/+12
|
* Optimization: Use setparent_noevent where appropriate.Michael Brasser2009-08-061-1/+2
|
* Small optimizations for particles.Michael Brasser2009-08-061-10/+14
|
* Renaming: FontFamily -> FontLoaderYann Bodson2009-08-043-43/+43
|
* Move QmlFontFamily to extra.Yann Bodson2009-08-043-2/+304
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-031-1/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * docWarwick Allison2009-07-311-1/+1
| |
* | Rework VisualItemModel into VisualItemModel & VisualDataModelMartin Jones2009-08-032-7/+7
|/ | | | | | QFXVisualModel provides a base class for visual models. QFxVisualDataModel provides a visual model for Qt item view models. QFxVisualItemModel provides a model of QFxItems.
* Other minor API review changes.Warwick Allison2009-07-311-1/+1
|
* Remove paintContents.Michael Brasser2009-07-312-6/+6
|
* More QFxItem cleanup.Michael Brasser2009-07-302-4/+3
|
* Get rid of classComplete.Michael Brasser2009-07-2910-36/+19
| | | | componentComplete is always what is wanted.
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-07-2311-17/+17
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui