Age | Commit message (Expand) | Author |
2014-02-15 | Make font label scale a per axis property | Dirk Hohndel |
2014-02-15 | New Profile: make axis labels smaller | Dirk Hohndel |
2014-02-15 | Add unit support for CSV import | Miika Turkia |
2014-02-15 | Initialize device_data_t data | Dirk Hohndel |
2014-02-14 | Align Right side of Cylinder Pressure Text to the Left. | Tomaz Canabrava |
2014-02-14 | Left-Align the last Temperature Text. | Tomaz Canabrava |
2014-02-14 | Show the last temperature on the graph. | Tomaz Canabrava |
2014-02-14 | Removed the 'Unused Tanks' from the toolbar. | Tomaz Canabrava |
2014-02-13 | Automated whitespace / coding style correction | Dirk Hohndel |
2014-02-13 | Add recent files to main menu. | Boris Barbulovski |
2014-02-12 | Ensure the correct parent is used in the dialog | Dirk Hohndel |
2014-02-12 | Don't redeclare variables of the same name | Dirk Hohndel |
2014-02-12 | Replace mainWindow() with MainWindow::instance() | Boris Barbulovski |
2014-02-12 | Make the mean depth line follow the size of the axis. | Tomaz Canabrava |
2014-02-12 | Hide the extra axis labels on release mode, show on debug mode. | Tomaz Canabrava |
2014-02-12 | Added cylinder pressure shrinking on show/hide partial pressure. | Tomaz Canabrava |
2014-02-12 | Shrink temperature axis when partial pressures are shown. | Tomaz Canabrava |
2014-02-12 | Animate transition between show / hide partial pressure graphs | Tomaz Canabrava |
2014-02-12 | Correctly track parent of print dialog | Dirk Hohndel |
2014-02-12 | Whitespace and dead code cleanup | Dirk Hohndel |
2014-02-12 | More variable scope confusions | Dirk Hohndel |
2014-02-12 | Make sure the about dialog is correctly centered | Dirk Hohndel |
2014-02-12 | Don't shadow object members like this | Dirk Hohndel |
2014-02-12 | Don't reuse a variable name with a different type inside the same function | Dirk Hohndel |
2014-02-12 | Don't use current_dive instead of the argument to the function | Dirk Hohndel |
2014-02-11 | Fix variable scope issue | Dirk Hohndel |
2014-02-11 | Fix ATM-vs-bar confusion | Linus Torvalds |
2014-02-11 | Take the on-canvas position into account for DiveCartesianAxis::valueAt() | Dirk Hohndel |
2014-02-11 | Put include guard to every header | Boris Barbulovski |
2014-02-11 | Update #include statement for QStringListModel | Boris Barbulovski |
2014-02-11 | Migrate MainTab models(QStringListModel) | Boris Barbulovski |
2014-02-11 | Handle cancel in PreferencesDialog::on_chooseFile_clicked | Patrick Majewski |
2014-02-11 | More renaming | Dirk Hohndel |
2014-02-11 | Give the widget for the new profile a better name | Dirk Hohndel |
2014-02-11 | New profile: enable switching between dive computers | Dirk Hohndel |
2014-02-11 | Minor cleanup | Dirk Hohndel |
2014-02-11 | Use our macro for FP comparisons | Dirk Hohndel |
2014-02-11 | Fix bug in logic expression | Dirk Hohndel |
2014-02-11 | Clean up include files | Dirk Hohndel |
2014-02-10 | Don't repopulate the model if the dive didn't change | Dirk Hohndel |
2014-02-10 | Clean up the setDive function | Dirk Hohndel |
2014-02-10 | Set up the dive that was passed in as first dive | Dirk Hohndel |
2014-02-10 | Profile2: Prevent another crash if no dives are present | Lubomir I. Ivanov |
2014-02-10 | Do not add the items to the scene twice. | Tomaz Canabrava |
2014-02-10 | Fixed item visibility on emptyState after being on profileState. | Tomaz Canabrava |
2014-02-10 | Clear the data when the model resets. | Tomaz Canabrava |
2014-02-10 | Don't ignore the return values from readfile and EXIF parser | Dirk Hohndel |
2014-02-10 | Enable the dive planning under a compile flag | Danilo Cesar Lemes de Paula |
2014-02-10 | Improve sanity check for DivePlotDataModel::data() | Boris Barbulovski |
2014-02-10 | memory leak fix(that I created in some previous commits). | Boris Barbulovski |