[Gammaray-commits] [KDAB/GammaRay] 805a8d: Fix source model content being leaked into Selecte...
Volker Krause
volker.krause at kdab.com
Thu Sep 29 17:20:04 CEST 2016
Branch: refs/heads/master
Home: https://github.com/KDAB/GammaRay
Commit: 805a8dc77d654c4da764788994b9bd5d5040662d
https://github.com/KDAB/GammaRay/commit/805a8dc77d654c4da764788994b9bd5d5040662d
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-27 (Tue, 27 Sep 2016)
Changed paths:
M plugins/modelinspector/modelcontentproxymodel.cpp
Log Message:
-----------
Fix source model content being leaked into SelectedRole
If the source model has a custom role with the same numeric value, and
returned something that could be converted to true, we would render those
cells wrongly as selected.
Commit: fd610fe1d0afc0db196b047f5f921e9b511dd006
https://github.com/KDAB/GammaRay/commit/fd610fe1d0afc0db196b047f5f921e9b511dd006
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M docs/manual/gammaray-manual.qdoc
M docs/manual/gammaray-objectinspector.qdoc
M docs/manual/gammaray-signal-plotter.qdoc
A docs/manual/gammaray-timertop.qdoc
M docs/manual/gammaray-tools.qdoc
A docs/manual/images/gammaray-timertop.png
Log Message:
-----------
Add user manual page for the timer view
Commit: eddf208d157a607b1442ead2b64f22a94cab42db
https://github.com/KDAB/GammaRay/commit/eddf208d157a607b1442ead2b64f22a94cab42db
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M examples/qt3d-geometry/mycylinder.cpp
Log Message:
-----------
examples/qt3d-geometry/mycylinder.cpp - fix unused parameter warning
Commit: 73314652b98ccfda88775a1a83c73c7c9aded14e
https://github.com/KDAB/GammaRay/commit/73314652b98ccfda88775a1a83c73c7c9aded14e
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M core/attributemodel.h
M core/objecttreemodel.cpp
M plugins/codecbrowser/codecmodel.cpp
M plugins/fontbrowser/fontmodel.cpp
M plugins/modelinspector/modelcellmodel.cpp
M plugins/quickinspector/quickitemmodel.cpp
M plugins/quickinspector/quickscenegraphmodel.cpp
M plugins/styleinspector/abstractstyleelementstatetable.cpp
M ui/tools/metaobjectbrowser/metaobjecttreeclientproxymodel.cpp
Log Message:
-----------
various cppcheck suppressions for false positives
Commit: 7e6c596be3fb584a62e78f3af8f471a07d44c905
https://github.com/KDAB/GammaRay/commit/7e6c596be3fb584a62e78f3af8f471a07d44c905
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M plugins/wlcompositorinspector/logview.cpp
Log Message:
-----------
plugins/wlcompositorinspector/logview.cpp - init class members
Commit: 1540ca2da5a50fff1fbd020948b36e9b69884060
https://github.com/KDAB/GammaRay/commit/1540ca2da5a50fff1fbd020948b36e9b69884060
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M plugins/quickinspector/geometryextension/sggeometrymodel.cpp
Log Message:
-----------
quickinspector/geometryextension/sggeometrymodel.cpp - remove unused
Commit: 503c27792d0bdf31ec70ce675d62ed65f9c8f8eb
https://github.com/KDAB/GammaRay/commit/503c27792d0bdf31ec70ce675d62ed65f9c8f8eb
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M core/propertyadaptor.cpp
Log Message:
-----------
core/propertyadaptor.cpp - return from addProperty and resetProperty
Commit: 126c0a78b93dc2e92c754423a6bb74669650be1a
https://github.com/KDAB/GammaRay/commit/126c0a78b93dc2e92c754423a6bb74669650be1a
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M ui/mainwindow.cpp
Log Message:
-----------
ui/mainwindow.cpp - in navigateToCode(), handle ideSettingsSize=0
for Windows and OSX
Commit: c1b9ddc97d3eb455b4c1fe674b9b2e02229c6fd1
https://github.com/KDAB/GammaRay/commit/c1b9ddc97d3eb455b4c1fe674b9b2e02229c6fd1
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M docs/manual/CMakeLists.txt
M docs/manual/gammaray-manual.qdocconf.in
Log Message:
-----------
docs/manual buildsystem - warn about missing index files for qt3d,
qtquick, qtqml
Commit: 540a2c3fe291b2aaeb0a854508120a35ea6ddbfe
https://github.com/KDAB/GammaRay/commit/540a2c3fe291b2aaeb0a854508120a35ea6ddbfe
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M core/objectinstance.cpp
Log Message:
-----------
core/objectinstance.cpp - init m_type in ctor init list
Commit: 1b4fd799490003c762c75642ffa6bc02b7ffc6b5
https://github.com/KDAB/GammaRay/commit/1b4fd799490003c762c75642ffa6bc02b7ffc6b5
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M plugins/wlcompositorinspector/wlcompositorinspector.cpp
Log Message:
-----------
wlcompositorinspector/wlcompositorinspector.cpp - unused m_timerId
Commit: 6a29b1b343b1f5cbe98d44498b915371a87651c2
https://github.com/KDAB/GammaRay/commit/6a29b1b343b1f5cbe98d44498b915371a87651c2
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M plugins/textdocumentinspector/textdocumentmodel.cpp
Log Message:
-----------
Fix potential memory leak
If we would encounter an element that is neither a valid frame nor block,
we'd leak the already allocated QStandardItem.
Found by the Clang Static Analyzer.
Commit: e6dabbfa79cd3f7cb14d69597a920ddbbae2a129
https://github.com/KDAB/GammaRay/commit/e6dabbfa79cd3f7cb14d69597a920ddbbae2a129
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M core/remoteviewserver.cpp
Log Message:
-----------
Don't leak remote wheel events
Found by the Clang Static Analyzer.
Commit: 4d820dc2031ecac53c71c79adf8b47feb0f9d225
https://github.com/KDAB/GammaRay/commit/4d820dc2031ecac53c71c79adf8b47feb0f9d225
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M plugins/quickinspector/geometryextension/sgwireframewidget.cpp
Log Message:
-----------
sgwireframewidget.cpp - SGWireframeWidget::paintEvent(), make compiler
happy that indexSize can never be 0 so we can't divide by 0
Commit: f190e5d46946797a9ee9da3f9fa1c84de1f33f9b
https://github.com/KDAB/GammaRay/commit/f190e5d46946797a9ee9da3f9fa1c84de1f33f9b
Author: Allen Winter <allen.winter at kdab.com>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M docs/manual/gammaray-timertop.qdoc
Log Message:
-----------
manual/gammaray-timertop.qdoc - fix list of view info
Commit: 4742d8b933d2866e099aaa66083a31ba603bced5
https://github.com/KDAB/GammaRay/commit/4742d8b933d2866e099aaa66083a31ba603bced5
Author: Volker Krause <volker.krause at kdab.com>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M core/remoteviewserver.cpp
M docs/manual/gammaray-manual.qdoc
M docs/manual/gammaray-objectinspector.qdoc
M docs/manual/gammaray-signal-plotter.qdoc
A docs/manual/gammaray-timertop.qdoc
M docs/manual/gammaray-tools.qdoc
A docs/manual/images/gammaray-timertop.png
M plugins/modelinspector/modelcontentproxymodel.cpp
M plugins/textdocumentinspector/textdocumentmodel.cpp
Log Message:
-----------
Merge remote-tracking branch 'github/2.6'
Compare: https://github.com/KDAB/GammaRay/compare/af25bbffde12...4742d8b933d2
More information about the Gammaray-commits
mailing list