summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.cpp
AgeCommit message (Expand)Author
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-26reseting progress_bar_text for new downloadsGravatar Danilo Cesar Lemes de Paula
2014-02-26disable buttons while downloadingGravatar Danilo Cesar Lemes de Paula
2014-02-18Implement the '...' search button for Uemis dive computersGravatar Dirk Hohndel
2014-02-15Initialize device_data_t dataGravatar Dirk Hohndel
2014-02-12Replace mainWindow() with MainWindow::instance()Gravatar Boris Barbulovski
2014-02-12Don't shadow object members like thisGravatar Dirk Hohndel
2014-02-09downloadfromdivecomputer.cpp improvementsGravatar Boris Barbulovski
2014-02-09DownloadFromDCWidget class cleanupGravatar Boris Barbulovski
2014-01-27Detect errors while downloading from libdivecomputerGravatar Dirk Hohndel
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel
2014-01-15Convert to TRUE/FALSE to stdbools true/falseGravatar Anton Lundin
2014-01-14Sort the list of dive computer vendors in the download dialogGravatar Dirk Hohndel
2014-01-08DownloadFromDCWidget: prevent possible leaks for log/dump filesGravatar Lubomir I. Ivanov
2013-12-27Fix warning about initialization orderingGravatar Dirk Hohndel
2013-12-27Disable DC device node if it is not neededGravatar Benjamin
2013-12-26Display warning that dives won't be downloaded when enabling libdc dumpGravatar Dirk Hohndel
2013-12-24Enable libdivecomputer log or dump from the UIGravatar Dirk Hohndel
2013-12-10Reset libdivecomuter import canceled stateGravatar Dirk Hohndel
2013-12-08When the user cancels a download, reject already downloaded divesGravatar Dirk Hohndel
2013-11-30Fix all leak-at-exit from singletons in SubsurfaceGravatar Thiago Macieira
2013-11-21Work around QMessageBox not showing its title on MacGravatar Dirk Hohndel
2013-11-09After done with the DC download dialog, ensure it's in its original stateGravatar Dirk Hohndel
2013-10-15Fix stupid editing errorGravatar Dirk Hohndel
2013-10-15Random white space cleanupGravatar Dirk Hohndel
2013-10-11Good deal of whitespace fixes and code cleanup.Gravatar Tomaz Canabrava
2013-10-03Make the classes generated by uic be real members of our classesGravatar Thiago Macieira
2013-10-03Include the ui_*.h headers in the main headers.Gravatar Thiago Macieira
2013-09-17move process_dives to the mainthreadGravatar Danilo Cesar Lemes de Paula
2013-09-16implement device probe in CGravatar Danilo Cesar Lemes de Paula
2013-09-10improve DownloadDialog's error handlingGravatar Danilo Cesar Lemes de Paula
2013-09-10improve DownloadDialog UI controlGravatar Danilo Cesar Lemes de Paula
2013-08-29fix DownloadDialog behaviorGravatar Danilo Cesar Lemes de Paula
2013-06-28A couple of dialog modality considerationsGravatar Lubomir I. Ivanov
2013-06-28Close child windows and dialogs with main windowGravatar Lubomir I. Ivanov
2013-06-24Enable downloads from the UEMIS ZurichGravatar Dirk Hohndel
2013-06-16Properly initialize device_data_t when downloadingGravatar Linus Torvalds
2013-05-30Fixed running the Download dialog multiple timesGravatar Dirk Hohndel
2013-05-30Hook up the Download dialogGravatar Dirk Hohndel
2013-05-22Implement default dive computer and deviceGravatar Dirk Hohndel
2013-05-22The never ending, futile fight for whitespace consistencyGravatar Dirk Hohndel
2013-05-20Implement rudimentary divecomputer downloadGravatar Dirk Hohndel
2013-05-20Populate the Vendor && Dive computer information.Gravatar Tomaz Canabrava
2013-05-20Added code to cancel the thread.Gravatar Tomaz Canabrava
2013-05-20Skeleton code for a non-blocking UI thread for downloading dives from the DCGravatar Tomaz Canabrava