aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
AgeCommit message (Expand)Author
2014-09-17Trigger the log->filter by tag to open the tag filter.Gravatar Tomaz Canabrava
2014-08-27Don't set up fonts twiceGravatar Dirk Hohndel
2014-08-25Create stub methods and connects the model with the new statisticsGravatar Tomaz Canabrava
2014-08-25Add the old Statistics to have a reference view while programmingGravatar Tomaz Canabrava
2014-08-25Remove a lot of non-necessary boilerplate code.Gravatar Tomaz Canabrava
2014-08-25Fix NO_USERMANUAL building for androidGravatar Anton Lundin
2014-08-23A much better Toolbar for the profile.Gravatar Tomaz Canabrava
2014-08-19Fix crash when calling the planner twice in a rowGravatar Dirk Hohndel
2014-08-19Don't trigger creation of dive from invalid plan in planCreated()Gravatar Dirk Hohndel
2014-08-19Planner: after canceling a plan, redraw the profileGravatar Dirk Hohndel
2014-08-19Planner: clear out model before re-planning a diveGravatar Dirk Hohndel
2014-08-19Add ability to replan a dive that we planned beforeGravatar Dirk Hohndel
2014-08-18Merge branch 'joshua-gsoc' of git://github.com/thiagomacieira/subsurface into...Gravatar Dirk Hohndel
2014-08-18Planner: assign a dive number if the right number seems obviousGravatar Dirk Hohndel
2014-08-17Cut'n'paste for dive data: implement paste sideGravatar Dirk Hohndel
2014-08-16Cut'n'paste for dive data: implement copy sideGravatar Dirk Hohndel
2014-08-15TankBar: hook into prefs and make ppGraphs resize accordinglyGravatar Dirk Hohndel
2014-08-09Create Dive Computer configuration dialogGravatar Joseph W. Joshua
2014-08-04Disable the Toolbox when in edit mode.Gravatar Tomaz Canabrava
2014-08-02Update pictures when entering/exiting plannerGravatar Robert C. Helling
2014-08-02In recent files use native directory separatorsGravatar Robert C. Helling
2014-07-29C++ Correctness and code cleanup.Gravatar Tomaz Canabrava
2014-07-29Don't mess with the selection when closing a fileGravatar Dirk Hohndel
2014-07-16Desselects the trip before dive add / plan, and reselects it on cancelGravatar Tomaz Canabrava
2014-07-16Force replot of selected_dive when canceling planGravatar Tomaz Canabrava
2014-07-16Use 'this' instead of ::instance() when iside of same class.Gravatar Tomaz Canabrava
2014-07-16Disable DC shortcuts on closing data fileGravatar Sergey Starosek
2014-07-15Save and restore Dive Planner SettingsGravatar Tomaz Canabrava
2014-07-14Remove unused menu "Filter"Gravatar Anton Lundin
2014-07-11It's safe to delete NULL pointersGravatar Tomaz Canabrava
2014-07-11Read the preferences upon initialization for the show/hide picturesGravatar Tomaz Canabrava
2014-07-11misc capitalisation and spellingGravatar Tim Wootton
2014-07-10Show/Hide pictures working.Gravatar Tomaz Canabrava
2014-07-10Fix memory leak on the Export DialogGravatar Tomaz Canabrava
2014-07-10Macro to simplify the creation of toggle buttons on the ProfileGravatar Tomaz Canabrava
2014-07-10Correctly sets the 'enabled' flag on the picture buttonGravatar Tomaz Canabrava
2014-07-10Added the toggle picture button and hoocked it upGravatar Tomaz Canabrava
2014-07-10mainwindow capitalisation consistencyGravatar Tim Wootton
2014-07-06UI restructure: cleanup the code when canceling an editGravatar Dirk Hohndel
2014-07-04UI restructure: simplify setup of add and plan modeGravatar Dirk Hohndel
2014-07-04UI restructure: correctly setup planningGravatar Dirk Hohndel
2014-07-04UI restructureGravatar Dirk Hohndel
2014-07-03UI restructure: when adding a dive via displayed_dive it needs valid idGravatar Dirk Hohndel
2014-07-03UI restructure: use displayed_dive for add dive and plan diveGravatar Dirk Hohndel
2014-07-03UI restructure: updateDiveInfo displays displayed_diveGravatar Dirk Hohndel
2014-07-03UI restructure: updateDiveInfo shows the selected dive by defaultGravatar Dirk Hohndel
2014-07-03UI restructure: plotDive: plot current dive by default & use displayed_diveGravatar Dirk Hohndel
2014-07-02UI restructure: plotDive should just take one diveGravatar Dirk Hohndel
2014-07-01Show subsurface logo in dive plan print outGravatar Robert C. Helling
2014-06-30Fixed SearchBar layout and iconsGravatar Tomaz Canabrava