aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets
AgeCommit message (Expand)Author
2018-03-19Cleanup: Initialize variable MainTab::lastSelectedDiveGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use toUtf8() instead of toLocal8Bit()Gravatar Berthold Stoeger
2018-03-14Cleanup: introduce copy_qstring() functionGravatar Berthold Stoeger
2018-03-14Cleanup: consistently use qPrintable()Gravatar Berthold Stoeger
2018-03-05Cleanup: Fold add_hash() call into learnHash() functionGravatar Berthold Stoeger
2018-03-05Configure DC dialog: Always correctly set update firmware buttonGravatar Stefan Fuchs
2018-03-05Configure DC dialog: Add a few missing translationsGravatar Stefan Fuchs
2018-03-05Configure DC dialog: Change order of DCs and correct namesGravatar Stefan Fuchs
2018-03-04Indentation fix in desktop-widgets/downloadfromdivecomputer.cppGravatar Stefan Fuchs
2018-03-04Correctly spell OSTC cRGravatar Stefan Fuchs
2018-03-02Choose water presets from a qcombobox in planner, custom value possibleGravatar Oliver Schwaneberg
2018-02-26Move icd preference settingGravatar Willem Ferguson
2018-02-26Cleanup: remove two unused macros in tabwidgets/maintab.cppGravatar Berthold Stoeger
2018-02-26Cleanup: Use QString as parameter for [get|save]BtDeviceInfo()Gravatar Berthold Stoeger
2018-02-24Use temperature_t for temperatures in struct stats_tGravatar Stefan Fuchs
2018-02-22In configure DC dialogs don't use a space between values and unitsGravatar Stefan Fuchs
2018-02-17Consistently use the famous l for liters in info tabGravatar Stefan Fuchs
2018-02-17Coding-style: remove superfluous parenthesesGravatar Berthold Stoeger
2018-02-11Cleanup: fix emits in WinBluetoothDeviceDiscoveryAgentGravatar Berthold Stoeger
2018-02-11Cleanup: use constructor directly instead of move-assignmentGravatar Berthold Stoeger
2018-02-10Add a preference to turn on ICD warningsGravatar Robert C. Helling
2018-02-04downloadfromdivecomputer.cpp: remove unused variable err_stringGravatar Berthold Stoeger
2018-02-04Cleanup: Remove redefinition of DC_TRANSPORT_BLUETOOTHGravatar Berthold Stoeger
2018-02-04Do not remove seconds from duration input fieldGravatar Oliver Schwaneberg
2018-02-02Free various struct membuffer in different functionsGravatar Stefan Fuchs
2018-01-31Make report_error() reentrantGravatar Berthold Stoeger
2018-01-31Remove unnecessary check for MainWindow instanceGravatar Berthold Stoeger
2018-01-31Use queued connection to thread-safe MainWindow error handlingGravatar Berthold Stoeger
2018-01-31Make future_watcher a subobject of NotificationWidgetGravatar Berthold Stoeger
2018-01-27Use correct alias for satellite icon for revers geo lookupGravatar Stefan Fuchs
2018-01-18Whitespace onlyGravatar Jan Mulder
2018-01-18Fix preferences handling with invalid passwordsGravatar Jan Mulder
2018-01-18Fix PreferencesNetwork::passwordUpdateSuccessful slotGravatar Berthold Stoeger
2018-01-13Resize progress bar width to fit all textGravatar Robert C. Helling
2018-01-11Use helper function empty_string() instead of manual checksGravatar Berthold Stoeger
2018-01-11Introduce helper function empty_string()Gravatar Berthold Stoeger
2018-01-10Unused code: GroupedLineEdit::removeAllColors()Gravatar Jan Mulder
2018-01-08Remove redundant setting of prefs.git_local_onlyGravatar Berthold Stoeger
2018-01-08Move resetting of current file out of clear_dive_file_data()Gravatar Berthold Stoeger
2018-01-08Refactor CSV importGravatar Miika Turkia
2018-01-06Remove cloud_background_sync preferences optionGravatar Berthold Stoeger
2018-01-06Enable cloud-online menu entry only if connected to cloudGravatar Berthold Stoeger
2018-01-06Turn take-cloud-online menu action into checkboxGravatar Berthold Stoeger
2018-01-06Sync cloud storage on take-cloud-onlineGravatar Berthold Stoeger
2018-01-06Do not save WebserviceID in preferences until asked forGravatar Jan Mulder
2018-01-06cleanup: use new urlsGravatar Jan Mulder
2018-01-06cleanup: localize global variableGravatar Jan Mulder
2018-01-06GPS: use applyGpsLocation::applyLocations from coreGravatar Jan Mulder
2018-01-04Replace BEHAVIOR macro by initializer listsGravatar Berthold Stoeger
2018-01-04Replace macro TOGGLE_COLLAPSABLE by function toggleCollapsible()Gravatar Berthold Stoeger