Bug 176967

Summary: timeline year limited by 1994
Product: [Applications] kalzium Reporter: Alexander Potashev <aspotashev>
Component: generalAssignee: Kalzium Developers <kalzium>
Status: RESOLVED FIXED    
Severity: normal CC: cniehaus
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alexander Potashev 2008-12-05 12:54:52 UTC
Version:           2.1.80 (using 4.1.80 (KDE 4.1.80 (KDE 4.2 Beta1)), Gentoo)
Compiler:          x86_64-pc-linux-gnu-gcc
OS:                Linux (x86_64) release 2.6.27-rc7-zen3

Timeline slider max. value is set to 1994 while there are several elements discovered after 2000 (up to 2006)

Probable solution:
---
Index: src/timewidget.ui
===================================================================
--- src/timewidget.ui	(revision 892798)
+++ src/timewidget.ui	(working copy)
@@ -30,7 +30,7 @@
         <number>1667</number>
        </property>
        <property name="maximum" >
-        <number>1994</number>
+        <number>2008</number>
        </property>
        <property name="value" >
         <number>1994</number>
Comment 1 Carsten Niehaus 2008-12-05 18:34:23 UTC
I am not aware of those elements. Could you tell me which? As far as I know those two elements are the last official IUPAC elements:

110  Ds  Darmstadtium
111  Rg  Roentgenium


112 to 118 are not yet official.
Comment 2 Alexander Potashev 2008-12-05 19:15:43 UTC
(In reply to comment #1)
> 112 to 118 are not yet official.
> 

I meant 112 to 118 (or 117?). They might be unofficial, but I think they should be also supported by the "Timeline widget".
Comment 3 Pino Toscano 2010-04-12 01:18:33 UTC
SVN commit 1113853 by pino:

make sure the upper limit of the timeline widget is the current year
BUG: 176967


 M  +6 -0      timewidget_impl.cpp  


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