summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | Fix some typos in the documentation.Frederik Schwarzer2009-05-1824-29/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usually, "the the" is not proper English Reviewed-By: Thiago Macieira
| * | | | Merged branch 'master' of git://gitorious.org/~icwiener/qt/icwieners-clone.gitTor Arne Vestbø2009-05-1824-29/+29
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Frederik Schwarzer (1): typos in docs: double "the" Merge-request: http://qt.gitorious.org/qt/qt/merge_requests/362 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
| | * | | | typos in docs: double "the"Frederik Schwarzer2009-05-1124-29/+29
| | | | | |
| * | | | | Merge commit 'origin/4.5'Olivier Goffart2009-05-185-10/+14
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/corelib/kernel/qobject.cpp src/corelib/kernel/qobject_p.h src/network/access/qhttpnetworkconnection.cpp
| | * | | | Adding change details in to Qt 3 to Qt 4 porting guideMorten Engvoldsen2009-05-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding details about QCloseEvents being acceptet by default in Qt 4 opposed to Qt 3 Task-number: 192607 Rev-by: msorvig
| | * | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Andy Shaw2009-05-181-4/+0
| | |\ \ \ \
| | | * | | | QCss: font-family handle fallback font specsOlivier Goffart2009-05-181-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if one specify more than one parameter in font-family, e.g., font-family: Verdana, Arial Qt should fallback on the second font if the first cannot be found. QFont::setFamily handle the case when the family name contains a comas, so we do not need to handle that specially in the css parser code. Task-number: 252311 Reviewed-by: Thomas Zander
| | * | | | | Fix incorrect signal referred to in the docsAndy Shaw2009-05-181-1/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the documentation to state sortIndicatorChanged() should be used and not sectionClicked() for connecting to the sortByColumn() slot as the sortByColumn() takes two parameters, not one. Reviewed-by: Kavindra Palaraja
| | * | | | Cleaning bug in custom layout example.Morten Engvoldsen2009-05-152-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The example was using deleteAllItems() to delete items from the layout. This method is now part of the QT3_SUPPORT and shold not be used if not needed. Replaced by deleting all items one by one. Task-number: 220656 Rev-by: janarve
| * | | | | Add an extension to QPixmapCache to get rid of strings.Alexis Menard2009-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit add a new API to add/find/remove pixmaps into QPixmapCache. This new extension is based on a key that the cache give you during the insertion. This key is internally a int which makes all operations in the cache much more faster that the string approach. Auto-tests has been extended as well and a benchmark has been added to compare both approach. I also depecrate the find method for the string API to have a method pointer based and not reference based like the Qt policy says. Reviewed-by: bnilsen Reviewed-by: andreas Followed-deeply-by: trond
* | | | | | Fix docs.Michael Brasser2009-05-191-2/+4
| | | | | |
* | | | | | Docs and minor fixes for the Rotation element.Michael Brasser2009-05-191-0/+1
| | | | | |
* | | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵Michael Brasser2009-05-1826-56/+1334
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/corelib/animation/qanimationgroup.cpp src/corelib/animation/qvariantanimation.cpp src/gui/graphicsview/qgraphicsitem.cpp
| * | | | | Doc: Added architecture image to animation overview.Geir Vattekar2009-05-152-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: David Boddie
| * | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵David Boddie2009-05-151-0/+2
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | | | | | | into kinetic-animations
| | * | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-142-9/+9
| | |\ \ \ \
| | * | | | | Pop up message when a tank wins the gameEskil Abrahamsen Blomfeldt2009-05-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed: Added some docs and moved the tanks a little so they don't start partly outside the scene rect.
| * | | | | | Doc: Added a work in progress class hierarchy overview.David Boddie2009-05-151-0/+351
| | |/ / / / | |/| | | | | | | | | | | | | | | | Reviewed-by: Geir Vattekar
| * | | | | Doc: Marked up a link correctly.David Boddie2009-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: David Boddie <dboddie@trolltech.com>
| * | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵David Boddie2009-05-137-5/+259
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into kinetic-animations
| | * | | | more statemachine docsKent Hansen2009-05-132-5/+40
| | | | | |
| | * | | | doc: Add screenshot for Tank Game ExampleEskil Abrahamsen Blomfeldt2009-05-131-0/+0
| | | | | |
| | * | | | document statemachine/factorial exampleKent Hansen2009-05-133-0/+103
| | | | | |
| | * | | | doc: Correct names of snippets in docs for Tank Game exampleEskil Abrahamsen Blomfeldt2009-05-131-1/+1
| | | | | |
| | * | | | doc: Add documentation for Tank Game exampleEskil Abrahamsen Blomfeldt2009-05-132-0/+116
| | | | | |
| * | | | | Merge branch 'kinetic-animations' of git@scm.dev.nokia.troll.no:qt/kinetic ↵David Boddie2009-05-1248-388/+1003
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | into kinetic-animations
| | * | | | document the statemachine/eventtransitions exampleKent Hansen2009-05-122-2/+89
| | | | | |
| | * | | | add State Machine to examples overviewKent Hansen2009-05-121-0/+8
| | | | | |
| | * | | | Fixes: document statemachine/twowaybutton exampleKent Hansen2009-05-122-0/+83
| | | | | |
| | * | | | document the statemachine/pingpong exampleKent Hansen2009-05-123-0/+108
| | | | | |
| | * | | | Merge branch 'kinetic-statemachine' of git@scm.dev.nokia.troll.no:qt/kinetic ↵Alexis Menard2009-05-1211-56/+435
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-statemachine Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| | | * | | | doc: Add documentation for animations, restore policy and polished signalEskil Abrahamsen Blomfeldt2009-05-121-0/+182
| | | | | | |
| | | * | | | update license headersKent Hansen2009-05-122-6/+66
| | | | | | |
| | | * | | | improve the docs for the trafficlight exampleKent Hansen2009-05-123-16/+27
| | | | | | |
| | | * | | | Merge branch 'kinetic-animations' into kinetic-statemachineKent Hansen2009-05-121-0/+1
| | | |\ \ \ \
| | | | * | | | Doc: Assign state machine overview to architecture group (get it inGeir Vattekar2009-05-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the overview list)
| | | * | | | | redo statecharts in proper UML notation, expand documentationKent Hansen2009-05-128-22/+150
| | | |/ / / /
| | * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into kinetic-statemachineAlexis Menard2009-05-1279-821/+1608
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| | * | | | | | Initial import of statemachine branch from the old kinetic repositoryAlexis Menard2009-04-173292-0/+227236
| | / / / / /
| * | | | | | Merged local changes.David Boddie2009-04-292-8/+8
| | |/ / / / | |/| | | |
* | | | | | 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