Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doc: Replaced QSet<double> with QSet<int> in QList::fromSet() example | Stian Sandvik Thomassen | 2009-08-02 | 1 | -3/+3 |
| | | | | | We don't implement qHash() for double, so let's not use QSet<double> in the documentation. | ||||
* | Doc: Use new APIs in example and correct documentation regarding replacement. | Volker Hilsheimer | 2009-07-31 | 1 | -2/+2 |
| | |||||
* | Doc: Fixed a snippet bug in QFileInfo | Geir Vattekar | 2009-07-31 | 1 | -3/+3 |
| | | | | | Task-number: 258371 Reviewed-by: Trust Me | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Aaron Kennedy | 2009-07-31 | 44 | -1484/+1557 |
|\ | |||||
| * | API documentation moved into the classes subdirectory | Volker Hilsheimer | 2009-07-30 | 1 | -0/+0 |
| | | |||||
| * | Doc: there is no group of explicitly shared classes, only one class uses this. | Volker Hilsheimer | 2009-07-30 | 2 | -111/+144 |
| | | | | | | | | | | Explain the implications in the QWebHistoryItem documentation, and get rid of the "group". | ||||
| * | Doc: Move class and function documentation into a dedicated directory. | Volker Hilsheimer | 2009-07-30 | 41 | -1373/+1413 |
| | | |||||
* | | Add FINAL attribute to Q_PROPERTY() | Aaron Kennedy | 2009-07-31 | 2 | -1/+7 |
| | | | | | | | | | | | | This will be used by the declarative module to optimize property bindings. Reviewed-by: Roberto Raggi | ||||
* | | Add CONSTANT attribute to Q_PROPERTY() | Aaron Kennedy | 2009-07-31 | 2 | -1/+8 |
|/ | | | | | | This will be used by the declarative module to determine if a property lacking a NOTIFY signal is truly constant, or just missing a NOTIFY signal. Reviewed-by: Roberto Raggi | ||||
* | Doc: Another classlist. | Volker Hilsheimer | 2009-07-29 | 2 | -54/+14 |
| | |||||
* | Doc: Move legalese files into a separate directory. | Volker Hilsheimer | 2009-07-29 | 8 | -12/+13 |
| | |||||
* | Doc cleanup: Move list-generating pages together into classes.qdoc | Volker Hilsheimer | 2009-07-29 | 7 | -299/+72 |
| | |||||
* | Doc: remove obsolete content. | Volker Hilsheimer | 2009-07-29 | 1 | -12/+0 |
| | |||||
* | Remove old and obsolete files. | Volker Hilsheimer | 2009-07-29 | 4 | -110/+0 |
| | |||||
* | Doc: Fix incorrect merge. | Volker Hilsheimer | 2009-07-29 | 1 | -3/+0 |
| | |||||
* | Doc: The layout documentation is not a list of classes. | Volker Hilsheimer | 2009-07-29 | 5 | -7/+6 |
| | |||||
* | Xml Schema: document the xmlpatternsvalidator command line utility | Peter Hartmann | 2009-07-29 | 1 | -0/+6 |
| | | | | Reviewed-by: TrustMe | ||||
* | Fix copy/paste typo | Volker Hilsheimer | 2009-07-29 | 1 | -1/+1 |
| | |||||
* | Port of Qt to QNX | Harald Fernengel | 2009-07-29 | 2 | -6/+99 |
| | | | | | | | | This makes Qt work on QNX 6.4. * no q3support, no phonon * no QSharedMemory, no QSystemSemaphore, no QProcess Reviewed-By: Robert Griebl | ||||
* | Port of Qt to VxWorks | Robert Griebl | 2009-07-29 | 2 | -0/+133 |
| | | | | | | | | | | | | | | | | | | | | | | | This makes Qt work on VxWorks 6.6+ in native (kernel) mode. * compiles with the WindRiver GNU toolchain (Linux only) * works with QWS (tested with the VNC driver only) * tested on PPC hardware and the x86 VxWorks simulator * no q3support, no phonon, no webkit * no QSharedMemory, no QSystemSemaphore, no QProcess * only one QApplication instance (flat address space) * filesystem support depends heavily on the quality of the native driver * QLibrary is just a dummy to make plugins work at all * qmake transparently creates VxWorks munching rules for static ctors * made auto-test cope with missing OS features A special note regarding the Q_FOREACH patch for dcc: when calling foreach(a,c) with c being a function returning a container, the compiler would generate 5 references to some labels (.LXXXX), which are not there (so the linker complains in the end). Seems like dcc doesn't really like the 'true ? 0 : <function call to get type>' statement Reviewed-By: Harald Fernengel | ||||
* | Move sub-attaq from examples to demos because sub-attaq is a bit | Alexis Menard | 2009-07-28 | 2 | -0/+54 |
| | | | | too "advanced". | ||||
* | Remove tank game example | Eskil Abrahamsen Blomfeldt | 2009-07-28 | 2 | -118/+0 |
| | | | | | | | | | After discussions with product management, it was considered best that this example be removed until it can be improved. There are some bugs an irregularities that should be cleaned up, and the theme should be made less violent. Reviewed-by: Volker Hilsheimer | ||||
* | Doc: Document format for new Math3D classes as well as QTransform | Volker Hilsheimer | 2009-07-27 | 1 | -0/+56 |
| | |||||
* | Doc: QPictureIO and QPictureFormatPlugin have been obsolete for a while. | Volker Hilsheimer | 2009-07-27 | 1 | -1/+0 |
| | |||||
* | Doc: Obsolete QMatrix and QPainter APIs using it. | Volker Hilsheimer | 2009-07-27 | 1 | -1/+1 |
| | | | | | | | | | QTransform and respective APIs should be used. Still some changes required - Some references to QMatrix left in documentation - Qt code uses QMatrix APIs (ie translationX) Reviewed-by: Samuel | ||||
* | Doc: QTextLayout is the class to use in interactive text controls. | Volker Hilsheimer | 2009-07-27 | 1 | -6/+6 |
| | |||||
* | Doc: Remove more links to obsolete functions. | Volker Hilsheimer | 2009-07-25 | 1 | -1/+1 |
| | |||||
* | Doc: Replace QMatrix with QTransform and respective functions in various places. | Volker Hilsheimer | 2009-07-25 | 3 | -19/+15 |
| | |||||
* | Doc: Replace more links to obsolete APIs. | Volker Hilsheimer | 2009-07-25 | 2 | -9/+9 |
| | |||||
* | Doc: Replace links to obsolete APIs. | Volker Hilsheimer | 2009-07-25 | 2 | -4/+2 |
| | |||||
* | qdoc: Fixed all references to obsolete QHttp classes. | Martin Smith | 2009-07-24 | 6 | -40/+39 |
| | |||||
* | Doc: Split qdoc file for various platform and compiler specific | Volker Hilsheimer | 2009-07-24 | 3 | -342/+421 |
| | | | | pages, and update with information relevant for Qt 4.6 | ||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Peter Yard | 2009-07-24 | 58 | -47/+254 |
|\ | |||||
| * | Some minor doc fixes. | Robert Griebl | 2009-07-23 | 2 | -8/+8 |
| | | | | | | | | Reviewed-by: Kavindra | ||||
| * | Fixed embedded mouse and keyboard docu for 4.6 | Robert Griebl | 2009-07-23 | 4 | -21/+136 |
| | | | | | | | | Reviewed-By: Paul | ||||
| * | Doc: link to bugreport form and the public repository | Volker Hilsheimer | 2009-07-23 | 2 | -8/+10 |
| | | |||||
| * | Doc: Removed invalid statements about item views and QTextDocument. | David Boddie | 2009-07-23 | 1 | -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-axis | Kavindra Devi Palaraja | 2009-07-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | coordinate system Task: 258259 Reviewed-By: João Abecasis <joao@trolltech.com> | ||||
| * | QNetworkReply: add possibility to ignore specific SSL errors | Peter Hartmann | 2009-07-22 | 2 | -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 Smith | 2009-07-22 | 2 | -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æther | 2009-07-21 | 46 | -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 | ||||
* | | #250741 Doc for Making task editable | Peter Yard | 2009-07-24 | 2 | -3/+38 |
|/ | |||||
* | Mention Milan Burda's Windows 9x/ME support removal contribution | Marius Storm-Olsen | 2009-07-20 | 1 | -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 APIs | Volker Hilsheimer | 2009-07-19 | 1 | -0/+4 |
| | |||||
* | 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 |