summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets
AgeCommit message (Expand)Author
2019-04-12use QStringLiteral for constantsGravatar Rolf Eike Beer
2019-04-12get rid of some foreach and Q_FOREACH constructsGravatar Rolf Eike Beer
2019-03-27Cleanup: provide printGPSCoords in C and C++ versionsGravatar Berthold Stoeger
2019-03-24Cleanup: fix printGPSCoords signature and leaksGravatar Berthold Stoeger
2019-02-18Edit: use correct offset when changing dive timesGravatar Berthold Stoeger
2019-02-02Cleanup: remove unused function MainTab::setCurrentLocationIndexGravatar Berthold Stoeger
2019-01-27Cleanup: remove redundant conditionalGravatar Berthold Stoeger
2018-12-17Show average max depth in statistics tabGravatar Robert C. Helling
2018-12-14Drop old filter codeGravatar Tomaz Canabrava
2018-11-18Core: remove "when" field of struct dive_tripGravatar Berthold Stoeger
2018-11-05Dive list: split reload() in reload() and setSortOrder()Gravatar Berthold Stoeger
2018-11-01Dive list: remove forceSort parameter from DiveListView::reload()Gravatar Berthold Stoeger
2018-10-31Desktop: do not crash in verbose mode on empty dive siteGravatar Jan Mulder
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: remove UUIDs from LocationInformationModelGravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to delete_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointer to is_dive_site_used()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-24Show coordinates if no tags from reverse geolookupGravatar Miika Turkia
2018-10-23Dive site: remove webservice code in MainTab::updateDiveSite()Gravatar 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-13Dive site: use own copy of taxonomy in dive-site-edit widgetGravatar Berthold Stoeger
2018-10-13Dive site: explicitly init displayed_dive_site on show widgetGravatar Berthold Stoeger
2018-10-13Cleanup: remove outdated commentGravatar Berthold Stoeger
2018-10-13Dive site: use displayed_dive in MainTab::refreshDisplayedDiveSiteGravatar Berthold Stoeger
2018-10-13Dive edit: always use dive site of displayed_dive in updateDiveInfoGravatar Berthold Stoeger
2018-10-12Cleanup: remove unused function MainTab::showLocation()Gravatar Berthold Stoeger
2018-10-12Whitespace onlyGravatar Jan Mulder
2018-10-12Edit: prevent not needed change markingGravatar Jan Mulder
2018-10-11Cleanup: remove ReverseGeoLookupThreadGravatar Berthold Stoeger
2018-10-11Undo: make adding of planned dive undo-ableGravatar Berthold Stoeger
2018-10-11Undo: select dives after add, remove, merge, split dive commandsGravatar Berthold Stoeger
2018-10-11Undo: implement autogrouping of trips in DiveAddGravatar Berthold Stoeger
2018-10-11Dive list: implement proper Qt-model semantics for DiveTripModelGravatar Berthold Stoeger
2018-10-11Undo: isolate undo-commandsGravatar Berthold Stoeger
2018-10-11Undo: make editing of dive-time an undoable operationGravatar Berthold Stoeger
2018-10-11Dive editing: don't repeatedly loop through whole dive listGravatar Berthold Stoeger
2018-10-11Undo: implement rudimentary support for undo of dive-mergingGravatar Berthold Stoeger
2018-10-11Undo: implement undo of manual dive-creationGravatar Berthold Stoeger
2018-10-11Cleanup: let MainTab::updateDiveSite() take dive * instead of idGravatar Berthold Stoeger
2018-10-08Map: zoom on dive sites when flipping through dive site listGravatar Berthold Stoeger
2018-10-07Statistics: un-globalize stats_selectionGravatar Berthold Stoeger
2018-10-07Statistics: remove global state / calculate only when neededGravatar Berthold Stoeger
2018-10-07Dive information: fix surface interval calculationGravatar Berthold Stoeger
2018-09-29Cleanup: reinstate override modifiersGravatar Berthold Stoeger
2018-09-14Desktop: disable UI elements that make no sense during editingGravatar Jan Mulder
2018-09-12Planner: fix display of "overlapping dives" messageGravatar Berthold Stoeger
2018-08-31Filter: remove diveSiteAdded signal of MainTabGravatar Berthold Stoeger