aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2019-04-08Add various enhancements to profile export and dive data copyGravatar Robert C. Helling
2019-04-08Profile: add "synchronous" mode for picture plottingGravatar Berthold Stoeger
2019-04-08Copy dive description to clipboardGravatar Robert C. Helling
2019-04-08Export profile imageGravatar Robert C. Helling
2019-04-04Misc: replace some FIXME commentsGravatar Dirk Hohndel
2019-04-04Desktop: fix another variable name conflictGravatar Robert C. Helling
2019-04-04Leak fix: make ostcFirmwareCheck a unique_ptrGravatar Berthold Stoeger
2019-04-04Desktop: ensure cloud storage email address is all lower caseGravatar Dirk Hohndel
2019-04-04Edit: use correct offset when changing dive timesGravatar Berthold Stoeger
2019-04-04core: move updatecheck to its own domainGravatar Dirk Hohndel
2019-04-04facebook: remove the featute from the code baseGravatar Lubomir I. Ivanov
2019-01-22Download: don't refresh display if thread finishedGravatar Berthold Stoeger
2019-01-22update year to 2019 in about screensGravatar Lubomir I. Ivanov
2019-01-22Desktop: change preferences dialog name to 'Preferences'Gravatar Dirk Hohndel
2019-01-22Improve error reporting when exporting a selection of 0 dives.Gravatar John Plaxco
2019-01-22core: shift dive time in correct directionGravatar Jan Mulder
2018-11-05Dive list: let sort arrows reflect sort order for NR and DATEGravatar Berthold Stoeger
2018-11-05Dive list: remove sortColumn and currentOrder membersGravatar Berthold Stoeger
2018-11-05Dive list: split reload() in reload() and setSortOrder()Gravatar Berthold Stoeger
2018-11-02Dive list: invert default sort order for sort by date / numberGravatar Berthold Stoeger
2018-11-01Dive list: remove forceSort parameter from DiveListView::reload()Gravatar Berthold Stoeger
2018-11-01Dive list: connect header-signal in constructorGravatar Berthold Stoeger
2018-11-01Dive list: make filter model aware of its sourceGravatar Berthold Stoeger
2018-10-31Desktop: do not crash in verbose mode on empty dive siteGravatar Jan Mulder
2018-10-30Dive site: fix oversight in 920eb7576fGravatar Berthold Stoeger
2018-10-29Dive site: pass pointer-to-dive_site via QVariantGravatar Berthold Stoeger
2018-10-29Dive site: replace dive->dive_site_uuid by dive_siteGravatar Berthold Stoeger
2018-10-29Dive site: remove [start|stop]FilterDiveSite signalsGravatar 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-29Dive site: remove argument from diveSiteSelected signalGravatar Berthold Stoeger
2018-10-29Dive site: replace UUID_ROLE by DIVESITE_ROLEGravatar Berthold Stoeger
2018-10-29Dive site: pass dive-site pointers to merge_dive_sites()Gravatar 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: pass dive-site pointer to nr_of_dives_at_dive_site()Gravatar Berthold Stoeger
2018-10-29Dive site: return pointer to dive_site in create_dive_site_*()Gravatar Berthold Stoeger
2018-10-28Dive list: remove rememberSelection() without restoreSelection()Gravatar Berthold Stoeger
2018-10-28Dive list: remember/restore selection only on view changeGravatar Berthold Stoeger
2018-10-28Dive list: show sort indicatorGravatar Berthold Stoeger
2018-10-28Dive list: switch to a default sort order on column-header clickGravatar Berthold Stoeger
2018-10-26Cleanup: remove declaration of unused signalGravatar Berthold Stoeger
2018-10-25Dive list: emit selectionChanged signal in filterFinished()Gravatar Berthold Stoeger
2018-10-25Fix bug in for loop that can lead to segfaultGravatar Simeon
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-21Dive list: remove three unnecessary instances of qobject_cast<>.Gravatar Berthold Stoeger
2018-10-21Dive list: move dive-selection code from filter to listGravatar Berthold Stoeger
2018-10-21Add 'location_t' data structureGravatar Linus Torvalds