summaryrefslogtreecommitdiffstats
path: root/src/declarative/util/qmlstategroup.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make QmlBinding (and friends) privateAaron Kennedy2010-02-231-1/+1
| | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now.
* Replace QmlList* and QList* support with a single QmlListProperty typeAaron Kennedy2010-02-221-18/+35
| | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer).
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-181-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: mkspecs/linux-g++-x11egl/qplatformdefs.h src/declarative/qml/qmldom.h src/declarative/util/qmlview.cpp src/declarative/util/qmlview.h tools/qdoc3/cppcodemarker.cpp tools/qmldebugger/standalone/canvasframerate.cpp tools/qmldebugger/standalone/engine.cpp tools/qmldebugger/standalone/expressionquerywidget.cpp tools/qmldebugger/standalone/expressionquerywidget.h tools/qmldebugger/standalone/objectpropertiesview.cpp tools/qmldebugger/standalone/objectpropertiesview.h tools/qmldebugger/standalone/objecttree.cpp tools/qmldebugger/standalone/qmldebugger.cpp tools/qmldebugger/standalone/watchtable.cpp tools/qmldebugger/standalone/watchtable.h
| * Fix copyright year.Jason McDonald2010-02-161-1/+1
| | | | | | | | Reviewed-by: Trust Me
* | MOBILITY-404 QS Windows.Wolfgang Beck2010-02-161-2/+2
|/
* Don't double enter states at startup.Aaron Kennedy2010-01-121-10/+24
| | | | QT-2697
* fix includesOswald Buddenhagen2009-12-031-5/+9
| | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-021-4/+4
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Remove include styles that rely on configure.Warwick Allison2009-12-011-1/+1
| | | | May help modularization (syncqt and configure are Qt-specific).
* Make sure initial state gets set correctly.Michael Brasser2009-11-251-1/+3
| | | | Fixes regression introduced by 3ec86e388a35b850573b8fd8b58c93113bb8bd3.
* Prevent state changes within PropertyChanges.Michael Brasser2009-11-241-4/+15
| | | | Task-number: QT-2358
* Remove deleted states from the StateGroup.Michael Brasser2009-11-191-0/+9
|
* docWarwick Allison2009-11-131-1/+1
|
* Do not use "QtDeclarative/XXX" style includes in declarative module code,Warwick Allison2009-11-121-1/+1
| | | | as it breaks reinstalling the module against existing Qt.
* Remove "to" limit on minor version.Warwick Allison2009-11-051-1/+1
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Doc.Michael Brasser2009-11-031-0/+85
|
* CleanupAaron Kennedy2009-10-301-0/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-301-16/+16
|\ | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp
| * fix headersWarwick Allison2009-10-291-16/+16
| |
* | Make private headers _pAaron Kennedy2009-10-301-2/+2
| |
* | Rename QFx classes to QmlGraphicsAaron Kennedy2009-10-301-1/+1
|/
* Optimization: Use setparent_noevent.Michael Brasser2009-08-071-1/+1
|
* Fix regression introduced in classComplete -> componentComplete.Michael Brasser2009-07-291-12/+12
|
* Get rid of classComplete.Michael Brasser2009-07-291-11/+2
| | | | componentComplete is always what is wanted.
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-231-1/+1
| | | | Span is from version where introduced (all 4.6) to current QT_VERSION.
* Move all QML types to Qt/4.6 namespace.Warwick Allison2009-07-231-1/+1
| | | | | Adjust examples and demos accordingly. As per QT-558
* Rename QmlBindableValue to QmlBindingAaron Kennedy2009-07-201-1/+1
|
* CleanupMichael Brasser2009-06-301-1/+1
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Remove extraneous semicolons.Martin Jones2009-05-261-1/+1
| | | | Caused massive number of warnings with winscw
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-281-35/+35
|
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-221-0/+306