Bug 339312 - Add object tree for the Report Designer
Summary: Add object tree for the Report Designer
Status: CONFIRMED
Alias: None
Product: KReport
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other All
: NOR wishlist
Target Milestone: ---
Assignee: Jarosław Staniek
URL: https://invent.kde.org/libraries/krep...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-22 22:15 UTC by Jarosław Staniek
Modified: 2023-04-13 20:41 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jarosław Staniek 2014-09-22 22:15:11 UTC
Kexi Form Designer has its object tree. Add the same for reports. Would some code be shared?

Reproducible: Always
Comment 1 Jarosław Staniek 2014-09-22 22:18:35 UTC
For the idea how the object tree in Forms looks like, see http://kexi-project.org/pics/2.3/0/kexi-2.3-widgets-tree.png
Comment 2 Jarosław Staniek 2014-09-24 08:59:57 UTC
We need a wiki page, proposed URL: https://community.kde.org/Kexi/Plugins/Reports/Object_tree

I've just put some requirements there from top of my head.
Comment 3 Jarosław Staniek 2014-09-26 11:48:13 UTC
Filled the page.
Comment 4 Michal Poteralski 2014-10-12 19:32:30 UTC
Git commit cf9fe916550ff84581f13a529329477901ace482 by Michal Poteralski.
Committed on 12/10/2014 at 17:46.
Pushed by michalpoteralski into branch 'kexi-report-object-tree-poteralski'.

Add Object Tree tab for Kexi Report Designer

Currently object Tree is NOT implemented for Kexi Report Designer.
The patch adds Object Tree tab for the Report Designer. This patch
does not provide full implementation of Object Tree and is the first
of a group of patches which will implement this feature.

M  +1    -0    kexi/plugins/reports/CMakeLists.txt
M  +17   -0    kexi/plugins/reports/kexireportpart.cpp

http://commits.kde.org/calligra/cf9fe916550ff84581f13a529329477901ace482
Comment 5 Jarosław Staniek 2014-10-12 20:31:42 UTC
@Michal Good, just one note, we do not want to put "BUG:" lines in messages of feature branches, otherwise the silly script will close the bug as it's the case here. I am reopening it now by hand.

To avoid this behaviour without skipping the BUG: line, I am using personal scratch repos [https://community.kde.org/Sysadmin/GitKdeOrgManual#Personal_scratch_repositories] for larger works.
Comment 6 Michal Poteralski 2014-10-13 08:59:14 UTC
I'm sorry Jarek, I've noticed it after push :/
Comment 7 Jarosław Staniek 2014-10-13 09:01:29 UTC
No problem, I making this mistake often too.
Comment 8 Jarosław Staniek 2014-12-04 10:56:41 UTC
@Michal I think someone would take over the unfinished fix.
Comment 9 Jarosław Staniek 2015-09-29 19:42:24 UTC
This is largely a wish for the KReport project.