summaryrefslogtreecommitdiffstats
path: root/qt-ui/maintab.cpp
AgeCommit message (Expand)Author
2013-11-02Added a custom widget for tagging divesGravatar Maximilian Güntner
2013-11-01Enable undo for the Edit mode on Added Dives.Gravatar Tomaz Canabrava
2013-11-01Enable editing a dive that was manually entered.Gravatar Tomaz Canabrava
2013-10-24Subject: [PATCH] No need to center on dive after editing coordinates.Gravatar Michael Andreen
2013-10-11Good deal of whitespace fixes and code cleanup.Gravatar Tomaz Canabrava
2013-10-10Added salinity to the Dive Info tab.Gravatar Patrick Valsecchi
2013-10-08Fix crash when cancelling 'Add Dive'Gravatar Dirk Hohndel
2013-10-07Remove info.c/info.hGravatar Dirk Hohndel
2013-10-07Maximum depth of a dive/a series of dives is not show correctlyGravatar Benjamin
2013-10-06Parse GPS text in C++ and re-implement GPS changed checkGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-04Correct spelling of "weight" throughout the code.Gravatar Benjamin
2013-10-03Make the classes generated by uic be real members of our classesGravatar Thiago Macieira
2013-10-03Include the ui_*.h headers in the main headers.Gravatar Thiago Macieira
2013-10-01Fix weight adding in the Qt UI & fix the header height for tablesGravatar Patrick Valsecchi
2013-09-27Hack to make the subsurface work on Gnome3 shellGravatar Tomaz Canabrava
2013-09-26Fixed the display of Subsurface in Smaller ScreensGravatar Tomaz Canabrava
2013-09-26Only set documentMode on tab if in Oxygen style.Gravatar Tomaz Canabrava
2013-09-26Cleanup the prettyness of subsurface on Gtk+ style.Gravatar Tomaz Canabrava
2013-09-25Hook 'Add' from cylinders and weigths to enable EditionGravatar Tomaz Canabrava
2013-09-25Code cleanupGravatar Tomaz Canabrava
2013-09-25Set the Cylinders and Weigths to all selected dives after pressing 'Accept'Gravatar Tomaz Canabrava
2013-09-25Code cleanup - create a method for cleaning the Palette.Gravatar Tomaz Canabrava
2013-09-25Only mark dive list as changed if 'Accepted' was clicked.Gravatar Tomaz Canabrava
2013-09-25Enable Edition by clicking anywhere on the Cylinders and Weigths.Gravatar Tomaz Canabrava
2013-09-25Revert to the old values of Cylinders and Weigthsystems on cancelGravatar Tomaz Canabrava
2013-09-25Created a placeholder for the Equipment Edition.Gravatar Tomaz Canabrava
2013-09-24Disable info widget when canceling 'add dive' for a first diveGravatar Dirk Hohndel
2013-09-23Call refreshDisplay() after editing a diveGravatar Dirk Hohndel
2013-09-22Disable the info widget when no dive is selectedGravatar Dirk Hohndel
2013-09-22Hack to clear the date when no dive is displayedGravatar Dirk Hohndel
2013-09-22Fix crash when closing the data fileGravatar Dirk Hohndel
2013-09-22Fix crash when adding dive to empty dive listGravatar Dirk Hohndel
2013-09-22Fix enabling info widget when closing a diveGravatar Alexandre Dupas
2013-09-21Allow editing of date & time and air & water temperaturesGravatar Dirk Hohndel
2013-09-20Adding a dive changes the dive listGravatar Dirk Hohndel
2013-09-20Simplistic solution to add dive number to dive addedGravatar Dirk Hohndel
2013-09-19Merge branch 'addDive'Gravatar Dirk Hohndel
2013-09-19Hook up cancelling out of adding a diveGravatar Dirk Hohndel
2013-09-19Hook up adding a diveGravatar Dirk Hohndel
2013-09-19Fixes for gps coordinates handling.Gravatar Michael Andreen
2013-09-18Fix updateDiveInfo to clear coordinates when called with invalid diveGravatar Dirk Hohndel
2013-09-18Added the Message and the Buttons on the Equipment TabGravatar Tomaz Canabrava
2013-09-18Add a Warning icon on the changed tabs, for edition of dives.Gravatar Tomaz Canabrava
2013-09-18Good deal of Code Cleanup for the maintabGravatar Tomaz Canabrava
2013-09-17Improved handling of latitude and longitude.Gravatar Michael Andreen
2013-09-16Merge branch 'multiDiveEdition' of https://github.com/tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-09-02Code Cleanup: Merged the three TableViews shared codeGravatar Tomaz Canabrava
2013-08-28Made the TableViews share a bit of code, code cleanup.Gravatar Tomaz Canabrava
2013-08-16Good deal of code cleanup.Gravatar Tomaz Canabrava