Age | Commit message (Expand) | Author |
2018-11-02 | Dive list: invert default sort order for sort by date / number | Berthold Stoeger |
2018-11-01 | Dive list: remove forceSort parameter from DiveListView::reload() | Berthold Stoeger |
2018-11-01 | Dive list: connect header-signal in constructor | Berthold Stoeger |
2018-11-01 | Dive list: make filter model aware of its source | Berthold Stoeger |
2018-10-31 | Desktop: do not crash in verbose mode on empty dive site | Jan Mulder |
2018-10-30 | Dive site: fix oversight in 920eb7576f | Berthold Stoeger |
2018-10-29 | Dive site: pass pointer-to-dive_site via QVariant | Berthold Stoeger |
2018-10-29 | Dive site: replace dive->dive_site_uuid by dive_site | Berthold Stoeger |
2018-10-29 | Dive site: remove [start|stop]FilterDiveSite signals | Berthold Stoeger |
2018-10-29 | Dive site: pass pointer to updateDiveSiteCoordinates() | Berthold Stoeger |
2018-10-29 | Dive site: Pass dive-site pointer to MapWidgetHelper::enterEditMode() | Berthold Stoeger |
2018-10-29 | Dive site: remove UUIDs from LocationInformationModel | Berthold Stoeger |
2018-10-29 | Dive site: remove argument from diveSiteSelected signal | Berthold Stoeger |
2018-10-29 | Dive site: replace UUID_ROLE by DIVESITE_ROLE | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointers to merge_dive_sites() | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointer to delete_dive_site() | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointer to is_dive_site_used() | Berthold Stoeger |
2018-10-29 | Dive site: pass dive-site pointer to nr_of_dives_at_dive_site() | Berthold Stoeger |
2018-10-29 | Dive site: return pointer to dive_site in create_dive_site_*() | Berthold Stoeger |
2018-10-28 | Dive list: remove rememberSelection() without restoreSelection() | Berthold Stoeger |
2018-10-28 | Dive list: remember/restore selection only on view change | Berthold Stoeger |
2018-10-28 | Dive list: show sort indicator | Berthold Stoeger |
2018-10-28 | Dive list: switch to a default sort order on column-header click | Berthold Stoeger |
2018-10-26 | Cleanup: remove declaration of unused signal | Berthold Stoeger |
2018-10-25 | Dive list: emit selectionChanged signal in filterFinished() | Berthold Stoeger |
2018-10-25 | Fix bug in for loop that can lead to segfault | Simeon |
2018-10-24 | Show coordinates if no tags from reverse geolookup | Miika Turkia |
2018-10-23 | Dive site: remove webservice code in MainTab::updateDiveSite() | Berthold Stoeger |
2018-10-21 | Dive list: remove three unnecessary instances of qobject_cast<>. | Berthold Stoeger |
2018-10-21 | Dive list: move dive-selection code from filter to list | Berthold Stoeger |
2018-10-21 | Add 'location_t' data structure | Linus Torvalds |
2018-10-19 | Preferences: set deco parameters correctly enabled | Jan Mulder |
2018-10-19 | Preferences: wire-up the deco parameters | Jan Mulder |
2018-10-15 | Dowload: Deselect dives only if at least one dive was downloaded | Berthold Stoeger |
2018-10-15 | Bluetooth cleanup: remove pointless download_mode | Dirk Hohndel |
2018-10-15 | Desktop/trivial: fix misleading comment | Dirk Hohndel |
2018-10-14 | Desktop: Enable next/prev DCs only for applicable dives | Jan Mulder |
2018-10-14 | Autogroup only when selected | Jan Mulder |
2018-10-13 | Cleanup: rename MainWindow member variables | Berthold Stoeger |
2018-10-13 | Cleanup: Turn widget accessor-functions into simple pointers | Berthold Stoeger |
2018-10-13 | Dive site: replace displayed_dive_site by pointer | Berthold Stoeger |
2018-10-13 | Dive site: don't use displayed_dive_site to store GPS coordinates | Berthold Stoeger |
2018-10-13 | Dive site: use own copy of taxonomy in dive-site-edit widget | Berthold Stoeger |
2018-10-13 | Dive site: un-globalize displayed_dive_site | Berthold Stoeger |
2018-10-13 | Dive site: explicitly init displayed_dive_site on show widget | Berthold Stoeger |
2018-10-13 | Cleanup: remove outdated comment | Berthold Stoeger |
2018-10-13 | Dive site: use displayed_dive in MainTab::refreshDisplayedDiveSite | Berthold Stoeger |
2018-10-13 | Dive edit: always use dive site of displayed_dive in updateDiveInfo | Berthold Stoeger |
2018-10-13 | Desktop: enable tab-changes-focus for TagWidget | Berthold Stoeger |
2018-10-12 | Bluetooth: actually download from the device selected | Dirk Hohndel |