summaryrefslogtreecommitdiffstats
path: root/qt-ui/globe.cpp
AgeCommit message (Expand)Author
2014-03-27Introduce NO_MARBLE define, make GlobeGPS a dummyGravatar Anton Lundin
2014-03-03Remove pointless assignmentsGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-12Replace mainWindow() with MainWindow::instance()Gravatar Boris Barbulovski
2014-02-09globe.cpp improvementsGravatar Boris Barbulovski
2014-01-16Fix some memory leaks.Gravatar Boris Barbulovski
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel
2014-01-15Convert to TRUE/FALSE to stdbools true/falseGravatar Anton Lundin
2013-12-26Small code simplificationGravatar Patrick Valsecchi
2013-12-24silly whitespace fix.Gravatar Tomaz Canabrava
2013-12-24Rework foreach for a faster iteration.Gravatar Tomaz Canabrava
2013-12-03Attempt to fix the 'click goes to 0,0' thing on the globe.Gravatar Tomaz Canabrava
2013-12-03Fix ignoring empty selections on the globe and code cleanup.Gravatar Tomaz Canabrava
2013-12-02Move code outside of for-loop.Gravatar Tomaz Canabrava
2013-12-02Huge speedup when selecting Dives from the Globe View.Gravatar Tomaz Canabrava
2013-12-02Fixes Setting the dive-location via the map.Gravatar Tomaz Canabrava
2013-11-29Turn off dive location edit hint when cancelling dive editGravatar Dirk Hohndel
2013-11-29Make sure Subsurface will find Marble theme when installed on LinuxGravatar Dirk Hohndel
2013-11-26Re-enable adding a location to selected dive via double-click on the mapGravatar Vinicius Machado
2013-11-22Hide everything 'floatable' by default on the globe.Gravatar Tomaz Canabrava
2013-11-22Disables zooming by double click and context menu on marble.Gravatar Tomaz Canabrava
2013-11-19Immediately show new locations on globe widgetGravatar Dirk Hohndel
2013-11-19Handle double clicks on globe during dive edit modeGravatar Dirk Hohndel
2013-11-17Make it possible to set the coordinates via map for all selected dives.Gravatar Tomaz Canabrava
2013-11-16Fix wrong handling of Dive Table, and revert some wrong changes.Gravatar Tomaz Canabrava
2013-11-11Stop clicks on the globe from changing dive list selection while editingGravatar Dirk Hohndel
2013-10-17Fix marble losting track of zoom levelGravatar Dirk Hohndel
2013-10-13Fix uninitialized variableGravatar Dirk Hohndel
2013-10-11Good deal of whitespace fixes and code cleanup.Gravatar Tomaz Canabrava
2013-09-26Fixed the display of Subsurface in Smaller ScreensGravatar Tomaz Canabrava
2013-06-27Coordinate some mark_divelist_changed() callsGravatar Lubomir I. Ivanov
2013-06-07Fix compile: mixup of GeoDataCoordinates and GeoDataPointGravatar Thiago Macieira
2013-06-07Make a map ctrl-click toggle the selection stateGravatar Linus Torvalds
2013-06-07Allow ctrl-click to select dives incrementally from the globe viewGravatar Linus Torvalds
2013-06-05First cut at selecting dives from the mapGravatar Linus Torvalds
2013-06-05Get single click on the map widget in a callback for further processingGravatar Dirk Hohndel
2013-06-05Show locations with same name on the map if they are more than 50m apartGravatar Dirk Hohndel
2013-06-02Once again try to fix the selectionGravatar Dirk Hohndel
2013-05-31Display the Subsurface manual in the help widgetGravatar Dirk Hohndel
2013-05-30Enable Marble Google Sat lookup when run as a MacOSX appGravatar Henrik Brautaset Aronsen
2013-05-30Do a better job finding Marble Google Sat filesGravatar Dirk Hohndel
2013-05-29Fix message widget visibility.Gravatar Sergey Starosek
2013-05-29Fix default zooming.Gravatar Sergey Starosek
2013-05-25Set a pleasant zoom level to start out withGravatar Dirk Hohndel
2013-05-25Find Google maps in Subsurface's source treeGravatar Dirk Hohndel
2013-05-25Fix GPS coordinates rounding.Gravatar Sergey Starosek
2013-05-25If we disable the compass, we don't need to place it, eitherGravatar Dirk Hohndel
2013-05-25Don't show the compassGravatar Henrik Brautaset Aronsen
2013-05-25Correct the code to enter dive locationsGravatar Dirk Hohndel
2013-05-25Avoid marble widget resize when switching divesGravatar Henrik Brautaset Aronsen