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
/
core
/
downloadfromdcthread.h
Age
Commit message (
Expand
)
Author
2019-02-28
Cleanup: remove DownloadFromDCThread::tripTable
Berthold Stoeger
2019-01-19
Import: don't add to new trip while downloading
Berthold Stoeger
2019-01-09
Import: merge dives trip-wise
Berthold Stoeger
2019-01-09
Import: add trip_table argument to DiveImportedModel::repopulate()
Berthold Stoeger
2018-12-17
Import: unglobalize downloadTable
Berthold Stoeger
2018-12-17
Cleanup: make DCDeviceData a "normal" singleton
Berthold Stoeger
2018-09-29
Cleanup: reinstate override modifiers
Berthold Stoeger
2018-08-27
Make device enumeration use the device transport data
Linus Torvalds
2018-08-01
Cleanup: remove all override modifiers
Berthold Stoeger
2018-06-09
core: remove qml properties from downloadfromcthread
jan Iversen
2018-06-09
mobile: add DCDeviceData properties to qmlmanager
jan Iversen
2018-06-09
core: remove qml properties from desktop compile
jan Iversen
2018-06-04
core: remove unused function getDetectedDeviceAddress()
jan Iversen
2018-05-14
Core: remove dive.h from files that don't need it
Dirk Hohndel
2018-04-27
QML UI: add supported dive computers to log file
Dirk Hohndel
2017-11-13
Make Bluetooth naming consistent
Berthold Stoeger
2017-10-07
Make compile succeed without BT_SUPPORT
Dirk Hohndel
2017-10-07
Move ConnectionListModel into its own source file
Dirk Hohndel
2017-08-26
Adjust signature to match data we need
Dirk Hohndel
2017-07-18
QML UI: remove the Paired Bluetooth Devices virtual vendor
Dirk Hohndel
2017-07-16
Add the connections that we find to the model
Dirk Hohndel
2017-06-16
code cleanup: remove 2 unused structs
Jan Mulder
2017-06-12
Mobile: add BT name to vendor/product capability
Jan Mulder
2017-06-12
QML UI: add internal admin for virtual vendor
Jan Mulder
2017-06-11
QML UI: move BT handling into core code
Dirk Hohndel
2017-05-29
QML UI: try to match BT names to known dive computers
Dirk Hohndel
2017-05-27
Fix build error
Dirk Hohndel
2017-05-27
QML UI: add the DownloadThread
Tomaz Canabrava
2017-05-27
Set descriptor when starting thread.
Tomaz Canabrava
2017-05-27
Extract the device_data_t into helper class
Tomaz Canabrava
2017-05-27
New class DCDeviceData
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