summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/qmlgraphicsanchors.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵Warwick Allison2010-02-241-1059/+0
| | | | QDeclarativeXXX.
* Merge remote branch 'origin/master'Thiago Macieira2010-02-201-2/+0
|\ | | | | | | | | Conflicts: doc/src/declarative/advtutorial1.qdoc
| * 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
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml into ↵Qt Continuous Integration System2010-02-171-2/+0
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/qt-qml: (47 commits) Add missing NOTIFY signals to various QML item class properties Fix currentIndex after itemsMoved() qmlviewer: build on symbian Revert "Replace QList<>* support with QmlListProperty" Declare QmlXmlListModelRole meta type before any code uses it. Make compile on Symbian (call Q_DECLARE_METATYPE earlier) Conditionally link webkit on wince Revert "Run dos2unix on these files." Expose LayoutItem documentation Fix palette on the N900 Fix QTBUG-8090, improve original patch effectiveness. Replace QList<>* support with QmlListProperty Run dos2unix on these files. Remove standalone QmlDebugger. It is now only available through the Mobility 404 Fix crash in QmlMetaProperty that could occur when using value-type QML binding optimizer crash QML binding optimizer crash Fix crash in QML binding optimizer Don't delete binding directly ...
| | * | Move type initialization from global static initializers to QmlEngine ↵Warwick Allison2010-02-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | construction. Task-number: QT-2798
* | | | doc: Added "\since 4.7" to a bunch of declarative stuff.Martin Smith2010-02-191-0/+1
| |_|/ |/| |
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵Qt Continuous Integration System2010-02-161-1/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | master-integration * 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1: (42 commits) doc: Fixed some qdoc errors. doc: Fixed some qdoc errors. Fix copyright year. Fix broken license headers. doc: Fixed some qdoc errors. Reusing sheets on Mac OS X 10.5 & above shows painting artifacts. doc: Fixed some qdoc errors. QNetworkAccessManager: add method to send custom requests doc: Fixed some qdoc errors. Optimization: Avoid calling out to public API function Mac: submenu shows up at the wrong position Add operator< and qHash for QSharedPointer and fix operator-. Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Don't use QSystemLocale if QT_NO_SYSTEMLOCALE (like QWS) Optimized QLocale to access system locale on demand. Fix QRegion under Mac OS X. update according to Thiago's comments. Changes: add functionality for dbus auto start to qt Add license header to this file readdir64 is not available on HP-UX ...
| * | Fix copyright year.Jason McDonald2010-02-161-1/+1
| |/ | | | | | | Reviewed-by: Trust Me
* | Prepare translations of the declarative module.Friedemann Kleint2010-02-151-13/+13
|/ | | | | Add to translations profile. move stuff out of QObject-context, correct spelling and contractions, correct usage of tr().
* Make QmlGraphicsAnchors a NOCREATE type.Michael Brasser2010-01-191-1/+1
| | | | Prevents the creation benchmark from qFataling.
* Revert some of 944a9b41e34e0a8c9b9994a040a6b83aa4e11291Aaron Kennedy2009-12-231-1/+7
| | | | External projects require anchors to be creatable.
* Minor optimizationsAaron Kennedy2009-12-221-9/+3
|
* Make positioners fast.Martin Jones2009-12-171-2/+2
|
* Watch item geometry changes without using signal/slot connections.Martin Jones2009-12-151-5/+3
|
* Add anchors.marginsAlan Alpert2009-12-101-0/+25
| | | | Task-number: QTBUG-6676
* Update centerIn when center offsets changeAlan Alpert2009-12-101-6/+24
| | | | | | Also adds functionality to update fill when margins change. Task-number: QTBUG-6631
* Allow anchoring baseline to parentAlan Alpert2009-12-091-2/+6
| | | | Task-number: QT-2606
* Let anchors.centerIn honor horizontalCenterOffset and verticalCenterOffset.Michael Brasser2009-12-091-4/+4
|
* fix includesOswald Buddenhagen2009-12-031-4/+7
| | | | | | | | | | | | - 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-2/+2
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Add reset function for anchors.fill and anchors.centerIn.Michael Brasser2009-11-251-0/+12
| | | | Task-number: QTBUG-5337
* Add NOTIFYs for anchor properties.Michael Brasser2009-11-251-10/+29
| | | | Requested for Bauhaus.
* 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.
* Return qmlInfo(obj) << syntax.Warwick Allison2009-11-101-17/+17
| | | | Fixes QTBUG-5480
* Fix crash when using anchors inside a positioner.Michael Brasser2009-11-061-14/+33
| | | | Task-number: QTBUG-5428
* 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
* Rename fx -> graphicsitemsAaron Kennedy2009-10-301-0/+962