aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.cpp
AgeCommit message (Expand)Author
2015-01-17Clean up the header filesGravatar Dirk Hohndel
2015-01-13Dive download UI: sort the dive computer dropdownGravatar Dirk Hohndel
2015-01-13Attempt a better layout for the download dialogGravatar Dirk Hohndel
2015-01-11Dive d/l selection UI: clear table when retryingGravatar Dirk Hohndel
2015-01-09Dive d/l UI: redo the states, the flow, the buttonsGravatar Dirk Hohndel
2015-01-09Now use our table when downloading from the dive computerGravatar Dirk Hohndel
2015-01-09Add a private table for downloaded divesGravatar Dirk Hohndel
2015-01-09Dive d/l selection UI: remove setData() methodGravatar Dirk Hohndel
2015-01-09Dive d/l selection UI: fix the row count rangesGravatar Dirk Hohndel
2015-01-09Dive d/l selection UI: update checkmark state correctlyGravatar Dirk Hohndel
2015-01-09Dive d/l selection UI: the indices are inclusive, allocate enough spaceGravatar Dirk Hohndel
2015-01-09Dive d/l selection UI: only allow one download for nowGravatar Dirk Hohndel
2015-01-09Dive d/l selection UI: don't setup the model if there are no divesGravatar Dirk Hohndel
2015-01-08Use setEnabled() instead of setDisabled()Gravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: hook up select / unselect allGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: allow clicking anywhere in a rowGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: fix more array access errorsGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: brute force size optimizationsGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: show reasonable column headersGravatar Dirk Hohndel
2015-01-08Random whitespace cleanupGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: fix check if things were checkedGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: close the dialog when doneGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: Only show checkbox on the first columnGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: disable OK until things are downloadedGravatar Dirk Hohndel
2015-01-08Fix missing return valueGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: show useful data in a useful formatGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: don't close the dialog when we're done downloadingGravatar Dirk Hohndel
2015-01-08Dive d/l selection UI: Only try to get the dive list if d/l succeededGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: Remove unused variableGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: Add method to remove unused divesGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: Hook up OK buttonGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: Create a button to download the data from DCGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: Fill the checked vector as trueGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: Set the item flagsGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: Add the setData methodGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: Add the check statesGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: Display the downloaded dives in a tableGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI: setImportedDivesIndexes implementationGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI:: Constructor, rowCount and ColumnCountGravatar Tomaz Canabrava
2015-01-08Dive d/l selection UI:: Add skeleton for the dialogGravatar Tomaz Canabrava
2014-12-29Only check for update after successfull downloadGravatar Anton Lundin
2014-12-29Initialize members in the declared orderGravatar Anton Lundin
2014-12-28Automatic OSTC firmware update: download file and try to installGravatar Dirk Hohndel
2014-12-28OSTC firmware update prompt: use the stable changelog filesGravatar Dirk Hohndel
2014-12-28Progress towards automatic OSTC firmware updatesGravatar Dirk Hohndel
2014-12-27Move OSTC firmware check around a bitGravatar Dirk Hohndel
2014-10-12Pass the whole 'device_data_t' to the uemis downloaderGravatar Linus Torvalds
2014-08-14Add "download into private trip" dialog checkmarkGravatar Linus Torvalds
2014-07-14Try to avoid inconsistent selection state after divecomputer downloadGravatar Dirk Hohndel
2014-05-26Rework slot to quiet down Qt5 warningGravatar Anton Lundin