Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6 | Miikka Heikkinen | 2009-10-09 | 5 | -39/+39 | |
| |\ | ||||||
| | * | Symbian fix: rename examples ftp and musicplayer to start with q. | Frans Englich | 2009-10-09 | 5 | -39/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symbian already has the executables musicplayer.exe, mediaplayer.exe and ftp.exe, with the result that we overwrite them with Qt. We solve this by renaming the examples, and do it not only on Symbian, such that Qt remains consistent across platforms. This was previously partly done for mediaplayer. The folder name needs to be consistent with the executable, for qtdemo to work. Done jointly with Alessandro. Task-number: QTBUG-4743 Reviewed-by: Alessandro Portale Reviewed-by: Frans Englich | |||||
| * | | Fixed miscellaneous minor problems with Symbian docs. | Miikka Heikkinen | 2009-10-09 | 3 | -7/+9 | |
| |/ | | | | | | | Reviewed-by: Espen Riskedal | |||||
| * | Doc: update the compiler notes about Sun CC's STL not being supported | Thiago Macieira | 2009-10-09 | 1 | -1/+13 | |
| | | | | | | | | | | | | | | | | | | The default STL (Rogue Wave STL) is far too old for Qt. It doesn't meet the ISO C++ 98 specification. Using a more recent (and standards-compliant) STL like stlport4 enables Qt to build even QtWebKit on Solaris. Also change the note indicating we're using Sun Studio 12, not 8. | |||||
| * | doc: Changed the format of the since list. | Martin Smith | 2009-10-08 | 1 | -3/+2 | |
| | | | | | | | | | | This is a big change from the original, and I expect we will want modifications. | |||||
| * | Changing S60 to Symbian in the Docs | Morten Engvoldsen | 2009-10-08 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | Changing names to Symbian platform Task-number: QT-2268 Rev-by: Espen Riskedal | |||||
| * | Changing S60 to Symbian in the Docs | Morten Engvoldsen | 2009-10-08 | 5 | -82/+91 | |
| | | | | | | | | | | | | | | | | Changing names to Symbian platform Task-number: QT-2268 Rev-by: Espen Riskedal | |||||
* | | Doc | Aaron Kennedy | 2009-10-16 | 5 | -3/+104 | |
| | | ||||||
* | | spel | Warwick Allison | 2009-10-15 | 1 | -2/+2 | |
| | | ||||||
* | | Doc | Aaron Kennedy | 2009-10-14 | 2 | -1/+9 | |
| | | ||||||
* | | Doc | Aaron Kennedy | 2009-10-14 | 1 | -0/+0 | |
| | | ||||||
* | | Doc | Aaron Kennedy | 2009-10-14 | 1 | -0/+2 | |
| | | ||||||
* | | Specify encoding. | Warwick Allison | 2009-10-14 | 1 | -0/+4 | |
| | | ||||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-14 | 1 | -2/+33 | |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | | Add Component::onCompleted attached property | Aaron Kennedy | 2009-10-14 | 1 | -2/+33 | |
| | | | ||||||
* | | | doc | Warwick Allison | 2009-10-14 | 1 | -4/+77 | |
|/ / | ||||||
* | | Doc | Aaron Kennedy | 2009-10-13 | 1 | -9/+117 | |
| | | ||||||
* | | Doc | Aaron Kennedy | 2009-10-13 | 4 | -9/+46 | |
| | | ||||||
* | | Doc | Aaron Kennedy | 2009-10-13 | 1 | -1/+1 | |
| | | ||||||
* | | Doc | Aaron Kennedy | 2009-10-13 | 4 | -9/+6 | |
| | | ||||||
* | | Doc | Aaron Kennedy | 2009-10-13 | 4 | -75/+189 | |
| | | ||||||
* | | Add basic QML docs for the effects. | Michael Brasser | 2009-10-12 | 1 | -0/+7 | |
| | | ||||||
* | | Doc | Aaron Kennedy | 2009-10-12 | 2 | -2/+1 | |
| | | ||||||
* | | Doc | Aaron Kennedy | 2009-10-12 | 1 | -47/+57 | |
| | | ||||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-12 | 1 | -9/+99 | |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-12 | 10 | -904/+76 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcompiler.cpp | |||||
| * | | | More doc on data models. | Martin Jones | 2009-10-12 | 1 | -9/+99 | |
| | | | | ||||||
* | | | | Doc | Aaron Kennedy | 2009-10-12 | 7 | -34/+357 | |
| |/ / |/| | | ||||||
* | | | Doc | Aaron Kennedy | 2009-10-12 | 2 | -4/+6 | |
| | | | ||||||
* | | | Doc | Aaron Kennedy | 2009-10-12 | 3 | -173/+1 | |
| | | | ||||||
* | | | Doc | Aaron Kennedy | 2009-10-12 | 1 | -1/+1 | |
| | | | ||||||
* | | | Doc | Aaron Kennedy | 2009-10-12 | 3 | -717/+59 | |
| | | | ||||||
* | | | Add id aliases | Aaron Kennedy | 2009-10-09 | 1 | -3/+3 | |
| | | | ||||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-09 | 3 | -5/+5 | |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-10-09 | 2 | -4/+4 | |
| |\ \ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| | * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-10-09 | 35 | -999/+1476 | |
| | |\ \ \ | | | |/ / | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| | * | | | Remove redundant QFxItem::activeFocusChanged(); is not used anywhere, | Bea Lam | 2009-10-07 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | presumedly replaced by QFxItem::focusChanged(). | |||||
| * | | | | Add missing NOTIFY | Yann Bodson | 2009-10-09 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Improve qdoc generated QML documentation. | Michael Brasser | 2009-10-09 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-10-08 | 25 | -72/+1022 | |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-08 | 22 | -65/+1015 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/advtutorial4.qdoc | |||||
| | * \ \ | Merge branch 'kinetic-declarativeui' of ↵ | Yann Bodson | 2009-10-08 | 7 | -18/+23 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/advtutorial1.qdoc doc/src/declarative/advtutorial3.qdoc doc/src/declarative/advtutorial4.qdoc | |||||
| | * | | | | doc cleanup | Yann Bodson | 2009-10-08 | 22 | -66/+1015 | |
| | | | | | | ||||||
| * | | | | | spel | Warwick Allison | 2009-10-08 | 1 | -2/+2 | |
| | |/ / / | |/| | | | ||||||
| * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-08 | 4 | -3/+4 | |
| |\ \ \ \ | | |/ / / | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-07 | 18 | -561/+414 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/tutorial1.qdoc doc/src/declarative/tutorial2.qdoc doc/src/declarative/tutorial3.qdoc | |||||
| * | | | | | typos | Warwick Allison | 2009-10-07 | 7 | -12/+12 | |
| | | | | | | ||||||
* | | | | | | Remove a bunch of unneeded semicolons. | Martin Jones | 2009-10-08 | 1 | -0/+3 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | doc cleanup | Yann Bodson | 2009-10-08 | 4 | -3/+4 | |
| |/ / / |/| | | | ||||||
* | | | | doc cleanup | Yann Bodson | 2009-10-07 | 9 | -322/+322 | |
| | | | |