aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mapwidget.cpp
AgeCommit message (Expand)Author
2020-05-07cleanup: invert control-flow when resetting the core structuresGravatar Berthold Stoeger
2020-04-25map: call set_selection() core function to select divesGravatar Berthold Stoeger
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-10-26Undo: turn dive- and trip-fields into flagsGravatar Berthold Stoeger
2019-09-06Cleanup: remove unused MapWidget::repopulateLabels() functionGravatar Berthold Stoeger
2019-09-06Desktop: show all selected dive sites on clickGravatar Berthold Stoeger
2019-09-06Map: don't fully reset model on selection changeGravatar Berthold Stoeger
2019-09-06Map: generate pixmap name in modelGravatar Berthold Stoeger
2019-06-23Undo: don't send signals batched by tripGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-05-11Map: automatically update names on the mapGravatar Berthold Stoeger
2019-05-11Map: remove skipReload logic in mapwidget.cppGravatar Berthold Stoeger
2019-05-11Map: make edit mode depend on dive-site-filteringGravatar Berthold Stoeger
2019-05-11Selection: automatically unselect old selection in selectDives()Gravatar Berthold Stoeger
2019-05-11Map: remove MapWidget::centerOnSelectedDiveSiteGravatar Berthold Stoeger
2019-05-11Map: reload on selection change directlyGravatar Berthold Stoeger
2019-05-11Cleanup: remove MapWidgetHelper::m_selectedDiveIds memberGravatar Berthold Stoeger
2019-05-11Map: don't reload map when in edit modeGravatar Berthold Stoeger
2019-05-11Map: don't call exitEditMode() in MapWidget::reload()Gravatar Berthold Stoeger
2019-04-12Dive site: remove edit mode from dive location widgetGravatar Berthold Stoeger
2019-04-12Undo: update map when dive site location is changed by undo commandGravatar Berthold Stoeger
2019-04-02Cleanup: remove all Q_NULLPTR instancesGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer-to-dive_site via QVariantGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer to updateDiveSiteCoordinates()Gravatar Berthold Stoeger
2018-10-29Dive site: Pass dive-site pointer to MapWidgetHelper::enterEditMode()Gravatar Berthold Stoeger
2018-10-29Dive site: remove UUIDs from LocationInformationModelGravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds
2018-10-13Cleanup: rename MainWindow member variablesGravatar Berthold Stoeger
2018-10-13Cleanup: Turn widget accessor-functions into simple pointersGravatar Berthold Stoeger
2018-10-11Map: pass down dive site in prepareForGetDiveCoordinates()Gravatar Berthold Stoeger
2018-10-11Map: split void MapWidget::setEditMode()Gravatar Berthold Stoeger
2018-10-11Map: pass changed coordinates via signalGravatar Berthold Stoeger
2018-10-11Map: remove LocationInformationWidget::coordinatesChanged signalGravatar Berthold Stoeger
2018-10-08Map: zoom on dive sites when flipping through dive site listGravatar Berthold Stoeger
2018-07-12desktop-widget: move qmlRegister from mapwidget to shared helperGravatar jan Iversen
2018-06-21android/desktop: remove mapWidget from subsurface.qrcGravatar jan Iversen
2018-05-14Core: remove dive.h from files that don't need itGravatar Dirk Hohndel
2017-12-29cleanup: Uninitialized pointer fieldGravatar Jan Mulder
2017-11-09map-widget: allow real-time updates of edited markersGravatar Lubomir I. Ivanov
2017-11-05map-widget: move the widget and its resources to 'map-widget'Gravatar Lubomir I. Ivanov
2017-10-07map-widget: don't crash if the map QML failed to loadGravatar Lubomir I. Ivanov
2017-07-28Map: try to wait for Map to loadGravatar Dirk Hohndel
2017-07-28Switch new files to unix line endingsGravatar Dirk Hohndel
2017-07-28mapwidget: add a method to set update editMode in MapWidgetHelperGravatar Lubomir I. Ivanov
2017-07-28mapwidget: add the "skipReload" guardGravatar Lubomir I. Ivanov
2017-07-28mapwidget: connect the helper selectedDivesChanged() signalGravatar Lubomir I. Ivanov
2017-07-28qrc: use "MapWidget.qml" as a QRC aliasGravatar Lubomir I. Ivanov
2017-07-28mapwidget: call MapWidgetHelper::reloadMapLocations()Gravatar Lubomir I. Ivanov
2017-07-28mapwidget.cpp: register the MapLocation and MapLocationModel typesGravatar Lubomir I. Ivanov
2017-07-28add the SPDX-License-Identifier to new source filesGravatar Lubomir I. Ivanov