Cruisers Forum
 


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 12-10-2011, 14:35   #46
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 3,029
Re: Logbook Konni for OpenCPN

Hello Konni,

Join here, there is the french ".po" for your logbook V 907


Best regards

Gilletarom
Attached Files
File Type: doc French_opencpn-logbookkonni_pi_907.zip.doc (12.8 KB, 140 views)
Gilletarom is offline   Reply With Quote
Old 14-10-2011, 20:29   #47
Registered User

Join Date: Sep 2011
Posts: 205
Re: Logbook Konni for OpenCPN

Hello,

Version 0.907 is ready for download :LogbookOCPN - Browse Files at SourceForge.net

It support's now frensh, spanish and german languages.

Run's and compiles on Kubuntu 11.04 natty. I could not check for NMEA, hope it's ok.
the sourcecode it avaiable here.

some changes had been made:
  • on first start pop's a dialog for layouts and languages up,
    one time only
  • layouts now have a prefix for sorting
  • on the edit button a tiny dialog pop's up for
    edit, filter, rename, delete, install, email a layout
  • Maintenace is printable now
  • in preferences you can select wind by default (angle to the boat) or heading
  • install a new tab "overview"
    it's my imagination, what's your opinion ?
  • on buttton-click "new logbook" you'll by asked for a complete reset
thank's to all for their help.

best reagrds
konni
konni is offline   Reply With Quote
Old 15-10-2011, 05:37   #48
Registered User

Join Date: May 2011
Boat: Simonis 50
Posts: 447
Re: Logbook Konni for OpenCPN

Thank you - appreciated!!
svrevelations is offline   Reply With Quote
Old 15-10-2011, 06:11   #49
Registered User

Join Date: Sep 2011
Posts: 205
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by nohal View Post
I would also like to extend the engine logging with an automatic timer to count the engine-hours and fuel consumption for me.
Hello pavel,

if you want to hook in use the following functions:

logbook.cpp:
void Logbook::SetSentence(wxString &sentence)
void Logbook::appendRow()
void Logbook::getModifiedCellValue(int grid, int row, int selCol, int col)

hope it helps a bit
if your engine logging is working, please let me now.

best regards
konni
konni is offline   Reply With Quote
Old 16-10-2011, 03:58   #50
Marine Service Provider

Join Date: Oct 2009
Location: In the U.S.
Boat: FP Tobago 35 [sold]
Posts: 426
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by konni View Post
Hello,

Version 0.907 is ready for download :LogbookOCPN - Browse Files at SourceForge.net

some changes had been made:
  • on first start pop's a dialog for layouts and languages up,
    one time only
  • layouts now have a prefix for sorting
  • on the edit button a tiny dialog pop's up for
    edit, filter, rename, delete, install, email a layout
  • Maintenace is printable now
  • in preferences you can select wind by default (angle to the boat) or heading
  • install a new tab "overview"
    it's my imagination, what's your opinion ?
  • on buttton-click "new logbook" you'll by asked for a complete reset
Thanks Konni,

Just installed. Wind is working on heading, great! The reset of values on new log is also working A-OK!

Have not tested other areas yet, but will do so and let you know.

Once minor naming comment, to make it clear for users.

On the Preferences dialog, for the wind selection, I would make the choices something like:

Wind Direction : (Relative to Boat) or (Actual wind direction)

I think new users will not really understand what the current choices mean.

Thanks again for the work on this!
__________________
Mark (It's Irie - Sailing Blog)
The Wirie AP+ and The Wirie pro - Long Range Marine WiFi and 2/3/4G Systems
kiltym is offline   Reply With Quote
Old 16-10-2011, 05:48   #51
Registered User

Join Date: Sep 2011
Posts: 205
Re: Logbook Konni for OpenCPN

to MooseMoney and Mark:

thanks's for your replies.

to Mark:
I added a tooltip for the new wind-dropdown in ver 0.908, so new users will understand better.
working now on "Overview". when it's stable, i send you a preview.
BTW is "Etmal" a english word for distance in 24 hrs ?


best regards
konni
konni is offline   Reply With Quote
Old 16-10-2011, 10:38   #52
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Logbook Konni for OpenCPN

I tried to compile on linux, but there seems to be assumed dependencies and hard coded paths that are not documented.
For example
Code:
../../grib2_pi/src/folder.xpm
Where did this come from?
Can you write some compile instructions please.
Thomas
cagney is offline   Reply With Quote
Old 16-10-2011, 11:48   #53
Marine Service Provider

Join Date: Oct 2009
Location: In the U.S.
Boat: FP Tobago 35 [sold]
Posts: 426
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by konni View Post
BTW is "Etmal" a english word for distance in 24 hrs ?
No. But I am not sure what the correct term for that is.... Someone here may have a suggestion though.
__________________
Mark (It's Irie - Sailing Blog)
The Wirie AP+ and The Wirie pro - Long Range Marine WiFi and 2/3/4G Systems
kiltym is offline   Reply With Quote
Old 16-10-2011, 13:21   #54
bcn
Registered User

Join Date: May 2011
Location: underway whenever possible
Boat: Rangeboat 39
Posts: 4,827
Re: Logbook Konni for OpenCPN

Following Wikipedia an Etmal (ger.) is equivalent to a "Day's run".
Noon to noon generally.
Day's run - Wikipedia, the free encyclopedia
Hubert
bcn is offline   Reply With Quote
Old 16-10-2011, 20:39   #55
Registered User

Join Date: Sep 2011
Posts: 205
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by cagney View Post
I tried to compile on linux, but there seems to be assumed dependencies and hard coded paths that are not documented.
For example
Code:
../../grib2_pi/src/folder.xpm
Where did this come from?
Can you write some compile instructions please.
Hello Thomas,

i corrected the path for the folder.xpm and uploaded again to github.
add the folder to opencpn/plugins
cd .. ( to opencpn)
run cmake . (the dot is important), in the output must logbookkonni_pi appear
now make
if compiles well, then sudo make install.

please write, if you have success

best regards
konni
konni is offline   Reply With Quote
Old 17-10-2011, 02:15   #56
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Logbook Konni for OpenCPN

konni

Thanks for the instructions. I managed to compile OK with one change.
Quote:
cd .. ( to opencpn)
This did not work. But if issuing "cmake ." etc from within LogbookKonni, the compilation worked. The layoyut and language zip files was not downloaded, so I used the ones in the win package, but I'm not sure they are working properly. I have to explore more, and read this thread.
This was all done on Kubuntu 11.10 64 bit.

Thanks for all the work on this very nice logbook plugin!

Thomas
cagney is offline   Reply With Quote
Old 17-10-2011, 03:37   #57
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,249
Re: Logbook Konni for OpenCPN

Konni...
I've sent you a couple of patches as pull requests on github - no new features yet - I just cleaned up the codebase a little bit and removed the build artifacts from the repository.
Also there's a new translation and a very basic readme added and the HTML and ODT layouts included, so that the builder can create all the needed files from the build.

Cheers

Pavel
nohal is offline   Reply With Quote
Old 17-10-2011, 13:16   #58
Registered User

Join Date: Sep 2011
Posts: 205
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by cagney View Post
konni
This was all done on Kubuntu 11.10 64 bit.
Hello Thomas,

thank's for the above reply.

There's a lot to do in the linux version, not all is running as in windows,
for example try to send a layout by email, usw.....

i'm programming in windows OS and do not allways check if it's running on
Linux too. So the github is the daily snapshot of the windows-version, it'll perhaps crash on linux, but i change this if a user sends a message.

best regards
konni
konni is offline   Reply With Quote
Old 17-10-2011, 13:32   #59
Registered User

Join Date: Sep 2011
Posts: 205
Re: Logbook Konni for OpenCPN

Quote:
Originally Posted by nohal View Post
Konni...
I've sent you a couple of patches as pull requests on github
Hello Pavel,

you made a great job! Thank you.

are you fit in linux ?
i ask because the actual cmakelists.txt will perhaps work on K/Ubuntu only.
i hardcoded the following lines, because i didn't find a solution:
SET(PREFIX_MYLIB lib)
INSTALL(TARGETS ${PACKAGE_NAME} RUNTIME LIBRARY DESTINATION ${PREFIX_MYLIB}/opencpn)

if i copy from grip/dashboard plugins the original lines, the install of my plugin is at the wrong install dir, but the others are correct. strange

another question is:
how do i find out which the default mailclient and default dataviewer (like dolphin) is

best regards
konni
konni is offline   Reply With Quote
Old 03-11-2011, 20:20   #60
Registered User

Join Date: Sep 2011
Posts: 205
Post Re: Logbook Konni for OpenCPN

Hello,

Version 0.908 is up on LogbookOCPN - Browse Files at SourceForge.net
the Sources for Linux on https://github.com/konnibe/LogbookKonni

A bug in the distance is corrected.
GPS which sends GPRMC/GPGLL-Sentences only are now working.

the tab "Overview" is installed and working. it shows all logbooks and routes.

the tab "Maintenance" has in Windows better drop-down-boxes and some
entries for date.

in Logbook/MotorSails column sails the last entries are shown on right click
for conveniece

in Options are three new entries:
append line all x Nm
append line when guard/watch changes
append line when course changes more than x degrees and set a timeout 'til you found the best course to the wind

please install the layouts, if you have a previous installed logbook also.

Hope you like it
konni
konni 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
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 19:20.


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.