~ubuntu-branches/ubuntu/precise/stellarium/precise

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Cédric Delfosse
  • Date: 2009-03-13 20:07:22 UTC
  • mfrom: (1.1.8 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090313200722-l66s4zy2s3e8up0s
Tags: 0.10.2-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
0.10.2 [2009-03-06]
 
2
Based on Qt 4.5.
 
3
Display constellations lines using nicely distorted arcs.
 
4
Fixed GUI problems when creating a new location.
 
5
Fixed the grid lines wrap around at the discontinuities in cylindrical and Mercator projection.
 
6
Hide the planet computation problems after year 80608.
 
7
Use the Qt raster engine by default. This fixes mac rendering bugs and speeds up greatly the GUI rendering.
 
8
Improved management of intersection of viewports with large FOV and projections with singularities.
 
9
Added Hammer-Aitoff projection allowing full sky overview.
 
10
Fixed various bugs.
 
11
 
 
12
0.10.1 [2009-02-02]
 
13
Added reset all config options button.
 
14
Added code for uncompressing gzip files (borrowed from from libkde)
 
15
Allowed for gzip compressed JSON files.
 
16
Fixed flip buttons bug.
 
17
Fixed min FPS feature.
 
18
Implemented screenshots inverted colors feature + associated GUI.
 
19
Re-coded grid display from scratch. It is now much faster and much more robust.
 
20
Refactored large part of the Navigator and Projector classes. Added a StelPainter class allowing many optimizations and simpler API.
 
21
Re-added telescope control key bindings.
 
22
Improved the doxygen developers documentation.
 
23
Added Simbad lookup to the search window.
 
24
Fixed ecliptic line rendering.
 
25
Fixed grid rendering bugs.
 
26
Added ZIP archive support with code copied from KDE SVN.
 
27
Fixed sun's magnitude bug.
 
28
Added automatic star catalog downloader to GUI. Star catalog settings are now defined in a config file.
 
29
Converted system-dependent star catalog memory mapping code to QFile::map().
 
30
Added log file for debugging output. Prepends system specs, such as memory and CPU information.
 
31
Imported KdeWin32 code for POSIX emulation on Windows.
 
32
Fixed build with Qt 4.5.
 
33
Fixed full screen problems at init.
 
34
Optimized VecXX contructors (no more default values).
 
35
Added translations for Albanian and Bosnian.
 
36
Fixed many bugs.
 
37
 
1
38
0.10.0 beta [2008-09-22]
2
39
Global switch to Qt. Don't support SDL main application anymore.
3
40
The whole StelApp class is managed by a QGraphicsScene, inside a QGraphicsView.