While working on bug 158739 it has been recognized that umbrello do not show source code on opening operation property from tree view. Reproducible: Always Steps to Reproduce: 1. start umbrello 2. change active language to python 3. import http://quickgit.kde.org/?p=umbrello.git&a=blob&h=1a7bf2781b04e3d1bc6549f1bddcf143f7a20139&f=test%2Fimport%2Fpython%2Ftypes.py&o=plain 4. In the tree view open properties of operation __init__() from class Types. Actual Results: The displayed property page does not show the source code imported from the python file Expected Results: The property page should show the source code of the related operation. The source code is currently only shown by using the following workaround: 1. In the tree view open property dialog for class Types. 2. Select "operations" in the left side of the dialog. 3. Select operation __init__() in the top right widget 4. Select "source code" tag in the "Documentation" category.
Git commit e8126809c24240b36418d578dc7248d0495389e5 by Ralf Habacker. Committed on 02/09/2016 at 10:35. Pushed by habacker into branch 'master'. Fix 'Operations property dialog do not show source code'. FIXED-IN:2.20.80 (KDE Applications 16.11.80) M +24 -3 umbrello/dialogs/widgets/documentationwidget.cpp M +2 -0 umbrello/dialogs/widgets/documentationwidget.h http://commits.kde.org/umbrello/e8126809c24240b36418d578dc7248d0495389e5
Git commit 6811456a28954ad5d77949f4b8e1f6bc985589f6 by Ralf Habacker. Committed on 03/09/2016 at 19:50. Pushed by habacker into branch 'master'. KF5 compile fix. Thanks to cfeck at kde.org for pointing out. M +5 -0 umbrello/dialogs/widgets/documentationwidget.cpp http://commits.kde.org/umbrello/6811456a28954ad5d77949f4b8e1f6bc985589f6