From c7a5d0490fa5f4e8579e6a8e0fbdc7baf7c34145 Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Mon, 20 May 2013 16:43:33 -0300 Subject: Skeleton code for a non-blocking UI thread for downloading dives from the DC This is the skeleton code for a non-blocking ui-thread It already creates the first-thread ( 'do not block the ui' ) and the second thread ('download from the dive computer') We can in the future merge both in the same place - I didn't want to do that now because the download function is written in the libdivecomputer.c code, and I cant just transform that to a QThread and use signals, so I used two threads for that. Signed-off-by: Tomaz Canabrava --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 495223195..53eb05d3f 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,7 @@ HEADERS = \ qt-ui/profilegraphics.h \ qt-ui/globe.h \ qt-ui/kmessagewidget.h \ + qt-ui/downloadfromdivecomputer.h \ SOURCES = \ @@ -64,6 +65,7 @@ SOURCES = \ sha1.c \ statistics.c \ time.c \ + libdivecomputer.c \ qt-gui.cpp \ qt-ui/addcylinderdialog.cpp \ qt-ui/addweightsystemdialog.cpp \ @@ -77,6 +79,7 @@ SOURCES = \ qt-ui/profilegraphics.cpp \ qt-ui/globe.cpp \ qt-ui/kmessagewidget.cpp \ + qt-ui/downloadfromdivecomputer.cpp \ $(RESFILE) -- cgit v1.2.3-70-g09d2