summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2020-03-24cleanup: fix unitialized valueGravatar Dirk Hohndel
2020-03-22translations: use German translation for non-Swiss German localesGravatar Dirk Hohndel
2020-03-22cleanup: don't allocate translators on heapGravatar Berthold Stoeger
2020-03-22cleanup: remove memory leak in initUiLocale()Gravatar Berthold Stoeger
2020-03-22cleanup: split uiLanguage() in two functionsGravatar Berthold Stoeger
2020-03-22locale: store locate to preferences after fixing up mac-weirdnessGravatar Berthold Stoeger
2020-03-22cleanup: don't call uiLanguage() in qPref::loadSync()Gravatar Berthold Stoeger
2020-03-21Revert "core: use set_lang_locale to modify prefs.locale.lang_locale"Gravatar Berthold Stoeger
2020-03-20Ignore invalid dives in statisticsGravatar Berthold Stoeger
2020-03-20Core: consider invalid flag when adding divesGravatar Berthold Stoeger
2020-03-20Filter: hide invalid divesGravatar Berthold Stoeger
2020-03-20Undo: implement invalidate-dive commandGravatar Berthold Stoeger
2020-03-20Core: introduce invalid flag for divesGravatar Berthold Stoeger
2020-03-19cleanup: fix mis-spelling of UCT in comments as wellGravatar Dirk Hohndel
2020-03-19cleanup: remove unnecessary includeGravatar Berthold Stoeger
2020-03-17cleanup: remove record_dive() functionGravatar Berthold Stoeger
2020-03-17git: load into arbitrary dive tablesGravatar Berthold Stoeger
2020-03-17mobile/edit: don't add dive site twice to tableGravatar Berthold Stoeger
2020-03-16git: return strdup()ed empty string on error in pop_cstringGravatar Berthold Stoeger
2020-03-16android/usb: better memory managementGravatar Dirk Hohndel
2020-03-16android/usb: simply restart the download after receiving permissionGravatar Dirk Hohndel
2020-03-16android/usb: remove "autoselect driver" option for unknown VID/PIDsGravatar Christof Arnosti
2020-03-16android/usb: pass in the UsbDevice when downloadingGravatar Dirk Hohndel
2020-03-16android/usb: pass the usbDevice for intent handlingGravatar Dirk Hohndel
2020-03-16android/usb: remove alternative way of scanning for devicesGravatar Dirk Hohndel
2020-03-16android/usb: add helper to recognize chipsets known to usGravatar Dirk Hohndel
2020-03-16android/usb: guess the actual manufacturer and productGravatar Dirk Hohndel
2020-03-16usb-serial-for-android: More fields in device descriptorGravatar Christof Arnosti
2020-03-16usb-serial-for-android: Use correct format spezifier for size_tGravatar Christof Arnosti
2020-03-16android usb serial: Prepare device / driver selectGravatar Christof Arnosti
2020-03-14iostream: fix incorrect rfcomm error case when writingGravatar Linus Torvalds
2020-03-14iostream: fix incorrect rfcomm error case when readingGravatar Linus Torvalds
2020-03-12cleanup: remove current_dive parameter from divesSelected signalGravatar Berthold Stoeger
2020-03-11Grammar: replaces 'indexes' by 'indices'Gravatar Robert C. Helling
2020-03-10Add timestamps to libdivecomputer.logGravatar Christof Arnosti
2020-03-10Android: stop trying to list only FTDI based serial DCsGravatar Dirk Hohndel
2020-03-10cloud storage: add list of changes made to commit messagesGravatar Dirk Hohndel
2020-03-10core: make command texts available for C codeGravatar Dirk Hohndel
2020-03-10core/trip handling: add helper function to get trip from idGravatar Dirk Hohndel
2020-03-10mobile/filter: use signal to reload filterGravatar Berthold Stoeger
2020-03-10mobile: remove dive::collapsedGravatar Berthold Stoeger
2020-03-10mobile: unify download code on mobile and desktopGravatar Berthold Stoeger
2020-03-09mobile: use undo-command to apply gps fixesGravatar Berthold Stoeger
2020-03-09GPS fixes: split collecting GPS fixes into own functionGravatar Berthold Stoeger
2020-03-09cleanup: use QStringLiterals in core/gpslocation.cppGravatar Berthold Stoeger
2020-03-09GPS fixes: collect fixes first, apply laterGravatar Berthold Stoeger
2020-03-09Android: don't list devices with unsupported transportGravatar Dirk Hohndel
2020-03-08usb-serial-for-android: Implement timeout-handlingGravatar Christof Arnosti
2020-03-07usb-serial-for-android: ImplementationGravatar Christof Arnosti
2020-03-07serial-usb-for-android: Display all Serial computersGravatar Christof Arnosti