[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=480361

--- Comment #9 from Thomas Baumgart  ---
Unfortunately no.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=480361

--- Comment #8 from Ralf Habacker  ---
(In reply to Thomas Baumgart from comment #7)
> But in master you can move the column to where ever you want.

I can confirm that this works. Do you have any idea how to set up the tags
column initially after the memo column when using this order ?

enum Column {
Category = 0,
Memo,
Payment,
Deposit,
Tags,
// insert new columns above this line
MaxColumns,
};

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-30 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=480361

--- Comment #7 from Thomas Baumgart  ---
But in master you can move the column to where ever you want.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-30 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=480361

--- Comment #6 from Ralf Habacker  ---
Created attachment 165340
  --> https://bugs.kde.org/attachment.cgi?id=165340=edit
Screenshot showing split editor from KMyMoney 5.1 including tags

In the 5.1 branch, the tag column is located after the memo column and not at
the end as in the master branch as requested.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-28 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=480361

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/offi |https://invent.kde.org/offi
   |ce/kmymoney/-/commit/2c05ef |ce/kmymoney/-/commit/0151dd
   |486d9c7d9400db2624d127a24ef |466679300e2aef6cd41be873e79
   |d61bc53 |375b0c6
   Version Fixed In|5.2.0   |5.2

--- Comment #5 from Thomas Baumgart  ---
Git commit 0151dd466679300e2aef6cd41be873e79375b0c6 by Thomas Baumgart.
Committed on 29/01/2024 at 06:47.
Pushed by tbaumgart into branch 'master'.

Add tags column to split editor
FIXED-IN: 5.2

M  +28   -16   kmymoney/mymoney/splitmodel.cpp
M  +1-0kmymoney/mymoney/splitmodel.h

https://invent.kde.org/office/kmymoney/-/commit/0151dd466679300e2aef6cd41be873e79375b0c6

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=480361

--- Comment #4 from Ralf Habacker  ---
(In reply to Amir Khan from comment #2)
> This bug looks related to bug 480360.

I don't think so - this error is caused by a missing column in the split
editor, which has been fixed with comment 3, while error 480360 seems to be a
problem with the filter in the tag list used to find corresponding
transactions.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-28 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=480361

Ralf Habacker  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/-/commit/2c05ef
   ||486d9c7d9400db2624d127a24ef
   ||d61bc53
   Version Fixed In||5.2.0
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #3 from Ralf Habacker  ---
Git commit 2c05ef486d9c7d9400db2624d127a24efd61bc53 by Ralf Habacker.
Committed on 28/01/2024 at 21:15.
Pushed by habacker into branch 'master'.

Add tag column to split editor
FIXED-IN:5.2.0

M  +11   -0kmymoney/mymoney/splitmodel.cpp
M  +1-0kmymoney/mymoney/splitmodel.h
M  +2-1kmymoney/views/splitview.cpp

https://invent.kde.org/office/kmymoney/-/commit/2c05ef486d9c7d9400db2624d127a24efd61bc53

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-26 Thread Amir Khan
https://bugs.kde.org/show_bug.cgi?id=480361

Amir Khan  changed:

   What|Removed |Added

 CC||ak2022...@gmail.com

--- Comment #2 from Amir Khan  ---
This bug looks related to bug 480360.

-- 
You are receiving this mail because:
You are watching all bug changes.

[kmymoney] [Bug 480361] No display of tags in the split editor

2024-01-26 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=480361

--- Comment #1 from Ralf Habacker  ---
Created attachment 165249
  --> https://bugs.kde.org/attachment.cgi?id=165249=edit
test file

-- 
You are receiving this mail because:
You are watching all bug changes.