Three Search Bugs
Bug #1285175 reported by
henrysky
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Stellarium |
Fix Released
|
Low
|
Alexander Wolf |
Bug Description
My platform: stellarium revision 6595 Mac OSX 10.9.2
Sorry for my laziness for reporting three bugs in one bug report
1st. There is no respond for searching IC100 and IC200 while stellarium shows there is IC100 and IC200 in the stellarium star database (I just pick some to test and found these two, dont know if there are other search problems related to IC catalog)
2nd. I think "NGC" is not a search recommendation as shown in image......
3rd. For example, I want to search NGC1342 and I typed "N1342", a search recommendation is shown "NGC1342"
But when I press enter, stellarium center NGC1342 but no object information shown and only center, not tracking even I press space bar......
Related branches
lp://staging/~alexwolf/stellarium/aw_deepskyobjects
- gzotti: Approve
- Marcos Cardinot: Approve
-
Diff: 24581 lines (+16879/-6378)20 files modifiednebulae/default/BarnardCat_tabbed.txt (+0/-351)
nebulae/default/CMakeLists.txt (+4/-5)
nebulae/default/LBNCat_tabbed.txt (+0/-1125)
nebulae/default/LDNCat_tabbed.txt (+0/-1787)
nebulae/default/RCWCat_tabbed.txt (+0/-181)
nebulae/default/SharplessCat_tabbed.txt (+0/-313)
nebulae/default/VandenBerghCat_tabbed.txt (+0/-158)
nebulae/default/catalog.txt (+14308/-0)
nebulae/default/names.dat (+267/-0)
nebulae/default/ngc2000names.dat (+0/-1031)
po/stellarium-skycultures/POTFILES.in (+1/-1)
src/core/StelObjectMgr.cpp (+20/-10)
src/core/modules/Nebula.cpp (+590/-508)
src/core/modules/Nebula.hpp (+105/-73)
src/core/modules/NebulaMgr.cpp (+822/-623)
src/core/modules/NebulaMgr.hpp (+78/-14)
src/gui/ConfigurationDialog.cpp (+36/-0)
src/gui/ViewDialog.cpp (+115/-2)
src/gui/ViewDialog.hpp (+6/-0)
src/gui/viewDialog.ui (+527/-196)
tags: | added: dso |
tags: | added: catalog |
Changed in stellarium: | |
status: | New → Confirmed |
Changed in stellarium: | |
importance: | Undecided → Low |
Changed in stellarium: | |
milestone: | none → 0.13.0 |
assignee: | nobody → Alexander Wolf (alexwolf) |
status: | Confirmed → In Progress |
Changed in stellarium: | |
milestone: | 0.13.0 → 0.13.1 |
Changed in stellarium: | |
milestone: | 0.13.1 → none |
Changed in stellarium: | |
milestone: | none → 0.14.0 |
Changed in stellarium: | |
status: | In Progress → Fix Committed |
Changed in stellarium: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
All of these issues seem to be caused by Stellarium using on-line search results from the SIMBAD database. In case you are unfamiliar with it, note the "Simbad lookup: found" message in all screenshots. SIMBAD returns coordinates, not Stellarium objects, so results from SIMBAD can't be tracked.
The third case is not-exactly a bug. You are not entering a valid object name - normally, one wouldn't expect to be able to find an object. Still, as apparently SIMBAD kind-of matches it, we can probably do something about it.