Bug 342330

Summary: No documentation edit possible in class attribute, operation and template dialog
Product: [Applications] umbrello Reporter: Ralf Habacker <ralf.habacker>
Component: generalAssignee: Umbrello Development Group <umbrello-devel>
Status: RESOLVED FIXED    
Severity: normal CC: drmay_en
Priority: NOR    
Version: 2.11.5   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In: 2.15.1 (KDE 14.12.1)

Description Ralf Habacker 2014-12-30 10:40:47 UTC
It is not possible to enter or change the documentation of a class attribute, operation or template directly in the related property dialog. 

Reproducible: Always

Steps to Reproduce:
1. open umbrello
2. add class and class attribute, class method and template
3. double click on attribute, method or template
4. select attribute, method or template page
5. select attribute, method or template
6. press properties

Actual Results:  
There is no documention edit field.

Expected Results:  
It should be possible to edit class attribute, method or template documentation in the related property dialog.
Comment 1 Ralf Habacker 2014-12-30 10:51:47 UTC
Git commit 739d8c06bce27595491e477bbd2304cafb81518f by Ralf Habacker.
Committed on 30/12/2014 at 03:41.
Pushed by habacker into branch 'Applications/14.12'.

Fix 'No documentation edit possible in class attribute, operation and template dialog'.

This commit introduces a new class DocumentationWidget in sub directory dialogs/widgets
to prepare properties window support.
FIXED-IN:2.15.1 (KDE 14.12.1)

M  +2    -0    umbrello/CMakeLists.txt
M  +6    -0    umbrello/dialogs/umlattributedialog.cpp
M  +2    -0    umbrello/dialogs/umlattributedialog.h
M  +5    -0    umbrello/dialogs/umloperationdialog.cpp
M  +2    -0    umbrello/dialogs/umloperationdialog.h
M  +5    -0    umbrello/dialogs/umltemplatedialog.cpp
M  +2    -0    umbrello/dialogs/umltemplatedialog.h
A  +51   -0    umbrello/dialogs/widgets/documentationwidget.cpp     [License: GPL (v2+)]
A  +38   -0    umbrello/dialogs/widgets/documentationwidget.h     [License: GPL (v2+)]

http://commits.kde.org/umbrello/739d8c06bce27595491e477bbd2304cafb81518f
Comment 2 Ralf Habacker 2018-05-14 11:17:38 UTC
*** Bug 101203 has been marked as a duplicate of this bug. ***