index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
downloadfromdivecomputer.h
Age
Commit message (
Expand
)
Author
2015-01-11
Dive d/l selection UI: clear table when retrying
Dirk Hohndel
2015-01-09
Dive d/l UI: redo the states, the flow, the buttons
Dirk Hohndel
2015-01-09
Dive d/l selection UI: remove setData() method
Dirk Hohndel
2015-01-09
Dive d/l selection UI: update checkmark state correctly
Dirk Hohndel
2015-01-08
Dive d/l selection UI: hook up select / unselect all
Dirk Hohndel
2015-01-08
Dive d/l selection UI: allow clicking anywhere in a row
Dirk Hohndel
2015-01-08
Dive d/l selection UI: show reasonable column headers
Dirk Hohndel
2015-01-08
Dive d/l selection UI: Add method to remove unused dives
Tomaz Canabrava
2015-01-08
Dive d/l selection UI: Hook up OK button
Tomaz Canabrava
2015-01-08
Dive d/l selection UI: Create a button to download the data from DC
Tomaz Canabrava
2015-01-08
Dive d/l selection UI: Set the item flags
Tomaz Canabrava
2015-01-08
Dive d/l selection UI: Add the setData method
Tomaz Canabrava
2015-01-08
Dive d/l selection UI: Add the check states
Tomaz Canabrava
2015-01-08
Dive d/l selection UI:: Add skeleton for the dialog
Tomaz Canabrava
2014-12-27
Move OSTC firmware check around a bit
Dirk Hohndel
2014-06-26
Headers cleanup.
Tomaz Canabrava
2014-05-26
Rework slot to quiet down Qt5 warning
Anton Lundin
2014-05-19
Divecomputer download: try to offer only those devices that make sense
Dirk Hohndel
2014-02-27
Massive automated whitespace cleanup
Dirk Hohndel
2014-02-18
Implement the '...' search button for Uemis dive computers
Dirk Hohndel
2014-02-11
Put include guard to every header
Boris Barbulovski
2014-02-11
Update #include statement for QStringListModel
Boris Barbulovski
2014-02-09
DownloadFromDCWidget class cleanup
Boris Barbulovski
2013-12-27
Disable DC device node if it is not needed
Benjamin
2013-12-26
Display warning that dives won't be downloaded when enabling libdc dump
Dirk Hohndel
2013-12-24
Enable libdivecomputer log or dump from the UI
Dirk Hohndel
2013-12-11
downloadfromdivecomputer.h: remove a forward declaration
Lubomir I. Ivanov
2013-12-08
When the user cancels a download, reject already downloaded dives
Dirk Hohndel
2013-10-03
Make the classes generated by uic be real members of our classes
Thiago Macieira
2013-10-03
Include the ui_*.h headers in the main headers.
Thiago Macieira
2013-09-16
implement device probe in C
Danilo Cesar Lemes de Paula
2013-09-10
improve DownloadDialog's error handling
Danilo Cesar Lemes de Paula
2013-09-10
improve DownloadDialog UI control
Danilo Cesar Lemes de Paula
2013-08-29
fix DownloadDialog behavior
Danilo Cesar Lemes de Paula
2013-06-19
Consistently use slots / signals
Dirk Hohndel
2013-05-30
Fixed running the Download dialog multiple times
Dirk Hohndel
2013-05-30
Hook up the Download dialog
Dirk Hohndel
2013-05-22
The never ending, futile fight for whitespace consistency
Dirk Hohndel
2013-05-20
Implement rudimentary divecomputer download
Dirk Hohndel
2013-05-20
Populate the Vendor && Dive computer information.
Tomaz Canabrava
2013-05-20
Added code to cancel the thread.
Tomaz Canabrava
2013-05-20
Skeleton code for a non-blocking UI thread for downloading dives from the DC
Tomaz Canabrava