Age | Commit message (Expand) | Author |
2017-12-29 | Desktop: Don't hide errors on opening cloud storage | Berthold Stoeger |
2017-12-29 | cleanup: Unchecked return value | Jan Mulder |
2017-12-29 | cleanup: Uninitialized pointer field | Jan Mulder |
2017-12-29 | cleanup: Unchecked dynamic_cast | Jan Mulder |
2017-12-29 | cleanup: remove unused private variable | Jan Mulder |
2017-12-29 | cleanup: Uninitialized pointer field | Jan Mulder |
2017-12-29 | cleanup: Uninitialized scalar field | Jan Mulder |
2017-12-29 | cleanup: Uninitialized pointer field | Jan Mulder |
2017-12-29 | cleanup: Improper use of negative value | Jan Mulder |
2017-12-28 | Replace less-or-equal by less-than comparison in lessThan function | Berthold Stoeger |
2017-12-26 | Introduce negate-toggle buttons to filter lists | Berthold Stoeger |
2017-12-26 | Turn filter list options into context menu | Berthold Stoeger |
2017-12-26 | Remove Q_OBJECT macros and friend declaration from *Filter classes | Berthold Stoeger |
2017-12-24 | Small whitespace updates | Dirk Hohndel |
2017-12-24 | Add select-all, deselect-all and invert-selection options to filters | Berthold Stoeger |
2017-12-24 | Factor out *Filter code into FilterBase base class | Berthold Stoeger |
2017-12-24 | Simplify update of gflow and gfhigh values in the code | Stefan Fuchs |
2017-12-23 | cleanup: remove unused include | Jan Mulder |
2017-12-21 | Fix order of initilization list in MainTab constructor. | Berthold Stoeger |
2017-12-18 | Implement different zoom levels for dive photos tab | Berthold Stoeger |
2017-12-17 | Cleanup: mark parameter as unused | Dirk Hohndel |
2017-12-17 | Unify float calulations: use double | Berthold Stoeger |
2017-12-13 | Reenable picture tab when dive trip is selected | Stefan Fuchs |
2017-12-11 | Simplify mainwindow title logic: remove MainWindowTitleFormat enum | Berthold Stoeger |
2017-12-12 | Remove unused variable in on_actionCloudstorageopen_triggered() | Berthold Stoeger |
2017-12-11 | Write profile images to correct directory in TeX export | Robert C. Helling |
2017-12-11 | Remove second parameter (bool force) in set_filename() | Berthold Stoeger |
2017-12-10 | applying gps fixes: group repetitive code under a macro | Salvador Cuñat |
2017-12-10 | Do not prefer gps fixes just for being into dive time | Salvador Cuñat |
2017-12-04 | Use QDir::exists() instead of QDir::setCurrent() to check for existence | Berthold Stoeger |
2017-12-04 | Fix typo "LastIamgeDir"->"LastImageDir" | Berthold Stoeger |
2017-12-01 | On failed cloud save hide progress bar | Berthold Stoeger |
2017-12-01 | Disable plan variation in recreational mode | Rick Walsh |
2017-12-01 | Actually compute variations in background | Robert C. Helling |
2017-12-01 | desktop-widgets isn't built for mobile | Dirk Hohndel |
2017-12-01 | Dive picture widget: Allow pictures to use available space on resize | Stefan Fuchs |
2017-12-01 | Dive picture drag&drop decrease size of pixmaps | Stefan Fuchs |
2017-12-01 | Use correct selection mode for dive picture view | Stefan Fuchs |
2017-12-01 | Dive picture handling: Re enable multi select, improve mouse events | Stefan Fuchs |
2017-11-30 | Use better aliases for icons. | Martin Měřinský |
2017-11-30 | Use icons relative path. | Martin Měřinský |
2017-12-01 | Fix views in mainwindow | Stefan Fuchs |
2017-12-01 | Disable specific tabs when dive trip selected | Stefan Fuchs |
2017-12-01 | In maintab fix change of text between "notes" and "trip notes" | Stefan Fuchs |
2017-12-01 | Don't use action tooltip to access recently used file | Berthold Stoeger |
2017-12-01 | Dynamically generate recent files actions | Berthold Stoeger |
2017-11-30 | Remove "#if !defined(SUBSURFACE_MOBILE)" in mainwindow.cpp | Berthold Stoeger |
2017-11-30 | Move creation of QSession object into MainWindow::checkSurvey() | Berthold Stoeger |
2017-11-30 | implify recent file handling in mainwindow.cpp | Berthold Stoeger |
2017-11-29 | Revert "Use icons relative path." | Dirk Hohndel |