[kmymoney] [Bug 452079] New: UX improvement for budget editing

2022-03-30 Thread Jan Martin Mathiassen via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452079

Bug ID: 452079
   Summary: UX improvement for budget editing
   Product: kmymoney
   Version: 5.1.2
  Platform: Microsoft Windows
OS: Microsoft Windows
Status: REPORTED
  Severity: wishlist
  Priority: NOR
 Component: reports
  Assignee: kmymoney-devel@kde.org
  Reporter: kdeb...@mindriot.as
  Target Milestone: ---

I migrated from YNAB, and one of the things I'd love to replicate from YNAB is
the way we could edit the budget.

If I f.ex have a monthly transfer of 5 usd to something, and the final number
varies when converted to NOK, I'd much rather be able to edit the budgeted
value right next to the actual value.

In short, if I were to be able to edit the budget from inside the report
itself, where you see both the Actual, Budget and Difference value, then that'd
be as close to what I want.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 452068] kmymoney complains about "GPG no secure keyring found"

2022-03-30 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452068

Thomas Baumgart  changed:

   What|Removed |Added

 Resolution|--- |FIXED
   Version Fixed In||5.1.3
  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/64ae6469
   ||320a52da5df382d11d9826b8618
   ||91fe4
 Status|REPORTED|RESOLVED

--- Comment #2 from Thomas Baumgart  ---
Git commit 64ae6469320a52da5df382d11d9826b861891fe4 by Thomas Baumgart.
Committed on 30/03/2022 at 12:33.
Pushed by tbaumgart into branch '5.1'.

Prevent false debug message about missing secret keys

Newer GPG versions use a different location for keys than older ones.
This change prevents to display a false message about missing secret
keys when only the new location is used.
FIXED-IN: 5.1.3

(cherry picked from commit 7ed36be3545cdb536d96319d8c36c2b5c83eeca1)

M  +11   -4kmymoney/plugins/xml/libkgpgfile/kgpgfile.cpp

https://invent.kde.org/office/kmymoney/commit/64ae6469320a52da5df382d11d9826b861891fe4

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 452068] kmymoney complains about "GPG no secure keyring found"

2022-03-30 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452068

--- Comment #1 from Thomas Baumgart  ---
Git commit 7ed36be3545cdb536d96319d8c36c2b5c83eeca1 by Thomas Baumgart.
Committed on 30/03/2022 at 12:32.
Pushed by tbaumgart into branch 'master'.

Prevent false debug message about missing secret keys

Newer GPG versions use a different location for keys than older ones.
This change prevents to display a false message about missing secret
keys when only the new location is used.

M  +11   -4kmymoney/plugins/xml/libkgpgfile/kgpgfile.cpp

https://invent.kde.org/office/kmymoney/commit/7ed36be3545cdb536d96319d8c36c2b5c83eeca1

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 452068] New: kmymoney complains about "GPG no secure keyring found"

2022-03-30 Thread Ralf Habacker via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452068

Bug ID: 452068
   Summary: kmymoney complains about "GPG no secure keyring found"
   Product: kmymoney
   Version: 5.1.2
  Platform: Other
OS: Microsoft Windows
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-devel@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

STEPS TO REPRODUCE
1. download portable package for kmymoney from
https://kmymoney.org/snapshots.php#kmymoney5-aq6
2. unpack archive 
3. open a command line in the bin dir folder
4. if no gpg key are present, from the bin dir of the unpackaged archive run
`gpg2 --generate-key` to generate a gpg key
5. start kmymoney.exe
6. open settings->plugins->xml->configuration
7. enable gpg support
8. restart kmymoney

OBSERVED RESULT
In the debug log the message 'GPG no secure keyring found' will be shown

EXPECTED RESULT
The message should not be shown

SOFTWARE/OS VERSIONS
Windows: 10
KDE Frameworks Version:  5.65.0
Qt Version: 5.11
gpg (GnuPG): 2.2.27

ADDITIONAL INFORMATION
https://www.gnupg.org/documentation/manuals/gnupg/GPG-Configuration.html states
about the mentioned file

 > /.gnupg/secring.gpg
>The legacy secret keyring as used by GnuPG versions before 2.1. It is not 
> used by GnuPG 2.1 and later. You may want to keep it in case you have to use 
> GnuPG 1.4 to decrypt archived data.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kmymoney] [Bug 452024] Date Format when using CSV Importer --> Make QIF File

2022-03-30 Thread Thomas Baumgart via KMyMoney-devel
https://bugs.kde.org/show_bug.cgi?id=452024

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/offi
   ||ce/kmymoney/commit/2124266b
   ||ee9cf83077d30d19aa8716cc319
   ||94a55
 Resolution|--- |FIXED
 Status|REPORTED|RESOLVED

--- Comment #5 from Thomas Baumgart  ---
Git commit 2124266bee9cf83077d30d19aa8716cc31994a55 by Thomas Baumgart.
Committed on 30/03/2022 at 07:05.
Pushed by tbaumgart into branch 'master'.

Use selected QifProfile when creating QIF copy of CSV import file

M  +21   -16   kmymoney/plugins/csv/import/bankingwizardpage.cpp
M  +13   -12   kmymoney/plugins/csv/import/bankingwizardpage.h
M  +33   -9kmymoney/plugins/csv/import/csvwizard.cpp
M  +33   -30   kmymoney/plugins/csv/import/investmentwizardpage.cpp
M  +30   -29   kmymoney/plugins/csv/import/investmentwizardpage.h

https://invent.kde.org/office/kmymoney/commit/2124266bee9cf83077d30d19aa8716cc31994a55

-- 
You are receiving this mail because:
You are the assignee for the bug.