aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-10-25core: add ability to get underlying dive to DiveObjectHelperGravatar Dirk Hohndel
2018-10-25Dive list: emit selectionChanged signal in filterFinished()Gravatar Berthold Stoeger
2018-10-25Fix bug in for loop that can lead to segfaultGravatar Simeon
2018-10-24Show coordinates if no tags from reverse geolookupGravatar Miika Turkia
2018-10-23Mobile/filtering: make busy indicator smallerGravatar Dirk Hohndel
2018-10-23Mobile/filtering: update number of dives shown when resetting filterGravatar Dirk Hohndel
2018-10-23Mobile/filtering: roll our own filtering for performance reasonsGravatar Dirk Hohndel
2018-10-23QML UI: remove some of the log file noiseGravatar Dirk Hohndel
2018-10-23Mobile/filtering: show a better message while waiting for the filterGravatar Dirk Hohndel
2018-10-23Mobile/filtering: implement the filter update through a threadGravatar Dirk Hohndel
2018-10-23Mobile/filtering: remove redundant busy indicator on dive listGravatar Dirk Hohndel
2018-10-23Mobile/filtering: simplify the filter toggleGravatar Dirk Hohndel
2018-10-23Mobile/filtering: update filter in separate threadGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add properties for dive list model and filter textGravatar Dirk Hohndel
2018-10-23QML UI: add busy indicator to the main windowGravatar Dirk Hohndel
2018-10-23QML UI: make the QML window object part of the QMLManager classGravatar Dirk Hohndel
2018-10-23Cleanup: remove attempt to set long gone propertyGravatar Dirk Hohndel
2018-10-23Mobile/filtering: clean up whitespace from last commitGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add background rectangle for filter rowGravatar Dirk Hohndel
2018-10-23Mobile/filtering: simplify transitionsGravatar Dirk Hohndel
2018-10-23Mobile/filtering: simple busy indicatorGravatar Dirk Hohndel
2018-10-23Mobile/filtering: finally implement the new settings in the actual filterGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add fullTextNoNotes role to the dive list modelGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add fullTextNoNotes to the dive object helperGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add Settings options for filteringGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add two preferences for filteringGravatar Dirk Hohndel
2018-10-23Mobile/filtering: make sure the header is top-most elementGravatar Dirk Hohndel
2018-10-23Mobile/filtering: ensure filter input field has focus when shownGravatar Dirk Hohndel
2018-10-23Mobile/filtering: use margins instead of rectangles to create spaceGravatar Dirk Hohndel
2018-10-23Mobile/filtering: only filter when editing is finishedGravatar Dirk Hohndel
2018-10-23Mobile/filtering: reset the filter text when toggledGravatar Dirk Hohndel
2018-10-23Mobile/filtering: improve code readabilityGravatar Dirk Hohndel
2018-10-23Mobile/filtering: animate the filter headerGravatar Dirk Hohndel
2018-10-23Mobile/filter: add marker between entries in full text searchGravatar Dirk Hohndel
2018-10-23Mobile/filtering: add count of filtered dives to search barGravatar Dirk Hohndel
2018-10-23Mobile/filtering: make the search box an overlayGravatar Dirk Hohndel
2018-10-23Mobile/filtering: full text filter, instead of just dive siteGravatar Dirk Hohndel
2018-10-23Mobile/filtering: first attempt to filter on dive siteGravatar Jan Mulder
2018-10-23Mobile/filtering: add icons for filter and sortGravatar Jan Mulder
2018-10-23Dive site: remove webservice code in MainTab::updateDiveSite()Gravatar Berthold Stoeger
2018-10-23Parser: remove static variable location in import-cobalt.cGravatar Berthold Stoeger
2018-10-23Parser: make parser (mostly) reentrantGravatar Berthold Stoeger
2018-10-23Core: accept NULL-pointer in free_trip() and free_divesite()Gravatar Berthold Stoeger
2018-10-23Core: export free_picture()Gravatar Berthold Stoeger
2018-10-23mxe-based-build.sh comments: Also build libftdi1Gravatar Stefan Fuchs
2018-10-22Parser: remove webservice related codeGravatar Berthold Stoeger
2018-10-21Mobile UI: make SsrfSwitch resizableGravatar Jocke
2018-10-21Dive list: remove three unnecessary instances of qobject_cast<>.Gravatar Berthold Stoeger
2018-10-21Dive list: move dive-selection code from filter to listGravatar Berthold Stoeger
2018-10-21Dive list: update trip headers on filter-finishGravatar Berthold Stoeger