summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update list of elements in doc.Michael Brasser2009-07-171-11/+1
|
* WidgetContainer renamed to GraphicsObjectContainer.Michael Brasser2009-07-173-39/+40
| | | | Also corrected handling of scene change.
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-175-41/+55
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Be faster.Warwick Allison2009-07-171-3/+7
| | | | | | | | Feel faster.
| * Stop the clock while no visible particles and not emitting.Warwick Allison2009-07-171-25/+19
| | | | | | | | | | Fix size and update logic. Was using 100% CPU.
| * Compile, tidy up code.Warwick Allison2009-07-173-13/+29
| |
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-171-3/+1
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcompiler.cpp
| * | Must set id before call, since addId ASSERTs.Warwick Allison2009-07-171-2/+2
| | |
* | | Basic inputMethodQuery support for KeyProxy.Michael Brasser2009-07-174-13/+41
| | |
* | | LineEdit cleanup.Michael Brasser2009-07-173-37/+4
| | |
* | | Remove non-functioning opaque property.Michael Brasser2009-07-176-47/+4
| | |
* | | Minor cleanup.Michael Brasser2009-07-171-6/+3
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-07-171180-20850/+26706
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Change the color of the particlesYann Bodson2009-07-164-1/+1
| |
| * Don't try to build qmldebugger.Yann Bodson2009-07-161-1/+1
| |
| * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-161103-8441/+25998
| |\ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-gv Conflicts: src/declarative/fx/qfxitem.h src/declarative/util/qfxview.h src/gui/graphicsview/qgraphicsitem_p.h
| | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1677-3606/+5625
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Recognize T_MULTILINE_STRING_LITERAL as a primary expression and removed ↵Roberto Raggi2009-07-165-977/+929
| | | | | | | | | | | | | | | | UiMultilineStringLiteral statements.
| | | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-07-1670-2548/+4513
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * Add an errors() signal to QFxViewKai Koehne2009-07-162-48/+18
| | | | | | | | | | | | | | | | | | | | This is in addition to the logging to the console. Discussed with Aaron.
| | | * | Qualifiers and versioning for C++-defined types.Warwick Allison2009-07-164-81/+183
| | | | | | | | | | | | | | | | | | | | | | | | | (and a *TEST* hack for Qt/4.6/ - this is exactly NOT the way to do it) Two-step type resolution for Javascript (Aaron).
| | * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-07-1589-3235/+3181
| | |\ \ \ | | | |/ / | | | | | | | | | | 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-07-151055-6700/+24500
| | |\ \ \ | | | | | | | | | | | | | | | | | | kinetic-declarativeui
| | | * | | Fixed recompile of tests/auto/selftests/exception.Rohan McGovern2009-07-156-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turns out making a binary named `exception' is quite a bad idea... when some code does `#include <exception>', guess which file gets picked up :-)
| | | * | | Fixed selftest failure.Rohan McGovern2009-07-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Update maxwarnings for testlib string change.
| | | * | | Improve error message from configure.exe when trying to compile the Windows ↵David Faure2009-07-141-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | phonon backend: - mention the DirectShow SDK, not the DirectX SDK (which doesn't include DirectShow anymore) - mention which exact files were not found, rather than just "all required files couldn't be found" Merge-request: 881 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
| | | * | | Forgot to include qnet_unix_p.h for the qt_safe_() functionsRobert Griebl2009-07-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-By: TrustMe
| | | * | | QNetworkReply: Add isFinished() method documentation improvementMarkus Goetz2009-07-141-0/+4
| | | | | |
| | | * | | support context menu for system tray icons on Windows CEJoerg Bornemann2009-07-141-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is Windows CE only. For Windows mobile we don't support context menus for system tray icons. Task-number: 250528 Reviewed-by: thartman
| | | * | | Socket function cleanup: replacing direct POSIX calls with qt_safe_().Robert Griebl2009-07-145-44/+42
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-By: Thiago
| | | * | | outdated comment in qfsfileengine_win.cpp removedJoerg Bornemann2009-07-141-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: TrustMe
| | | * | | large file support for Windows CEJoerg Bornemann2009-07-141-16/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seeking in files above 0x80000000 failed on Windows CE. SetFilePointer was used in the 32 bit version. That means, seeking only worked for positions <= LONG_MAX (which is 0x80000000 - 1). Task-number: 255242 Reviewed-by: mauricek
| | | * | | micro optimization in qfsfileengine_win.cppJoerg Bornemann2009-07-141-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the LARGE_INTEGER union properly and don't do unnessecary bit shifting. Reviewed-by: mauricek
| | | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtMarius Bugge Monsen2009-07-1410-15/+88
| | | |\ \ \
| | | | * | | QNetworkReply: Add isFinished() methodMarkus Goetz2009-07-146-0/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The isFinished() method will return true if the reply has successfully finished or has been aborted. Task-number: 257349 Reviewed-by: Thiago Macieira
| | | | * | | Make sure QGraphicsScene::update() only requires one event-loopBjørn Erik Nilsen2009-07-144-15/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | iteration before the views are updated. A full scene update (scene.update()) already supported it because the scene called update() on the views directly. However, partially scene updates (scene.update(rect)) required two event-loop iterations before the views were updated. Auto-test included.
| | | | * | | Fixed the qlineedit autotest.Denis Dzyubenko2009-07-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit 099a32d changed a behavior of qlineedit not to insert text when a modifier is pressed. This commit fixes the appropriate autotest.
| | | | * | | 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
| | | * | | | Remove sendGestureEvent().Marius Bugge Monsen2009-07-141-68/+0
| | | | | | |
| | | * | | | Add auto-tests for QGraphicsItem::filtersChildEvents.Marius Bugge Monsen2009-07-141-0/+123
| | | | | | |
| | | * | | | Fixed the qlineedit autotest.Denis Dzyubenko2009-07-141-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The commit 099a32d changed a behavior of qlineedit not to insert text when a modifier is pressed. This commit fixes the appropriate autotest.
| | | * | | | 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
| | | * | | | Add QGraphicsView::filtersChildEvents property.Marius Bugge Monsen2009-07-145-9/+149
| | | |/ / / | | | | | | | | | | | | | | | | | | This obsoletes QGraphicsView::handlesChildEvents.
| | | * | | Use the correct font metrics function.Olivier Goffart2009-07-142-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Qt::TextShowMnemonic removes the '&' for us. This is required if we want the multi-lenght-variant strings working. Reviewed-by: Thierry
| | | * | | fix for mingw to still look into LIB and INCLUDE env varThierry Bastian2009-07-141-7/+6
| | | | | |
| | | * | | Make the window title set by setWindowFilePath() match our docs.Norwegian Rock Cat2009-07-142-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On the mac, we were setting the absolute path of the file passed in while we document that we only set the filename. The filename is actually what all the other Mac apps do, so we should really do it. Unfortunately, this task laid around longer than it should, but the description text was bad. Additionally, fix a bug in the Cocoa version where we would set a proxy icon for items that didn't exist, this is not a good idea. Task-number: 220501 Reviewed-by: Trust Me
| | | * | | Make the mainwindow examples use setWindowFilePathNorwegian Rock Cat2009-07-146-18/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should have done this a while ago. Use setWindowFilePath to get proxy icons on mac and simplify window title handling on the other platforms. The only downside is that we do have to specify the application name to get the exact same behavior. But on the other hand, QSettings handlig is a bit better.
| | | * | | Remove this foundItem boolean.Norwegian Rock Cat2009-07-141-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found while documenting this internally. I guess I had a reason for it at one point, but it seems that I'm more concerned about what index. So just get rid of this.
| | | * | | use qt_mac_QStringToNString & qt_mac_NSStringToQStringNorwegian Rock Cat2009-07-142-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These functions hide all this horrible casting and we've had them for a while. When I see them, I try to replace them as it keeps the code much more readable.
| | | * | | update to the configure program to support mingw+phononThierry Bastian2009-07-142-25/+39
| | | | | |