Age | Commit message (Expand) | Author |
2016-04-08 | QML UI: only force network access when user asks us to | Dirk Hohndel |
2016-04-08 | Simplify code - we now can rely on git_local_only to do the right thing | Dirk Hohndel |
2016-04-08 | QML UI: reformat the warning message when turning off auto sync | Dirk Hohndel |
2016-04-08 | git storage: only sync with remote if git_local_only isn't set | Dirk Hohndel |
2016-04-08 | QML UI: change order of cloud backend accesses | Dirk Hohndel |
2016-04-08 | QML UI: make readonly fields more obvious in dive edit | Dirk Hohndel |
2016-04-07 | QML UI: make gas mix validator case insensitive | Dirk Hohndel |
2016-04-07 | remove reference to non-existing object | Dirk Hohndel |
2016-04-07 | avoid dereferencing undefined object | Dirk Hohndel |
2016-04-07 | QML UI: remove redundant heading | Dirk Hohndel |
2016-04-07 | QML UI: more fixes to correctly calculate page widths | Dirk Hohndel |
2016-04-07 | QML UI: fix page width calculation for dive details | Dirk Hohndel |
2016-04-06 | QML UI: break the sync into explicit save local and save cloud | Dirk Hohndel |
2016-04-06 | QML UI: close the drawer right when the user taps sync manually | Dirk Hohndel |
2016-04-06 | QML UI: after successfully opening storage, store the filename | Dirk Hohndel |
2016-04-06 | QML UI: save with unchanged credentials returns to dive list | Dirk Hohndel |
2016-04-06 | QML UI: hide keyboard before saving credentials | Dirk Hohndel |
2016-04-05 | Desktop UI: make sure that git progress is actually shown | Dirk Hohndel |
2016-04-05 | QML UI: more hacking around with git progress reporting | Dirk Hohndel |
2016-04-05 | QML UI: don't fetch the remote twice when loading | Dirk Hohndel |
2016-04-05 | QML UI: restructure (and fix) the saveChanges logic | Dirk Hohndel |
2016-04-05 | QML UI: don't try to save again if we are already saving | Dirk Hohndel |
2016-04-05 | QML UI: simplify code for loading data from the cloud | Dirk Hohndel |
2016-04-05 | Simplify git tracking of git tree creation | Dirk Hohndel |
2016-04-05 | QML UI: simplify git tracking output | Dirk Hohndel |
2016-04-05 | DiveListModel: don't add the dives one at a time | Dirk Hohndel |
2016-04-05 | Keep the instance in static variable | Dirk Hohndel |
2016-04-05 | git storage: add explanation for fast forward to remote | Dirk Hohndel |
2016-04-05 | git storage: compare with correct SHA when checking if cache is current | Dirk Hohndel |
2016-04-05 | Fix per-cylinder SAC rate calculations when cylinder use isn't known | Linus Torvalds |
2016-04-05 | Remove unused and buggy get_cylinder_used_gas_string() function | Linus Torvalds |
2016-04-05 | QML UI: more theme information | Dirk Hohndel |
2016-04-05 | Don't set the window size on iOS, either | Dirk Hohndel |
2016-04-05 | QML UI: dive list: smaller header above dives that aren't in a trip | Dirk Hohndel |
2016-04-05 | QML UI: remove redundant dive log title | Dirk Hohndel |
2016-04-05 | remove code that is no longer used | Dirk Hohndel |
2016-04-05 | QML UI: use Kirigami default padding | Dirk Hohndel |
2016-04-05 | Fix compilation with the new folder architecture | Tomaz Canabrava |
2016-04-05 | QML UI: better trip header | Dirk Hohndel |
2016-04-05 | QML UI: dynamic page title for the root page | Dirk Hohndel |
2016-04-05 | QML UI: keep the title bar larger on iOS | Dirk Hohndel |
2016-04-05 | Fix include paths | Linus Torvalds |
2016-04-05 | Small cleanup of helper functions to remove unused arguments | Dirk Hohndel |
2016-04-05 | Add another Kirigami file and sort the private ones | Dirk Hohndel |
2016-04-04 | Start using the actual cylinder data for gas switch events | Linus Torvalds |
2016-04-04 | Make gas change events always have a cylinder index | Linus Torvalds |
2016-04-04 | Make cylinder_nodata() take a const cylinder pointer | Linus Torvalds |
2016-04-04 | Make "is_gasmix_redundant()" more robust | Linus Torvalds |
2016-04-04 | Remove linear pressure interpolation detection code | Linus Torvalds |
2016-04-04 | Move subsurface-core to core and qt-mobile to mobile-widgets | Dirk Hohndel |