lp:opencpn

Owned by David Register
Get this repository:
git clone https://git.launchpad.net/opencpn

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/OpenCPN/OpenCPN.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 4 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 2 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 3 minutes — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 2 minutes — see the log

Branches

Name Last Modified Last Commit
master 2024-05-05 01:41:54 UTC
Convert basemap_shapefile to OCPN standard basemap colors.

Author: David Register
Author Date: 2024-05-05 01:41:54 UTC

Convert basemap_shapefile to OCPN standard basemap colors.

ubuntu/numbat 2024-04-26 06:58:51 UTC
d/control: Update VCS headers to match openpn/opencpn

Author: Alec Leamas
Author Date: 2024-04-26 05:47:34 UTC

d/control: Update VCS headers to match openpn/opencpn

ubuntu/focal 2024-04-26 06:56:29 UTC
d/changelog: New 20.04 bpo version

Author: Alec Leamas
Author Date: 2024-04-26 06:56:12 UTC

d/changelog: New 20.04 bpo version

ubuntu/jammy 2024-04-26 05:58:37 UTC
d/changelog: New bpo version 5.8.10~alpha2+dfsg-1ubuntu1~bpo22.04

Author: Alec Leamas
Author Date: 2024-04-26 05:58:37 UTC

d/changelog: New bpo version 5.8.10~alpha2+dfsg-1ubuntu1~bpo22.04

debian/master 2024-04-26 05:47:34 UTC
d/control: Update VCS headers to match openpn/opencpn

Author: Alec Leamas
Author Date: 2024-04-26 05:47:34 UTC

d/control: Update VCS headers to match openpn/opencpn

pristine-tar 2024-04-25 10:04:55 UTC
pristine-tar data for opencpn_5.8.10~alpha2+dfsg.orig.tar.xz

Author: Alec Leamas
Author Date: 2024-04-25 10:04:55 UTC

pristine-tar data for opencpn_5.8.10~alpha2+dfsg.orig.tar.xz

upstream/latest 2024-04-25 10:04:36 UTC
New upstream version 5.8.10~alpha2+dfsg

Author: Alec Leamas
Author Date: 2024-04-25 10:04:36 UTC

New upstream version 5.8.10~alpha2+dfsg

gh-pages 2024-02-17 03:33:23 UTC
[CI] Updating gh-pages branch from 703f57ef

Author: Pavel Kalian
Author Date: 2024-02-17 03:33:23 UTC

[CI] Updating gh-pages branch from 703f57ef

local-runner 2024-02-10 02:54:11 UTC
Merge branch 'local-runner' of github.com:OpenCPN/OpenCPN into local-runner

Author: David Register
Author Date: 2024-02-10 02:54:11 UTC

Merge branch 'local-runner' of github.com:OpenCPN/OpenCPN into local-runner

v5.8.x 2024-02-04 01:50:35 UTC
Android, refactor to remove globals "global_jenv" and "jenv"

Author: David Register
Author Date: 2024-02-04 01:50:35 UTC

Android, refactor to remove globals "global_jenv" and "jenv"

al-pr 2023-12-30 12:09:02 UTC
options: Fix possible sound crash (#3500)

Author: Alec Leamas
Author Date: 2023-12-30 11:40:21 UTC

options: Fix possible sound crash (#3500)

Fixes problems described #3500 while keeping the current interface,
thus representing a minmal patch for the problem

Closes: #3500

mpg 2023-01-21 05:03:03 UTC
Adjust openssl installed header location

Author: David Register
Author Date: 2023-01-21 05:03:03 UTC

Adjust openssl installed header location

monterey 2022-12-13 05:09:49 UTC
Improve rendering on MacOS Retina/Monterey #1

Author: David Register
Author Date: 2022-12-13 05:09:49 UTC

Improve rendering on MacOS Retina/Monterey #1

git-ignore-cache 2022-12-10 21:15:16 UTC
.gitignore: Add missing cache directory

Author: Alec Leamas
Author Date: 2022-12-10 21:15:16 UTC

.gitignore: Add missing cache directory

rulestest 2022-12-02 14:16:14 UTC
Experiment #6

Author: David Register
Author Date: 2022-12-02 14:16:14 UTC

Experiment #6

win321 2022-11-30 17:33:19 UTC
Also disable tests target in cmake invocation.

Author: David Register
Author Date: 2022-11-30 17:33:19 UTC

Also disable tests target in cmake invocation.

wx321mac 2022-11-11 14:57:10 UTC
Replace missing "tar" command.

Author: David Register
Author Date: 2022-11-11 14:57:10 UTC

Replace missing "tar" command.

wxwin321 2022-11-08 21:04:17 UTC
Update build environment to VS2022 (v143)

Author: David Register
Author Date: 2022-11-08 21:04:17 UTC

Update build environment to VS2022 (v143)

navobj 2022-10-28 07:39:00 UTC
routeman: Use actual NavObjectChanges instance.

Author: Alec Leamas
Author Date: 2022-10-26 20:33:41 UTC

routeman: Use actual NavObjectChanges instance.

The assumption that there is only one NavObjectChanges instance, as
returned by NavObjectChanges::getInstance() is not completely true,
during initial setup there is a temporary instance.

Add a NavObjectChanges parameter to methods updating the database
so the correct instance can be used.

The basic problem here is that NavObjectChanges calls methods on
Routeman. The latter is an object above the database, so this call
should really be replaced by a signal or so to untangle the
spaghetti.

certs 2022-10-26 21:35:25 UTC
Correct appveyor build #6

Author: David Register
Author Date: 2022-10-26 21:35:25 UTC

Correct appveyor build #6

tinyxml 2022-10-17 15:55:38 UTC
libs/tinyxml: Respect OCPN_BUNDLE_LIBS option.

Author: Alec Leamas
Author Date: 2022-10-12 10:26:00 UTC

libs/tinyxml: Respect OCPN_BUNDLE_LIBS option.

flatpak-zlip 2022-10-17 14:53:29 UTC
Flatpak: build: Update bundled zlib version 1.2.12 -> 1.2.13

Author: Alec Leamas
Author Date: 2022-10-17 14:47:05 UTC

Flatpak: build: Update bundled zlib version 1.2.12 -> 1.2.13

obs-notify 2022-10-17 14:47:05 UTC
Flatpak: build: Update bundled zlib version 1.2.12 -> 1.2.13

Author: Alec Leamas
Author Date: 2022-10-17 14:47:05 UTC

Flatpak: build: Update bundled zlib version 1.2.12 -> 1.2.13

socketcan 2022-10-11 13:25:49 UTC
comm_drv_n0183_serial: wxThread -> std::thread

Author: Alec Leamas
Author Date: 2022-10-11 12:53:33 UTC

comm_drv_n0183_serial: wxThread -> std::thread

comm 2022-09-25 02:45:04 UTC
Implement N2K PGN 129793 (Base Station Report)

Author: David Register
Author Date: 2022-09-25 02:45:04 UTC

Implement N2K PGN 129793 (Base Station Report)

comm-ais 2022-09-06 11:35:15 UTC
AIS_Decoder: untangle from ais.h

Author: Alec Leamas
Author Date: 2022-09-06 11:35:15 UTC

AIS_Decoder: untangle from ais.h

comm-untangle 2022-08-26 06:49:37 UTC
AIS_Decoder et al: Move gui parts elsewhere.

Author: Alec Leamas
Author Date: 2022-08-26 06:49:22 UTC

AIS_Decoder et al: Move gui parts elsewhere.

Move common definitions to AIS_Defs.h.

Move gui-dependent code out of AIS_Decoder, mostly to ais_info_gui,
in one case also to pluginmanager. Clean up #include and externals.

v5.6.x-update 2022-08-25 18:06:01 UTC
data/wvsdata/readmewvs.txt: renormalize

Author: Alec Leamas
Author Date: 2022-08-25 18:06:01 UTC

data/wvsdata/readmewvs.txt: renormalize

v5.6.x 2022-07-01 20:33:07 UTC
Do not process NULL SignalK nav data.

Author: transmitterdan
Author Date: 2022-01-29 13:55:06 UTC

Do not process NULL SignalK nav data.

GLSL 2022-06-12 02:20:22 UTC
Correct another FTBS, Android

Author: David Register
Author Date: 2022-06-12 02:20:22 UTC

Correct another FTBS, Android

m1 2022-01-20 03:05:16 UTC
Add branch "m1" to CCI build workflow.

Author: David Register
Author Date: 2022-01-20 03:05:16 UTC

Add branch "m1" to CCI build workflow.

v5.2.x 2021-10-31 16:38:01 UTC
Disable Route Print button on Android

Author: David Register
Author Date: 2021-10-31 16:38:01 UTC

Disable Route Print button on Android

launchpad 2021-09-15 23:10:35 UTC
Update debian/control #11

Author: David Register
Author Date: 2021-09-15 23:10:35 UTC

Update debian/control #11

sysroot 2020-12-19 16:44:09 UTC
Merge branch 'sysroot' of github.com:OpenCPN/OpenCPN into sysroot

Author: David Register
Author Date: 2020-12-19 16:44:09 UTC

Merge branch 'sysroot' of github.com:OpenCPN/OpenCPN into sysroot

guipi 2020-01-18 19:05:40 UTC
Correct dynamic loading/parsing of Catalogs containing metadata redirection.

Author: David Register
Author Date: 2020-01-18 19:05:40 UTC

Correct dynamic loading/parsing of Catalogs containing metadata redirection.

v5.0.x 2019-12-12 03:18:08 UTC
Merge pull request #1499 from mbouyer/5.0.x_buildfix

Author: David Register
Author Date: 2019-12-12 03:18:08 UTC

Merge pull request #1499 from mbouyer/5.0.x_buildfix

5.0.x buildfix

android 2019-11-21 02:52:42 UTC
Improve .gitignore

Author: David Register
Author Date: 2019-11-21 02:52:42 UTC

Improve .gitignore

v5.0.1_Mac 2019-07-15 00:11:37 UTC
Version 5.0.1 for Mac

Author: David Register
Author Date: 2019-07-15 00:11:37 UTC

Version 5.0.1 for Mac

sign_macos 2019-04-08 21:36:51 UTC
Implement macOS application bundle signing

Author: Pavel Kalian
Author Date: 2019-04-08 19:52:04 UTC

Implement macOS application bundle signing

coverity_scan 2019-03-04 23:32:37 UTC
Add coverity addon config to travis

Author: Pavel Kalian
Author Date: 2019-03-04 23:32:37 UTC

Add coverity addon config to travis

MUI 2018-12-31 03:14:28 UTC
Improve global toolbar dynamics for Mac.

Author: David Register
Author Date: 2018-12-31 03:14:28 UTC

Improve global toolbar dynamics for Mac.

o488 2018-11-07 03:14:41 UTC
Version 4.8.8

Author: David Register
Author Date: 2018-11-07 03:14:41 UTC

Version 4.8.8

o486 2018-08-02 23:03:08 UTC
Release Version 4.8.6

Author: David Register
Author Date: 2018-08-02 23:03:08 UTC

Release Version 4.8.6

multicanvas 2018-07-23 00:44:10 UTC
Deprecate fog/blur/scale options for vector chart overzoom.

Author: David Register
Author Date: 2018-07-23 00:44:10 UTC

Deprecate fog/blur/scale options for vector chart overzoom.

o484 2018-04-21 11:01:49 UTC
Add the missing CA certificate bundle to the Windows installer

Author: Pavel Kalian
Author Date: 2018-04-21 11:01:49 UTC

Add the missing CA certificate bundle to the Windows installer

v4.8.0 2017-08-12 01:40:12 UTC
Version 4.8.0

Author: David Register
Author Date: 2017-08-12 01:40:12 UTC

Version 4.8.0

v4.6.1 2017-04-02 03:17:09 UTC
Language update

Author: David Register
Author Date: 2017-04-02 03:17:09 UTC

Language update

v4.6.0 2017-03-14 04:54:43 UTC
Release Version 4.6.0

Author: David Register
Author Date: 2017-03-14 04:54:43 UTC

Release Version 4.6.0

AIS_cache 2017-03-13 16:30:17 UTC
Correct AIS target name cache update when repeated name changes are detected.

Author: David Register
Author Date: 2017-03-13 16:30:17 UTC

Correct AIS target name cache update when repeated name changes are detected.

stress1 2017-02-26 14:44:37 UTC
Debug 1

Author: David Register
Author Date: 2017-02-26 14:44:37 UTC

Debug 1

iENC 2017-02-12 17:54:35 UTC
Version 4.5.212 Beta

Author: David Register
Author Date: 2017-02-12 17:54:35 UTC

Version 4.5.212 Beta

v4.4.0 2016-08-09 00:15:31 UTC
Merge pull request #682 from jongough/v4.4.02-fixes

Author: David Register
Author Date: 2016-08-09 00:15:31 UTC

Merge pull request #682 from jongough/v4.4.02-fixes

Fix to make waypoint properties dialog fit the screen if small, i.e. …

v4.2.2 2016-06-25 16:55:59 UTC
Merge pull request #630 from nohal/nsis_ver_compare

Author: David Register
Author Date: 2016-06-25 16:55:59 UTC

Merge pull request #630 from nohal/nsis_ver_compare

Do not distinguish between stable and beta version in NSIS

grib2 2016-04-26 02:07:21 UTC
Merge pull request #618 from did-g/accum_record

Author: David Register
Author Date: 2016-04-26 02:07:21 UTC

Merge pull request #618 from did-g/accum_record

compute the right value for accumulation records

v4.2.x 2016-04-26 01:32:18 UTC
Merge pull request #600 from neok-m4700/v4.2.x

Author: David Register
Author Date: 2016-04-26 01:32:18 UTC

Merge pull request #600 from neok-m4700/v4.2.x

fix locale lookup path at runtime

osenc 2015-12-15 03:57:02 UTC
Initial implementation of OSENC Version 2.0.0.

Author: David Register
Author Date: 2015-12-15 03:57:02 UTC

Initial implementation of OSENC Version 2.0.0.

v4.0.x 2015-06-01 03:15:05 UTC
Update the translations

Author: Pavel Kalian
Author Date: 2015-06-01 03:15:05 UTC

Update the translations

wxqt 2014-11-10 05:15:23 UTC
Add missing cmake script for cross-platform Android build.

Author: David Register
Author Date: 2014-11-10 05:15:23 UTC

Add missing cmake script for cross-platform Android build.

region 2013-07-10 23:47:00 UTC
Correct namespace collisions on __WXGTK__ build

Author: David Register
Author Date: 2013-07-10 23:47:00 UTC

Correct namespace collisions on __WXGTK__ build

release32_stable 2013-05-07 23:20:48 UTC
3.2.2

Author: David Register
Author Date: 2013-05-07 23:20:48 UTC

3.2.2

service_release321 2013-05-07 23:20:48 UTC
3.2.2

Author: David Register
Author Date: 2013-05-07 23:20:48 UTC

3.2.2

beta31_stable 2013-02-18 01:35:46 UTC
Merge branch 'master' into beta31_stable

Author: David Register
Author Date: 2013-02-18 01:35:46 UTC

Merge branch 'master' into beta31_stable

stable 2012-07-07 13:05:20 UTC
3.0.2

Author: dsr (none)
Author Date: 2012-07-07 13:05:20 UTC

3.0.2

beta30_stable 2012-07-07 13:05:20 UTC
3.0.2

Author: dsr (none)
Author Date: 2012-07-07 13:05:20 UTC

3.0.2

164 of 64 results
This repository contains Public information 
Everyone can see this information.

Subscribers