Age | Commit message (Expand) | Author |
2017-07-28 | mapwidget.qml: implement some map animation | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: add the function centerOnCoordinates() | Lubomir I. Ivanov |
2017-07-28 | qmlmapwidgethelper: add the centerOnDiveSite() method | Lubomir I. Ivanov |
2017-07-28 | qmlmapwidgethelper: remove stray test() method | Lubomir I. Ivanov |
2017-07-28 | MapWidget.qml: reference the Map object in the MapWidgetHelper object | Lubomir I. Ivanov |
2017-07-28 | qmlmapwidgethelper.h: add a "map" property with m_map MEMBER | Lubomir I. Ivanov |
2017-07-28 | mapwidget.cpp: obtain a reference of the MapWidgetHelper from QML | Lubomir I. Ivanov |
2017-07-28 | MapWidget.qml: create an instance of MapWidgetHelper | Lubomir I. Ivanov |
2017-07-28 | desktop-widgets/mapwidget: register the MapWidgetHelper QML type | Lubomir I. Ivanov |
2017-07-28 | desktop-widgets/cmake: include "qmlmapwidgethelper.cpp" | Lubomir I. Ivanov |
2017-07-28 | mobile-widgets: add the helper class MapWidgetHelper | Lubomir I. Ivanov |
2017-07-28 | mapwidget.qml: enumerate the ESRI map types of interest | Lubomir I. Ivanov |
2017-07-28 | globe.cpp/h: remove the dummy QLabel based widget | Lubomir I. Ivanov |
2017-07-28 | mapwidget.h: force-undefine the IGNORE macro from winbase.h | Lubomir I. Ivanov |
2017-07-28 | mapwidget.h: remove redundant "core/divesite.h" include | Lubomir I. Ivanov |
2017-07-28 | locationinformationwidget: abstract between GlobeGPS and MapWidget | Lubomir I. Ivanov |
2017-07-28 | mapwidget: add the placeholder prepareForGetDiveCoordinates() slot | Lubomir I. Ivanov |
2017-07-28 | mapwidget: add the coordinatesChanged() signal | Lubomir I. Ivanov |
2017-07-28 | subsurfacewebservices: abstract between GlobeGPS and MapWidget | Lubomir I. Ivanov |
2017-07-28 | mapwidget: add the placeholder repopulateLabels() method | Lubomir I. Ivanov |
2017-07-28 | maintab: use GlobeGPS / MapWidget abstraction | Lubomir I. Ivanov |
2017-07-28 | mapwidget: add the method centerOnIndex() | Lubomir I. Ivanov |
2017-07-28 | mapwidget: add public slot endGetDiveCoordinates() | Lubomir I. Ivanov |
2017-07-28 | mapwidget: add an empty reload() method | Lubomir I. Ivanov |
2017-07-28 | mainwindow: rename GLOBE_MAXIMIZED to MAP_MAXIMIZED | Lubomir I. Ivanov |
2017-07-28 | mainwindow: rename "actionViewGlobe" to "actionViewMap" | Lubomir I. Ivanov |
2017-07-28 | mainwindow: don't remove the "view globe" action from the menu | Lubomir I. Ivanov |
2017-07-28 | mainwindow: enable centerOnDiveSite() no matter the NO_MARBLE macro | Lubomir I. Ivanov |
2017-07-28 | mapwidget: add placeholder centerOnDiveSite() public slot | Lubomir I. Ivanov |
2017-07-28 | mainwindow: create an instance of MapWidget for NO_MARBLE | Lubomir I. Ivanov |
2017-07-28 | mainwindow: rename the variable 'globeGps' to 'mapWidget' | Lubomir I. Ivanov |
2017-07-28 | desktop-widgets/cmake: include mapwidget.cpp as a UI class | Lubomir I. Ivanov |
2017-07-28 | map: use Item instead of Rectangle in MapWidget.qml | Lubomir I. Ivanov |
2017-07-28 | map: add placeholder .cpp and .h files for the new map widget | Lubomir I. Ivanov |
2017-07-28 | cmake: add the Quick, Location, QuickWidgets dependencies | Lubomir I. Ivanov |
2017-07-28 | map: add map qml and the new marker image to subsurface.qrc | Lubomir I. Ivanov |
2017-07-28 | map: add new marker resource image | Lubomir I. Ivanov |
2017-07-28 | map: add placeholder MapWidget.qml in mobile-widgets/qml | Lubomir I. Ivanov |
2017-07-28 | Revert "QML UI: color the status bar correctly" | Jan Mulder |
2017-07-27 | Profile support for multiple concurrent pressure sensors | Linus Torvalds |
2017-07-26 | QML UI: remove obsolete debugging code | Dirk Hohndel |
2017-07-26 | QML UI: remove "show password" switch and only show pw on first entry | Jan Mulder |
2017-07-26 | QML UI: remove some dead code | Jan Mulder |
2017-07-26 | QML UI: color the status bar correctly | Jan Mulder |
2017-07-26 | QML UI: add missing id line in our button | Joakim Bygdell |
2017-07-26 | QML UI: use a lighter text color for the selected dive | Joakim Bygdell |
2017-07-26 | QML UI: use primaryColor instead of darkerPrimaryColor | Joakim Bygdell |
2017-07-25 | Add support for loading and saving multiple pressure samples | Linus Torvalds |
2017-07-25 | Make sample pressure helper functions available to everybody | Linus Torvalds |
2017-07-26 | QML UI: replcae the "map it" button | Joakim Bygdell |