summaryrefslogtreecommitdiffstats
path: root/doc/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'qt/master-stable'Jason Barron2009-07-27112-461/+1267
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.exe qmake/Makefile.unix qmake/generators/makefile.cpp src/corelib/global/qglobal.h src/corelib/kernel/kernel.pri src/corelib/kernel/qcoreevent.cpp src/corelib/kernel/qsharedmemory_unix.cpp src/gui/graphicsview/qgraphicsscene.cpp src/gui/kernel/qaction.cpp src/gui/kernel/qaction.h src/gui/kernel/qaction_p.h src/gui/kernel/qapplication.cpp src/gui/kernel/qapplication.h src/gui/kernel/qwidget.cpp src/gui/kernel/qwidget.h src/gui/kernel/qwidget_mac.mm src/gui/painting/qgraphicssystemfactory.cpp src/gui/styles/qwindowsstyle.cpp src/gui/text/qfontengine_qpf.cpp src/gui/widgets/qabstractscrollarea_p.h src/network/access/qnetworkaccessdebugpipebackend.cpp src/network/socket/qlocalsocket_unix.cpp src/network/socket/qnativesocketengine_p.h src/network/socket/qnativesocketengine_unix.cpp src/openvg/qpaintengine_vg.cpp tests/auto/q3sqlcursor/tst_q3sqlcursor.cpp tests/auto/qcssparser/qcssparser.pro tests/auto/qdir/tst_qdir.cpp tests/auto/qfile/tst_qfile.cpp tests/auto/qobject/tst_qobject.cpp tests/auto/qpathclipper/qpathclipper.pro tests/auto/qprocess/tst_qprocess.cpp tests/auto/qsettings/tst_qsettings.cpp tests/auto/qsharedpointer/qsharedpointer.pro tests/auto/qsqlquerymodel/qsqlquerymodel.pro tests/auto/qsqlrelationaltablemodel/qsqlrelationaltablemodel.pro tests/auto/qsqltablemodel/qsqltablemodel.pro tests/auto/qsqlthread/qsqlthread.pro tests/auto/qwidget/tst_qwidget.cpp
| * Fixed embedded mouse and keyboard docu for 4.6Robert Griebl2009-07-234-21/+136
| | | | | | | | Reviewed-By: Paul
| * Doc: link to bugreport form and the public repositoryVolker Hilsheimer2009-07-232-8/+10
| |
| * Doc: Removed invalid statements about item views and QTextDocument.David Boddie2009-07-231-2/+2
| | | | | | | | | | | | Task-number: 257669 Reviewed-by: Trust Me Bikeshed-value-for-reviewed-by-field: 11
| * Doc - Clarified that Graphics View does not support the inverted y-axisKavindra Devi Palaraja2009-07-221-0/+3
| | | | | | | | | | | | | | | | coordinate system Task: 258259 Reviewed-By: João Abecasis <joao@trolltech.com>
| * QNetworkReply: add possibility to ignore specific SSL errorsPeter Hartmann2009-07-222-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | the same method was also added to QSslSocket. previously, it was only possible to ignore all SSL errors; now, it is also possible to only ignore specific SSL errors, given by a QList of QSslErrors. Moreover, it is possible to call this newly added method right after connecting, not just when we get the SSL error. Reviewed-by: Thiago Task-number: 257322
| * qdoc: Added page for obsolete classes.Martin Smith2009-07-222-4/+65
| | | | | | | | | | | | | | The classes marked \obsolete are no longer included in the "All Classes" list. They are listed separately on an "Obsolete Classes" list. The new page is reachable from the "All Classes" page and from the "Grouped Classes" page.
| * Doc fixes to QEasingCurve.Jan-Arve Sæther2009-07-2146-12/+17
| | | | | | | | | | | | | | | | | | | | | | * Remove some references to QAnimation. QAnimation does not exist. * Clarify the documentation for QEasingCurve::Linear. (avoid "tweening" and "no easing") * In the diagrams, change "ease" to "value". * Change the diagram generation code to use antialiased drawing (just as we do in the easingcurve example) Reviewed-by: leo
| * Mention Milan Burda's Windows 9x/ME support removal contributionMarius Storm-Olsen2009-07-201-0/+1
| | | | | | | | | | | | | | With the exception of cfadf08a, all the commits from adc1c08e to a6e32ae1 were from Milan, even if the Author were on some of the commits mangled into my name. This was my mistake, when splitting and reorganizing his massive contribution. My appologies Milan.
| * Doc: add \since 4.6 for new APIsVolker Hilsheimer2009-07-191-0/+4
| |
| * Doc: Document QAction::Priority and Qt::ToolButtonFollowStyle.Volker Hilsheimer2009-07-181-0/+1
| |
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtDavid Boddie2009-07-173-38/+95
| |\
| | * Merge branch 'screencountchanged'Volker Hilsheimer2009-07-171-34/+49
| | |\ | | | | | | | | | | | | | | | | Reviewed-by: denis Reviewed-by: Prasanth
| | | * Implement QDesktopWidget::screenCountChanged signal on desktop platforms,Volker Hilsheimer2009-07-171-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 exempleOlivier Goffart2009-07-171-4/+12
| | | |
| | * | Doc: Added info on QWrappedEvent to QAbstractTransition::eventTest()Geir Vattekar2009-07-171-0/+34
| | |/ | | | | | | | | | Reviewed-by: Kent Hansen
| * | Doc: Added XML Schema license information to the documentation.David Boddie2009-07-171-0/+48
| |/ | | | | | | | | Reviewed-by: Trust Me Post-review-sanity-check-by: Peter Hartmann
| * Doc: show warnings about unrecognized or unsupported devices in the statusVolker Hilsheimer2009-07-161-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 formatThiago Macieira2009-07-165-5/+5
| |
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-151-1/+1
| |\
| | * Doc - fixed a typoKavindra Devi Palaraja2009-07-151-1/+1
| | | | | | | | | | | | | | | | | | Reviewed-By: TrustMe Task: 257919
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtPeter Hartmann2009-07-1537-306/+360
| |\ \ | | |/
| | * doc: Use \inheaderfile to show which include file to include.Martin Smith2009-07-131-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/qtDavid Boddie2009-07-133-45/+55
| | |\
| | | * doc: Clarified what Qt::HANDLE is on Windows.Martin Smith2009-07-131-2/+3
| | | | | | | | | | | | | | | | Task-number: 193615
| | | * Added some links to the appropriate functions to the doc.Denis Dzyubenko2009-07-091-5/+8
| | | | | | | | | | | | | | | | Reviewed-by: trustme
| | | * doc: Minor edits of reentrant/thread-safe expalantion.Martin Smith2009-07-091-6/+6
| | | | | | | | | | | | | | | | Task-number: 189232
| | | * doc: Clarified the meanings in Qt for reentrant and thread-safe.Martin Smith2009-07-091-38/+44
| | | | | | | | | | | | | | | | Task-number: 189232
| | * | Doc: Explicitly declare the module for each namespace to prevent strangeDavid Boddie2009-07-132-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 Boddie2009-07-081-63/+60
| | | | | | | | | | | | | | | | Reviewed-by: Trust Me
| | * | Doc: Added information about newer Visual Studio libraries.David Boddie2009-07-081-4/+6
| | |/ | | | | | | | | | | | | Reviewed-by: Trust Me As-seen-on: #pyqt (freenode.net)
| | * Updated docs to mention pattern matching in help project file lists.ck2009-07-073-16/+11
| | | | | | | | | | | | Reviewed-by: kh
| | * Doc - beautified some of the existing sentences in Part 6Kavindra Devi Palaraja2009-07-061-8/+8
| | | | | | | | | | | | Reviewed-By: TrustMe
| | * general wording change for some file type namesFrederik Schwarzer2009-07-0628-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 translationsOswald Buddenhagen2009-07-061-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 Smith2009-07-061-12/+14
| | | | | | | | | | | | Task-number: 151180
| | * doc: Added note about qmake not building to two targets simultaneouslyMartin Smith2009-07-061-0/+23
| | | | | | | | | | | | Task-number: 256486
| * | Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-07-05788-1906/+3856
| |\ \ | | |/
| | * doc: Corrected several qdoc warnings.Martin Smith2009-07-031-2/+3
| | |
| | * Do not specify the output file when generating Visual Studio ProjectKeith Isdale2009-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | Files files with qmake. The correct file extension for generated file is best left to qmake to decide.
| | * Refactored gesture apiDenis Dzyubenko2009-07-021-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 messagesOswald Buddenhagen2009-07-021-0/+9
| | | | | | | | | | | | Requirement: QT-457
| | * Merge branch '4.5'Thiago Macieira2009-07-021-0/+19
| | |\
| | * | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-0/+3
| | | |
| | * | Doc - some minor fixes to the sentencesKavindra Devi Palaraja2009-07-011-15/+17
| | | | | | | | | | | | | | | | Reviewed-By: TrustMe
| | * | Merge commit 'origin/4.5'Oswald Buddenhagen2009-06-301-1/+6
| | |\ \
| | * | | Doc - some minor fixes on the sentencesKavindra Devi Palaraja2009-06-301-13/+14
| | | | | | | | | | | | | | | | | | | | Reviewed-By: TrustMe
| | * | | Merge branch '4.5'Marius Storm-Olsen2009-06-305-7/+591
| | |\ \ \
| * | \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-1613-125/+185
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://gitorious.org/qt/qtTobias Koenig2009-06-106-726/+944
| |\ \ \ \ \ \