summaryrefslogtreecommitdiffstats
path: root/src/qt3support
Commit message (Collapse)AuthorAgeFilesLines
* doc: Changed several \reimp to \internalMartin Smith2009-07-201-10/+10
| | | | The base function was \internal pr private.
* doc: Clarified what happens with a null Q3CString.Martin Smith2009-07-141-5/+27
| | | | | | | | | If you call data() on a default constructed Q3CString, it returns a non-null pointer and from then on isNull() returns false. You have to use constData() to prevent the shared class from detaching the null representation and replacing it with an empty representation. Task-number: 210895
* Build fix for mingwThierry Bastian2009-07-141-6/+1
| | | | | we should include qt_windows.h and not windows.h because we have to define WINVER to 0x500.
* doc: Explained that you can't add new Q3DockAreas to a Widget.Martin Smith2009-07-071-14/+15
| | | | | | They won't be shown. Task-number: 166508
* doc: Corrected several qdoc warnings.Martin Smith2009-07-021-2/+0
|
* doc: Corrected several qdoc warnings.Martin Smith2009-07-021-4/+3
|
* src/qt3support: Remove QT_WA and non-Unicode code paths, dropping Win9x and ↵miniak2009-07-017-724/+222
| | | | | | | NT support Merge-request: 604 Reviewed-by: Marius Storm-Olsen <marius@trolltech.com>
* Merge license header changes from 4.5Volker Hilsheimer2009-06-16212-424/+424
|\
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-16212-424/+424
| | | | | | | | Reviewed-by: Trust Me
* | All of Qt's own code compiles with -pedantic now (but pcre and webkit don't ↵David Faure2009-06-041-1/+1
| | | | | | | | | | | | | | seem fixable easily) Merge-request: 594 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* | improved string operations all over the placeThierry Bastian2009-05-2817-123/+122
| | | | | | | | | | used character operations whenever possible better usage of QLatin1String
* | some cleanups on private exported symbolsThierry Bastian2009-05-261-5/+0
| |
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-05-197-8/+8
|\ \ | |/
| * Fix some typos in the documentation.Frederik Schwarzer2009-05-187-8/+8
| | | | | | | | | | | | Usually, "the the" is not proper English Reviewed-By: Thiago Macieira
* | Merge branch '4.5'Rhys Weatherley2009-04-211-4/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp tools/qdoc3/test/assistant.qdocconf tools/qdoc3/test/designer.qdocconf tools/qdoc3/test/linguist.qdocconf tools/qdoc3/test/qmake.qdocconf tools/qdoc3/test/qt-build-docs.qdocconf tools/qdoc3/test/qt.qdocconf
| * Fix Q3FileDialog bug that make impossible to rename twice a fileAlexis Menard2009-04-211-4/+9
| | | | | | | | | | | | | | | | | | The line edit (to rename the file) contains a guard to avoid double emit when the editing is finished but this flag was not set back properly so it was making the line edit not usable afterwards. Task-number: 251779 Reviewed-by: bnilsen
* | Merge commit 'origin/4.5'Bjoern Erik Nilsen2009-04-071-1/+2
|\ \ | |/ | | | | | | | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp src/gui/graphicsview/qgraphicsitem_p.h src/gui/graphicsview/qgraphicsscene.cpp src/gui/painting/qtransform.cpp
| * Works around a crash in q3richtext.Gunnar Sletta2009-04-071-1/+2
| | | | | | | | | | | | | | Full fix will potentially break other code and is thus avoided Task-number: 248992 Reviewed-by: Trond
| * Long live Qt 4.5!Lars Knoll2009-03-23223-0/+149509
|
* Long live Qt!Lars Knoll2009-03-23223-0/+149521