Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix more warnings. | Michael Brasser | 2009-10-26 | 1 | -0/+1 |
| | |||||
* | Don't call qDrawPixmaps if there are no particles to paint. | Michael Brasser | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | change all ids in doc examples to start with lower case. | Martin Jones | 2009-10-22 | 4 | -12/+12 |
| | |||||
* | Rename QBindableMap to QmlPropertyMap. | Michael Brasser | 2009-10-21 | 3 | -270/+0 |
| | | | | Task-number: QT-2316 | ||||
* | Move QmlFolderListModel to the loader example. | Martin Jones | 2009-10-21 | 3 | -543/+0 |
| | |||||
* | doc | Warwick Allison | 2009-10-20 | 1 | -2/+2 |
| | | | | Record current DB type in INI for future extensibility. | ||||
* | Symbian build fixes | Martin Jones | 2009-10-16 | 1 | -1/+1 |
| | |||||
* | Improve FolderListModel a little | Warwick Allison | 2009-10-16 | 2 | -16/+106 |
| | | | | | File -> Url Support the useful filters | ||||
* | Some improvements to loader | Martin Jones | 2009-10-15 | 2 | -0/+12 |
| | |||||
* | Workaround QUrl::toLocalFile not knowing about qrc: | Warwick Allison | 2009-10-14 | 1 | -2/+12 |
| | | | | QNetworkAccess does similar things. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-13 | 1 | -4/+32 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Readd basic Behavior documentation. | Michael Brasser | 2009-10-12 | 1 | -4/+32 |
| | | |||||
* | | More i18n | Warwick Allison | 2009-10-13 | 2 | -3/+3 |
|/ | |||||
* | Doc | Aaron Kennedy | 2009-10-12 | 1 | -0/+1 |
| | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -4/+4 |
| | |||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 2 | -158/+43 |
| | |||||
* | Remove a bunch of unneeded semicolons. | Martin Jones | 2009-10-08 | 1 | -1/+1 |
| | |||||
* | Remove QFxFlowView and flowview example (will be moved to | Bea Lam | 2009-10-07 | 3 | -489/+0 |
| | | | | | research/declarative-ui-examples). Functionality should eventually be added to grid view. | ||||
* | Use qDrawPixmaps for particles. | Michael Brasser | 2009-10-05 | 1 | -2/+16 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Marco Bubke | 2009-09-22 | 1 | -2/+0 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Particles no longer paints things itself. | Michael Brasser | 2009-09-22 | 1 | -2/+0 |
| | | |||||
* | | add fix for view size change | Marco Bubke | 2009-09-17 | 1 | -8/+10 |
|/ | |||||
* | Move XmlListModelRole to be properly private. | Warwick Allison | 2009-09-14 | 2 | -80/+86 |
| | |||||
* | Update XmlListModel status to be in line with other QML objects that | Michael Brasser | 2009-08-31 | 2 | -5/+6 |
| | | | | load from the network. | ||||
* | Add xml property to XmlListModel so we can set XML data directly. | Michael Brasser | 2009-08-31 | 2 | -5/+39 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-27 | 2 | -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 Jones | 2009-08-27 | 6 | -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 Jones | 2009-08-27 | 2 | -2/+2 |
| | | | | | | | | | | | | 1st step in animation class heirarchy redesign. | ||||
* | | | Rename Behavior cpp class to match the QML name. | Yann Bodson | 2009-08-27 | 3 | -48/+48 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-08-26 | 3 | -7/+13 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Fix unbalanced calls to QFxPixmapCache::get && cancelGet | Kai Koehne | 2009-08-26 | 1 | -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 Brasser | 2009-08-25 | 2 | -2/+2 |
| |/ | |||||
* | | Use Q_SLOTS and Q_SIGNALS. | Yann Bodson | 2009-08-26 | 3 | -4/+4 |
|/ | |||||
* | Centralize QNetworkRequest attribute setting, turn on pipelining. | Warwick Allison | 2009-08-24 | 3 | -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 -> Rectangle | Yann Bodson | 2009-08-19 | 3 | -4/+4 |
| | |||||
* | Tidy up usage of QNetworkReply returned by QFxPixmapCache::get, update | Warwick Allison | 2009-08-14 | 2 | -5/+6 |
| | | | | documentation. | ||||
* | QFxPixmap -> QFxPixmapCache | Michael Brasser | 2009-08-14 | 1 | -5/+5 |
| | |||||
* | Start refactoring QFxPixmap so it isn't as slow to use. | Michael Brasser | 2009-08-07 | 1 | -3/+12 |
| | |||||
* | Optimization: Use setparent_noevent where appropriate. | Michael Brasser | 2009-08-06 | 1 | -1/+2 |
| | |||||
* | Small optimizations for particles. | Michael Brasser | 2009-08-06 | 1 | -10/+14 |
| | |||||
* | Renaming: FontFamily -> FontLoader | Yann Bodson | 2009-08-04 | 3 | -43/+43 |
| | |||||
* | Move QmlFontFamily to extra. | Yann Bodson | 2009-08-04 | 3 | -2/+304 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-08-03 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | doc | Warwick Allison | 2009-07-31 | 1 | -1/+1 |
| | | |||||
* | | Rework VisualItemModel into VisualItemModel & VisualDataModel | Martin Jones | 2009-08-03 | 2 | -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 Allison | 2009-07-31 | 1 | -1/+1 |
| | |||||
* | Remove paintContents. | Michael Brasser | 2009-07-31 | 2 | -6/+6 |
| | |||||
* | More QFxItem cleanup. | Michael Brasser | 2009-07-30 | 2 | -4/+3 |
| | |||||
* | Get rid of classComplete. | Michael Brasser | 2009-07-29 | 10 | -36/+19 |
| | | | | componentComplete is always what is wanted. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-07-23 | 11 | -17/+17 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |