aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
AgeCommit message (Expand)Author
2013-11-15Avoid std::string: QByteArray is enough and already compiled inGravatar Thiago Macieira
2013-11-15More code cleanup.Gravatar Tomaz Canabrava
2013-11-15Good deal of code Cleanup.Gravatar Tomaz Canabrava
2013-11-15Make the info box look as it did in 3.1Gravatar Anton Lundin
2013-11-14Code Cleanup - Removed unused var.Gravatar Tomaz Canabrava
2013-11-14Fix some random compiler warningsGravatar Dirk Hohndel
2013-11-14Maintain the selection when aborting "dive add"Gravatar Dirk Hohndel
2013-11-14Switch to the Dive Notes tab when manually adding a diveGravatar Dirk Hohndel
2013-11-13Fix loading the information of splitter sizes on empty config.Gravatar Tomaz Canabrava
2013-11-13Introduce an on/off switch for calculating ndl/ttsGravatar Anton Lundin
2013-11-12Make gas selection for add dive workGravatar Dirk Hohndel
2013-11-12Handle add dive cancel correctlyGravatar Dirk Hohndel
2013-11-12First steps to make add dive work with the correct infrastructureGravatar Dirk Hohndel
2013-11-10Show a cylinder widget in the dive plannerGravatar Dirk Hohndel
2013-11-09Forgot to remove this debug, sorry.Gravatar Tomaz Canabrava
2013-11-09Removed inconsistency when user tried to add dive while planning.Gravatar Tomaz Canabrava
2013-11-09Save the status of the tree before trying to reset the display.Gravatar Tomaz Canabrava
2013-11-09Moved the code that handles DiveList column sizes to its correct file.Gravatar Tomaz Canabrava
2013-11-09Fixes breaking the sizes of the columns of the listView.Gravatar Tomaz Canabrava
2013-11-09Fix inconsistent position of screen splittersGravatar Tomaz Canabrava
2013-11-07Don't translate the fake DC modelsGravatar Dirk Hohndel
2013-11-07Adjust default start time of added diveGravatar Dirk Hohndel
2013-11-05Don't force the DiveListView to be a tree when reloadingGravatar Dirk Hohndel
2013-11-01Enable editing a dive that was manually entered.Gravatar Tomaz Canabrava
2013-11-01Code cleanup - Stop calling the same 6 lines everywhere.Gravatar Tomaz Canabrava
2013-11-01Added a new option to edit the dives.Gravatar Tomaz Canabrava
2013-10-31Removed Reference to dangling pointer.Gravatar Tomaz Canabrava
2013-10-24Minimum hooking-up done, divelogs.de shows on menu-activation.Gravatar Tomaz Canabrava
2013-10-24Created a 'WebService' dialog that will handle download and upload.Gravatar Tomaz Canabrava
2013-10-20Export dives in UDDF formatGravatar Miika Turkia
2013-10-17Implement hook up autogroup menuGravatar Dirk Hohndel
2013-10-17Show SAC in the mouseover.Gravatar Anton Lundin
2013-10-16GUI for CSV importGravatar Miika Turkia
2013-10-06Trying to switch to Qt translationGravatar Dirk Hohndel
2013-10-06First steps towards removing glib dependenciesGravatar Dirk Hohndel
2013-10-04Merge branch 'bugfixes' of git://github.com/tcanabrava/subsurfaceGravatar Dirk Hohndel
2013-10-04Fix display sane values on subsurface at first time opening.Gravatar Tomaz Canabrava
2013-10-04Added the .ssrf extension to the open dialog filter.Gravatar Patrick Valsecchi
2013-10-04Code Cleanup - Uneeded preferences stored at the old prefs settingGravatar Tomaz Canabrava
2013-10-04Added configuration options for vertical speed units.Gravatar Patrick Valsecchi
2013-10-04Fixed First run of subsurface - Start on Fullscreen.Gravatar Tomaz Canabrava
2013-10-04Fix the first load of Subsurface - "File not found" error.Gravatar Tomaz Canabrava
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-09-27implemented zoom actionGravatar Maximilian Güntner
2013-09-26Code Cleanup, less magic indexes.Gravatar Tomaz Canabrava
2013-09-22Correctly handle empty dive list after deleteGravatar Dirk Hohndel
2013-09-20When manually adding a dive, start with a simple diveGravatar Dirk Hohndel
2013-09-19Hook up adding a diveGravatar Dirk Hohndel
2013-09-18Don't show the planner widget when adding a diveGravatar Dirk Hohndel