subsurface/desktop-widgets
Linus Torvalds 13f5c75ac4 Convert our custom IO model to new libdivecomputer IO model
This converts our old custom IO model to the new model that
libdivecomputer introduced.  This is partly based on Jef's rough patch
to make things build, with further work by me.

The FTDI code is temporarily disabled here, because it will need to be
integrated with the new way of opening devices.

The ble_serial code goes away entirely, since now libdivecomputer knows
about BLE transport natively, and doesn't need to have any serial
wrapper around it.

Signed-off-by: Jef Driesen <jef@libdivecomputer.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-04-24 17:54:08 -07:00
..
css Move qt-ui to desktop-widgets 2015-10-30 10:36:49 -07:00
plugins Cleanup: consistently use toUtf8() instead of toLocal8Bit() 2018-03-14 13:55:36 +02:00
preferences Move icd preference setting 2018-02-26 19:05:26 +02:00
statistics
tab-widgets Change taglist_get_tagstring to support 'unlimited' tag list size 2018-04-09 07:59:51 -07:00
about.cpp Get ready for 2018 2017-12-30 08:23:22 -08:00
about.h
about.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
btdeviceselectiondialog.cpp Cleanup: Use QString as parameter for [get|save]BtDeviceInfo() 2018-02-26 08:52:34 +01:00
btdeviceselectiondialog.h cleanup: remove unused include 2017-12-23 11:17:47 +01:00
btdeviceselectiondialog.ui Introduce mode field in Bluetooth device selection dialog 2017-11-16 14:26:51 +01:00
CMakeLists.txt map-widget: move the widget and its resources to 'map-widget' 2017-11-05 14:48:56 -08:00
configuredivecomputerdialog.cpp Cleanup: introduce copy_qstring() function 2018-03-14 13:55:36 +02:00
configuredivecomputerdialog.h
configuredivecomputerdialog.ui Configure DC dialog: Change order of DCs and correct names 2018-03-05 16:19:49 +01:00
divecomponentselection.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
divecomputermanagementdialog.cpp
divecomputermanagementdialog.h
divecomputermanagementdialog.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
divelistview.cpp Add "Tags" column in Desktop app's dive list view 2018-04-04 14:10:45 +03:00
divelistview.h divelist: prevent a crash for missing column width 2017-10-03 15:43:03 -07:00
divelogexportdialog.cpp Cleanup: consistently use qPrintable() 2018-03-14 13:55:36 +02:00
divelogexportdialog.h
divelogexportdialog.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
divelogimportdialog.cpp CSV import: fix setpoint (typo) 2018-04-19 15:09:02 +03:00
divelogimportdialog.h
divelogimportdialog.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
divepicturewidget.cpp Implement different zoom levels for dive photos tab 2017-12-18 12:07:10 -08:00
divepicturewidget.h Implement different zoom levels for dive photos tab 2017-12-18 12:07:10 -08:00
diveplanner.cpp Choose water presets from a qcombobox in planner, custom value possible 2018-03-02 08:38:22 -08:00
diveplanner.h Choose water presets from a qcombobox in planner, custom value possible 2018-03-02 08:38:22 -08:00
diveplanner.ui Choose water presets from a qcombobox in planner, custom value possible 2018-03-02 08:38:22 -08:00
diveshareexportdialog.cpp
diveshareexportdialog.h
diveshareexportdialog.ui
downloadfromdivecomputer.cpp Convert our custom IO model to new libdivecomputer IO model 2018-04-24 17:54:08 -07:00
downloadfromdivecomputer.h Fix memory leak in download-from-dive-computer widget 2017-11-11 21:01:42 +01:00
downloadfromdivecomputer.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
filterwidget.ui Use better aliases for icons. 2017-11-30 23:14:46 -08:00
groupedlineedit.cpp Unused code: GroupedLineEdit::removeAllColors() 2018-01-10 16:45:42 +01:00
groupedlineedit.h Unused code: GroupedLineEdit::removeAllColors() 2018-01-10 16:45:42 +01:00
kmessagewidget.cpp
kmessagewidget.h
listfilter.ui Add tool tip for negate filter button 2017-12-30 08:15:11 -08:00
locationinformation.cpp Cleanup: introduce copy_qstring() function 2018-03-14 13:55:36 +02:00
locationinformation.h locationinformation: don't update map location on typing 2017-11-27 22:59:22 +01:00
locationInformation.ui Use correct alias for satellite icon for revers geo lookup 2018-01-27 12:29:00 -08:00
mainwindow.cpp Revert "GPS: use applyGpsLocation::applyLocations from core" 2018-04-03 11:52:46 -07:00
mainwindow.h Profile heatmap/heartrate: Only enable max one of these at same time 2018-03-19 15:44:02 -07:00
mainwindow.ui Turn take-cloud-online menu action into checkbox 2018-01-06 10:46:07 -08:00
mapwidget.cpp cleanup: Uninitialized pointer field 2017-12-29 09:14:20 -08:00
mapwidget.h map-widget: allow real-time updates of edited markers 2017-11-09 12:40:25 -08:00
modeldelegates.cpp Cleanup: consistently use qPrintable() 2018-03-14 13:55:36 +02:00
modeldelegates.h
notificationwidget.cpp Use queued connection to thread-safe MainWindow error handling 2018-01-31 14:47:26 +01:00
notificationwidget.h Use queued connection to thread-safe MainWindow error handling 2018-01-31 14:47:26 +01:00
plannerDetails.ui
plannerSettings.ui Planner and profile limit minimum GFlow to 10 and minimum GFhigh to 40 2017-11-13 11:53:55 +01:00
printdialog.cpp
printdialog.h
printer.cpp
printer.h
printoptions.cpp Fix typo connot > cannot. 2017-11-28 11:36:19 +02:00
printoptions.h cleanup: Uninitialized pointer field 2017-12-29 09:14:20 -08:00
printoptions.ui
qtwaitingspinner.cpp
qtwaitingspinner.h
renumber.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
searchbar.ui Use better aliases for icons. 2017-11-30 23:14:46 -08:00
setpoint.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
shiftimagetimes.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
shifttimes.ui Use icons relative path. 2017-11-30 23:14:46 -08:00
simplewidgets.cpp Dive pictures: Move metadata functions into own translation unit 2018-04-01 16:04:48 +03:00
simplewidgets.h Turn filter list options into context menu 2017-12-26 13:08:49 -08:00
starwidget.cpp Use better aliases for icons. 2017-11-30 23:14:46 -08:00
starwidget.h
subsurfacewebservices.cpp Revert "GPS: use applyGpsLocation::applyLocations from core" 2018-04-03 11:52:46 -07:00
subsurfacewebservices.h Remove redundant declaration of set_userid() 2017-11-26 23:17:23 +01:00
tableview.cpp Use better aliases for icons. 2017-11-30 23:14:46 -08:00
tableview.h
tableview.ui
tagwidget.cpp Show all autocompletes after entry of comma in tag list 2017-11-17 09:19:03 +01:00
tagwidget.h
templateedit.cpp
templateedit.h
templateedit.ui
templatelayout.cpp Cleanup: consistently use qPrintable() 2018-03-14 13:55:36 +02:00
templatelayout.h Use temperature_t for temperatures in struct stats_t 2018-02-24 11:45:17 -08:00
undocommands.cpp cleanup: Improper use of negative value 2017-12-29 09:14:20 -08:00
undocommands.h
updatemanager.cpp desktop-widgets isn't built for mobile 2017-12-01 13:29:13 -08:00
updatemanager.h
urldialog.ui
usermanual.cpp Use better aliases for icons. 2017-11-30 23:14:46 -08:00
usermanual.h
usersurvey.cpp Use icons relative path. 2017-11-30 23:14:46 -08:00
usersurvey.h
usersurvey.ui
webservices.ui Use icons relative path. 2017-11-30 23:14:46 -08:00