aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-02-12Use "rint()" instead of rounding manually with "+ 0.5"Gravatar Linus Torvalds
2014-02-12Fix default value for missing surface pressure from divecomputerGravatar Linus Torvalds
2014-02-12Ensure the correct parent is used in the dialogGravatar Dirk Hohndel
2014-02-12Don't redeclare variables of the same nameGravatar Dirk Hohndel
2014-02-12Replace mainWindow() with MainWindow::instance()Gravatar Boris Barbulovski
2014-02-12Make the mean depth line follow the size of the axis.Gravatar Tomaz Canabrava
2014-02-12Hide the extra axis labels on release mode, show on debug mode.Gravatar Tomaz Canabrava
2014-02-12Added cylinder pressure shrinking on show/hide partial pressure.Gravatar Tomaz Canabrava
2014-02-12Shrink temperature axis when partial pressures are shown.Gravatar Tomaz Canabrava
2014-02-12Animate transition between show / hide partial pressure graphsGravatar Tomaz Canabrava
2014-02-12Correctly track parent of print dialogGravatar Dirk Hohndel
2014-02-12Whitespace and dead code cleanupGravatar Dirk Hohndel
2014-02-12More variable scope confusionsGravatar Dirk Hohndel
2014-02-12Make sure the about dialog is correctly centeredGravatar Dirk Hohndel
2014-02-12Don't shadow object members like thisGravatar Dirk Hohndel
2014-02-12Don't reuse a variable name with a different type inside the same functionGravatar Dirk Hohndel
2014-02-12Don't use current_dive instead of the argument to the functionGravatar Dirk Hohndel
2014-02-12Remove external declaration of non-existant global variableGravatar Dirk Hohndel
2014-02-11Fix variable scope issueGravatar Dirk Hohndel
2014-02-11Fix ATM-vs-bar confusionGravatar Linus Torvalds
2014-02-11Take the on-canvas position into account for DiveCartesianAxis::valueAt()Gravatar Dirk Hohndel
2014-02-11Put include guard to every headerGravatar Boris Barbulovski
2014-02-11Update #include statement for QStringListModelGravatar Boris Barbulovski
2014-02-11Migrate MainTab models(QStringListModel)Gravatar Boris Barbulovski
2014-02-11User manual: small updatesGravatar Willem Ferguson
2014-02-11Handle cancel in PreferencesDialog::on_chooseFile_clickedGravatar Patrick Majewski
2014-02-11More renamingGravatar Dirk Hohndel
2014-02-11Give the widget for the new profile a better nameGravatar Dirk Hohndel
2014-02-11New profile: enable switching between dive computersGravatar Dirk Hohndel
2014-02-11Minor cleanupGravatar Dirk Hohndel
2014-02-11Use our macro for FP comparisonsGravatar Dirk Hohndel
2014-02-11Fix bug in logic expressionGravatar Dirk Hohndel
2014-02-11Clean up include filesGravatar Dirk Hohndel
2014-02-10Don't repopulate the model if the dive didn't changeGravatar Dirk Hohndel
2014-02-10Clean up the setDive functionGravatar Dirk Hohndel
2014-02-10Set up the dive that was passed in as first diveGravatar Dirk Hohndel
2014-02-10Profile2: Prevent another crash if no dives are presentGravatar Lubomir I. Ivanov
2014-02-10Do not add the items to the scene twice.Gravatar Tomaz Canabrava
2014-02-10Fixed item visibility on emptyState after being on profileState.Gravatar Tomaz Canabrava
2014-02-10Clear the data when the model resets.Gravatar Tomaz Canabrava
2014-02-10Don't ignore the return values from readfile and EXIF parserGravatar Dirk Hohndel
2014-02-10Enable the dive planning under a compile flagGravatar Danilo Cesar Lemes de Paula
2014-02-10Fix calloc parameter order.Gravatar Boris Barbulovski
2014-02-10Improve sanity check for DivePlotDataModel::data()Gravatar Boris Barbulovski
2014-02-10Fix plot_info calculate_max_limits_new() function return valueGravatar Boris Barbulovski
2014-02-10memory leak fix(that I created in some previous commits).Gravatar Boris Barbulovski
2014-02-10Close search panel by button clickGravatar Sergey Starosek
2014-02-10Profile2: Prevent a crash if no dives are presentGravatar Lubomir I. Ivanov
2014-02-10Use 'struct membuffer' for profile info string generationGravatar Linus Torvalds
2014-02-10Clean up membuffer internal structure names, add strip functionGravatar Linus Torvalds