summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* qdoc: More updating command descriptions.Martin Smith2011-02-221-20/+15
|
* qdoc: More updating command descriptions.Martin Smith2011-02-221-83/+77
|
* qdoc: More updating command descriptions.Martin Smith2011-02-221-86/+72
|
* qdoc: More updating command descriptions.Martin Smith2011-02-222-178/+170
|
* qdoc: More updating command descriptions.Martin Smith2011-02-211-100/+101
|
* qdoc: More updating command descriptions.Martin Smith2011-02-211-140/+67
|
* qdoc: More updating command descriptions.Martin Smith2011-02-211-98/+74
|
* qdoc: More updating command descriptions.Martin Smith2011-02-211-211/+145
|
* qdoc: More updating command descriptions.Martin Smith2011-02-181-64/+51
|
* qdoc: More updating command descriptions.Martin Smith2011-02-181-121/+112
|
* qdoc: More updating command descriptions.Martin Smith2011-02-181-317/+280
|
* qdoc: More updating command descriptions.Martin Smith2011-02-181-313/+314
|
* qdoc: More updating command descriptions.Martin Smith2011-02-171-134/+127
|
* qdoc: More updating command descriptions.Martin Smith2011-02-171-151/+135
|
* qdoc: More updating of the command descriptions. \caption implemented.Martin Smith2011-02-171-136/+147
|
* qdoc: Began updating the command descriptions.Martin Smith2011-02-171-76/+72
|
* qdoc: Moved a lot of \target commands to be above the header.Martin Smith2011-02-161-196/+165
|
* qdoc: Updated the qdoc manual and its config file.Martin Smith2011-02-164-2073/+1863
|
* qdoc: Updated the qdoc manual.Martin Smith2011-02-012-285/+48
|
* qdoc: Fixed numerous broken links in the qdoc manual.Martin Smith2011-01-311-43/+45
|
* qdoc: Fixed numerous broken links in the qdoc manual.Martin Smith2011-01-311-740/+740
|
* qdoc: Updated the qdoc manual and its qdocconf file.Martin Smith2011-01-282-227/+95
|
* qdoc: Updated the qdoc manual.Martin Smith2011-01-281-12/+30
| | | | | | | Modified the description of the \raw command. IKt is to be avoided, so I showed how to do the example of \raw ... \endraw using the qdoc commands \tt and \span.
* qdoc: Updated the qdoc manual.Martin Smith2011-01-282-29/+266
| | | | | Added \span and \div marked "new" and marked \raw "avoid".
* qdoc: Added the \span command.Martin Smith2011-01-249-101/+132
| | | | e.g. \span {id="color-red"} {Color this text only}, not this text.
* qdoc: Removed some uses of \raw an d \endraw.Martin Smith2011-01-202-9/+2
| | | | 8 instances of raw-html remain.
* qdoc: Fixed some validation errors in the DITA filesMartin Smith2011-01-1917-108/+147
| | | | 11 instances of raw-html remain.
* qdoc: Added colorizing of individual table cells.Martin Smith2011-01-144-103/+150
|
* qdoc: Added a parameter to \rowMartin Smith2011-01-134-75/+172
| | | | And removed some \raw cases. Only 11 raw-html uses remaining.
* qdoc: Added the \caption command.Martin Smith2011-01-137-25/+43
| | | | | And removed some \raw cases. Only 13 raw-html uses remaining. Added the figCaption clause to style.css.
* qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-122-36/+12
| | | | Only 22 raw-html uses remaining.
* qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-123-836/+981
| | | | Only 27 raw-html uses remaining.
* qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-077-121/+178
|
* qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-051-53/+29
|
* qdoc: Replaced many raw-html cases with \div {something}.Martin Smith2011-01-042-66/+42
|
* qdoc: Changed <bodydiv> to <sectiondiv>.Martin Smith2011-01-041-14/+14
| | | | | Removed format="html" from the <xref> because it didn't work. Investigating further.
* qdoc: Added format="html" to every <xref> for http.Martin Smith2011-01-031-0/+12
|
* qdoc: Added typedef to help the OSX compiler accept a template.Martin Smith2010-12-161-1/+2
|
* Merge branch '4.7' into mimirDavid Boddie2010-12-15118-478/+1721
|\
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-1428-85/+286
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-12-145-77/+35
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Docs: implications of creating network access managers in other threads Clarify that XmlListModel is read only Revert a fix made for bug QTBUG-15341
| | | * Docs: implications of creating network access managers in other threadsBea Lam2010-12-141-20/+33
| | | | | | | | | | | | | | | | Task-number: QTBUG-16032
| | | * Clarify that XmlListModel is read onlyBea Lam2010-12-141-2/+2
| | | |
| | | * Revert a fix made for bug QTBUG-15341Joona Petrell2010-12-143-55/+0
| | | | | | | | | | | | | | | | Reverted a commit 2eee49127b80b5b56c605f76ccea004b03d89577 "Remove active selection when TextEdit loses focus". Contrary to TextInput, by default TextEdit keeps the selection visible when the editor loses active focus. If this is not wanted, a property called persistentSelection can be set false to make selection dependant on the focus.
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into ↵Qt Continuous Integration System2010-12-1411-12/+157
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public: Fixed a bug in the input methods on S60 with QGraphicsWebView. Fixed several compile and deployment issues in the mmf phonon plugin.
| | | * | Fixed a bug in the input methods on S60 with QGraphicsWebView.axis2010-12-143-3/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The bug happened because we did not expect to receive a call to CancelFepInlineEdit() when the widget had not previously been given any preedit text by S60. However, this can happen, and if it happens at the same time that there is a temporarily visible character in the widget (because it will be obscured as a password a second later), then the temporary character would be discarded. Fixed by checking in the beginning of CancelFepInlineEdit() whether we currently have any temporary preedit text or not, and if we do, we don't clear the contents, since it is the input context itself that generated the preedit text, not S60. Also made sure that the temporary preedit text is committed if we receive a call to UpdateFepInlineTextL(), which may sometimes happen without a call to StartFepInlineEditL(). Task: QT-4314 AutoTest: Included RevBy: Shane Kearns
| | | * | Fixed several compile and deployment issues in the mmf phonon plugin.axis2010-12-148-9/+9
| | | | | | | | | | | | | | | | | | | | RevBy: Trust me
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-12-142-3/+4
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: QApplication: fix crash exit whith native windows
| | | * | | QApplication: fix crash exit whith native windowsOlivier Goffart2010-12-142-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced in 8dd8db250d92521fda619bdcf3e1c859b37b2da0 Patch comes from the task Task-number: QTBUG-15774
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging into ↵Qt Continuous Integration System2010-12-145-7/+24
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-water-staging: Cocoa: popup hides behind window Cocoa: combobox does not hightlight when mouse re-hovers the first item Cocoa: Fix addChildWindow bug where we connect a grandparent to a child Cocoa: cannot use staysOnTop flag for native file dialogs Cocoa: make sure stays on top child windows are not levelled down Cocoa: native child filedialogs sometimes shows non-native on screen