summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Warwick Allison2009-05-156-29/+232
|\ | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe src/gui/graphicsview/qgraphicsscene.cpp
| * Merge branch '4.5'Thiago Macieira2009-05-142-24/+33
| |\ | | | | | | | | | | | | Conflicts: tools/macdeployqt/shared/shared.cpp
| | * Correcting bug in cardLayout exampleMorten Engvoldsen2009-05-132-24/+33
| | | | | | | | | | | | | | | | | | | | | | | | Adding the count() function to the example. Task-number: 220766 Rev-by: Geir Vattekar
| * | Merge branch 'master' of ../master into contiguouscacheIan Walters2009-05-143-5/+102
| |\ \
| | * \ Merge branch '4.5'Thiago Macieira2009-05-132-8/+8
| | |\ \ | | | |/ | | | | | | | | | | | | Conflicts: tests/auto/qgraphicsview/tst_qgraphicsview.cpp
| | | * Clearifying docs QSet::insertMorten Engvoldsen2009-05-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Chaning the sentence to clearify where the iterator points to. Task-number: 202656 Rev-by: Geir Vattekar
| | | * qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-7/+7
| | | |
| | * | Merge commit 'origin/4.5'Olivier Goffart2009-05-132-4/+101
| | |\ \ | | | |/
| | | * Reviewed-by: TrustMeVolker Hilsheimer2009-05-121-2/+2
| | | | | | | | | | | | | | | | Small polishing.
| | | * Adding documentation to the fancy browser exampleMorten Engvoldsen2009-05-121-3/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation to the fancy browser example. Task-number:252097 Rev-by: Geir Vattekar Rev-by: Ariya Hidayat
| | | * Correcting bug in custom Database Driver code snipptetMorten Engvoldsen2009-05-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding const to call. Changing QSqlRecord record() { return QSqlRecord(); } to QSqlRecord record() const { return QSqlRecord(); } This is needed since record() is a virtual function. Task-number:204557 Rev-by: Geir Vattekar
| * | | Merge branch 'master' into contiguouscacheIan Walters2009-05-1240-562/+360
| |\ \ \ | | |/ /
| * | | Various fixes resulting from QA code review.Ian Walters2009-05-121-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Some documentation fixes. More clear handling of what is and isn't a valid indexes. Added functions for the 'really long lived circular buffer use case' Improved unit tests.
| * | | Documentation patch from JasonIan Walters2009-05-111-18/+16
| | | | | | | | | | | | | | | | A bunch of minor doc fixes.
| * | | Update licensing headers.Ian Walters2009-04-071-2/+32
| | | | | | | | | | | | | | | | | | | | Update files to have consistent licencesing with the rest of Qt.
| * | | Merge branch 'master' into contiguouscacheIan Walters2009-04-0628-304/+588
| |\ \ \
| * | | | Rename OffsetVector to ContiguousCacheIan Walters2009-04-031-20/+19
| | | | |
| * | | | Squashed commit of the following:Rhys Weatherley2009-03-241-0/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit 39de3862f5678b3226b4932eeb342c4a023d2f2b Author: Ian Walters <ian.walters@nokia.com> Date: Thu Feb 19 14:16:05 2009 +1000 Fixes: Test runs (and passes), doc links. Task: QT-308 Details: Minor changes related to the code having moved. commit 5a8910dd1018fb228d0e2e2819ea429577bfa834 Author: Ian Walters <ian.walters@nokia.com> Date: Thu Feb 19 09:47:20 2009 +1000 Fixes: Checkin of QOffsetVector stuff for branch Task: QT-308 Details: Files originally from research/qcircularbuffer This checkin likely won't compile. Just a copy for now.
* | | | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-3/+3
| | | | |
* | | | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-131-1/+1
| | | | |
* | | | | qdoc: Fixed some qdoc errors.Martin Smith2009-05-132-2/+2
| | | | |
* | | | | 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>