summaryrefslogtreecommitdiffstats
path: root/src/declarative/widgets
Commit message (Collapse)AuthorAgeFilesLines
* fix includesOswald Buddenhagen2009-12-034-5/+8
| | | | | | | | | | | | - 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.
* clean up project filesOswald Buddenhagen2009-12-031-7/+6
|
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-023-3/+3
| | | | 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).
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-11-131-1/+1
|\ | | | | | | into kinetic-declarativeui
| * 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.
* | Cleanup.Michael Brasser2009-11-133-39/+13
|/
* Remove "to" limit on minor version.Warwick Allison2009-11-052-6/+6
| | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-10-304-64/+68
|\ | | | | | | | | | | | | | | | | | | | | 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 macrosWarwick Allison2009-10-301-2/+2
| |
| * fix macrosWarwick Allison2009-10-291-0/+4
| |
| * fix headersWarwick Allison2009-10-294-64/+64
| |
* | Make private headers _pAaron Kennedy2009-10-305-5/+5
|/
* Fixes for Symbian.Martin Jones2009-10-161-0/+2
|
* Minor code cleanups.Martin Jones2009-08-123-19/+19
|
* Fix layout attached properties.Martin Jones2009-08-122-4/+5
|
* Allow span of versions to be defined, not just one.Warwick Allison2009-07-232-6/+6
| | | | 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-232-6/+6
| | | | | Adjust examples and demos accordingly. As per QT-558
* Support compile-in-namespace for the declarative module.Michael Brasser2009-06-302-8/+10
|
* CleanupMichael Brasser2009-06-302-4/+4
| | | | | Fix up license headers and private warnings, as well as other general cleanups.
* Remove more unneeded semicolons.Martin Jones2009-05-262-6/+6
|
* Remove extraneous semicolons.Martin Jones2009-05-263-12/+12
| | | | Caused massive number of warnings with winscw
* Fixed #includesRoberto Raggi2009-05-182-8/+8
|
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-282-6/+6
|
* Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-281-15/+13
| | | | | An element's qmlAttachedProperties() function will now only ever get called once per object.
* Initial import of kinetic-dui branch from the old kineticMichael Brasser2009-04-225-0/+758