Bug 257761 - A workaround the KPageWidget bug that causes the application view's bouncing during a page switch
Summary: A workaround the KPageWidget bug that causes the application view's bouncing ...
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Cristian Oneț
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-24 09:30 UTC by Cristian Oneț
Modified: 2010-11-24 20:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Proposed patch. (2.16 KB, patch)
2010-11-24 09:31 UTC, Cristian Oneț
Details
Patch updated with the latest ideea (12.43 KB, patch)
2010-11-24 20:41 UTC, Cristian Oneț
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Cristian Oneț 2010-11-24 09:30:30 UTC
Version:           SVN trunk (using KDE 4.5.3) 
OS:                Linux

The KPageWidget bug is described by BUG 257760.
Apply a workaround this problem.

Reproducible: Always
Comment 1 Cristian Oneț 2010-11-24 09:31:43 UTC
Created attachment 53686 [details]
Proposed patch.
Comment 2 Cristian Oneț 2010-11-24 11:57:34 UTC
An improvement of the patch would be to actually replace the KPageWidget header with the KMyMymoney header. Thus replacing the current KMyMymoney header adding code which is not pretty.
Comment 3 Cristian Oneț 2010-11-24 20:41:25 UTC
Created attachment 53704 [details]
Patch updated with the latest ideea
Comment 4 Cristian Oneț 2010-11-24 20:49:17 UTC
SVN commit 1200340 by conet:

BUG: 257761
Fix the bug and implement the KMyMoney header functionality in a much nicer way. Instead of hiding the standard header and having the KMyMoney header in all the views remove the standard header from the layout and replace it with one instance of the KMyMoney custom header (the text is adapted after a page change).

 M  +44 -49    kmymoneyview.cpp  
 M  +11 -4     kmymoneyview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1200340
Comment 5 Cristian Oneț 2010-11-24 20:50:20 UTC
SVN commit 1200341 by conet:

BUG: 257761
Fix the bug and implement the KMyMoney header functionality in a much nicer way. Instead of hiding the standard header and having the KMyMoney header in all the views remove the standard header from the layout and replace it with one instance of the KMyMoney custom header (the text is adapted after a page change).
Merged into the stable branch.

 M  +44 -49    kmymoneyview.cpp  
 M  +11 -4     kmymoneyview.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1200341