Skip to content

Releases: paparazzi/PprzGCS

v1.0.13

03 Jun 17:45
Compare
Choose a tag to compare

Commits

  • 5442c95: Add checklist XML parsing (Freek van Tienen) #25
  • 9acff22: Add checklists widget (Freek van Tienen) #25
  • 59a37ed: Add preflight check before takeoff setting (Freek van Tienen) #25
  • 4c3759c: Update chatbubble layout and combine messages (Freek van Tienen) #25
  • 04c5484: Fix shortkeys on input fields (Freek van Tienen) #25
  • d68609b: [FlightPlanEditor] Check if current block is valid. (Fabien-B)
  • 22c7016: [Aircraft config] Check for errors in http request reply. (Fabien-B)

v1.0.12

08 Apr 17:54
4df9963
Compare
Choose a tag to compare

Commits

  • 0e37285: Update debian readme. (Fabien-B)
  • 204e825: Update default version. (Fabien-B)
  • 14305a0: Update PprzlinkQt (Fabien-B)
  • 90af01b: Support for Bézier curves gvf_viewer added (alfredoFBW) #17
  • d31ede0: Fixed some errors and typos (alfredoFBW) #17
  • 4ab1d1e: Fixed errors. Vector field is not drawn untill all data is available (alfredoFBW) #17
  • e6ee2e1: Ajusted curves' offset (alfredoFBW) #17
  • 4dc27fa: Added some comments (alfredoFBW) #17
  • 3ae734e: Removed experimental offset (alfredoFBW) #17
  • cc4f7bc: Changed path of data files (alfredoFBW) #17
  • 6b382ad: Changed path in which files are located (alfredoFBW) #17
  • 675a869: Changed default number of segments to 1, same as in paparazzi (alfredoFBW) #17
  • 74d4962: Merge branch 'master' of github.com:paparazzi/PprzGCS (Fabien-B)
  • 7757eab: [Settings] Use a combo box to select default map layer. (Fabien-B) #21
  • 2f801ae: [Settings] Combobox to select layout file. (Fabien-B)
  • b0779dc: Fix maximum value in sliders (Freek van Tienen) #23
  • fbf2834: [doc] settings and global config (Fabien-B)
  • c1ae3a0: [Map] Allows to show/hide MapItems. (Fabien-B)
  • 0ec7ac7: predict crash location on GCS (Ewoud Smeur) #24
  • ac11b40: Crashitem as part of AC (Ewoud Smeur) #24
  • 6ec40fc: checkbox to turn on crash prediction (Ewoud Smeur) #24
  • 14eebfd: hide crash prediction (Ewoud Smeur) #24

v1.0.11

04 Sep 15:53
Compare
Choose a tag to compare

Commits

  • 6ec1154: [WaypointEditor] Fix number precision. (Fabien-B)
  • 5f0d781: Update changelog for v1.0.11 (Fabien-B)

v1.0.10

23 Aug 16:56
Compare
Choose a tag to compare

Commits

  • ed12799: Add libxml2 to AppImage libs. (Fabien-B)
  • 6ac3f45: Update PprzlinkQt. (Fabien-B)
  • c6ad3df: Add Chat widget. (Fabien-B)
  • 2a8584f: [MapWidget] remove stretches from layouts. (Fabien-B)
  • 7d8d3d0: [Plotter] Handle scale. (Fabien-B)
  • fcac393: [Papget] Handle scale. (Fabien-B)
  • d920ab3: [FlightPlan] Replace unneeded exceptions by debug prints. (Fabien-B)
  • a6b3679: [layout] name widgets. (Fabien-B)
  • 5af1c1c: [AircraftManager] AC by name return an optional. (Fabien-B)
  • 5055195: Add centerMap UI signal. (Fabien-B)
  • a1b5a59: Register Point2DLatLon as metatype. (Fabien-B)
  • 4388056: Add gRPC, with examples. (Fabien-B)
  • e6b9af8: [FlightPlanEditor] Fix default save path. (Fabien-B)
  • 7c5f509: [FligthPlanEditor] respect indentation when adding child and siblings. (Fabien-B)
  • 61ca361: Show hidden waypoints on flight plan edition. (Fabien-B)
  • ec21d93: [DispatcherUI] remove unused signal. (Fabien-B)
  • deab2b0: [PathItem] Fix low update rate over first waypoint. (Fabien-B)
  • a6a2d2a: [PathItem, CircleItem] Use parenting as waypoint ownership. (Fabien-B)
  • 7c5e064: [CMAKE] Use correct Qt libraries. (Fabien-B)
  • 0c27dfe: Add script to get version number. (Fabien-B)
  • d9a44b4: [Qt compatibility] Resolve deprecated warnings for Qt5.15 (Fabien-B)
  • b0e1641: [MapWidget] Add DC_SHOT markers. (Fabien-B)

v1.0.9

06 Feb 22:04
Compare
Choose a tag to compare

Commits

  • 4b9c282: New map item: quiver (JesusBV20) #15
  • 1770d5a: Field course in msg QUIVER removed (JesusBV20) #15
  • d45dd93: Quiver aims from point to point (JesusBV20) #15
  • 9aced3b: New MapWidget->onGVF() and GVF trajectories init (JesusBV20) #15
  • a8c9b87: Quiver mapItem and gvf_trajectories class rework to draw vector fields (JesusBV20) #15
  • 725f8cf: GVF parametric trayectories painted with pathItems (JesusBV20) #15
  • 57d5236: GVF trajectories takes xy_off from flight plan if waypoint ID is given and the vector field scale with the traj_bounding area (JesusBV20) #15
  • d3b9ca5: Cleaning the code (JesusBV20) #15
  • c275015: New map widget: GVF viewer (JesusBV20) #15
  • 1d5dff9: GVF line trajectory (JesusBV20) #15
  • 95c66b6: New GVF viewer widget picture (JesusBV20) #15
  • 864c325: New GVF sin trajectory and gvf_trajectory class rebuild (JesusBV20) #15
  • 32f8fba: Memory leaks on gvf_trajectory fixed and VField now follows AC in line and sin (JesusBV20) #15
  • d16b197: VField generator setting can be configured with GVF viewer (JesusBV20) #15
  • 0ebe748: Small fixes (JesusBV20) #15
  • 9fc1fc3: GVF PARAMETRIC parser and traj constructor init (JesusBV20) #15
  • eef4cc3: GVF PARAMETRIC trayectories initç (JesusBV20) #15
  • 7838c1f: GVF PARAMETRIC 3D ellipse and color point to point in path item (JesusBV20) #15
  • d42d4c3: GVF PARAMETRIC 3D_lissajous trajectory implemented (JesusBV20) #15
  • 04bc7ea: Period of the Lissajous traj adjusted for small frequencies (JesusBV20) #15
  • c1b0aa0: GVF PARAMETRIC altitude colorbar added to GVF Viewer (JesusBV20) #15
  • 33bfd71: Somes fixes and gvf_line_XY1_XY2() implemented (JesusBV20) #15
  • e7e5866: Parametric trajectory painter bug fixed (JesusBV20) #15
  • 27cad8d: The map widget now just paint the GVF trajectory when the GVF Viewer widget is loaded (JesusBV20) #15
  • 9f8a349: Cleaning the code (JesusBV20) #15
  • 6d33d95: More cleaning (JesusBV20) #15
  • 999da08: Dangerous infinite fixed (JesusBV20) #15
  • 56d113a: Infinite loop in gvf line trajectory fixed (JesusBV20) #15
  • 0856a53: Cleaning code (JesusBV20) #15
  • d551573: Cleaning mapwidget.h (JesusBV20) #15
  • 6e1e068: GVF Viewer: GVF trajectory visibility controller (JesusBV20) #15
  • 357e465: Fix rover PDF pictures. (Fabien-B)
  • a17445a: [FlightPlanEditor] Increase precision on convert to lat/lon. (Fabien-B)
  • 4e0283f: [PprzMap] Update map reference combobox on Waypoint renamed. (Fabien-B)
  • 061d295: [Ministrip] set minimum digit numbers for altitude. (Fabien-B)
  • 5be48a0: [Plotter] add safety. (Fabien-B)
  • 2b29ffa: Update IvyQt. (Fabien-B)
  • ae569c9: [PDF] Rotate heading view according to map rotation. (Fabien-B)
  • bd721fa: [ListContainer] move alt widget popup so that it fits in the current screen. (Fabien-B)
  • out of bounds error fixed #15 (JesusBV20)
  • 354631f: [MiniStrip] Voltage per cell as main display if available. Total voltage in tooltip. (Fabien-B)
  • Crash bug fixed #15 (JesusBV20)
  • 8643455: [Map] unify shape ids. (Fabien-B)
  • 9e40dc6: [Map Shapes] Fix memory leak. (Fabien-B)
  • 3bc3918: [PathItem] clear debug print. (Fabien-B)
  • 5bb7958: [Map] Add context menu with "Clear Shapes" action. (Fabien-B)
  • 5a30078: [Map] Add map menu to app menu bar. (Fabien-B)
  • 494c0a6: [AircraftItem] Simplify track. (Fabien-B)
  • 3e2c614: [Map] Add "Clear track" actions to menu. (Fabien-B)
  • b61a909: [Map] Adds track width setting. (Fabien-B)
  • 7a0b819: Updates IvyQt and pprzlinkQt. (Fabien-B)
  • 118c249: [MiniStrip] Fix battery label. (Fabien-B)
  • d324727: [CoordinatesTransform] Add arbitrary coordinates transformation. (Fabien-B)
  • 58a9753: Better auto AC selection. (Fabien-B)
  • 8a35b35: Clean some debug print. (Fabien-B)
  • 27881f2: Update IvyQt. (Fabien-B)
  • 0484422: Bump version number to v1.0.9 (Fabien-B)
  • ceee757: [debian] enable all architectures. (Fabien-B)
  • 9b5dc8e: Run appimage-builder on ubuntu 20.04. (Fabien-B)
  • 7f1d021: Add ivy-qt to AppImage dependencies. (Fabien-B)

v1.0.8

02 Sep 13:40
Compare
Choose a tag to compare

Commits

  • 758380b: [MiniStrip] Avoid size flicker. (Fabien-B)
  • 57be183: [ListContainer] Remove useless widget. (Fabien-B)
  • 2e3116f: Change project URLs. (Fabien-B)
  • c16f236: fix includes. (Fabien-B)
  • 9e474da: Update debian files. (Fabien-B)
  • 6ff0908: Update pprzlinkQt. (Fabien-B)
  • 420a62f: [SettingsViewer] Enable clear button. (Fabien-B)
  • 202edd6: Fix #13, and clean old files. (Fabien-B)
  • 301cf0a: [MapItem] Remove ItemType. (Fabien-B)
  • a68092d: [Map] Update all graphics on mouse move. (Fabien-B)
  • ca3d47c: [MapItems] filter update events. (Fabien-B)
  • c97f72a: [MapWidget] Display arrow if the drone is outside the view. (Fabien-B)
  • ea8ccd6: [Style] Make map buttons transparent. (Fabien-B)
  • 8c815d8: [MapWidget] Simplify center on AC. (Fabien-B)
  • 3de58b5: [MapWidget] Fix arrow special case. (Fabien-B)
  • a536d0a: Add alternate widgets on containers. (Fabien-B)
  • 38547ab: Use template black magic for widget constructions. (Fabien-B)
  • c3b253b: Update Readme. (Fabien-B)
  • efab340: Move files to better locations. (Fabien-B)
  • 956ad3c: Add some doc. (Fabien-B)
  • c9c5712: Add Watcher tool. (Fabien-B)
  • 0d14fa2: [Ministrip] Use Watcher to change bat icons. (Fabien-B)
  • a249191: [AircraftItem] Add battery alarm. (Fabien-B)
  • 85418f4: [Watcher] move to AircraftWatcher: a watcher per AC. (Fabien-B)
  • baf2179: [AircraftItem] add link alarm. (Fabien-B)
  • e926f01: [ListContainer] Remove alt button and widget on AC removed. (Fabien-B)
  • bc16d24: [PFD] Support rover. (Fabien-B)
  • cc38309: Use appimage builder action fork. (Fabien-B)

v1.0.7

16 Feb 18:26
Compare
Choose a tag to compare

Commits

  • 0f7b0b1: Makes Speech optional. (Fabien-B)
  • d1f0d56: [flightplan] recover from bad DTD path. (Fabien-B)
  • e1cb387: [TileProvider] Check http status code. (Fabien-B)
  • 990b9a8: [MiniStrip] Set mode to AUTO2 on click on the mode button. (Fabien-B)

v1.0.6

24 Jan 17:19
Compare
Choose a tag to compare

Commits

  • 6ac8a29: [WindIndicator] Handle multiple aircrafts. (Fabien-B)
  • c0e8593: Allow to set map background color. (Fabien-B)
  • f7c9851: [Map] Add GCS position. (Fabien-B)
  • 4978b13: Update readme. (Fabien-B)
  • c8261e9: [Map] make GCS marker not movable. (Fabien-B)
  • 6525df4: Update IvyQt. (Fabien-B)
  • e894e23: [MiniStrip] Set fixed decimals for bat. (Fabien-B)
  • c7d221a: Start better logging. (Fabien-B)
  • e4a3a9e: [FlightPlanEditor] Fix relative path bug. (Fabien-B)
  • 76bd337: [Map] Use safe function to get floating fields (lat,lon). (Fabien-B)
  • 828e62e: Make debian package launchpad compatible. (Fabien-B)
  • 3b27683: Added rover.svg icon for firmware rover (jesusBV20) #12
  • 38055a1: [Intruder] Remove old intruder on update. (Fabien-B)
  • 93a25d8: Remove PROJ from submodules. (Fabien-B)
  • 0a9ca71: Remove TODO file. (Fabien-B)
  • 0e1fb57: Make layout and style settings relatives. (Fabien-B)
  • 7b11264: Add icon for install. (Fabien-B)
  • b549898: Build AppImage (Fabien-B)
  • db1cd7d: [doc] update doc on master only. (Fabien-B)
  • aba5a85: Update Changelog for v1.0.6. (Fabien-B)

Release v1.0.5

09 Sep 17:23
Compare
Choose a tag to compare

Ubuntu 20.04

Install these dependencies:

sudo apt install libxml2 libzip5 libproj15 libqt5xml5 libqt5network5 libqt5svg5 libqt5texttospeech5 libqt5widgets5 libqt5gui5 libqt5core5a

Install PprzGCS:

sudo dpkg -i pprzgcs.deb

Ubuntu 18.04

Build PprzGCS from sources.

Release v1.0.4

31 Aug 12:23
Compare
Choose a tag to compare

Ubuntu 20.04

Install these dependencies:

sudo apt install libxml2 libzip5 libproj15 libqt5xml5 libqt5network5 libqt5svg5 libqt5texttospeech5 libqt5widgets5 libqt5gui5 libqt5core5a

Install PprzGCS:

sudo dpkg -i pprzgcs_Linux.deb

Ubuntu 18.04

Build PprzGCS from sources.