aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui
AgeCommit message (Expand)Author
2014-05-24Add some helper functionsGravatar Dirk Hohndel
2014-05-24Remove export and save as from dive list context menuGravatar Dirk Hohndel
2014-05-24Remove a ton of code.Gravatar Tomaz Canabrava
2014-05-24Remove the depth / time increase and decrease functions.Gravatar Tomaz Canabrava
2014-05-24Make mouse dragging work as it should.Gravatar Tomaz Canabrava
2014-05-24Remove unused code.Gravatar Tomaz Canabrava
2014-05-24Remove code already ported to the new profile.Gravatar Tomaz Canabrava
2014-05-24Fixe movement of DiveHandlers when moving the NotificationAreaGravatar Tomaz Canabrava
2014-05-24Make the planner actually work.Gravatar Tomaz Canabrava
2014-05-24Change how the handler handlers itself.Gravatar Tomaz Canabrava
2014-05-24Add Subsurface XML export to Export dialogGravatar Dirk Hohndel
2014-05-24Rework the Export dialogGravatar Dirk Hohndel
2014-05-24Add descriptions for different formats in the export dialogGravatar Gehad
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
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