summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add start, stop slots to QmlTimerAlan Alpert2009-08-203-1/+31
|
* Add positioner changes to documentAlan Alpert2009-08-201-0/+11
|
* Document changes made due to API reviews.Martin Jones2009-08-201-0/+49
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-2017-139/+139
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Renaming Rect -> RectangleYann Bodson2009-08-1917-139/+139
| |
* | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-1914-149/+80
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-08-1915-122/+65
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-1912-101/+29
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Doc clarificationMichael Brasser2009-08-191-2/+2
| | | |
| | | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-08-1914-191/+125
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/fx/qfxmouseregion.cpp
| | | * | Various doc fixes.Michael Brasser2009-08-1913-119/+47
| | | | | | | | | | | | | | | | | | | | Make QML docs fit in with the new Qt style. Fix numerous qdoc errors.
| | * | | update documentationYann Bodson2009-08-191-1/+1
| | | | |
| | * | | update TextInput documentationYann Bodson2009-08-191-19/+19
| | | |/ | | |/|
| * | | Use range semantics for versions.Warwick Allison2009-08-191-14/+19
| | | | | | | | | | | | | | | | Meets spec QT-558
| * | | tighten installed importingWarwick Allison2009-08-191-30/+28
| | | | | | | | | | | | | | | | still not per-spec
* | | | Small doc fixed for mouse handling.Martin Jones2009-08-192-3/+10
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-199-152/+30
|\ \ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ \ Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-08-1911-188/+103
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | doc fixYann Bodson2009-08-191-1/+1
| | |/ /
| | * | Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-195-39/+91
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Yann Bodson2009-08-19414-1592/+19281
| | |\ \ \ | | | | |/ | | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | doc cleanupYann Bodson2009-08-196-151/+18
| | | | |
| * | | | Update demosAlan Alpert2009-08-192-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove uses of margin for positioners. Update MediaLineEdit to use a TextInput, in the process added a selectAll() slot to TextInput (like TextEdit has).
* | | | | Fix containsMouse and clicking in general when acceptsHover is false.Martin Jones2009-08-191-0/+4
| |_|_|/ |/| | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-08-19443-2344/+19825
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-08-19425-1877/+19586
| |\ \ \ | | | |/ | | |/| | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵Michael Brasser2009-08-19414-1592/+19281
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: doc/src/index.qdoc doc/src/topics.qdoc src/gui/graphicsview/qgraphicsitem.cpp src/gui/graphicsview/qgraphicsitem.h src/gui/graphicsview/qgraphicsitem_p.h tests/auto/auto.pro
| | | * Make sure windows raise properly when focusedAnders Bakken2009-08-183-25/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We never used to properly raise windows with DirectFB's window management. Somehow the event happens on a window surface that doesn't really have a IDirectFBWindow associated with it but using permanentState I can establish a sibling relationship to ensure raise gets called on the right window surface. Reviewed-By: Donald <qt-info@nokia.com>
| | | * Initialize bpl in QDirectFBPaintDevice(...)Anders Bakken2009-08-181-1/+1
| | | | | | | | | | | | | | | | Reviewed-by: Donald <qt-info@nokia.com>
| | | * Disambiguate variable namesAnders Bakken2009-08-182-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | s/lock/lockFlgs/ lock is also a function in QWSWindowSurface. Reviewed-by: Donald <qt-info@nokia.com>
| | | * Fixed toRawForm because the domains usually start with a dot.Thiago Macieira2009-08-181-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Like 9fea895d6, the series of commits ending in ff1280178 made QUrl::toAce more strict. Now it doesn't accept empty domain labels, which is exactly what a leading dot means. Interestingly, KDE 3's KURL had a long-standing hack to support the leading dot and which I broke on more than one occasion. And it had that feature exactly because of cookies.
| | | * Remove a global static in QtTest: we can do the same with dynamicThiago Macieira2009-08-181-2/+7
| | | | | | | | | | | | | | | | allocation.
| | | * Remove a global destructor from QtDBus.Thiago Macieira2009-08-181-4/+6
| | | | | | | | | | | | | | | | Instead, only run the unload code if we successfully loaded.
| | | * Doc: explain that QUrl::toAce may fail if its input is not correct.Thiago Macieira2009-08-181-0/+4
| | | |
| | | * Simplify DirectFB clippingAnders Bakken2009-08-182-25/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of storing whether or not our clip is dirty and updating it in every paint operation we'll just update it whenever it changes. This is more intuitive and should be faster for the common case as well. Also make sure to implement clip(region). Prevent multiple updateClip() calls for a single clip operation by introducing a flag to check whether we recursed into the different clip() calls. Reviewed-by: Donald <qt-info@nokia.com>
| | | * Fix bugs in DFBPE fillRect and drawTiledPixmapAnders Bakken2009-08-181-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Make sure to call CLIPPED_PAINT so painting with a region clip works. Reviewed-by: Donald <qt-info@nokia.com>
| | | * Added a behaviour parameter to QXmlStreamReader::readElementTextThorbjørn Lindeijer2009-08-182-8/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes the function a bit more useful, since previously it was only safe to use if you were sure that it would not encounter an unexpected child element, or if you would be alright with canceling the parser on such an occurrence. Now it is also possible to have it ignore any unexpected child elements, or to have it include the text found in any child elements. Task-number: 231938 Reviewed-by: mae
| | | * Added two convenience functions to QXmlStreamReaderThorbjørn Lindeijer2009-08-182-0/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QXmlStreamReader::readNextStartElement reads until the next start element within the current element, or returns false when no such element is encountered before the end element is reached. It simplifies the common case of iterating over the elements in an XML document. QXmlStreamReader::skipCurrentElement reads until the end element of the current element, skipping any child elements. This functionality was requested in two tasks, and a similar function 'readUnknownElement' was present in Qt's stream reader example. Autotest is included, example and documentation have been updated. Task-number: 238793 Reviewed-by: mae
| | | * Fixed a crash when setting twice the same viewmode on a QListViewThierry Bastian2009-08-181-1/+3
| | | | | | | | | | | | | | | | autotest will detect the problem
| | | * Fixed QRasterPaintEngine::drawImage() for 1x1 source rectangles.Kim Motoyoshi Kalland2009-08-181-2/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QRasterPaintEngine::drawImage() used an optimized code path when the source rectangle was 1x1. It would sample the source image at the source rectangle's top-left corner and use the sampled color to fill the entire target rectangle. There were two bugs, however: 1) The sampled color was assumed to be non-premultiplied, so you could end up with premultiplying the color twice. This was fixed by avoiding premultiplying a second time if the source image has a premultiplied format. 2) Since the source rectangle is a QRectF, it could easily cross pixel boundaries even if it's 1x1. In this case, it is not correct to fill the target rectangle with a single color. This was fixed by checking if the entire source rectangle is contained in a single pixel before taking the optimized code path. Task-number: 256950 Reviewed-by: Trond
| | | * Make sure to update pos QDFBCursor::moveAnders Bakken2009-08-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We don't need to chain to the base class since the QDirectFBScreenCursor always is rendered by hardware but we should update the pos variable in case people ask where the cursor is. Reviewed-by: TrustMe
| | | * add QGraphicsObject Q_INTERFACES macroThierry Bastian2009-08-181-0/+1
| | | |
| | | * Compile fix with namespaceshjk2009-08-181-0/+2
| | | |
| | | * Animations: update the documentationThierry Bastian2009-08-181-7/+0
| | | | | | | | | | | | | | | | Removed the reference to the QAnimationState that doesn't exist anymore
| | | * Make TestLib compatible with mingw when gui is not usedThierry Bastian2009-08-183-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that headers in QTestLib define functions for mouse and key events. Those are causing link errors on all autotests that do "QT -= gui" with mingw (only debug seems to be affected). Reviewed-by: jasplin
| | | * Fixed bug when rendering long lines of text without XRender.Samuel Rødal2009-08-181-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | XRectangle coordinates need to be clipped to the short integer range. Task-number: 250137 Reviewed-by: Trond
| | | * QItemSelectionModel: hasSelection can return true when no selectionThierry Bastian2009-08-181-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | we needed to finalize the selection when rows are removed Reviewed-by: ogoffart
| | | * QHeaderView: assertion when modifying the root iem of a treewidgetThierry Bastian2009-08-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | dataChanged is emitted with invalid model index. We needed to handle that. Reviewed-by: ogoffart
| | | * Fix build failure on Mac OS 10.5Richard Moe Gustavsen2009-08-181-2/+4
| | | | | | | | | | | | | | | | Gestures only awailable on 10.6
| | | * Added support for gestures on Mac OS X CarbonRichard Moe Gustavsen2009-08-183-7/+76
| | | |