index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
desktop-widgets
/
downloadfromdivecomputer.cpp
Age
Commit message (
Expand
)
Author
2018-03-14
Cleanup: introduce copy_qstring() function
Berthold Stoeger
2018-03-14
Cleanup: consistently use qPrintable()
Berthold Stoeger
2018-03-04
Indentation fix in desktop-widgets/downloadfromdivecomputer.cpp
Stefan Fuchs
2018-03-04
Correctly spell OSTC cR
Stefan Fuchs
2018-02-04
downloadfromdivecomputer.cpp: remove unused variable err_string
Berthold Stoeger
2018-02-04
Cleanup: Remove redefinition of DC_TRANSPORT_BLUETOOTH
Berthold Stoeger
2018-01-31
Use queued connection to thread-safe MainWindow error handling
Berthold Stoeger
2018-01-11
Introduce helper function empty_string()
Berthold Stoeger
2017-12-31
Get Bluetooth device nam from preferences if dialog wasn't shown
Berthold Stoeger
2017-12-17
Cleanup: mark parameter as unused
Dirk Hohndel
2017-11-13
Make Bluetooth naming consistent
Berthold Stoeger
2017-11-11
Fix memory leak in download-from-dive-computer widget
Berthold Stoeger
2017-11-06
Remove unnecessary == NULL test.
Berthold Stoeger
2017-11-04
Correct, cleanup, translate and unify file filters
Stefan Fuchs
2017-11-04
Replace QMap::operator[] with QMap::value()
Berthold Stoeger
2017-11-01
Reset device field in DownloadFromDCWidget according to dive computer
Berthold Stoeger
2017-10-31
Postpone error message display if not in GUI thread
Berthold Stoeger
2017-10-16
Connect finished signal of download thread only once
bs
2017-09-17
DC download: show info messages on Mac
Dirk Hohndel
2017-09-17
DC download: better message at beginning of download
Dirk Hohndel
2017-09-17
DC download: don't clear message if no dives downloaded
Dirk Hohndel
2017-07-28
Fix possible memory corruption
Jan Mulder
2017-06-22
Convert to new libdivecomputer custom IO model
Linus Torvalds
2017-06-15
Correctly hook up libdivecomputer log and dump
Dirk Hohndel
2017-05-29
Don't leak memory on downloaded dives not picked
Dirk Hohndel
2017-05-28
Fix abort when Bluetooth mode is default
Jan Mulder
2017-05-27
QML UI: add the DownloadThread
Tomaz Canabrava
2017-05-27
Reduce the scope of variables
Tomaz Canabrava
2017-05-27
Extract the device_data_t into helper class
Tomaz Canabrava
2017-05-27
Move the fill_computer_list() out of widgets
Tomaz Canabrava
2017-05-27
Separate the download thread from the widget logic
Tomaz Canabrava
2017-05-27
Move model code to models
Tomaz Canabrava
2017-05-26
Creation of dive duration string and surface interval string
Stefan Fuchs
2017-04-29
Add SPDX header to desktop widgets
Dirk Hohndel
2017-04-25
OSTC3 incorrect notice to upgrade firmware
Jan Mulder
2017-04-23
Translate string "cancel download" in DC download widget...
Stefan Fuchs
2017-04-22
Download from divecomputer: reset progress bar fraction
Dirk Hohndel
2017-04-22
Download from divecomputer: don't show bogus progress text
Dirk Hohndel
2017-04-22
Download from divecomputer: stop timer on error
Dirk Hohndel
2017-04-21
After DC import don't do RemoveRows if there is nothing to remove
Stefan Fuchs
2017-03-24
Fix double to int truncation in C++ code
Jeremie Guichard
2017-03-04
divecomputer > dive computer
Martin Měřinský
2017-01-12
Notify Ostc 4 users about new firmwares
Anton Lundin
2017-01-12
Document potential bug source
Anton Lundin
2016-12-28
Check for firmware updates on new devices to
Anton Lundin
2016-09-18
Workaround abuse of the now missing DC_TRANSPORT_BLUETOOTH
Anton Lundin
2016-08-27
Settings update: Add "Dive Computer" settings to SettingsObjectWrapper
Tomaz Canabrava
2016-04-04
Move subsurface-core to core and qt-mobile to mobile-widgets
Dirk Hohndel
2016-03-09
Silence warnings in downloadfromdivecomputer.cpp
Dirk Hohndel
2015-10-30
Move qt-ui to desktop-widgets
Tomaz Canabrava