[kmymoney] [Bug 399422] New: kmymoney Crash when importing OFX file

2018-10-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=399422

Bug ID: 399422
   Summary: kmymoney Crash when importing OFX file
   Product: kmymoney
   Version: 5.0.0
  Platform: RedHat RPMs
OS: Linux
Status: REPORTED
  Severity: major
  Priority: NOR
 Component: general
  Assignee: kmymoney-devel@kde.org
  Reporter: thierry.rouil...@laposte.net
  Target Milestone: ---

Kmymoney is normaly open..
kmymoney
WebConnect: Starting server failed. Try to remove stale socket.
WebConnect: Running in server mode
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile

some color defects but it does not matter
if i'm importing a ofx file :

LibOFX INFO: libofx_proc_file(): File format not specified, autodetecting...
(Above message occured on Line 18446744073709551615, Column
18446744073709551615)
LibOFX INFO: libofx_proc_file(): Detected file format: OFX (Open Financial
eXchange (OFX or QFX))
(Above message occured on Line 18446744073709551615, Column
18446744073709551615)
/usr/include/c++/8/bits/basic_string.h:1048: std::__cxx11::basic_string<_CharT,
_Traits, _Alloc>::reference std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::operator[](std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::size_type) [with _CharT = char; _Traits = std::char_traits;
_Alloc = std::allocator; std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::reference = char&; std::__cxx11::basic_string<_CharT, _Traits,
_Alloc>::size_type = long unsigned int]: Assertion '__pos <= size()' failed.
Aborted (core dumped)

it's systematic


SOFTWARE VERSIONS 5.00
(available in About System)
Kernel: 4.18.10-200.fc28.x86_64 x86_64 bits: 64 Desktop: KDE Plasma 5.13.4

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

Re: Program update from 4.8.2 to version 5 on windows 10

2018-10-05 Thread Thomas Baumgart
Hi,

On Freitag, 5. Oktober 2018 18:36:26 CEST Jack wrote:

> On 2018.10.05 07:22, Mariusz Nowicki wrote:
> > Witam serdecznie,   Mam pytanie, kiedy nastąpi aktualizacja programu  
> > w polskiej wersji (Polska) dla Windows 10 z wersji 4.8.2 do wersji 5.  
> > (plik exe.)?   Będę wdzięczny z góry za szybką odpowiedź.   Z  
> > poważaniem,  Mariusz Nowicki  Poland
> > 
> Google translate says: Hello, I have a question when the program will  
> be updated in Polish version (Poland) for Windows 10 from version 4.8.2  
> to version 5. (exe file.)? I will grateful in advance for a quick  
> response.
> 
> Mariusz,
> 
> I give the same answer I gave to the same question you asked  
> yesterday:  The upcoming 5.0.2 release will include a Windows  
> installer. Unfortunately, the team has recently discovered a serious  
> problem with the SQL back end.  The developers are working on this, but  
> there is currently no estimate of how long it will take.
> 
> Any announcements about work on this issue will probably be reported on  
> this list, so this is the best place to watch for news.
> 
> What I should add from yesterday is that I do not know whether there  
> will be a Polish translation available.  As far as I understand,  
> looking at the translation teams web pages, the program should have a  
> Polish translation available, but possibly not the handbook.
> 
> If anyone else knows how to check for the translations, I'd appreciate  
> the links.

https://websvn.kde.org/branches/stable/l10n-kf5/pl/messages/extragear-office/kmymoney.po?view=log
with https://l10n.kde.org/ being the entry point to look for other languages 
and applications.

For the polish team see https://l10n.kde.org/team-infos.php?teamcode=pl

I am also not sure how the windows packages are built. Using the current stable 
binary-factory version I see a KDE4 based splash screen which we replaced with 
a KF5 version a long time. I have no idea where this one comes from. 

@Lukasz: any idea?

-- 

Regards

Thomas Baumgart

https://www.signal.org/   Signal, the better WhatsApp
-
Software has no brain - user your own!
-



signature.asc
Description: This is a digitally signed message part.


[kmymoney] [Bug 399378] Unable to Update Prices

2018-10-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=399378

Thomas Baumgart  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/kmy
   ||money/15c9f3ac39c8719095ee9
   ||aaa66097d1bd191380b
 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED

--- Comment #1 from Thomas Baumgart  ---
Git commit 15c9f3ac39c8719095ee9aaa66097d1bd191380b by Thomas Baumgart.
Committed on 05/10/2018 at 15:02.
Pushed by tbaumgart into branch '5.0'.

Fix problem with leading slash in filenames under ms-windows

A URL of the form file:///C:/abc.xyz is returned as /C:/abc.xyz when the
path() method is used. This causes the QFile::open() method to fail. The
QUrl::toLocalFile() method does return C:/abc.xyz in this case.
Related: bug 395980

M  +2-3kmymoney/kmymoney.cpp
M  +2-2   
kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp
M  +3-2kmymoney/plugins/ofx/import/ofximporter.cpp
M  +14   -8kmymoney/plugins/ofx/import/ofxpartner.cpp
M  +1-1kmymoney/plugins/xml/xmlstorage.cpp

https://commits.kde.org/kmymoney/15c9f3ac39c8719095ee9aaa66097d1bd191380b

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

[kmymoney] [Bug 395980] KF5 cannot import ofx file on MS Windows

2018-10-05 Thread Thomas Baumgart
https://bugs.kde.org/show_bug.cgi?id=395980

Thomas Baumgart  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |FIXED
  Latest Commit||https://commits.kde.org/kmy
   ||money/15c9f3ac39c8719095ee9
   ||aaa66097d1bd191380b

--- Comment #1 from Thomas Baumgart  ---
Git commit 15c9f3ac39c8719095ee9aaa66097d1bd191380b by Thomas Baumgart.
Committed on 05/10/2018 at 15:02.
Pushed by tbaumgart into branch '5.0'.

Fix problem with leading slash in filenames under ms-windows

A URL of the form file:///C:/abc.xyz is returned as /C:/abc.xyz when the
path() method is used. This causes the QFile::open() method to fail. The
QUrl::toLocalFile() method does return C:/abc.xyz in this case.
Related: bug 399378

M  +2-3kmymoney/kmymoney.cpp
M  +2-2   
kmymoney/plugins/ofx/import/dialogs/konlinebankingsetupwizard.cpp
M  +3-2kmymoney/plugins/ofx/import/ofximporter.cpp
M  +14   -8kmymoney/plugins/ofx/import/ofxpartner.cpp
M  +1-1kmymoney/plugins/xml/xmlstorage.cpp

https://commits.kde.org/kmymoney/15c9f3ac39c8719095ee9aaa66097d1bd191380b

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

[kmymoney] [Bug 398982] Opening Balances in forecast are wrong

2018-10-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=398982

--- Comment #1 from shorty...@xs4all.nl ---
Created attachment 115430
  --> https://bugs.kde.org/attachment.cgi?id=115430=edit
Example of wrong opening balances (manipulated because of privacy)

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

Program update from 4.8.2 to version 5 on windows 10

2018-10-05 Thread Mariusz Nowicki
Witam serdecznie,   Mam pytanie, kiedy nastąpi aktualizacja programu w polskiej 
wersji (Polska) dla Windows 10 z wersji 4.8.2 do wersji 5. (plik exe.)?   Będę 
wdzięczny z góry za szybką odpowiedź.   Z poważaniem,  Mariusz Nowicki  Poland


[kmymoney] [Bug 398919] Display schedule transactions with planned post date

2018-10-05 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=398919

Ralf Habacker  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
   Version Fixed In||4.8.3
  Latest Commit||https://commits.kde.org/kmy
   ||money/531d5d4b5314ace678358
   ||ed65a73f5e10359549b
 Resolution|--- |FIXED

--- Comment #5 from Ralf Habacker  ---
Git commit 531d5d4b5314ace678358ed65a73f5e10359549b by Ralf Habacker.
Committed on 05/10/2018 at 06:48.
Pushed by habacker into branch '4.8'.

Add feature to display schedule transactions with planned post date
FIXED-IN:4.8.3
Reviewed By: tbaumgart
Differential Revision: https://phabricator.kde.org/D15722

M  +10   -0kmymoney/dialogs/settings/ksettingsregisterdecl.ui
M  +4-0kmymoney/settings/kmymoney.kcfg
M  +2-2kmymoney/views/kgloballedgerview.cpp

https://commits.kde.org/kmymoney/531d5d4b5314ace678358ed65a73f5e10359549b

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