summaryrefslogtreecommitdiffstats
ModeNameSize
-rw-r--r--ChangeLog216577logstatsplain
-rw-r--r--ChangeLog.199991145logstatsplain
-rw-r--r--ChangeLog.200093929logstatsplain
-rw-r--r--ChangeLog.2001138131logstatsplain
-rw-r--r--ChangeLog.2002181491logstatsplain
-rw-r--r--ChangeLog.2003130446logstatsplain
-rw-r--r--ChangeLog.2004181262logstatsplain
-rw-r--r--ChangeLog.2005145731logstatsplain
-rw-r--r--ChangeLog.2007226505logstatsplain
-rw-r--r--ChangeLog.2008140273logstatsplain
-rw-r--r--README6315logstatsplain
-rw-r--r--changes334409logstatsplain
d---------compat844logstatsplain
d---------doc8504logstatsplain
d---------generic5031logstatsplain
d---------library723logstatsplain
d---------libtommath6606logstatsplain
-rw-r--r--license.terms2257logstatsplain
d---------macosx555logstatsplain
d---------pkgs34logstatsplain
d---------tests5810logstatsplain
d---------tools1485logstatsplain
d---------unix1507logstatsplain
d---------win1596logstatsplain
s='column4'>| | | | | | | | Setting view highlight to null due to focus change caused a crash since graphicsview accessed the highlight item after it had been deleted. Remove highlight item from scene and deleteLater(), as is done for delegates. Change-Id: I5bfd59095aca90d3adca805bc4f61c92c192ee1b Task-number: QTBUG-19509 Reviewed-by: Bea Lam | * DeclarativeObserver: Fixed duplicates in item selectionThorbjørn Lindeijer2011-05-251-2/+2 | | | | | | | | | | | | | | | | | | | | | | Only add items to the current selection that aren't already part of it. Also removed checking item for null, since it doesn't make sense to include null pointers in the list of items to select. Task-number: QTCREATORBUG-3426 Change-Id: I5a365570f87f72665b3382d05ca9937f56e8956b Reviewed-by: Christiaan Janssen * | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-teamQt Continuous Integration System2011-05-248752-166239/+213543 |\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of git://scm.dev.nokia.troll.no/qt/qt-qml-team: (1115 commits) DeclarativeObserver: Removed the SubcomponentEditorTool QDeclarativeDebug: Fix autotest on Windows/MSVC Fixed compilation. QLibrary: support .so file extension on AIX. Fixed compile of qdrawhelper_neon.cpp. Update qhostinfo autotest to expect RFC5952 formatted ipv6 addresses Fix rendering of Mac controls onto a QImage Symbian socket: Implement systemProxyForQuery for service networks Increased EPOCHEAPSIZE for qpainter benchmark Increased EPOCHEAPSIZE for few benchmarks tst_q3dns: update test to follow RFC-5952. Re-apply licenseheader text in source files for qt4.7 Update Symbian DEF-files Re-apply licenseheader text in source files for qt4.8 Updating file with CRLF line endings for the updated header Updating file with CRLF line endings for the updated header Revert all QScroller and QFlickGesture related code. Improve DEFINES crossplatform compatibility in Symbian builds. Fix inconsistency between Qt and ICU in Shift-JIS codec with regards to ASCII range Fix crashes with regular expressions QtScript on ARM traditional architectures ... | * DeclarativeObserver: Removed the SubcomponentEditorToolThorbjørn Lindeijer2011-05-2411-697/+17 | | | | | | | | | | | | | | | | | | | | | | | | | | This tool made selecting items in your QML app more complicated than necessary. Now, left-click will always just select the top-most item under the mouse and right-click will allow you to select any of the items below. Also, the highlighted bounding rect now always applies to just one item, instead of also including the children bounding rect. Reviewed-by: Kai Koehne Change-Id: I17b5ab397d951fd68711590469ca6e723a9cb0e6 | * QDeclarativeDebug: Fix autotest on Windows/MSVCKai Koehne2011-05-241-1/+1 | | | * Merge remote-tracking branch 'qt/4.8' into master-qml-teamKai Koehne2011-05-24