[kmymoney4] [Bug 383089] Diagrams does not have antialising enabled

2017-08-03 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=383089

--- Comment #5 from Christoph Feck  ---
Qt developers optimized the anti-aliasing code paths, but not the others. It is
an old myth that it is slow.

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

[kmymoney4] [Bug 382427] Incorrect formatting of number display of point label in graph reports

2017-08-03 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=382427

--- Comment #10 from Ralf Habacker  ---
(In reply to NSLW from comment #9)
> (In reply to Ralf Habacker from comment #8)
> > (In reply to NSLW from comment #7)
> > > No problem here. Aren't the graphs look correct?
> > 
> > This is because kmymoney from master branch uses KDChart version 2.6.0 which
> > has this bug fixed. 4.8 branch uses KDChart version 2.4.3 which is broken in
> > this area.
> 
> Then I would suggest either fix it 

I'm mostly ready with this - see at
https://github.com/rhabacker/kmymoney/commits/4.8-kdchart-2.6. 
Should I open a review request for this or simply merge into 4.8 ?

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

[kmymoney4] [Bug 383089] Diagrams does not have antialising enabled

2017-08-03 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=383089

--- Comment #4 from NSLW  ---
That's common knowledge. Please read
https://en.wikipedia.org/wiki/Spatial_anti-aliasing

and especially this

"In computer graphics, anti-aliasing improves the appearance of polygon edges,
so they are not "jagged" but are smoothed out on the screen. However, it incurs
a performance cost for the graphics card and uses more video memory. The level
of anti-aliasing determines how smooth polygon edges are (and how much video
memory it consumes)."


On your computer (and your test case) you may see no performance difference,
but user computers can be less powerful or have heavier load cases. That's why
you shouldn't enforce performance sensitive option.

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

[kmymoney4] [Bug 383089] Diagrams does not have antialising enabled

2017-08-03 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=383089

--- Comment #3 from Ralf Habacker  ---
(In reply to NSLW from comment #2)
> (In reply to Ralf Habacker from comment #0)
> > xtem...@gmail.com reported at bug 383044 that kmymoney diagrams do not have
> > antialising enabled.
> > 
> > Enabling antialising gives diagrams a better look.
> 
> It also hits performance. Antialising should be user selectable.
You have a test case showing this performance issue ? 

I was not able to see any major differences. What I did:
1. I did set KChart::KChart::AbstractDiagram::Private::doDumpPaintTime = true;
2. loaded attachment 106680 once with antialising and once without.
3. opened net work graph
4. set Configure->rows/column->columns to daily and got 

with antialising
Painting diagram 0 took 8 milliseconds 
Painting diagram 0 took 8 milliseconds 
Painting diagram 0 took 8 milliseconds 
Painting diagram 0 took 10 milliseconds 
Painting diagram 0 took 12 milliseconds 
Painting diagram 0 took 14 milliseconds 
Painting diagram 0 took 9 milliseconds 
Painting diagram 0 took 14 milliseconds 
Painting diagram 0 took 11 milliseconds 
Painting diagram 0 took 10 milliseconds 
Painting diagram 0 took 11 milliseconds 
Painting diagram 0 took 181 milliseconds 
Painting diagram 0 took 171 milliseconds 
Painting diagram 0 took 169 milliseconds 
Painting diagram 0 took 172 milliseconds 
Painting diagram 0 took 177 milliseconds 
Painting diagram 0 took 170 milliseconds 
Painting diagram 0 took 193 milliseconds 
Painting diagram 0 took 170 milliseconds 
Painting diagram 0 took 192 milliseconds 
Painting diagram 0 took 175 milliseconds 

without antialising
Painting diagram 0 took 8 milliseconds 
Painting diagram 0 took 8 milliseconds 
Painting diagram 0 took 8 milliseconds 
Painting diagram 0 took 8 milliseconds 
Painting diagram 0 took 9 milliseconds 
Painting diagram 0 took 8 milliseconds 
Painting diagram 0 took 12 milliseconds 
Painting diagram 0 took 9 milliseconds 
Painting diagram 0 took 13 milliseconds 
Painting diagram 0 took 9 milliseconds 
Painting diagram 0 took 173 milliseconds 
Painting diagram 0 took 169 milliseconds 
Painting diagram 0 took 170 milliseconds 
Painting diagram 0 took 167 milliseconds 
Painting diagram 0 took 171 milliseconds 
Painting diagram 0 took 179 milliseconds 
Painting diagram 0 took 197 milliseconds

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

[kmymoney4] [Bug 383089] Diagrams does not have antialising enabled

2017-08-03 Thread NSLW
https://bugs.kde.org/show_bug.cgi?id=383089

NSLW  changed:

   What|Removed |Added

 CC||lukasz.wojnilow...@gmail.co
   ||m

--- Comment #2 from NSLW  ---
(In reply to Ralf Habacker from comment #0)
> xtem...@gmail.com reported at bug 383044 that kmymoney diagrams do not have
> antialising enabled.
> 
> Enabling antialising gives diagrams a better look.

It also hits performance. Antialising should be user selectable.

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

[kmymoney4] [Bug 383068] List of fixed issues for 4.8.0 is to unspecific

2017-08-03 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=383068

Ralf Habacker  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||https://commits.kde.org/web
   ||sites/kmymoney-org/e40be3c3
   ||232d40e5fda84e2d70bff72c038
   ||3be3d
 Resolution|--- |FIXED

--- Comment #1 from Ralf Habacker  ---
Git commit e40be3c3232d40e5fda84e2d70bff72c0383be3d by Ralf Habacker.
Committed on 03/08/2017 at 16:14.
Pushed by habacker into branch 'master'.

Fix 'List of fixed issues for 4.8.0 is to unspecific'

M  +1-1news.rdf

https://commits.kde.org/websites/kmymoney-org/e40be3c3232d40e5fda84e2d70bff72c0383be3d

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

[kmymoney4] [Bug 381813] Update 'Whats new' page in stable documentation

2017-08-03 Thread Jack
https://bugs.kde.org/show_bug.cgi?id=381813

--- Comment #5 from Jack  ---
Since the "what's new" page is stated not to be complete, but only some
examples, I don't plan on adding any of these unless someone thinks any of them
are particularly important.

I do plan to accept Thomas' comments and to add some info on encryption
specifically for Windows users, and will look at possibly improving the 'where
to get' section for Windows.

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

[kmymoney4] [Bug 383089] New: Diagrams does not have antialising enabled

2017-08-03 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=383089

Bug ID: 383089
   Summary: Diagrams does not have antialising enabled
   Product: kmymoney4
   Version: 4.8.0
  Platform: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kmymoney-devel@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

xtem...@gmail.com reported at bug 383044 that kmymoney diagrams do not have
antialising enabled.

Enabling antialising gives diagrams a better look.

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

[kmymoney4] [Bug 323480] OFX import Online Statement Balance error

2017-08-03 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=323480

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

How to use:
1. Open this file
2. import the ofx file

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

[kmymoney4] [Bug 381813] Update 'Whats new' page in stable documentation

2017-08-03 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=381813

--- Comment #4 from Ralf Habacker  ---
An additional resource for new/fixed stuff are the packages kmymoney depends
on.

aqbanking - on Windows version 5.7.6beta
- git log https://github.com/aqbanking/aqbanking/commits/master
- specific fixes/features
  - paypal online update support see
https://github.com/aqbanking/aqbanking/commit/26b8402835bee3d85f03b255629d9da0fca5f749
  - AqHBCI: Fixed dialog creation for Pin/TAN mode (should fix TLS premature
end)
-
https://github.com/aqbanking/aqbanking/commit/7730cc2b1cc922016867f4e100cee4a5f9c9e0bd

gwenhywfar - on Windows version 4.17.0
- git log  https://github.com/aqbanking/gwenhywfar/commits/master

libofx - on Windows version 0.9.11
- git log https://github.com/libofx/libofx/commits/master
- specific fixes/features
  - Add client uid support 
-
https://github.com/libofx/libofx/commit/af181b999b1ed8521a8f95e415c4f86d6c8301cd
- covered by https://bugs.kde.org/show_bug.cgi?id=366326
  - OFX import Online Statement Balance error
-
https://github.com/libofx/libofx/commit/6d6e9ed94356090cd2f6a6f7327eec22063684dd
- covered by https://bugs.kde.org/show_bug.cgi?id=323480

The list of specific fixes/features may not be complete.

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

[kmymoney4] [Bug 383068] New: List of fixed issues for 4.8.0 is to unspecific

2017-08-03 Thread Ralf Habacker
https://bugs.kde.org/show_bug.cgi?id=383068

Bug ID: 383068
   Summary: List of fixed issues for 4.8.0 is to unspecific
   Product: kmymoney4
   Version: unspecified
  Platform: Other
OS: other
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: website
  Assignee: kmymoney-devel@kde.org
  Reporter: ralf.habac...@freenet.de
  Target Milestone: ---

At https://kmymoney.org/news.php#itemKMyMoney480released there is a link to the
solved bugs. This list display fixed bugs for all 4.8 releases including 4.8.1
which is to unspecific.

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