summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.cpp
AgeCommit message (Expand)Author
2013-05-25Try to make the equipment tab more compactGravatar Dirk Hohndel
2013-05-24Improve wording on buttons when editing a diveGravatar Henrik Brautaset Aronsen
2013-05-23Add weightsystem delegate to enable editing of weightsystemGravatar Dirk Hohndel
2013-05-23Remove obsolete slotsGravatar Dirk Hohndel
2013-05-22The never ending, futile fight for whitespace consistencyGravatar Dirk Hohndel
2013-05-22Start editing Dive Notes when clicking on Rating or VisibilityGravatar Dirk Hohndel
2013-05-22Removed the unused add cylinder and add weigthsystem dialogs.Gravatar Tomaz Canabrava
2013-05-22Added a Delegate for editing CylindersGravatar Tomaz Canabrava
2013-05-22Added a 'trash' icon on the Cylinders and Weigthsystem modelsGravatar Tomaz Canabrava
2013-05-22Only enable the add buttons when there's a dive loadedGravatar Tomaz Canabrava
2013-05-22Re Enable the option to add cylinders / weigthsystems.Gravatar Tomaz Canabrava
2013-05-22Rework on the Equipment tab to make it look more Modern.Gravatar Tomaz Canabrava
2013-05-21Fixed memory leakGravatar Tomaz Canabrava
2013-05-21Added support for visualization the Weigthssystems on the Equipment Tab.Gravatar Tomaz Canabrava
2013-05-21Added the code to show the cylinders from a dive.Gravatar Tomaz Canabrava
2013-05-20Integrate visibility Star widget into editing flowGravatar Dirk Hohndel
2013-05-19Display the statisticsGravatar Dirk Hohndel
2013-05-19Try to add a StarWidget for visibilityGravatar Dirk Hohndel
2013-05-19When no dive is displayed, the DiveNotes field should not be editableGravatar Dirk Hohndel
2013-05-19Figure out if the user changed anything when editingGravatar Dirk Hohndel
2013-05-19Rename buttons for dive editGravatar Dirk Hohndel
2013-05-19Make direct edit the style of choiceGravatar Dirk Hohndel
2013-05-19Fix edit behaviorGravatar Dirk Hohndel
2013-05-19Merge branch 'chooseEditMode' of https://github.com/tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-05-19Continue populating the DiveInfo tabGravatar Dirk Hohndel
2013-05-19Improve the Dirk edit mode.Gravatar Tomaz Canabrava
2013-05-19Made possible to choose the edit style on compile timeGravatar Tomaz Canabrava
2013-05-18While editing the left button is renamed to "OK" to accept the changesGravatar Dirk Hohndel
2013-05-18Make impossible to change dives while editing one.Gravatar Tomaz Canabrava
2013-05-18Added option to edit the selected dive.Gravatar Tomaz Canabrava
2013-05-14Clean up some typosGravatar Henrik Brautaset Aronsen
2013-05-13Change setText(QString()) to clear()Gravatar Tomaz Canabrava
2013-05-13Fix segfault on mouseOver at the Profile with an invalid dive selected ( trip )Gravatar Tomaz Canabrava
2013-05-10Tweaks to maintabGravatar Amit Chaudhuri
2013-05-09Horizontally align labels on info widget page.Gravatar Amit Chaudhuri
2013-05-08Fix crash on right click dive tripGravatar Amit Chaudhuri
2013-05-08Avoid potential crash if no dive is selectedGravatar Dirk Hohndel
2013-05-06Enable the code that was #if 0'ed outGravatar Thiago Macieira
2013-05-06Start populating the maintab Dive Info widgetGravatar Dirk Hohndel
2013-05-06Fill Dive Notes widgetGravatar Dirk Hohndel
2013-05-06Added the code to populate the tabs when a dive is selected.Gravatar Tomaz Canabrava
2013-05-06Reformat statistics tab in MainTab tab widgetGravatar Amit Chaudhuri
2013-05-03Reformat dive info page in tab widgetGravatar Amit Chaudhuri
2013-05-01Fix a couple of small problems in add weightsystemGravatar Dirk Hohndel
2013-05-01Create Add Weightsystem dialogGravatar Dirk Hohndel
2013-05-01Don't add cylinders and weightsystems past the MAXGravatar Dirk Hohndel
2013-05-01Hook up adding a weightsystemGravatar Dirk Hohndel
2013-04-14Merge branch 'fixCppStyleToC' of https://github.com/tcanabrava/subsurface int...Gravatar Dirk Hohndel
2013-04-14Undoing the last Qtr_ hackGravatar Dirk Hohndel
2013-04-14Fixed the C++ code Style to conform the C style that was previously agreed upon.Gravatar Tomaz Canabrava