aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
2014-05-22Good code cleanup on the old DivePlanner code.Gravatar Tomaz Canabrava
2014-05-22Profile now correctly displays the planned dive.Gravatar Tomaz Canabrava
2014-05-22Code Cleanup: connections can be made between signals.Gravatar Tomaz Canabrava
2014-05-22Disconnect temporary connections on the Profile.Gravatar Tomaz Canabrava
2014-05-22Move two necessary functions for the Planner behavior to the Profile code.Gravatar Tomaz Canabrava
2014-05-22Back to profile or empty state when finishing addition.Gravatar Tomaz Canabrava
2014-05-22Enable editing the 'Add dive' from the new profile.Gravatar Tomaz Canabrava
2014-05-22Temporary Tab Widget for the planner and the Profile View.Gravatar Tomaz Canabrava
2014-05-22Source and dest are created on the constructor, no need to check for them.Gravatar Tomaz Canabrava
2014-05-22Move settings of the Ruler to the Ruler.Gravatar Tomaz Canabrava
2014-05-22PreferencesChanged -> settingsChanged.Gravatar Tomaz Canabrava
2014-05-22Don't replot every time a pref changes, regardless of what preferences.Gravatar Tomaz Canabrava
2014-05-22Remove use of QSettings for ruler visibility, use prefs.rulergraph instead.Gravatar Tomaz Canabrava
2014-05-22Code Cleanup: Move the Hide/Show ruler to an internal methodGravatar Tomaz Canabrava
2014-05-22Create a 'remove_event' function that removes an event.Gravatar Tomaz Canabrava
2014-05-21Shortcuts for the exporting window.Gravatar Gehad elrobey
2014-05-21Add ability to export only selected dives in worldmap exporterGravatar Gehad elrobey
2014-05-21Implementing export dialogGravatar Miika Turkia
2014-05-20Code Cleanup: use qMin instad of if( min ) setMin else setMax.Gravatar Tomaz Canabrava
2014-05-20Speed Improvement: Unhide all events by calling event->show()Gravatar Tomaz Canabrava
2014-05-20Speed Improvement: hide events instead of replotting everythingGravatar Tomaz Canabrava
2014-05-20Only set the state to profile if it's empty, not if it's Add or Plan.Gravatar Tomaz Canabrava
2014-05-20Remove silly macro to pretend that we were doing things the right way.Gravatar Tomaz Canabrava
2014-05-20Migrate code to for_each_dive and for_each_dcGravatar Anton Lundin
2014-05-20Fix building with NO_MARBLE prepareForGetDiveCoordinatesGravatar Anton Lundin
2014-05-20Fix building with NO_MARBLE, centerOnCurrentDiveGravatar Anton Lundin
2014-05-20Consistently use for_each_dive (and use it correctly)Gravatar Dirk Hohndel
2014-05-20Dive list: add context menu function to renumber dive(s)Gravatar Dirk Hohndel
2014-05-19Add ability to make a dive computer the first dive computer of a diveGravatar Dirk Hohndel
2014-05-19Show the dive computer number (if a dive has more than one)Gravatar Dirk Hohndel
2014-05-19Make the code easier to readGravatar Dirk Hohndel
2014-05-19Fix selection after downloading dives from the dive computerGravatar Dirk Hohndel
2014-05-19Change get_dive_by_diveid to get_dive_by_uniq_idGravatar Dirk Hohndel
2014-05-19Download from dive computer: Fix the broken selection of devicesGravatar Dirk Hohndel
2014-05-19Divecomputer download: try to offer only those devices that make senseGravatar Dirk Hohndel
2014-05-18Improve the tag widget to allow us to tab to the next fieldGravatar Dirk Hohndel
2014-05-14Do not use default filename as default for "Save as"Gravatar Dirk Hohndel
2014-05-13Do not check for null before free.Gravatar Tomaz Canabrava
2014-05-13Rename getDiveById to get_dive_by_id to keep current c code organized.Gravatar Tomaz Canabrava
2014-05-13Move DiveList related methods/classes to own file.Gravatar Tomaz Canabrava
2014-05-13Move printGpsCoords from MainTab to QtHelperGravatar Tomaz Canabrava
2014-05-11Correct the usage of std::string and QStringGravatar Tomaz Canabrava
2014-05-08When starting the planner, copy cylinders from currently selected dive.Gravatar Robert C. Helling
2014-05-08Fix building with NO_MARBLE after prototype changeGravatar Anton Lundin
2014-05-08Planner: Offer to discard the plan when Quit is triggered in planner.Gravatar Robert C. Helling
2014-05-08Planner: show gas for the NEXT segmentGravatar Robert C. Helling
2014-05-08Planner: Change when we recalculate decoGravatar Robert C. Helling
2014-05-07Fix another dangling pointerGravatar Thiago Macieira
2014-05-07Fix crash on dereferencing dangling pointersGravatar Thiago Macieira
2014-05-07Apply the edit of trip locationsGravatar Anton Lundin