[Kst] [Bug 114364] timezone is interfering with consistent plots

George Staikos staikos at kde.org
Sat Oct 22 06:47:42 CEST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=114364         
staikos kde org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From staikos kde org  2005-10-22 06:47 -------
SVN commit 472821 by staikos:

Some major reworkings that don't seem to cause any visible regressions, and
other things:
1) Remove unneeded virtuals
2) KstViewObject::paint now takes a QRegion which is used in the case that the
paint is triggered by X11.  It allows us to update only the regions necessary.
-> faster
3) Add a new setting that disables timezone conversion and assumes UTC
everywhere.  This one needs more testing, and some usability thought.  It is
also ON by default.
BUG: 114364


 M  +2 -2      kst.cpp  
 M  +5 -7      kst2dplot.cpp  
 M  +1 -1      kst2dplot.h  
 M  +2 -2      kstborderedviewobject.cpp  
 M  +1 -1      kstborderedviewobject.h  
 M  +2 -2      kstplotbase.cpp  
 M  +1 -1      kstplotbase.h  
 M  +3 -9      kstplotgroup.cpp  
 M  +13 -13    kstplotgroup.h  
 M  +6 -0      kstsettings.cpp  
 M  +1 -0      kstsettings.h  
 M  +130 -96   kstsettingsdlg.ui  
 M  +8 -4      kstsettingsdlg.ui.h  
 M  +22 -22    ksttoplevelview.cpp  
 M  +2 -1      ksttoplevelview.h  
 M  +2 -2      kstviewarrow.cpp  
 M  +4 -4      kstviewarrow.h  
 M  +2 -2      kstviewbezier.cpp  
 M  +19 -19    kstviewbezier.h  
 M  +2 -2      kstviewbox.cpp  
 M  +1 -1      kstviewbox.h  
 M  +2 -2      kstviewellipse.cpp  
 M  +1 -1      kstviewellipse.h  
 M  +2 -2      kstviewlabel.cpp  
 M  +1 -1      kstviewlabel.h  
 M  +2 -3      kstviewline.cpp  
 M  +1 -1      kstviewline.h  
 M  +20 -17    kstviewobject.cpp  
 M  +1 -1      kstviewobject.h  
 M  +2 -2      kstviewpicture.cpp  
 M  +1 -1      kstviewpicture.h  
 M  +6 -1      kstviewwidget.cpp  
 M  +4 -4      kstviewwindow.cpp


More information about the Kst mailing list