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 14-09-2012, 23:12   #136
Registered User
 
sailias's Avatar

Join Date: Mar 2010
Location: Canada
Boat: On the Hard
Posts: 336
Re: Integration with QtVlm - Data files and Import/Export

Quote:
Originally Posted by maitai View Post
https://qtvlm.svn.sourceforge.net/svnroot/qtvlm/

This is the base directory, where important sub-folders are base_dir and of course trunk.
Builds fine, installs fine into build directory but no polars provided. Maps can be downloaded or used from previous build. Ubuntu 12.04 Polars do exist in the source but not loaded by the installation script. They can be manually moved however. Hope that helps. Some translations issues into english remain but thats simple stuff.

all for tonight.....0200 hrs at this end....good night.

/ch
sailias is offline   Reply With Quote
Old 14-09-2012, 23:23   #137
Registered User

Join Date: Mar 2012
Posts: 22
Re: Integration with QtVlm - Data files and Import/Export

I've fixed Makefile following nkiesel suggesting, it should be better
oxygen77 is offline   Reply With Quote
Old 14-09-2012, 23:27   #138
Registered User

Join Date: Mar 2012
Posts: 22
Re: Integration with QtVlm - Data files and Import/Export

you could also concider installing subversion in order to get the full source tree:
Code:
sudo apt-get install subversion
And then issue the command:

Code:
svn co https://qtvlm.svn.sourceforge.net/svnroot/qtvlm qtvlm
oxygen77 is offline   Reply With Quote
Old 14-09-2012, 23:28   #139
Registered User

Join Date: Jan 2012
Posts: 484
Re: Integration with QtVlm - Data files and Import/Export

Many thanks for helping us and testing. We will make sure the polars are taken with the make-install

For the translation issues we welcome all remarks and improvements.

BTW Pavel (aka Nohal) was kind enough to translate qtVlm in Czech so this language will be supported in the next release.

Any volunteer for other new translations (german, spanish, anyone?) or to review our english translation? Translation process is quite simple using linguist from QT.
maitai is online now   Reply With Quote
Old 15-09-2012, 07:02   #140
Registered User

Join Date: Jan 2007
Location: Minneapolis
Boat: Irwin 37 CC
Posts: 665
Re: Integration with QtVlm - Data files and Import/Export

Quote:
Originally Posted by maitai View Post
Assuming that you want to transfer Marks that do not belong to a track or a route, it is not possible (yet?)

Only way is to include them in a track or a route in O, then copy/paste the track to qtVlm, then delete the route in qtVlm (there is an option to delete the route but to keep the marks).
Thanks,
Good enough for me. I only want to add some end points fo possible routes.
__________________
David Kester
Pegasus IV
wdkester is offline   Reply With Quote
Old 15-09-2012, 21:00   #141
Registered User
 
sailias's Avatar

Join Date: Mar 2010
Location: Canada
Boat: On the Hard
Posts: 336
Re: Integration with QtVlm - Data files and Import/Export

Quote:
Originally Posted by oxygen77 View Post
you could also concider installing subversion in order to get the full source tree:
Code:
sudo apt-get install subversion
And then issue the command:

Code:
svn co https://qtvlm.svn.sourceforge.net/svnroot/qtvlm qtvlm
Did that. Recompiled with qt4 and complete sdk from Ubuntu...to solve a problem but it seams to persist. The buttons on the task bar seem to not be visible? See attached screen shot. You can mouse over them and they work, however there seems to be no icons associated with them. This is both with qt3 and 4.

Also was wondering if there is an easy way to move the map around click and drag does not seem to work in any combinations.
Attached Thumbnails
Click image for larger version

Name:	qtvlm.jpg
Views:	165
Size:	400.1 KB
ID:	46592  
sailias is offline   Reply With Quote
Old 15-09-2012, 21:16   #142
Registered User

Join Date: Jan 2012
Posts: 484
Re: Integration with QtVlm - Data files and Import/Export

I think that for the same reason you were missing polars, you are also missing icons. Normaly as oxygen77 said this has been fixed so if you take the latest rev (#1343) and make-install again that should be ok. Please let us know.

As for the paning you have to use left/right/up/down arrows. You can zoom in/out with the mouse wheel though.
maitai is online now   Reply With Quote
Old 16-09-2012, 01:12   #143
Registered User

Join Date: Mar 2012
Posts: 22
Re: Integration with QtVlm - Data files and Import/Export

the problem also be that Friday we've started a migration to the new Sourceforge version. This has change our svn repository, you can browse the source using this url:
https://sourceforge.net/p/qtvlm/code/

I can't find on sf a direct link to download source, I guess you avec to use svn tool directly

the new command is:

svn checkout svn://svn.code.sf.net/p/qtvlm/code/trunk qtvlm-code

To simplify the process we have moved the base_dir folder which contains all the needed files to run qtVlm in trunk. So you just have to checkout the trunk folder using the above command and do a make install
oxygen77 is offline   Reply With Quote
Old 16-09-2012, 06:23   #144
Registered User
 
sailias's Avatar

Join Date: Mar 2010
Location: Canada
Boat: On the Hard
Posts: 336
Re: Integration with QtVlm - Data files and Import/Export

Using the new URL the icon and polar issue persists. See thumbnail pls.
Attached Thumbnails
Click image for larger version

Name:	qtvlm-1346.png
Views:	190
Size:	263.3 KB
ID:	46612  
sailias is offline   Reply With Quote
Old 16-09-2012, 06:24   #145
Registered User
 
sailias's Avatar

Join Date: Mar 2010
Location: Canada
Boat: On the Hard
Posts: 336
Re: Integration with QtVlm - Data files and Import/Export

check out code rev 1346

/ch
sailias is offline   Reply With Quote
Old 16-09-2012, 09:36   #146
Registered User

Join Date: Jan 2012
Posts: 484
Re: Integration with QtVlm - Data files and Import/Export

it should work. Can we have a copy of the output of the make install?
maitai is online now   Reply With Quote
Old 16-09-2012, 09:57   #147
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Integration with QtVlm - Data files and Import/Export

Quote:
Originally Posted by maitai View Post
it should work. Can we have a copy of the output of the make install?
I just downloaded and compiled revision 1349.. After "make install" the directories "icon" "img" and "polar" were empty.

My output from make install

Code:
$ make install
rm -f qtVlm
cd src/libs/bzip2 ;      qmake CONFIG+="release" ;       make 
make[1]: Entering directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/bzip2'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/bzip2'
cd src/libs/zlib-1.2.7 ;         qmake CONFIG+="release" ;       make
make[1]: Entering directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/zlib-1.2.7'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/zlib-1.2.7'
cd src/libs/qextserialport ;     qmake CONFIG+="release" ;       make 
make[1]: Entering directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/qextserialport'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/qextserialport'
cd src/libs/qjson ;      qmake CONFIG+="release" ;       make 
make[1]: Entering directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/qjson'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/qjson'
cd src/libs/nmealib/src ;        qmake CONFIG+="release" ;       make
make[1]: Entering directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/nmealib/src'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/nmealib/src'
cd src/libs/libbsb ;     qmake CONFIG+="release" ;       make
make[1]: Entering directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/libbsb'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/libbsb'
cd src/libs/miniunz ;    qmake CONFIG+="release" ;       make
make[1]: Entering directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/miniunz'
make[1]: Nothing to be done for `first'.
make[1]: Leaving directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src/libs/miniunz'
cd src ;         qmake CONFIG+="release" ;       make 
make[1]: Entering directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src'
g++ -m64 -Wl,-O1 -o ../qtVlm objs/DialogGraphicsParams.o objs/DialogLoadGrib.o objs/DialogProxy.o objs/DialogUnits.o objs/DialogGribDate.o objs/DialogHorn.o objs/DialogVlmGrib.o objs/DialogRace.o objs/DialogRoute.o objs/DialogGribValidation.o objs/DialogBoatAccount.o objs/DialogPoiInput.o objs/DialogPoi.o objs/DialogPoiDelete.o objs/DialogFinePosit.o objs/DialogParamVlm.o objs/DialogPilototo.o objs/DialogPilototoParam.o objs/DialogPlayerAccount.o objs/DialogRoutage.o objs/DialogSailDocs.o objs/DialogTwaLine.o objs/DialogWp.o objs/DialogInetProgess.o objs/BoardVLM.o objs/GshhsReader.o objs/GisReader.o objs/Grib.o objs/GribRecord.o objs/inetConnexion.o objs/LoadGribFile.o objs/main.o objs/MainWindow.o objs/MenuBar.o objs/Orthodromie.o objs/opponentBoat.o objs/POI.o objs/Polar.o objs/Projection.o objs/sha1.o objs/Terrain.o objs/Util.o objs/xmlBoatData.o objs/xmlPOIData.o objs/zuFile.o objs/mapcompass.o objs/mycentralwidget.o objs/orthoSegment.o objs/selectionWidget.o objs/vlmLine.o objs/Font.o objs/inetClient.o objs/route.o objs/routage.o objs/settings.o objs/triangulation.o objs/Triangle.o objs/Segment.o objs/Polygon.o objs/Point.o objs/vlmPoint.o objs/IsoLine.o objs/boatReal.o objs/boat.o objs/boatVLM.o objs/Board.o objs/BoardReal.o objs/faxMeteo.o objs/loadImg.o objs/Player.o objs/interpolation.o objs/DialogRealBoatConfig.o objs/vlmpointgraphic.o objs/DialogRealBoatPosition.o objs/dialogviewpolar.o objs/GshhsPolyReader.o objs/dialogpoiconnect.o objs/DialogVlmLog.o objs/DialogDownloadTracks.o objs/dialogFaxMeteo.o objs/dialogLoadImg.o objs/routeInfo.o objs/GshhsDwnload.o objs/moc_DialogGraphicsParams.o objs/moc_DialogLoadGrib.o objs/moc_DialogProxy.o objs/moc_DialogUnits.o objs/moc_DialogGribDate.o objs/moc_DialogHorn.o objs/moc_DialogVlmGrib.o objs/moc_DialogRace.o objs/moc_DialogRoute.o objs/moc_DialogGribValidation.o objs/moc_DialogBoatAccount.o objs/moc_DialogPoiInput.o objs/moc_DialogPoi.o objs/moc_DialogPoiDelete.o objs/moc_DialogFinePosit.o objs/moc_DialogParamVlm.o objs/moc_DialogPilototo.o objs/moc_DialogPilototoParam.o objs/moc_DialogPlayerAccount.o objs/moc_DialogRoutage.o objs/moc_DialogTwaLine.o objs/moc_DialogWp.o objs/moc_DialogInetProgess.o objs/moc_BoardVLM.o objs/moc_BoardVLM_tools.o objs/moc_inetConnexion.o objs/moc_LoadGribFile.o objs/moc_MainWindow.o objs/moc_MenuBar.o objs/moc_opponentBoat.o objs/moc_POI.o objs/moc_Polar.o objs/moc_Projection.o objs/moc_Terrain.o objs/moc_xmlBoatData.o objs/moc_xmlPOIData.o objs/moc_mapcompass.o objs/moc_mycentralwidget.o objs/moc_orthoSegment.o objs/moc_selectionWidget.o objs/moc_vlmLine.o objs/moc_route.o objs/moc_routage.o objs/moc_settings.o objs/moc_boatReal.o objs/moc_boat.o objs/moc_boatVLM.o objs/moc_Board.o objs/moc_BoardReal.o objs/moc_faxMeteo.o objs/moc_loadImg.o objs/moc_Player.o objs/moc_DialogRealBoatConfig.o objs/moc_vlmpointgraphic.o objs/moc_DialogRealBoatPosition.o objs/moc_dialogviewpolar.o objs/moc_dialogpoiconnect.o objs/moc_DialogVlmLog.o objs/moc_DialogDownloadTracks.o objs/moc_dialogFaxMeteo.o objs/moc_dialogLoadImg.o objs/moc_routeInfo.o objs/moc_GshhsDwnload.o    -L/usr/lib/x86_64-linux-gnu -Llibs/build -lbz2 -lminiunz -lz -lqextserialport -lqjson -lnmea -lbsb -lQtXmlPatterns -lQtXml -lQtGui -lQtNetwork -lQtCore -lpthread 
make[1]: Leaving directory `/home/thomas/Testing/qtvlm/Latest/qtvlm-code/src'
mkdir -p ~/qtVlm
cp -Rf qtVlm tr/ ~/qtVlm
cp -Rf base_dir/icon base_dir/img base_dir/polar ~/qtVlm
mkdir -p ~/qtVlm/grib
mkdir -p ~/qtVlm/maps
I hope this will help!

Thomas
cagney is offline   Reply With Quote
Old 16-09-2012, 10:05   #148
Registered User

Join Date: Mar 2012
Posts: 22
Re: Integration with QtVlm - Data files and Import/Export

what do you have in trunk/base_dir/img ?

when you say that the folder img is empty you are talking of which folder ? the one in: /home/YOUR_USER/qtVlm ?
oxygen77 is offline   Reply With Quote
Old 16-09-2012, 10:08   #149
Registered User

Join Date: Jan 2012
Posts: 484
Re: Integration with QtVlm - Data files and Import/Export

The tr folder of the destination directory is empty too?
maitai is online now   Reply With Quote
Old 16-09-2012, 10:47   #150
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: Integration with QtVlm - Data files and Import/Export

Quote:
Originally Posted by oxygen77 View Post
what do you have in trunk/base_dir/img ?

when you say that the folder img is empty you are talking of which folder ? the one in: /home/YOUR_USER/qtVlm ?
I missed the bit about editing the makefile. Everything is installed according to the makefile
Perhaps it's time to install in more standard Linux directories, in line with the file hierarchy system? Default installation in my $HOME is not what I expect......

Maitai, my tr is not empty in the installation directory.

Thomas
cagney is offline   Reply With Quote
Reply


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


Advertise Here


All times are GMT -7. The time now is 06:54.


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.