Age | Commit message (Expand) | Author |
2013-11-11 | Hook up delegate to enable cylinder autocompletion in planner | Dirk Hohndel |
2013-11-10 | Enable adding cylinders in the dive planner | Dirk Hohndel |
2013-11-10 | Show a cylinder widget in the dive planner | Dirk Hohndel |
2013-11-10 | Honor "last stop at 6m" in dive planner | Dirk Hohndel |
2013-11-09 | Remove left over qDebug() call | Dirk Hohndel |
2013-11-09 | Merge branch 'addDiveGasFix' | Dirk Hohndel |
2013-11-09 | Adjust planner to work with the new semantic | Dirk Hohndel |
2013-11-09 | Fix position of depth reading when entering dives | Dirk Hohndel |
2013-11-09 | After done with the DC download dialog, ensure it's in its original state | Dirk Hohndel |
2013-11-09 | Don't access a NULL path | Dirk Hohndel |
2013-11-09 | Forgot to remove this debug, sorry. | Tomaz Canabrava |
2013-11-09 | Removed inconsistency when user tried to add dive while planning. | Tomaz Canabrava |
2013-11-09 | Fixes garbage left behind when canceling edit dive. | Tomaz Canabrava |
2013-11-09 | Save / Restore the Tree after organizing by other columns. | Tomaz Canabrava |
2013-11-09 | Save the status of the tree before trying to reset the display. | Tomaz Canabrava |
2013-11-09 | Moved the code that handles DiveList column sizes to its correct file. | Tomaz Canabrava |
2013-11-09 | Fixes breaking the sizes of the columns of the listView. | Tomaz Canabrava |
2013-11-09 | Fix inconsistent position of screen splitters | Tomaz Canabrava |
2013-11-08 | Don't access invalid elements with depth = 0 | Dirk Hohndel |
2013-11-08 | Correctly track gases when manually adding and then editing dives | Dirk Hohndel |
2013-11-08 | Be consistent when passing around gas data in the planner | Dirk Hohndel |
2013-11-08 | Correctly identify air | Dirk Hohndel |
2013-11-07 | Include the cylinder information in a dive added with "Add Dive" | Dirk Hohndel |
2013-11-07 | Don't translate the fake DC models | Dirk Hohndel |
2013-11-07 | Adjust default start time of added dive | Dirk Hohndel |
2013-11-07 | Remove debug output left in the previous commit by mistake | Dirk Hohndel |
2013-11-07 | Make the tag widget act more sanely when pressing Tab | Dirk Hohndel |
2013-11-07 | Fix stupid off by one error | Dirk Hohndel |
2013-11-07 | Fix for equipment tab cancel button bug | Taiane Ramos |
2013-11-07 | Hide temperature fields when displaying / editing trip data | Dirk Hohndel |
2013-11-05 | Hide TadWidget and Label when editing a trip | Maximilian Güntner |
2013-11-05 | Show a different message when editing more than one dive | Dirk Hohndel |
2013-11-05 | Fix dive merging | Dirk Hohndel |
2013-11-05 | Remember the column we are sorting by | Dirk Hohndel |
2013-11-05 | Don't force the DiveListView to be a tree when reloading | Dirk Hohndel |
2013-11-05 | Create installer with qmake | Dirk Hohndel |
2013-11-02 | Merge branch 'tagwidget-pr' of github.com:mguentner/subsurface | Dirk Hohndel |
2013-11-02 | Fix warning about ambiguous if / else nesting | Dirk Hohndel |
2013-11-02 | Speed up XML loading | Linus Torvalds |
2013-11-02 | Fix the inconsistent behaviour of QCompleter | Maximilian Güntner |
2013-11-02 | Correct tabstops in MainTab | Maximilian Güntner |
2013-11-02 | Corrected indentation, added license/copyright | Maximilian Güntner |
2013-11-02 | Added a custom widget for tagging dives | Maximilian Güntner |
2013-11-02 | Replaced the tag implementation | Maximilian Güntner |
2013-11-02 | change the key from const char * to QByteArray | Maximilian Güntner |
2013-11-01 | Merge branch 'editMode' of github.com:tcanabrava/subsurface | Dirk Hohndel |
2013-11-01 | Enable undo for the Edit mode on Added Dives. | Tomaz Canabrava |
2013-11-01 | Changed the backup implementation of the samples on EditDive. | Tomaz Canabrava |
2013-11-01 | Enable editing a dive that was manually entered. | Tomaz Canabrava |
2013-11-01 | Code cleanup - Stop calling the same 6 lines everywhere. | Tomaz Canabrava |