Cruisers Forum
 


Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 23-11-2014, 03:32   #541
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,525
Images: 2
Re: Logbook Konni for OpenCPN

That is just great delatbabel. Thank you! Have you registered on the Tracker / Flyspry wirh an account? Serge will be interested. He has been looking for a devel for this plugin!

Sent from my SCH-I545 using Cruisers Sailing Forum mobile app
rgleason is online now   Reply With Quote
Old 23-11-2014, 03:52   #542
Registered User
 
AISEAG's Avatar

Join Date: May 2012
Location: Dahouet (Brittany)
Boat: BENETEAU
Posts: 491
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by delatbabel View Post
I'd be happy to take it on......
Thanks delatbabel, this is good news.

Serge
AISEAG is offline   Reply With Quote
Old 23-11-2014, 05:43   #543
Registered User

Join Date: Apr 2012
Location: Port Steven, NSW, Australia
Boat: Van der Stadt Samoa 48
Posts: 142
Re: Logbook Konni for OpenCPN

I am very happy that you will develop the logbook further. I will like to participate in the windows testing, since I am no programmer.

Best regards, Lars


Send from my IPad
Taarnskov is offline   Reply With Quote
Old 24-11-2014, 00:24   #544
Registered User

Join Date: May 2013
Location: NSW, Australia
Boat: Richter 42
Posts: 1,077
Re: Logbook Konni for OpenCPN

Hi,
There appear to be two current repositories, konnibe/LogbookKonni and konnibe/LogbookKonni-1.2. I have pull request out for both of these. The first seems to be version 1.1.1.6 and the second 1.1957.1.7 . The second one seems to be changed quite a bit from the first and I only had to make one change to make it compile whereas the first required quite a few changes.

If you setup a fork of one of the above, tell me where and what version and I will put up a pull request for the relevant code.

The only real change I wanted to make was to call 'update()' when the Logbook::appendRow function finishes. This ensures that the log is written to disk. Without this change the write only occurs (or seems to) when the user makes a change.

Jon
jongough is offline   Reply With Quote
Old 24-11-2014, 00:35   #545
Registered User

Join Date: May 2013
Location: NSW, Australia
Boat: Richter 42
Posts: 1,077
Re: Logbook Konni for OpenCPN

Hi,
I am happy to help with this plugin, I was just not sure if I knew enough to be the only one working on it. I am still trying to come to grips with git, wxWidgets and cross compiling! I really do not understand most of the code or what it is trying to do so am stumbling around quite a bit. I am also exploring all the 'gotyas!' in git with forking, upstream repositories and now submodules. A whole new learning experience!

Jon

Quote:
Originally Posted by delatbabel View Post
I'd be happy to take it on. Jon can you make your stability changes available somewhere and I'll set if I can get up a new github repo.

I'm not interested in incorporating Mac specific changes at this stage, it's the one platform I don't have to develop or test on.
jongough is offline   Reply With Quote
Old 24-11-2014, 02:15   #546
Registered User
 
spiv's Avatar

Join Date: Jun 2008
Location: Circumnavigating, currently in Turkey
Boat: Ex Salina 48, now Lagoon 380
Posts: 399
Send a message via Skype™ to spiv
Re: Logbook Konni for OpenCPN

Hello everyone interested in this plugin,

I have been using it (and still use it) for some years, Konni did an excellent job, towards the end using just one finger.

I cannot help with developing, but I am happy to test any changes and help with suggestions.
__________________
Keep smiling
Stefano - WhatsApp: +61478916411
Web: https://learn2sailcats.com/
spiv is offline   Reply With Quote
Old 29-11-2014, 19:29   #547
Registered User
 
delatbabel's Avatar

Join Date: Oct 2012
Location: Sydney NSW Australia
Posts: 112
Re: Logbook Konni for OpenCPN

Hi all,

I have been distracted by a work project (one that pays actual money, hence takes priority) for a few weeks but I'm back now. I have forked Konni's 1.2 repository and the fork is now here:

https://github.com/delatbabel/LogbookKonni-1.2

Those people who said they would send in pull requests please do so now.

Del
delatbabel is offline   Reply With Quote
Old 29-11-2014, 19:58   #548
Registered User

Join Date: May 2013
Location: NSW, Australia
Boat: Richter 42
Posts: 1,077
Re: Logbook Konni for OpenCPN

Del,
I have created the pull request for the 1.2 version for my fix to FS#1534. I got in a mess with git, so it is on the master branch on my end, not sure if that is going to cause you any issues.

Jon
jongough is offline   Reply With Quote
Old 30-11-2014, 01:45   #549
Registered User
 
delatbabel's Avatar

Join Date: Oct 2012
Location: Sydney NSW Australia
Posts: 112
Re: Logbook Konni for OpenCPN

I merged your pull request -- this was something I wanted myself having lost a lot of log entries on my Pacific voyage when OpenCPN crashed.

Does anyone have a list of requests for enhancement? My short list would be:

  • Allow timezones outside of UTC-12 to UTC+12. Probably out to UTC+14 because I think there are areas in UTC+13 that have daylight savings.
  • Save and display dates in local format, not always in the US MM/DD/YYYY format.
  • Better handling of some incoming NMEA strings.


Del
delatbabel is offline   Reply With Quote
Old 30-11-2014, 02:01   #550
Registered User
 
delatbabel's Avatar

Join Date: Oct 2012
Location: Sydney NSW Australia
Posts: 112
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by edelvoilier View Post
Sorry for the delay, I was very busy but i'm coming back.

Hope this time it will be done for the attachment of the latest plugin of the great logbookkonni.
Hi,

Inside this attachment is just a Windows DLL -- no source code. Do you have the source code of your changes?

Del
delatbabel is offline   Reply With Quote
Old 30-11-2014, 02:01   #551
Registered User
 
delatbabel's Avatar

Join Date: Oct 2012
Location: Sydney NSW Australia
Posts: 112
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by CarCode View Post
I too have once worked together with Konni to make a running version for Mac OS X of the Logbook. It runs great with Mac OS X Mavericks and wxWidgets 3.1. If there is anyone for Windows and/or Linux we can exchange our knowledge for further development.

Gerhard
Hi,

Are you able to submit a pull request from your changes against the new repository?

https://github.com/delatbabel/LogbookKonni-1.2
delatbabel is offline   Reply With Quote
Old 30-11-2014, 04:42   #552
Registered User

Join Date: Jul 2010
Location: Hannover - Germany
Boat: Amel Sharki
Posts: 2,537
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by delatbabel View Post
Hi,

Are you able to submit a pull request from your changes against the new repository?

https://github.com/delatbabel/LogbookKonni-1.2
Del,
my version of Logbook-Konni is quite different because I use wxWidgets 3.1.0, Mac OS X Yosemite and Xcode 6.1.
Gerhard
CarCode is online now   Reply With Quote
Old 30-11-2014, 11:45   #553
Registered User

Join Date: May 2013
Location: NSW, Australia
Boat: Richter 42
Posts: 1,077
Re: Logbook Konni for OpenCPN

Del,
Can you enter these in Flyspray so that they don't get lost? I find looking through forums to find changes people want difficult.

I would second the date format change.

Jon

Quote:
Originally Posted by delatbabel View Post
I merged your pull request -- this was something I wanted myself having lost a lot of log entries on my Pacific voyage when OpenCPN crashed.

Does anyone have a list of requests for enhancement? My short list would be:

  • Allow timezones outside of UTC-12 to UTC+12. Probably out to UTC+14 because I think there are areas in UTC+13 that have daylight savings.
  • Save and display dates in local format, not always in the US MM/DD/YYYY format.
  • Better handling of some incoming NMEA strings.


Del
jongough is offline   Reply With Quote
Old 01-12-2014, 03:17   #554
Registered User
 
delatbabel's Avatar

Join Date: Oct 2012
Location: Sydney NSW Australia
Posts: 112
Re: Logbook Konni for OpenCPN

I think that the above list are already in flyspray or already fixed. The date format issue has now been fixed and I have already applied a patch to get dates to UTC +/- 14.

I was thinking of making a new binary release -- can someone please test compile on each of Windows and MacOS? I can do the Linux build.
delatbabel is offline   Reply With Quote
Old 01-12-2014, 05:22   #555
Registered User

Join Date: Nov 2014
Location: Netherlands
Posts: 219
Re: Logbook Konni for OpenCPN

I just added another fix for the OSX package build.
I build with OSX 10.9.5 Mavericks with wxwidgets 3.0.2.
Build and package applied OK.
For the first time we still have to copy the Layouts and Other zip files manually like on Linux.

Peter
ptulp is offline   Reply With Quote
Reply

Tags
opencpn

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

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
Logbook Plug-in SethDart OpenCPN 113 04-06-2022 11:21
Route Properties, Missing Functions James Baines OpenCPN 13 13-07-2011 04:31

Advertise Here


All times are GMT -7. The time now is 08:53.


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.