Coder Social home page Coder Social logo

polar_pi's People

Contributors

bdbcat avatar hakansv avatar konnibe avatar nohal avatar ptulp avatar rasbats avatar rgleason avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

polar_pi's Issues

please tag releases

Dear developer,

I would like to make your plugin available to the users of Gentoo Linux.

Right now this is not possible because there are no releases available for your plugin.

It would be very usefull to have tagged releases, so the source for a specific version of the plugin can be downloaded. Please add a release/tag for your released versions. This makes packaging a lot easier.

Please see: Creating Releases

Thanks in advance!

NMEA trace do not work for polar creation

I have a 3 MB NMEA trace (nmea20130624.log) that I wanted to use for a polar creation.

  • I select first the GPS as a source (I know that my speedo was disconnected),
    (note ideally that action should be possible after=
  • I select the file

    after one second the display change to "Manual Edit" and display an empty polar.
    polar-20160321-1201

When I load a smaller file (minimux-2-capture-20130705.log) the plugin crashes OpenCPN.
see back trace below.

Dominig

minimux-2-capture-20130705-NoAIS.log.gz
nmea20130624.log.gz


** opencpn (wxWidgets 3.0.2) crashed , see backtrace!
0x7d23ee in wxCrashPrint::Report() at ??:?
0x7fb58cc9302c in at ??:0
0x7fb58ad309f0 in at ??:0
0x7fb58b51b1c8 in std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::basic_string(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&) at ??:0
0x7fb54f8dcee7 in Polar::loadPolar() at ??:0
0x7fb58cb7da1e in wxAppConsoleBase::CallEventHandler(wxEvtHandler
, wxEventFunctor&, wxEvent&) const at ??:0
0x7fb58ccb5782 in wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler
, wxEvent&) at ??:0
0x7fb58ccb5a86 in wxEvtHandler::SearchDynamicEventTable(wxEvent&) at ??:0
0x7fb58ccb5ace in wxEvtHandler::TryHereOnly(wxEvent&) at ??:0
0x7fb58ccb5b63 in wxEvtHandler::ProcessEventLocally(wxEvent&) at ??:0
0x7fb58ccb5bb9 in wxEvtHandler::ProcessEvent(wxEvent&) at ??:0
0x7fb58ccb5997 in wxEvtHandler::SafelyProcessEvent(wxEvent&) at ??:0
0x7fb58d21aa91 in at ??:0
0x7fb58b772547 in at ??:0
0x7fb58b78b012 in g_signal_emit_valist at ??:0
0x7fb58b78bc72 in g_signal_emit at ??:0
0x7fb58892d4f5 in at ??:0
0x7fb58b772318 in g_closure_invoke at ??:0
0x7fb58b7834c7 in at ??:0
0x7fb58b78b9b9 in g_signal_emit_valist at ??:0
0x7fb58b78bc72 in g_signal_emit at ??:0
0x7fb58892c439 in at ??:0
0x7fb5889ce9f5 in at ??:0
0x7fb58b772318 in g_closure_invoke at ??:0
0x7fb58b783a6b in at ??:0
0x7fb58b78b689 in g_signal_emit_valist at ??:0
0x7fb58b78bc72 in g_signal_emit at ??:0
0x7fb588ade884 in at ??:0
0x7fb5889cd1a4 in gtk_propagate_event at ??:0
0x7fb5889cd55b in gtk_main_do_event at ??:0
0x7fb58863db3c in at ??:0
0x7fb587ef5316 in g_main_context_dispatch at ??:0
0x7fb587ef5668 in at ??:0
0x7fb587ef5a6a in g_main_loop_run at ??:0
0x7fb5889cc647 in gtk_main at ??:0
0x7fb58d1d6595 in wxGUIEventLoop::DoRun() at ??:0
0x7fb58cbae471 in wxEventLoopBase::Run() at ??:0
0x7fb58cb7e43d in wxAppConsoleBase::MainLoop() at ??:0
0x7fb58cbf591d in wxEntry(int&, wchar_t
) at ??:0
0x51e6d2 in main at ??:?
Abandon

Version info is wrong in VERSION.cmake for 1.1.008

SET(PLUGIN_VERSION_MAJOR "1")
SET(PLUGIN_VERSION_MINOR "1")
SET(PLUGIN_VERSION_PATCH "007")
SET(PLUGIN_VERSION_DATE "2016-01-05")

I parse this to determine the current version when checking our Mageia package versions, it is useless if it does not correspond to the actual version.

ov50 - on rgleason branch - compile errors

rgleason polar_pi ov5 Branch
https://github.com/rgleason/polar_pi/commits/ov50

https://ci.appveyor.com/project/rgleason/polar-pi/builds/22824068

C:\project\polar_pi\build\package.vcxproj" (default target) (1) ->
"C:\project\polar_pi\build\ALL_BUILD.vcxproj" (default target) (3) ->
"C:\project\polar_pi\build\polar_pi.vcxproj" (default target) (4) ->
(ClCompile target) -> 
  C:\project\polar_pi\src\PolarGui.cpp(290): error C2065: 'wxEVT_GRID_CELL_CHANGE': undeclared identifier [C:\project\polar_pi\build\polar_pi.vcxproj]
  C:\project\polar_pi\src\PolarGui.cpp(312): error C2065: 'wxEVT_GRID_CELL_CHANGE': undeclared identifier [C:\project\polar_pi\build\polar_pi.vcxproj]
  C:\project\polar_pi\src\PolarDialog.cpp(193): error C2664: 'void wxGrid::SetCellValue(const wxGridCellCoords &,const wxString &)': cannot convert argument 1 from 'wxString' to 'int' [C:\project\polar_pi\build\polar_pi.vcxproj]
  C:\project\polar_pi\src\Polar.cpp(1159): error C2039: 'GetCols': is not a member of 'wxGrid' [C:\project\polar_pi\build\polar_pi.vcxproj]
  C:\project\polar_pi\src\Polar.cpp(1164): error C2039: 'GetRows': is not a member of 'wxGrid' [C:\project\polar_pi\build\polar_pi.vcxproj]
  C:\project\polar_pi\src\Polar.cpp(1168): error C2039: 'GetCols': is not a member of 'wxGrid' [C:\project\polar_pi\build\polar_pi.vcxproj]
    6 Warning(s)
    6 Error(s)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.