Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle. | Volker Hilsheimer | 2009-07-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-07-17 | 3 | -38/+95 |
|\ | |||||
| * | Merge branch 'screencountchanged' | Volker Hilsheimer | 2009-07-17 | 1 | -34/+49 |
| |\ | | | | | | | | | | | | | Reviewed-by: denis Reviewed-by: Prasanth | ||||
| | * | Implement QDesktopWidget::screenCountChanged signal on desktop platforms, | Volker Hilsheimer | 2009-07-17 | 1 | -34/+49 |
| | | | | | | | | | | | | | | | | | | | | | and add manual testcase. Provide replacement "screenCount" for numScreens and document numScreens as obsolete to be more consistent with other APIs. | ||||
| * | | Update the documentation after the change in the completer exemple | Olivier Goffart | 2009-07-17 | 1 | -4/+12 |
| | | | |||||
| * | | Doc: Added info on QWrappedEvent to QAbstractTransition::eventTest() | Geir Vattekar | 2009-07-17 | 1 | -0/+34 |
| |/ | | | | | | | Reviewed-by: Kent Hansen | ||||
* | | Doc: Added XML Schema license information to the documentation. | David Boddie | 2009-07-17 | 1 | -0/+48 |
|/ | | | | | Reviewed-by: Trust Me Post-review-sanity-check-by: Peter Hartmann | ||||
* | Doc: show warnings about unrecognized or unsupported devices in the status | Volker Hilsheimer | 2009-07-16 | 1 | -1/+4 |
| | | | | | | | bar where TabletPC users can also see them. Fixes: task 216859 Rev-by: TrustMe | ||||
* | Update the license headers in XML Schema to the new format | Thiago Macieira | 2009-07-16 | 5 | -5/+5 |
| | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 2009-07-15 | 1 | -1/+1 |
|\ | |||||
| * | Doc - fixed a typo | Kavindra Devi Palaraja | 2009-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Reviewed-By: TrustMe Task: 257919 | ||||
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Hartmann | 2009-07-15 | 37 | -306/+360 |
|\ \ | |/ | |||||
| * | doc: Use \inheaderfile to show which include file to include. | Martin Smith | 2009-07-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | Letting qdoc output it automatically produces the wrong header file name. Task-number: 217268 210171 220664 | ||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | David Boddie | 2009-07-13 | 3 | -45/+55 |
| |\ | |||||
| | * | doc: Clarified what Qt::HANDLE is on Windows. | Martin Smith | 2009-07-13 | 1 | -2/+3 |
| | | | | | | | | | | | | Task-number: 193615 | ||||
| | * | Added some links to the appropriate functions to the doc. | Denis Dzyubenko | 2009-07-09 | 1 | -5/+8 |
| | | | | | | | | | | | | Reviewed-by: trustme | ||||
| | * | doc: Minor edits of reentrant/thread-safe expalantion. | Martin Smith | 2009-07-09 | 1 | -6/+6 |
| | | | | | | | | | | | | Task-number: 189232 | ||||
| | * | doc: Clarified the meanings in Qt for reentrant and thread-safe. | Martin Smith | 2009-07-09 | 1 | -38/+44 |
| | | | | | | | | | | | | Task-number: 189232 | ||||
| * | | Doc: Explicitly declare the module for each namespace to prevent strange | David Boddie | 2009-07-13 | 2 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | omissions when qdoc is used in certain Windows environments. Task-number: 256415 Reviewed-by: Trust Me | ||||
| * | | Doc: Post review fixes to the SQL data types table. | David Boddie | 2009-07-08 | 1 | -63/+60 |
| | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| * | | Doc: Added information about newer Visual Studio libraries. | David Boddie | 2009-07-08 | 1 | -4/+6 |
| |/ | | | | | | | | | Reviewed-by: Trust Me As-seen-on: #pyqt (freenode.net) | ||||
| * | Updated docs to mention pattern matching in help project file lists. | ck | 2009-07-07 | 3 | -16/+11 |
| | | | | | | | | Reviewed-by: kh | ||||
| * | Doc - beautified some of the existing sentences in Part 6 | Kavindra Devi Palaraja | 2009-07-06 | 1 | -8/+8 |
| | | | | | | | | Reviewed-By: TrustMe | ||||
| * | general wording change for some file type names | Frederik Schwarzer | 2009-07-06 | 28 | -157/+156 |
| | | | | | | | | | | | | | | | | | | | | | | - .ts file -> TS file - .qm file -> QM file - .ui file -> UI file + a handfull of typos I stumbled over Merge-request: 802 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | ||||
| * | support for id-based translations | Oswald Buddenhagen | 2009-07-06 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | unlike in an earlier attempt, ids are textual this time. the developer is able to provide a template for the string. when lupdate and lrelease are integrated into the build process, this makes it possible to avoid a round-trip to a dedicated string designer during the early development stage. Requirement-id: QT-435 | ||||
| * | doc: Corrected comment about effect of deleting a QObject from a thread. | Martin Smith | 2009-07-06 | 1 | -12/+14 |
| | | | | | | | | Task-number: 151180 | ||||
| * | doc: Added note about qmake not building to two targets simultaneously | Martin Smith | 2009-07-06 | 1 | -0/+23 |
| | | | | | | | | Task-number: 256486 | ||||
* | | Merge branch 'master' of git://gitorious.org/qt/qt | Tobias Koenig | 2009-07-05 | 789 | -1915/+3858 |
|\ \ | |/ | |||||
| * | doc: Corrected several qdoc warnings. | Martin Smith | 2009-07-03 | 1 | -2/+3 |
| | | |||||
| * | Do not specify the output file when generating Visual Studio Project | Keith Isdale | 2009-07-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Files files with qmake. The correct file extension for generated file is best left to qmake to decide. | ||||
| * | Refactored gesture api | Denis Dzyubenko | 2009-07-02 | 1 | -37/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rewritten the api almost from scratch, making it simplier and more flexible at the same time. The current implementation will not have complex gseturemanager class inside Qt, but the QGesture base class, which represents both a gesture recognizer and a gesture itself with a set of properties. A set of common gestures that can use used in third-party applications (and in Qt itself internally) is supposed to be found in qstandardgestures.h, and a base class for user-defined gestures is in qgesture.h Gesture implementation for Pan on Windows7 has also been added as a reference implementation for platform gestures. | ||||
| * | add support for attaching meta data to translatable messages | Oswald Buddenhagen | 2009-07-02 | 1 | -0/+9 |
| | | | | | | | | Requirement: QT-457 | ||||
| * | Merge branch '4.5' | Thiago Macieira | 2009-07-02 | 1 | -0/+19 |
| |\ | |||||
| | * | Doc: adding details to qmake docs | Morten Engvoldsen | 2009-07-02 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation about the create_prl and link_prl to the CONFIG variable in the qmake manual Task-number: 165165 Rev-by: Geir Vattekar Rev-by: Volker Hilsheimer | ||||
| * | | doc: Corrected several qdoc warnings. | Martin Smith | 2009-07-02 | 1 | -0/+3 |
| | | | |||||
| * | | Doc - some minor fixes to the sentences | Kavindra Devi Palaraja | 2009-07-01 | 1 | -15/+17 |
| | | | | | | | | | | | | Reviewed-By: TrustMe | ||||
| * | | Make "make docs" in QTDIR work on Windows, independent of configure ↵ | Volker Hilsheimer | 2009-07-01 | 1 | -9/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -debug/release/debug_and_release - build qdoc3 always into tools\qdoc3 rathern than release/debug subdirs - call it from there Reviewed-by: Marius SO | ||||
| * | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-30 | 1 | -1/+6 |
| |\ \ | | |/ | |||||
| | * | Doc: Said which formats we support for a QIODevice driven MediaSource | Geir Vattekar | 2009-06-30 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | Task-number: 253902 Reviewed-by: Thierry Bastian | ||||
| * | | Doc - some minor fixes on the sentences | Kavindra Devi Palaraja | 2009-06-30 | 1 | -13/+14 |
| | | | | | | | | | | | | Reviewed-By: TrustMe | ||||
| * | | Merge branch '4.5' | Marius Storm-Olsen | 2009-06-30 | 5 | -7/+591 |
| |\ \ | | |/ | |||||
| | * | Doc: Fixed links that pointed to removed documentation. | Geir Vattekar | 2009-06-30 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | Information on issues with the icc compiler has been moved in the docs. Redirected links that still pointed to the old location. Task-number: 257039 Reviewed-by: Morten Engvoldsen | ||||
| | * | Remove links to out-of-date class chart. | Jason McDonald | 2009-06-30 | 2 | -4/+0 |
| | | | | | | | | | | | | Reviewed-by: Gareth Pethig | ||||
| | * | Doc: Adding documentation on supported data types in Qt SQL module | Morten Engvoldsen | 2009-06-29 | 2 | -0/+587 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Created a table showing the use of different data types in relations with different Qt-supported Databases. Also reviewed by Task-number: 182851 Rev-by: Geir Vattekar Rev-by: David Boddie Rev-by: Bill King | ||||
| * | | Doc - Adding the steps to import a pro file via VS Add-in | Kavindra Devi Palaraja | 2009-06-29 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | Reviewed-By: Joerg Bornemann <joerg.bornemann@trolltech.com> Task: 157404 | ||||
| * | | Doc: Documented the Move Blocks example. | Geir Vattekar | 2009-06-29 | 4 | -0/+229 |
| | | | | | | | | | | | | Reviewed-by: Andreas Aardal Hanssen | ||||
| * | | Doc - Improved the Detailed Description section for QCheckBox with | Kavindra Devi Palaraja | 2009-06-29 | 2 | -0/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | screenshots and some cleaned up sentences. Reviewed-By: TrustMe Details: Also fixed the error in the sentence mentioning that QButtonGroup can be used to group buttons visually thanks to a bug report. | ||||
| * | | Fix old/missing license headers from multitouch+gestures merge. | Jason McDonald | 2009-06-29 | 1 | -2/+2 |
| | | | | | | | | | | | | Reviewed-by: Trust Me | ||||
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Bradley T. Hughes | 2009-06-25 | 4 | -17/+334 |
| |\ \ | |||||
| | * | | Flesh out the OpenVG module documentation a bit. | Rhys Weatherley | 2009-06-25 | 3 | -17/+269 |
| | | | | | | | | | | | | | | | | Reviewed-by: trustme |