Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Seamanship, Navigation & Boat Handling > OpenCPN
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 27-12-2011, 19:13   #1
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,396
OpenCPN Version 2.6 Beta Build 1227

Ahoy, OpenCPN'ers...

OpenCPN Version 2.6 Beta Build 1227 will soon be available for download from opencpn.org.

Monitor the opencpn.org Downloads page to find and download the latest Beta version binaries.....

Source is available now on sourceforge git repo.

Changelog

89. Correct CTRL +/- zoom behavior.
90. Correct GRIB PlugIn rendering (FS#693)
91. Implement rudimentary PlugIn intercom system. Thanks, Pavel
92. Implement enhanced Route/Track rendering options (FS#680) Thanks Pavel
93. Correct detection of AZERTY keyboard on fr_FR systems. (FS#670)
94. Correct Toolbar misplacement after Options dialog on linux systems.
95. Correct CTRL modifier for wheel zoom on linux
96. Improve OpenGL text rendering (FS#666)(FS#664)
97. Disable OpenGL Stencil buffer for Intel graphics chips.(FS#666)
98. Correct AIS target heading rendering when speed is low and scale is small (FS#694)
99. Correct build conditions for 64bit linux systems (FS#689)
100. Correct Chart close/open persistence logic (FS#691)
101. Implement WVS chart rendering for OpenGL

Release 2.6.1227

Notes:

This Beta release has relatively few items. A couple are critical, though, especially the OpenGL/Vista/Intel bugs that continue to distract. It will be nice to get these swatted, so that we can move on to implementing some more FeatureRequests.

91. Required a bump of PlugIn API to 1.06. As a result, existing PlugIns other than Grib and Dashboard will require external rebuilding.

Please note that I have not included any new language translations in the 2.6 Beta program. Managing 18+ .po file submission every Beta release takes a lot of time, and is better spent elsewhere.
We will come back to language updates as we near production Release this spring.

Don't forget to check and update "Your" Flyspray issues. We have some old ones on there that I think are long resolved. As usual, I would like to have the original poster request closure of the resolved items, instead of closing them myself without feedback.

Thanks, and good luck
Dave
bdbcat is offline   Reply With Quote
Old 28-12-2011, 01:14   #2
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: OpenCPN Version 2.6 Beta Build 1227

Hoy...
2.6.1227 Windows binary and RPMs fresh from the build farm uploaded and ready for download.

Happy testing

Pavel
nohal is offline   Reply With Quote
Old 28-12-2011, 09:41   #3
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: OpenCPN Version 2.6 Beta Build 1227

All!
Ubuntu binaries are now available !

Dave!

Everything I am able to test, works - Good one!

#94
Funny thing on the eeepc. First time I open the Toolbox + OK the Toolbar jumps to the middle. Next time it goes back to default position and continues to work as intended.

#95 well not exactly.....but smooth zooming is not working for vector charts, panning is OK.

Thomas
cagney is offline   Reply With Quote
Old 28-12-2011, 09:51   #4
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,396
Re: OpenCPN Version 2.6 Beta Build 1227

Thomas....

Smooth zoom is disabled for all vector charts. Seems too slow, at least on my hardware.....

chcanv.cpp:4616

Code:
bool ChartCanvas::ZoomCanvasIn(double factor)
{
      bool b_smooth = g_bsmoothpanzoom & g_bopengl;

      if(!VPoint.b_quilt)
      {
            ChartBase *pc = Current_Ch;
            if(pc->GetChartFamily() == CHART_FAMILY_VECTOR)
                  b_smooth= false;
      }
      else
            b_smooth = g_bsmoothpanzoom & !m_pQuilt->IsQuiltVector();
.
.
}
You could hack around in this code and experiment, if you are bored with NGA chart calibration....

Dave
bdbcat is offline   Reply With Quote
Old 28-12-2011, 10:03   #5
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,982
Re: OpenCPN Version 2.6 Beta Build 1227

Hello Dave,

ASUS 10.inch, XP SP3. OCPN 2.6-1227.

I loaded the CM93 and various maps "kap" GE2KAP made ​​with the software. They have almost identical scales.

Quilting : On
Use OpenGL : On

With "quilting on", we find that some charts (full lines) are not displayed. If I click on a chart of a line not displayed, the charts displayed on this line too.

It should be normal for all the charts are displayed without click on the Bar charts.

Gilletarom.
Attached Thumbnails
Click image for larger version

Name:	2011-12-28_Settings.jpg
Views:	143
Size:	136.5 KB
ID:	35201   Click image for larger version

Name:	2011-12-28_Etc.jpg
Views:	156
Size:	166.3 KB
ID:	35202  

Click image for larger version

Name:	2011-12-28_Chart_not_displayed.jpg
Views:	148
Size:	281.9 KB
ID:	35203   Click image for larger version

Name:	2011-12-28_Charts_all_displayed.jpg
Views:	158
Size:	300.1 KB
ID:	35204  

Gilletarom is offline   Reply With Quote
Old 28-12-2011, 10:16   #6
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,982
Re: OpenCPN Version 2.6 Beta Build 1227

Hello,

I wanted to try to put all the plug-ins. But they do not appear.

Maybe it wanted?

Gilletarom
Attached Thumbnails
Click image for larger version

Name:	2011-12-28_Plug-in.jpg
Views:	180
Size:	122.6 KB
ID:	35205   Click image for larger version

Name:	2011-12-28_File_language_Plug-in.jpg
Views:	174
Size:	59.8 KB
ID:	35206  

Click image for larger version

Name:	2011-12-28_Plug-in_not_present.jpg
Views:	136
Size:	141.4 KB
ID:	35207  
Gilletarom is offline   Reply With Quote
Old 28-12-2011, 10:18   #7
Marine Service Provider
 
bdbcat's Avatar

Join Date: Mar 2008
Posts: 7,396
Re: OpenCPN Version 2.6 Beta Build 1227

Gilletarom....

Code:
91.  Required a bump of PlugIn API to 1.06.  As a result, existing  PlugIns other than Grib and Dashboard will require external rebuilding.
Thanks
Dave
bdbcat is offline   Reply With Quote
Old 28-12-2011, 10:35   #8
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 2,982
Re: OpenCPN Version 2.6 Beta Build 1227

Quote:
Originally Posted by bdbcat View Post
Gilletarom....

Code:
91.  Required a bump of PlugIn API to 1.06.  As a result, existing  PlugIns other than Grib and Dashboard will require external rebuilding.
Thanks
Dave
Ok Dave.

Other problem :

With "Use OpenGL" On, I chose to display all the details with the CM93 slider
I choose to show all what can be displayed such as the names of the lighthouses or buoys.

No text appears.

With Use OpenGL Off, all texts appears
Attached Thumbnails
Click image for larger version

Name:	2011-12-28_Toolbox_Tab_Vector_charts.jpg
Views:	166
Size:	203.0 KB
ID:	35208   Click image for larger version

Name:	2011-12-28_no_name_present.jpg
Views:	173
Size:	222.8 KB
ID:	35209  

Click image for larger version

Name:	2011-12-28_all_name_present.jpg
Views:	199
Size:	252.2 KB
ID:	35210  
Gilletarom is offline   Reply With Quote
Old 28-12-2011, 10:42   #9
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,207
Re: OpenCPN Version 2.6 Beta Build 1227

Dave...
We have a small problem:
Code:
extern "C"  DECL_EXP void SendPluginMessage( wxString message_id, wxString message_body );
in ocpn_plugin.h got lost somehow while you've been applying the messaging patch... Pretty important line

Pavel
nohal is offline   Reply With Quote
Old 28-12-2011, 10:50   #10
Registered User
 
HappySeagull's Avatar

Join Date: Dec 2010
Location: B.C.,Canada
Boat: 29'
Posts: 2,423
Re: OpenCPN Version 2.6 Beta Build 1227

Running portably XPsp2
notable improvement!to CTRL+ (-/+) Very nice!

I can't see there's a difference when smooth zoom checked or not.zoom works incrementally tapping keys and pretty smooth when holding em checked or not.So what's it good for?
Open GL does make for kaps a little blurry when too far from their scale but this has been noted before and who cares.
Ibmt42 and itsATI card are irrelevant to OpenGL, I suppose,and maybe needs a fresh driver, but opengl now actually works with cm93.Not with kapsthough- they are.sloww to refresh with GL.
The Dell420 works better and better everyday in every way...whatever Dale Carnegie said is what I mean!
HappySeagull is offline   Reply With Quote
Old 28-12-2011, 12:02   #11
Registered User

Join Date: Sep 2009
Location: Angers - France
Boat: Beneteau First 29 Ptizef
Posts: 844
Re: OpenCPN Version 2.6 Beta Build 1227

As far as tested , everything works well now . Thanks Dave
-All zoom keys and wheel including mouse wheel and Ctlr , CM93 rendering ,CM93 texts , Gib display ...
Just a problem with Grib plug-in : zooming and dragging become very slow with wind barbs displayed and opengl on .
It is normal when opengl deselected
It is true with Vista/Intel (R) 4 Shipset and xp/Intel 945 and CM93 and/or BSB charts
Regards
Jean Pierre
Ptizef is offline   Reply With Quote
Old 28-12-2011, 12:27   #12
Registered User

Join Date: Dec 2009
Posts: 110
Re: OpenCPN Version 2.6 Beta Build 1227

Thank you Thank you to have make the Grib reappear.

You made my day and one of the biggest present of all.
SvLetitgo is offline   Reply With Quote
Old 30-12-2011, 05:35   #13
Registered User
 
Rik-lu's Avatar

Join Date: May 2010
Location: Luxembourg
Boat: HR40
Posts: 196
Images: 2
Re: OpenCPN Version 2.6 Beta Build 1227

sorry to late to edit my post here :
http://www.cruisersforum.com/forums/...tml#post848525

I'll copy it here again as I don't think that anyone will read the posts for build 1223.
-------------------------------------------------------

I tried to find the reef where the freighter Rena crashed about 10 miles off Tauranga/Newzeeland.



could be here: Feature Class: UWTROC

Position: 037 34.9403 S 176 21.5123 E

try to find this in cm93. it's quite hard to find !!!! and often invisible depending on your depht settings. normally just visible as the white X.

I don't know if this is really Rena's position but anyway it looks dangerous and is not really easy to identify as underwater rock.




comparable fault I found already in 2009 and stated here,

Feature Class: WRECKS

Position: 057 21.4153 N 017 09.1334 E
__________________
Hi from Rik
Rik-lu is offline   Reply With Quote
Old 30-12-2011, 23:44   #14
Registered User

Join Date: Sep 2009
Location: Angers - France
Boat: Beneteau First 29 Ptizef
Posts: 844
Re: OpenCPN Version 2.6 Beta Build 1227

Hi all

May be I've mess something , but I don't see any change whether I click or not
the "Highlight tracks" option

I wish you a HAPPY NEW YEAR

Jean Pierre
Ptizef is offline   Reply With Quote
Old 31-12-2011, 00:57   #15
Registered User
 
sailorF54's Avatar

Join Date: Dec 2009
Location: Perros-Guirec, France
Boat: Jeanneau Sunshine 36
Posts: 999
Re: OpenCPN Version 2.6 Beta Build 1227

Hello

I still have a partial screen refresh problem (only using OpenGL) when first mousing over a route (pic #1). Zooming with the mouse will then only affect the area where the text was displayed (pic #2)

Latest Vista, ATI RS780M

Happy New Year to the OpenCpn crew and all users!
Attached Thumbnails
Click image for larger version

Name:	ScreenShot001.jpg
Views:	163
Size:	85.8 KB
ID:	35361   Click image for larger version

Name:	ScreenShot002.jpg
Views:	169
Size:	71.3 KB
ID:	35362  

sailorF54 is offline   Reply With Quote
Reply

Tags
opencpn


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCPN Version 2.6 Beta Build 1223 bdbcat OpenCPN 38 30-12-2011 05:38
OpenCPN Version 2.6 Beta Build 1125 bdbcat OpenCPN 108 11-12-2011 08:03
OpenCPN Version 2.4 Beta Build 628 bdbcat OpenCPN 63 15-07-2011 18:17
Route Properties, Missing Functions James Baines OpenCPN 13 13-07-2011 04:31
OpenCPN Version 2.4 Beta Build 708 bdbcat OpenCPN 34 12-07-2011 13:20

Advertise Here


All times are GMT -7. The time now is 14:38.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.