aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2020-10-03cleanup: use getDiveSelection() to loop over selected divesGravatar Berthold Stoeger
2020-10-03desktop: allow moving dives to arbitrary tripsGravatar Berthold Stoeger
2020-10-03desktop: add trip selection dialogGravatar Berthold Stoeger
2020-10-02desktop: fix paging through dive list with page-up key, etcGravatar Berthold Stoeger
2020-09-29cleanup: rename FilterWidget2 to FilterWidgetGravatar Berthold Stoeger
2020-09-29filter: avoid unnecessary filter recalculations when loading setGravatar Berthold Stoeger
2020-09-29filter: add modified flagGravatar Berthold Stoeger
2020-09-29filter: show currently selected preset in a text fieldGravatar Berthold Stoeger
2020-09-29filter: when clearing the filter unselect the current filter presetGravatar Berthold Stoeger
2020-09-29filter: when a filter preset is selected, suggest its name on saveGravatar Berthold Stoeger
2020-09-29filter: implement importing of filter presetsGravatar Berthold Stoeger
2020-09-29cleanup: forward declare QHideEvent and QShowEventGravatar Berthold Stoeger
2020-09-29cleanup: move shown-text calculation from filter widget to coreGravatar Berthold Stoeger
2020-09-29filter: add completer for save-filter-preset dialogGravatar Berthold Stoeger
2020-09-29filter: load filter presets from XML filesGravatar Berthold Stoeger
2020-09-29filter: add filter preset tableGravatar Berthold Stoeger
2020-09-29filter: connect load filter preset functionality to uiGravatar Berthold Stoeger
2020-09-29filter: create a primitive "create filter preset" dialogGravatar Berthold Stoeger
2020-09-29filter: connect new filtercode to filterwidget2Gravatar Berthold Stoeger
2020-09-29filter: add a filter constraint widgetGravatar Berthold Stoeger
2020-09-29cleanup: remove unnecessary includes in divelistview.cppGravatar Berthold Stoeger
2020-09-21translations: initialize water type strings at run timeGravatar Berthold Stoeger
2020-09-13desktop: fix TableView for Qt 5.15Gravatar Dirk Hohndel
2020-09-13Disable SAC factor setting for CCR divesGravatar Robert C. Helling
2020-09-12cleanup: remove empty files in desktop-widgets/statisticsGravatar Berthold Stoeger
2020-09-10desktop: make completion of equipment types substring searchGravatar Berthold Stoeger
2020-09-08cleanup: when planning a dive, set dive computer to first dcGravatar Berthold Stoeger
2020-09-06cleanup: use taxonomy_get_value() instead of taxonomy_get_index()Gravatar Berthold Stoeger
2020-09-05[Bug #2934] Geo Lookup - support for remote dive sitesGravatar Michael Werle
2020-09-03Increase event icon size in print modeGravatar Robert C. Helling
2020-09-03Improve resolution of profile exportGravatar Robert C. Helling
2020-09-03Set printer resolutionGravatar Robert C. Helling
2020-09-03[Bug #2930] Fix crash bug in LocationInformationWidgetGravatar Michael Werle
2020-09-02Planner: Properly initialize salinityGravatar Robert C. Helling
2020-08-24cleanup: fix compiler warningGravatar Robert C. Helling
2020-08-22core/BLE: don't insist on pairing of pure BLE devicesGravatar Dirk Hohndel
2020-06-13Fix includes for building against Qt-5.15Gravatar Gaetan Bisson
2020-05-27cleanup: remove QCalendarWidget forward declaration and includeGravatar Berthold Stoeger
2020-05-27cleanup: unglobalize grayImage()Gravatar Berthold Stoeger
2020-05-27cleanup: un-singletonize ShiftTimesDialogGravatar Berthold Stoeger
2020-05-27cleanup: un-singletonize RenumberDialogGravatar Berthold Stoeger
2020-05-25cleanup: whitespace fixes in TabDiveInformationGravatar Berthold Stoeger
2020-05-25desktop: localize salinity valueGravatar Berthold Stoeger
2020-05-22cleanup: create common QDateTime -> timestamp conversion functionGravatar Berthold Stoeger
2020-05-22cleanup: move timestampToDateTime() to qthelper.cppGravatar Berthold Stoeger
2020-05-22desktop: update date and time fields if user changes formatGravatar Berthold Stoeger
2020-05-22desktop: refresh date/time format when switching to system defaultsGravatar Berthold Stoeger
2020-05-16desktop: don't call plotDive with doClearPictures = trueGravatar Berthold Stoeger
2020-05-16cleanup: use pointer-to-member style connect for ComboBoxDelegateGravatar Berthold Stoeger
2020-05-16cleanup: make overridden functions in model delegates privateGravatar Berthold Stoeger