| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Reviewed-by: Trust Me
|
|
|
|
| |
Don't crash if those objects are deleted before the Package.
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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.
|
|
|
|
| |
It seems we're going to have to so a syncqt/configure in Qt modules.
|
| |
|
|
|
|
|
|
| |
QML_DEFINE_TYPE etc. now define just the initial support version, with
support in all future versions being thus implied.
QTBUG-5421
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|/ |
|
|
|
|
|
| |
Q_PROPERTY() macros without a semicolon inside a class access
block (public:) confuses moc into ignoring Q_INVOKABLES
|
| |
|
|
|
|
| |
Span is from version where introduced (all 4.6) to current QT_VERSION.
|
|
|
|
|
| |
Adjust examples and demos accordingly.
As per QT-558
|
|
|
|
|
| |
Fix up license headers and private warnings, as well as other general
cleanups.
|
|
|
|
| |
Caused massive number of warnings with winscw
|
| |
|
|
|
|
|
| |
The views can all now deal with items that they have not requested
appearing, and will lay them out appropriately.
|
| |
|
|
|