Age | Commit message (Expand) | Author |
2014-06-04 | Planner: don't redo the plan after partial edits of GFlow/high | Dirk Hohndel |
2014-06-04 | Fix typo that broke gas reporting in dive list | Dirk Hohndel |
2014-06-03 | Planner: only copy cylinders that were used in the template dive | Dirk Hohndel |
2014-06-03 | Whitespace | Dirk Hohndel |
2014-06-03 | Planner: more accurately track assumed cylinder pressures | Dirk Hohndel |
2014-06-03 | Fix HTML export white space issues | Miika Turkia |
2014-06-03 | Remember selection of export HTML settings | Gehad elrobey |
2014-06-03 | Minor Fixes to the export dialog UI | Gehad elrobey |
2014-06-03 | Update install script: copy HTML theme directory to usr/share | Gehad elrobey |
2014-06-03 | HTML: Create theme directory | Gehad elrobey |
2014-06-03 | Add HTML tab in export dialog | Gehad elrobey |
2014-06-03 | Closing the window should behave like triggering Quit | Dirk Hohndel |
2014-06-03 | Dive edit: when asked ti quit while editing, offer to discard current edit | Dirk Hohndel |
2014-06-03 | Dive edit: avoid memory leaks | Dirk Hohndel |
2014-06-03 | Dive edit: don't free the taglist of the master dive | Dirk Hohndel |
2014-06-03 | Ask before discarding edits | Dirk Hohndel |
2014-06-03 | When calculating the maximum of unsigned values, use unsigned variable | Dirk Hohndel |
2014-06-03 | CCR code: Change to sample structure | Willem Ferguson |
2014-06-03 | Another futile attempt to keep whitespace consistent | Dirk Hohndel |
2014-06-03 | Do not plot pictures that don't have a timestamp. | Tomaz Canabrava |
2014-06-03 | Also hold a pointer to the struct picture on the model. | Tomaz Canabrava |
2014-06-03 | Add a method to plot the pictures on the profile. | Tomaz Canabrava |
2014-06-03 | Connect & disconnect the PictureModel on the profile | Tomaz Canabrava |
2014-06-03 | Add a static 'instance()' member for the Photos model. | Tomaz Canabrava |
2014-06-03 | Fix linked list corruption, move code to C. | Tomaz Canabrava |
2014-06-03 | Add photo saving for the XML backend. | Tomaz Canabrava |
2014-06-03 | Fix dive water temperature XML parsing | Linus Torvalds |
2014-06-03 | Cancel dive edit when escape key is pressed | Dirk Hohndel |
2014-06-03 | Planner: reject plan if escape key is pressed | Dirk Hohndel |
2014-06-03 | Make most of the shortcuts widget specific | Dirk Hohndel |
2014-06-03 | Planner: fix editing the dive planner points table | Dirk Hohndel |
2014-06-03 | Planner: make the warnings visually stand out more | Dirk Hohndel |
2014-06-03 | Planner: add a few more line breaks in the html notes | Dirk Hohndel |
2014-06-03 | Planner: Show gas changes at the correct depth. | Robert C. Helling |
2014-06-03 | Planner: Show waypoints for gas changes but no double depths | Robert C. Helling |
2014-06-03 | Don't crash when looping over pictures for a null dive | Dirk Hohndel |
2014-06-03 | Planner note logic and layout improved | Robert C. Helling |
2014-06-03 | Add print button to planner | Robert C. Helling |
2014-06-03 | Layout improvements to the dive plan | Robert C. Helling |
2014-06-03 | Not all C compilers like uint | Dirk Hohndel |
2014-06-03 | Change from QPixmap to QImage due to thread issues. | Tomaz Canabrava |
2014-06-03 | Make the new picture widget display the pictures. | Tomaz Canabrava |
2014-06-03 | Add the data() method of the Picture Model. | Tomaz Canabrava |
2014-06-03 | Update the picture model to use the new picture function calls. | Tomaz Canabrava |
2014-06-02 | Break picture handling code from C++ to C. | Tomaz Canabrava |
2014-06-02 | Fix compilation of the Qt Concurrent code. | Tomaz Canabrava |
2014-06-02 | Add a FOR_EACH_PICTURE macro and the code for picture_count. | Tomaz Canabrava |
2014-06-02 | Add stubs for the main methods that will operate on pictures. | Tomaz Canabrava |
2014-06-02 | Add a picture_list struct | Tomaz Canabrava |
2014-06-02 | Rewrite dive edit logic | Dirk Hohndel |