summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/maintab.cpp
AgeCommit message (Expand)Author
2020-05-03selection: create global single_selected_trip() functionGravatar Berthold Stoeger
2020-05-03profile: remove outside callers of ProfileWidget2::replot()Gravatar Berthold Stoeger
2020-05-02desktop: fix editing of tripsGravatar Berthold Stoeger
2020-04-26selection: replace selectedTrips() by singleSelectedTrip() functionGravatar Berthold Stoeger
2020-04-07desktop/tabwidgets: replace editMode by booleanGravatar Berthold Stoeger
2020-04-07desktop/tabwidgets: replace IGNORE_MODE by flagGravatar Berthold Stoeger
2020-04-07cleanup: remove parameter to MainTab::enableEditionGravatar Berthold Stoeger
2020-04-07desktop: remove EDIT modeGravatar Berthold Stoeger
2020-04-07desktop: don't disable tabs in edit stateGravatar Berthold Stoeger
2020-04-07cleanup: don't center map on rejecting editGravatar Berthold Stoeger
2020-04-07cleanup: remove lastMode variable in MainTab::rejectChanges()Gravatar Berthold Stoeger
2020-04-07edit: remove multi-dive version of edit informationGravatar Berthold Stoeger
2020-04-07cleanup: remove strange recursive code in MainTab::enableEditionGravatar Berthold Stoeger
2020-04-07cleanup: remove cylinders_equal check in MainTab::rejectChanges()Gravatar Berthold Stoeger
2020-04-07undo: remove TabDiveWidget::acceptChanges and rejectChangesGravatar Berthold Stoeger
2020-03-18models: update divesite-model when clearing/updating dive modelGravatar Berthold Stoeger
2020-03-06Cleanup: Move stringToList to core/qthelper.cppGravatar Berthold Stoeger
2020-03-06Cleanup: use getDiveSelection() for shifting timeGravatar Berthold Stoeger
2020-02-28cleanup: remove setTabIcon() calls in MainTabGravatar Berthold Stoeger
2020-02-27cleanup: don't update tabs twice in MainTab::rejectChangesGravatar Berthold Stoeger
2020-02-27cleanup: remove weightsystems_equal functionGravatar Berthold Stoeger
2020-02-27cleanup: remove MainTab::modifiedGravatar Berthold Stoeger
2019-12-04Cleanup: remove unnecessary remember/restoreSelection() pairGravatar Berthold Stoeger
2019-12-04Selection: move selection functions from divelist.c to selection.cGravatar Berthold Stoeger
2019-12-04Cleanup: Fix order of initialization in MainTab::MainTab()Gravatar Berthold Stoeger
2019-12-03Undo: make profile-editing undoableGravatar Berthold Stoeger
2019-11-16Initialize modified memberGravatar Robert C. Helling
2019-11-14Refactoring: move undo commands to top levelGravatar Berthold Stoeger
2019-11-11 Notes tab: Use top RH for depth and duretion fieldsGravatar willemferguson
2019-11-10Reorganise the Information tab of the Info panelGravatar Willem Ferguson
2019-11-09Cylinders: access cylinders with get_cylinder()Gravatar Berthold Stoeger
2019-11-09Core: remove MAX_CYLINDERS restrictionGravatar Berthold Stoeger
2019-11-08Profile: remove ProfileWidget2::recalcCeiling()Gravatar Berthold Stoeger
2019-10-26Undo: simplify profile repainting codeGravatar Berthold Stoeger
2019-10-26Undo: turn dive- and trip-fields into flagsGravatar Berthold Stoeger
2019-08-30Desktop: improve recognition of HTML-notesGravatar Berthold Stoeger
2019-08-29 Fix broken windows build with latest MXEGravatar Paul Buxton
2019-08-08Cleanup: move error reporting function declarations to errorhelper.hGravatar Berthold Stoeger
2019-08-08Move the Suit text box from the Notes tab to the Equipment tabGravatar willemferguson
2019-08-08Desktop: display trip time on main-tabGravatar Berthold Stoeger
2019-07-27Desktop: fix index in weightsystems_equal()Gravatar Berthold Stoeger
2019-07-18Core: dynamically resize weight tableGravatar Berthold Stoeger
2019-07-18Cleanup: Remove unused function calls in main tabGravatar Berthold Stoeger
2019-07-11Desktop: clear notes on empty diveGravatar Berthold Stoeger
2019-07-04Desktop: enable clearing of dive siteGravatar Berthold Stoeger
2019-06-24Desktop: fix time editingGravatar Dirk Hohndel
2019-06-23Undo: don't send signals batched by tripGravatar Berthold Stoeger
2019-06-19Cleanup: remove unnecessary get_gas_used() callGravatar Berthold Stoeger
2019-06-19Cleanup: move trip-related functions into own translation unitGravatar Berthold Stoeger
2019-06-15Undo: add undo button to multi-dive-edited warning messageGravatar Berthold Stoeger