summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-122-2/+8
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Alexis Menard2009-05-122-2/+8
| |\ | | | | | | | | | kinetic-declarativeui
| | * Add a AA_MacDontSwapCtrlAndMeta application attribute.Norwegian Rock Cat2009-05-111-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to help undo the some magic that is in the Qt/Mac port. Qt automatically flips the Meta and Control keys on Mac. This is a "feature" that makes porting older programs that don't use standard shortcuts easier as Ctrl and Command usually map to the same shortcuts in the application. The upshot of this is that I need to strip the text() out of key events if they contain the Control or Meta modifier. This causes much headache for anyone writing a terminal emulator. Though they would still have to write special code because the keys are swapped anyway. This allows people to write the terminal emulator where hitting the Control key will really send a Control key modifier. We've also done the extra work to ensure that standard shortcuts work correctly regardless of what the value of the attribute is. That is, if you specify QKeySequence::Cut for a shortcut you can always hit Command+X and things will work.
| | * Merge branch '4.5'Thiago Macieira2009-05-111-2/+0
| | |\
| | | * Correcting typoMorten Engvoldsen2009-05-081-2/+0
| | | | | | | | | | | | | | | | Removing linebreaks in the document
* | | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-121-3/+4
|/ / /
* | | Fix tutorial.Michael Brasser2009-05-121-6/+4
| | |
* | | Start on a Qml syntax introduction for non-C++ programmers.Michael Brasser2009-05-123-0/+235
| | |
* | | Remove this doc for now, too incomplete.Warwick Allison2009-05-112-2/+4
| | |
* | | phonebrowser.qml is goneYann Bodson2009-05-081-1/+1
| | |
* | | More Transform work.Michael Brasser2009-05-081-2/+0
| | | | | | | | | | | | Add Rotatation. Mark poorly documented transforms as internal for now.
* | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-05-071-15/+12
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/corelib/animation/qabstractanimation.cpp src/corelib/animation/qabstractanimation_p.h src/corelib/animation/qpropertyanimation.cpp
| * | | replace QState::Type with QState::childMode propertyKent Hansen2009-04-291-6/+5
| | | | | | | | | | | | | | | | Result of API review.
| * | | move assignProperty() to QStateKent Hansen2009-04-291-5/+4
| | | | | | | | | | | | | | | | Doesn't belong in the abstract base class.
| * | | kill the stateactions apiKent Hansen2009-04-221-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It just didn't give us that much. Typically you just reimplement onEntry/onExit/onTransition when you want to do something. We go back to the signals-and-slots approach: states have entered() and exited() signals that you can connect to. It's still possible to have an action-based API, but then you build it on top of the core API, which is OK. Replacing 4 public classes (and one layer in the hierarchy) with 2 signals feels good.
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-05-071-0/+10
|\ \ \ \ | | |/ / | |/| | | | | | kinetic-declarativeui
| * | | Merge branch '4.5'Thiago Macieira2009-05-071-0/+10
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: src/gui/painting/qbackingstore.cpp src/gui/painting/qwindowsurface_raster.cpp
| | * | Added types to the list.Morten Engvoldsen2009-05-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Added two missing types to the list. Task-number: 252274
* | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-078-19/+14
|\ \ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | docWarwick Allison2009-05-071-2/+2
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-068-11/+18
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | white background no good in web page, go grayWarwick Allison2009-05-066-4/+4
| | | | | |
| * | | | | default to QGVWarwick Allison2009-05-061-5/+0
| | | | | |
| * | | | | namespaces docWarwick Allison2009-05-061-8/+8
| | | | | |
* | | | | | Use correct 'from' value for repeating animations.Michael Brasser2009-05-071-11/+6
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Each loop, we need to check whether the user has set a from value, and if not get the current value.
* | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-05-063-1/+14
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | kinetic-declarativeui
| * | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-064-1/+15
| |\ \ \ \ | | | |/ / | | |/| | | | | | | | | | | | | | | | | Conflicts: src/gui/kernel/qcocoaview_mac_p.h src/gui/widgets/qmainwindow.cpp
| | * | | Doc: Added info on NOTIFY to the Q_PROPERTY docs.Geir Vattekar2009-05-062-1/+7
| | | | | | | | | | | | | | | | | | | | Task-number: 248336
| | * | | Adds in documentation for RESOURCESAndy Shaw2009-05-061-0/+7
| | | | | | | | | | | | | | | | | | | | Reviewed-by: Kavindra Palaraja <kavindra.palaraja@nokia.com>
* | | | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-063-8/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | DocMichael Brasser2009-05-061-6/+1
| | |_|/ / | |/| | |
| * | | | docWarwick Allison2009-05-061-5/+6
| | | | |
| * | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-065-41/+45
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Docs.Martin Jones2009-05-062-3/+3
| | | | | |
* | | | | | Use animated images where appropriate.Ian Walters2009-05-064-4/+3
| |/ / / / |/| | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-0628-290/+393
|\ \ \ \ \ | |/ / / / | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-0612-133/+156
| |\ \ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-0611-11/+147
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * \ \ \ Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-0610-33/+103
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | | | | Add images for the Transform documentation.Michael Brasser2009-05-063-0/+0
| | | | | | | |
| | | * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-05-061-0/+1
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | | | | | | | | kinetic-declarativeui
| | | | * | | | Added function that was removed on the way from Qt3 to Qt4Morten Engvoldsen2009-05-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QMimeSource::serialNumber was removed in Qt 4. This was not documented in Porting to Qt 4 Task-number:250575 Rev-By: Trenton Schulz
| | | * | | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-05-057-11/+146
| | | |\ \ \ \ \ | | | | | |_|/ / | | | | |/| | | | | | | | | | | kinetic-declarativeui
| | | | * | | | Fix typos in doc.Norwegian Rock Cat2009-05-042-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Spotted-by: Olivier
| | | | * | | | Deprecate qt_mac_set_show_menubar for a public cross-platform API.Norwegian Rock Cat2009-05-042-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I'm tired of these "hidden" functions. We have an AA_MacPluginApplication, but sometimes you may have a legitimate reason for setting this outside of "plugin applications." In the footsteps of the menu icon attribute, the attribute is the main leader, but menubars can disable/enable this locally the new QMenuBar::setNativeMenuBar() property. Otherwise, the menubars take their que from the application attribute. This also works for Windows CE. So, there is a bit on convergence as well. Task-number: 236757
| | | | * | | | Merge commit 'origin/4.5'Olivier Goffart2009-05-042-6/+10
| | | | |\ \ \ \ | | | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/itemviews/qabstractitemview.cpp
| | | | | * | | Doc - Clarifying how to override a Widget's size hint in the Getting toKavindra Devi Palaraja2009-05-041-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Know Qt Designer document. Task-number: 165435 Reviewed-by: Friedemann Kleint <friedemann.kleint@nokia.com>
| | | | | * | | Correcting typoMorten Engvoldsen2009-04-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missed a whitespace - corrected it. No task
| | | | * | | | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-293-5/+114
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Documented the flow layout example.Morten Engvoldsen2009-04-292-4/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wrote documentation for the flowlayout class. Task-number: 252548 Rev-by: Geir Vattekar Rev-by: janarve