summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)Author
2020-04-07cylinders: use preferences modpO2 preferences valueGravatar Berthold Stoeger
2020-04-07cleanup: remove commented-out evn_foreach() functionGravatar Berthold Stoeger
2020-04-07cleanup: remove remove_event() functionGravatar Berthold Stoeger
2020-04-07cleanup: remove vintage report_error() function declarationGravatar Berthold Stoeger
2020-04-07core: split out create_gas_change_event() from add_gas_change_event()Gravatar Berthold Stoeger
2020-04-07cleanup: move add_gas_switch_event to dive.cGravatar Berthold Stoeger
2020-04-07undo: implement renaming of eventsGravatar Berthold Stoeger
2020-04-07undo: replot profile if event changedGravatar Berthold Stoeger
2020-04-07core: add remove_event_from_dc() functionGravatar Berthold Stoeger
2020-04-07core: split add_event() in two partsGravatar Berthold Stoeger
2020-04-07cleanup: use SAMPLE_EVENT_BOOKMARK in add_event() callsGravatar Berthold Stoeger
2020-04-07undo: reorder cylinders on remove-cylinder undo/redoGravatar Berthold Stoeger
2020-04-07undo: add cylinder undo commands by copy & pasteGravatar Berthold Stoeger
2020-04-07cleanup: move fill_default_cylinder from planner.c to equipment.cGravatar Berthold Stoeger
2020-04-07core: add create_new_cylinder() functionGravatar Berthold Stoeger
2020-04-07core: introduce set_cylinder() functionGravatar Berthold Stoeger
2020-04-07core: make free_cylinder() globalGravatar Berthold Stoeger
2020-04-07core: introduce clone_cylinder() functionGravatar Berthold Stoeger
2020-04-04core/fulltext: give progress update while populating indexGravatar Dirk Hohndel
2020-04-04core: add additional notification callbackGravatar Dirk Hohndel
2020-04-04cleanup: copy saved_git_id, don't use local bufferGravatar Berthold Stoeger
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