Bug 165168 - Link to search the web or to wikipedia?
Summary: Link to search the web or to wikipedia?
Status: RESOLVED FIXED
Alias: None
Product: kalzium
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Kalzium Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-28 03:37 UTC by missive
Modified: 2010-11-27 20:12 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description missive 2008-06-28 03:37:43 UTC
Version:           2.0.80 (using 4.00.84 (KDE 4.0.84 (KDE 4.1 >= 20080625), compiled sources)
Compiler:          gcc
OS:                Linux (i686) release 2.6.24-16-generic

I noticed today that the timeline shows element 117 as "known to ancient cultures." Very interesting!

So... I wanted to know more about that. My first thought was... "I bet I can search the web right from here somehow." (Sort of like in KStars or Amarok).

Maybe one of the categories on the left of the Information dialog could be "Web search" or "Wikipedia"?
Comment 1 Carsten Niehaus 2008-08-05 19:46:19 UTC
The bug with the ancient cultures for element 117 was fixed on 2008-07-31.
Comment 2 missive 2010-08-11 17:29:00 UTC
I see in Kalzium 2.3.80 (KDE 4.5) there is now a link to "Wikipedia English" under Extra Information, but the link is not working.

(Also, I'm not sure what was meant by "The bug with the ancient cultures for element 117 was fixed". I assume that text was either a joke or a placeholder and was meant to be removed.

In any case the text "This element was known to ancient cultures." is still there as of KDE 4.5)
Comment 3 Etienne 2010-08-18 23:15:08 UTC
SVN commit 1165323 by erebetez:

Implemented function to open links in the external browser in the detail info dialog.
CCBUG: 165168

 M  +25 -3     detailinfodlg.cpp  
 M  +2 -0      detailinfodlg.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1165323
Comment 4 Etienne 2010-11-27 14:21:18 UTC
I just patched the elements.xml file. Now element 117 can be distinguisted form the old ones by kalzium.
So, this bug can finaly be closed;)
Comment 5 missive 2010-11-27 15:26:49 UTC
Thanks for your work on this. Kalzium is looking really nice these days.

I still have one problem with the Wikipedia search function as of 4.6 Beta 1.
I get this message when I click on the Wikipedia links:

"Unknown host en_us.wikipedia.org"

Not sure if I should start a new issue or ...
Comment 6 Etienne 2010-11-27 20:12:10 UTC
SVN commit 1201435 by erebetez:

Forgot that some language have more than one localisation (en_us).
Splitting the string and getting the first value should do the trick.
Thank missive for testing.
CCBUG:165168

 M  +2 -2      detailinfodlg.cpp  


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