Age | Commit message (Expand) | Author |
2019-09-23 | AppImage: Fix missing libssl1.1 | Paul Buxton |
2019-09-21 | Mobile: make sure QML gets notified when value changes | Dirk Hohndel |
2019-09-21 | Mobile: more space around menu button on Download page | Dirk Hohndel |
2019-09-21 | Mobile: pass section directly to tripTitle() and tripShortDate() | Berthold Stoeger |
2019-09-21 | Mobile: pass trip-ids through QML, not formatted pointers | Berthold Stoeger |
2019-09-21 | Core: add unique id to trip | Berthold Stoeger |
2019-09-21 | If only one dive selected, only one temperature in stats tab | Fabio Rueda |
2019-09-21 | Cleanup: remove bogus assignment in startFilterDiveSites() | Berthold Stoeger |
2019-09-21 | Export: special case dive site mode when exporting dive sites | Berthold Stoeger |
2019-09-21 | Cleanup: return each dive site only once in selectedDiveSites() | Berthold Stoeger |
2019-09-21 | Export: move dive site selection logic to C++ | Berthold Stoeger |
2019-09-21 | Cleanup: make location argument to put_location() const | Berthold Stoeger |
2019-09-21 | Cleanup: replace is_dive_site_used() by is_dive_site_selected() | Berthold Stoeger |
2019-09-21 | Cleanup: make two functions in core/save-xml.c of static linkage | Berthold Stoeger |
2019-09-21 | Mobile: don't show filter button when entering credentials | Dirk Hohndel |
2019-09-21 | Android: force different font on OnePlus devices | Dirk Hohndel |
2019-09-21 | Android: bundle default font for use in OnePlus devices | Dirk Hohndel |
2019-09-21 | Android: print Android HW information | Dirk Hohndel |
2019-09-21 | Mobile: update version to 2.2.1 | Dirk Hohndel |
2019-09-21 | Mobile: print out Qt information on the system we are running on | Dirk Hohndel |
2019-09-21 | Android: update the target SDK Version to 28 | Dirk Hohndel |
2019-09-21 | Mobile: dump the information QML has about the screen | Dirk Hohndel |
2019-09-21 | Mobile: correct font size of 'Previously used DC' label | Dirk Hohndel |
2019-09-21 | Mobile: allow setting a width via environment variable | Dirk Hohndel |
2019-09-21 | Mobile: recalculate gridUnit and font size if width changes | Dirk Hohndel |
2019-09-21 | Mobile: move gridUnit and font adjustment to function | Dirk Hohndel |
2019-09-21 | Android: add FTDI based DiveSystem / Ratio / Seac dive computers | Dirk Hohndel |
2019-09-15 | if only one dive, max depth show in average field | Fabio Rueda |
2019-09-14 | Mobile: don't generate numerous DiveObjectHelpers in startEditMode() | Berthold Stoeger |
2019-09-14 | Grantlee: split out grantlee-only property from DiveObjectHelper | Berthold Stoeger |
2019-09-14 | Mobile: transform DiveObjectHelper into value-type | Berthold Stoeger |
2019-09-14 | Cleanup: make cylinder_t argument to CylinderObjectHelper const | Berthold Stoeger |
2019-09-14 | Cleanup: remove unused function DiveObjectHelper::cylinder(int) | Berthold Stoeger |
2019-09-14 | Cleanup: remove unused function DiveObjectHelper::weight(int) | Berthold Stoeger |
2019-09-14 | Mobile: remove DiveObjectHelper to bool casts | Berthold Stoeger |
2019-09-14 | Mobile: remove DiveObjectHelper::getDive() | Berthold Stoeger |
2019-09-14 | Mobile: Map directly from source in DiveListSortModel::getIdxForId() | Berthold Stoeger |
2019-09-14 | Mobile: provide direct access to dives in DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: create DiveObjectHelper only when needed | Berthold Stoeger |
2019-09-14 | Mobile: remove dive argument from DiveListModel::insertDive() | Berthold Stoeger |
2019-09-14 | Mobile: use value semantics for DiveObjectHelper in qmlmanager.cpp | Berthold Stoeger |
2019-09-14 | Mobile: replace clear()/addAllDives() pairs by reload() | Berthold Stoeger |
2019-09-14 | Cleanup: remove DiveListSortModel::addAllDives() | Berthold Stoeger |
2019-09-14 | Mobile: Generate DiveObjectHelpers on the fly | Berthold Stoeger |
2019-09-14 | DiveObjectHelper: Turn DiveObjectHelper into Q_GADGET based object | Berthold Stoeger |
2019-09-14 | Mobile: return depthDuration directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return location directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return dive-number directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return dive-id directly from DiveListModel | Berthold Stoeger |
2019-09-14 | Mobile: return dateTime directly from DiveListModel | Berthold Stoeger |