aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2020-02-11Cylinders: Add CylindersModelFilteredGravatar Berthold Stoeger
2020-02-11Filter: update filter if any of the string-modes changedGravatar Berthold Stoeger
2020-02-11Filter: implement starts-with and exact modesGravatar Berthold Stoeger
2020-02-09Cleanup: remove const bool parameters and return typesGravatar Berthold Stoeger
2020-02-09Cleanup: remove exportFunc classGravatar Berthold Stoeger
2020-02-09Cleanup: Remove global QFuture from exportFuncsGravatar Berthold Stoeger
2020-02-08Dive list: be more careful on when updating the UI after selectionGravatar Berthold Stoeger
2020-02-06Cleanup: don't initialize DivePlannerPointsModel at startupGravatar Berthold Stoeger
2020-02-06Dive site: don't save invalid GPS coordinatesGravatar Berthold Stoeger
2020-02-06Dive site: give visual clue for invalid coordinatesGravatar Berthold Stoeger
2020-02-04Cleanup: remove capture-all lambda clausesGravatar Berthold Stoeger
2020-02-04Dive sites: select each dive site only onceGravatar Berthold Stoeger
2020-02-04Cleanup: rename plannerShared to PlannerSharedGravatar Berthold Stoeger
2020-02-04Cleanup: lower-case filenames in core/subsurface-qt/Gravatar Berthold Stoeger
2020-01-31Remove plannerShared::instance()Gravatar Berthold Stoeger
2020-01-25diveplanner: add surface_segment to plannersharedGravatar jan Iversen
2020-01-25dive planner: correct bottomsac/decosac calc.Gravatar jan Iversen
2020-01-25mobile-widgets: correct error in connectGravatar jan Iversen
2020-01-25diveplanner: call planner model directly for simple variables.Gravatar jan Iversen
2020-01-24mobile: move dive planner notes access to pure interfaceGravatar jan Iversen
2020-01-24core: move GPX parsing into coreGravatar Dirk Hohndel
2020-01-24Desktop: Import dive coordinates directly from GPSGravatar Willem Ferguson
2020-01-20qt-models: add suffix Display to unit system aware asc/desc settersGravatar jan Iversen
2020-01-20desktop-widgets: use set/get asc/desc rates in diveplannermodelGravatar jan Iversen
2020-01-20core/settings:: remove string functions for unitsGravatar jan Iversen
2020-01-10code cleanup: add empty table structuresGravatar Dirk Hohndel
2020-01-10code cleanup: use explicit zero_locationGravatar Dirk Hohndel
2020-01-10code cleanup: replace deprecated member function QColor::dark()Gravatar Dirk Hohndel
2020-01-10code cleanup: remove deprecated QString::nullGravatar Dirk Hohndel
2020-01-10code cleanup: replace deprecated setAutoCompletion() functionsGravatar Dirk Hohndel
2020-01-10code cleanup: add missing initializationGravatar Dirk Hohndel
2020-01-10code cleanup: remove unused QSignalMapperGravatar Dirk Hohndel
2020-01-10code cleanup: replace deprecated setBackgroundColor() methodGravatar Dirk Hohndel
2020-01-10code cleanup: mark unused argumentGravatar Dirk Hohndel
2020-01-10code cleanup: initialize all elements in structureGravatar Dirk Hohndel
2020-01-10code cleanup: use QElapsedTimer instead of QTimeGravatar Dirk Hohndel
2020-01-10code cleanup: QFontMetrics::width() is deprecatedGravatar Dirk Hohndel
2020-01-07desktop-widgets: add comment why last SIGNAL/SLOT is not convertedGravatar jan Iversen
2020-01-07desktop-widgets: replace connect() for CylindersModel.Gravatar jan Iversen
2020-01-07desktop-widgets: replace connect() with parameter double.Gravatar jan Iversen
2020-01-07desktop-widgets: convert last simple connect().Gravatar jan Iversen
2020-01-07desktop-widgets: correct connect for QShortcutGravatar jan Iversen
2020-01-07desktop-widgets: correct QDateTime connect()Gravatar jan Iversen
2020-01-07desktop-widgets: change rebreathermode to use new connect()Gravatar jan Iversen
2020-01-06desktop-widgets: change connect() for triggered(bool)Gravatar jan Iversen
2020-01-06desktop-widgets: change connect() for valueChange(int)Gravatar jan Iversen
2020-01-06desktop-widgets: change connect() for clicked/accepted/rejectedGravatar jan Iversen
2020-01-06desktop-widgets: remove double connect.Gravatar jan Iversen
2020-01-06desktop-widgets: change connect() to new type for toogledGravatar jan Iversen
2020-01-06desktop-widgets: correct typeGravatar jan Iversen