head 1.6; access; symbols pkgsrc-2013Q2:1.6.0.4 pkgsrc-2013Q2-base:1.6 pkgsrc-2012Q4:1.6.0.2 pkgsrc-2012Q4-base:1.6 pkgsrc-2012Q2:1.5.0.18 pkgsrc-2012Q2-base:1.5 pkgsrc-2012Q1:1.5.0.16 pkgsrc-2012Q1-base:1.5 pkgsrc-2011Q4:1.5.0.14 pkgsrc-2011Q4-base:1.5 pkgsrc-2011Q3:1.5.0.12 pkgsrc-2011Q3-base:1.5 pkgsrc-2011Q2:1.5.0.10 pkgsrc-2011Q2-base:1.5 pkgsrc-2011Q1:1.5.0.8 pkgsrc-2011Q1-base:1.5 pkgsrc-2010Q4:1.5.0.6 pkgsrc-2010Q4-base:1.5 pkgsrc-2010Q3:1.5.0.4 pkgsrc-2010Q3-base:1.5 pkgsrc-2010Q2:1.5.0.2 pkgsrc-2010Q2-base:1.5 pkgsrc-2010Q1:1.4.0.2 pkgsrc-2010Q1-base:1.4 pkgsrc-2009Q4:1.3.0.4 pkgsrc-2009Q4-base:1.3 pkgsrc-2009Q3:1.3.0.2 pkgsrc-2009Q3-base:1.3 pkgsrc-2008Q4:1.2.0.2 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.1.0.2 pkgsrc-2008Q3-base:1.1; locks; strict; comment @# @; 1.6 date 2012.08.27.09.07.37; author adam; state dead; branches; next 1.5; 1.5 date 2010.06.10.18.20.03; author drochner; state Exp; branches; next 1.4; 1.4 date 2010.03.11.11.15.17; author adam; state Exp; branches; next 1.3; 1.3 date 2009.07.28.19.12.37; author drochner; state Exp; branches; next 1.2; 1.2 date 2008.10.26.14.03.37; author adam; state dead; branches; next 1.1; 1.1 date 2008.09.16.13.23.42; author drochner; state Exp; branches; next ; desc @@ 1.6 log @Changes 0.11.4: Bug fix release with new features. Added: - New plugin: Exoplanets - New plugin: Observability analysis - Get geometric altitude and azimuth for script engine (LP: 1010617) - Sky image loading with altitude/azimuth coordinates (LP: 1023548) - New hotkey for star name labels (LP: 1032989) - Option to activate/deactivate the Nebula Background Images button via GUI (LP: 925247) - Return to user set location and landscape (LP: 981507) - Display degrees and minutes for FOV of CCD (LP: 998761) - Adding all possible satellites (LP: 1006495) - Building a Windows x64 packages (LP: 1003041, 1027607) - Apply atmosphere effect only on bodies with atmosphere (LP: 971875) Fixed: - Various Stellarium freezes and crashed (LP: 1005155, 1030913, 940638, 992267, 1033380, 951967, 1040054) - Various plugins issues (LP: 751381, 892027, 1006134, 1040066, 1040085) - Various issues for nebulae (LP: 1026021, 744517) - Add/subtract one sidereal year jumps wrong amount (LP: 1006208) - Various small issues, typos and mistakes (LP: 1022506, 1032469, 1019247, 985204) - Various issues in Scripting Engine (LP: 1023934, 1017148, 1017154, 730180) Changed: - New tab in the configuration window to control the selected object information. - Improvement Night Vision mode - Extend list of default scripts @ text @$NetBSD: patch-ac,v 1.5 2010/06/10 18:20:03 drochner Exp $ --- src/core/external/GLee.h.orig 2010-02-22 11:22:31.000000000 +0000 +++ src/core/external/GLee.h @@@@ -814,10 +814,10 @@@@ GLEE_EXTERN GLboolean _GLEE_SGIX_texture /* GLX */ - typedef void (*__GLXextFuncPtr)(void); #ifndef GLX_ARB_get_proc_address #define GLX_ARB_get_proc_address 1 + typedef void (*__GLXextFuncPtr)(void); extern __GLXextFuncPtr glXGetProcAddressARB (const GLubyte *); extern void ( * glXGetProcAddressARB (const GLubyte *procName))(void); typedef __GLXextFuncPtr ( * PFNGLXGETPROCADDRESSARBPROC) (const GLubyte *procName); @ 1.5 log @update to 0.10.5 changes: -fixes -startup speed increase pkgsrc change: added data for C/2009 R1 (McNaught) which should be visible these days @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.4 2010/03/11 11:15:17 adam Exp $ @ 1.4 log @Changes 0.10.4: * Bug fix release. * Fixed unpredictable openGL related crashes on win32. * Fixed run on MacOSX Tiger/Leopard/Snow Leopard. * Disable OpenGL shaders by default for stars and atmosphere. User activate it by setting use_glshaders = true in the [main] section of the config.ini * Fixed the handling of the Qt -graphicssystem parameter. Now it is ignored if it is not used properly. * Improved OpenGLES2 support (not finished yet). * Added Qt widgets flags on the main windows to avoid filling background (this boosted the program a lot on linux). @ text @d1 1 a1 1 $NetBSD$ d3 2 a4 2 --- src/external/GLee.h.orig 2010-02-22 11:22:31.000000000 +0000 +++ src/external/GLee.h @ 1.3 log @fix build breakage, likely resulting from a weird interaction of Mesa and qt4 wrt include file ordering @ text @d3 1 a3 1 --- src/external/GLee.h.orig 2009-07-09 17:30:53.000000000 +0200 d5 1 a5 1 @@@@ -797,10 +797,10 @@@@ GLEE_EXTERN GLboolean _GLEE_SGIX_texture @ 1.2 log @Changes 0.10.0: * Global switch to Qt. Don't support SDL main application anymore. * The whole StelApp class is managed by a QGraphicsScene, inside a QGraphicsView. * Removed deprecated sources from the core of stellarium. * Continued API cleaning and simplifications. * Performed large refactorings to use portable Qt API. * Re-organized the source files into sub-directories. * Migrated config file parsing to a QSettings based implementation. * Exposed some methods as slots so that they can be scripted in the future. * Created the new Qt-based GUI button bars. * Recoded from scratch the new QWidget based GUI rendered in the QGraphicsView using style sheets. * Moved stars/planets halo rendering into SkyDrawer. * Implemented dynamic eye adaptation for bright objects. * Optimized atmosphere computation and others, speed can be increased up to a factor of 2. * Implemented light pollution following the Bortle scale index. * Improved and optimized stars rendering (updated colors, sizes and added large halo for very bright ones, use GL lists for drawing stars by bunch) * Created a new SkyTile class supporting lazy dynamic multi-resolution images loading and display. Image trees can be stored as JSON files. * Startup is much faster. * Migrated the previous nebula textures to the new format. * Added a LocationManager for managing observing locations and cleaned the code of observer. * Changed key bindings, use F1.. F6 for opening dialogs. * Tab completion on the search dialog. * Added descriptions for the sky cultures and improved the ones for landscapes. * Added a new mars landscape. * Fixed many bugs. @ text @d1 1 a1 1 $NetBSD: patch-ac,v 1.1 2008/09/16 13:23:42 drochner Exp $ d3 14 a16 11 --- src/stel_ui_conf.cpp.orig 2008-09-15 14:05:32.000000000 +0200 +++ src/stel_ui_conf.cpp @@@@ -620,7 +620,7 @@@@ void StelUI::load_cities(const string& p { fileName = StelApp::getInstance().getFileMgr().findFile(QString("data/cities_") + planetEnglishName.c_str() + ".fab"); } - catch (exception& e) + catch (std::exception& e) { cerr << "INFO StelUI::load_cities " << e.what() << endl; return; @ 1.1 log @fix fallout from boost and cmake updates: -prefix uses of "exception" with "std::" to avoid conflict with a similar definition in new "boost" -set a cmake var to get an rpath into the installed executable (seems that cmake's behaviour changed) @ text @d1 1 a1 1 $NetBSD$ @