summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.cpp
AgeCommit message (Expand)Author
2015-07-20Only enable Bluetooth support if building against Qt5.4 or newerGravatar Dirk Hohndel
2015-07-06Add a dialog for remote Bluetooth devices selectionGravatar Claudiu Olteanu
2015-07-06Add a checkbox and a button for Bluetooth download modeGravatar Claudiu Olteanu
2015-05-29Fewer rebuilds triggered by changes in models.hGravatar Tomaz Canabrava
2015-05-21Merge branch 'v4.4-branch' into newmasterGravatar Dirk Hohndel
2015-04-30Uemis downloader: clean up the path for Windows mount pointGravatar Dirk Hohndel
2015-04-30Uemis downloader: allow continuing download by clicking RetryGravatar Dirk Hohndel
2015-04-30Download dialog: we can accept a partial download after an errorGravatar Dirk Hohndel
2015-04-20Uemis downloader: allow continuing download by clicking RetryGravatar Dirk Hohndel
2015-04-20Download dialog: we can accept a partial download after an errorGravatar Dirk Hohndel
2015-02-22Revert "Update Qt4 patch"Gravatar Dirk Hohndel
2015-02-19Update Qt4 patchGravatar Dirk Hohndel
2015-02-15downloadfromdivecomputer.cpp: fix initializer list order warningGravatar Lubomir I. Ivanov
2015-02-10Remove the ProfileWidget from mainwindow.uiGravatar Tomaz Canabrava
2015-02-10Remove the DiveList from the mainwindow.uiGravatar Tomaz Canabrava
2015-01-26Fix crash when no dives were selected for downloadingGravatar Miika Turkia
2015-01-26Fix (un)selecting of downloaded divesGravatar Miika Turkia
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