Age | Commit message (Expand) | Author |
2015-06-22 | Address of array is always non-NULL | Dirk Hohndel |
2015-06-22 | Address uninitialized member warnings | Dirk Hohndel |
2015-06-21 | Prevent unintended integer division | Dirk Hohndel |
2015-06-21 | Comparing the address of a member to 0 is pointless | Dirk Hohndel |
2015-06-21 | Initialize variable to avoid false positive in coverity | Dirk Hohndel |
2015-05-29 | Move DivePlotDataModel to qt-models | Tomaz Canabrava |
2015-05-29 | Move DivePictureModel to qt-models | Tomaz Canabrava |
2015-05-29 | Move DivePlannerModel and CylinderModel to qt-models | Tomaz Canabrava |
2015-05-08 | Only print gasname for a segment in planner if it differs from the previous one | Robert C. Helling |
2015-04-23 | Profile context menu: trigger editing of manually added dive | Dirk Hohndel |
2015-04-02 | Introduce recreational planner mode | Robert C. Helling |
2015-03-19 | RulerItem2::settingsChanged() - NULL pointer dereference | Marcos CARDINOT |
2015-03-14 | Profile: fix a couple of warnings | Lubomir I. Ivanov |
2015-03-14 | Profile: call clearHandlers() in setAddState() | Lubomir I. Ivanov |
2015-03-14 | Profile: fix potential mem leak in pointsInserted() | Lubomir I. Ivanov |
2015-03-11 | Better testing if the first gas is explicit | Dirk Hohndel |
2015-03-11 | Don't allow two gas changes at the same time | Dirk Hohndel |
2015-03-11 | Make sure no gas changes with negative time can be added | Dirk Hohndel |
2015-03-11 | Simplify the code that replaces a gas change event at t=0 | Dirk Hohndel |
2015-03-11 | Removing gas change events @0:00 when new one is added | Yousef Hamza |
2015-03-11 | Planner: disable mouse interaction when zoomed in | Lubomir I. Ivanov |
2015-02-27 | Change the references to ShowError to the new notification object. | Gehad elrobey |
2015-02-10 | Fix broken connection | Tomaz Canabrava |
2015-02-10 | Finish the cleanup of mainwindow.ui | Tomaz Canabrava |
2015-02-10 | Remove the ProfileWidget from mainwindow.ui | Tomaz Canabrava |
2015-02-10 | Remove information panel from mainwindow.ui | Tomaz Canabrava |
2015-02-10 | Remove the DiveList from the mainwindow.ui | Tomaz Canabrava |
2015-02-07 | Change the tooltip for bailout | Dirk Hohndel |
2015-02-07 | Don't show a setpoint switch event at t=0 | Dirk Hohndel |
2015-02-05 | CCR gas composition and gas pressure labels on dive profile: revisited | willem ferguson |
2015-02-03 | Disable dive component copy/paste shortcuts when no profile show | Dirk Hohndel |
2015-02-02 | Don't show the plot_info table in every debug build | Dirk Hohndel |
2015-01-31 | Update ceiling when changing dive mode | Robert C. Helling |
2015-01-31 | Hide tooltip when posting a profile to Facebook | Dirk Hohndel |
2015-01-31 | DiveMeanDepthItem: fix bad translated depth units | Lubomir I. Ivanov |
2015-01-29 | Prevent potential access to uninitialized variable | Dirk Hohndel |
2015-01-28 | Small changes to the mean depth text | Dirk Hohndel |
2015-01-28 | Implement the mean depth text | Tomaz Canabrava |
2015-01-28 | Remove dead code | Tomaz Canabrava |
2015-01-28 | Hide ruler when in ADD or PLAN mode. | Tomaz Canabrava |
2015-01-27 | diveplotdatamodel.cpp: use space before sensor index | Lubomir I. Ivanov |
2015-01-26 | Change mean depth/s to mean depth @ s | Tim Wootton |
2015-01-26 | Heartrate sounds better than heart beat | Tim Wootton |
2015-01-24 | Fix crash with empty dive list | Dirk Hohndel |
2015-01-24 | Avoid overprinting of cylinder presssure labels for CCR dives | willem ferguson |
2015-01-24 | Correcly look at all relevant dive computer structures | Dirk Hohndel |
2015-01-24 | Don't show previous dive computer text | Dirk Hohndel |
2015-01-23 | Code cleanup: CCR setpoint and o2 sensor visualisation | willem ferguson |
2015-01-21 | CCR option: display o2 sensor data | willem ferguson |
2015-01-19 | Actually walk all dive computers, don't just claim to do so | Dirk Hohndel |