summaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.cpp
AgeCommit message (Expand)Author
2013-05-16Fix loading a second dive, after the first file was loaded.Gravatar Tomaz Canabrava
2013-05-16Correctly set the unselected dive.Gravatar Tomaz Canabrava
2013-05-14Fix the focus issues, load a profile when load a file.Gravatar Tomaz Canabrava
2013-05-14code to show profile againGravatar Tomaz Canabrava
2013-05-13Trying to make the DiveList selection behave correctlyGravatar Tomaz Canabrava
2013-05-13Fix segfault on mouseOver at the Profile with an invalid dive selected ( trip )Gravatar Tomaz Canabrava
2013-05-12Allow walking the dive list with the cursor keysGravatar Dirk Hohndel
2013-05-12Modify selection changed slot to deal with trips correctlyGravatar Dirk Hohndel
2013-05-10Make nextDC and previousDC work and assign shortcutsGravatar Dirk Hohndel
2013-05-09Enable defautl_filename in settingsGravatar Dirk Hohndel
2013-05-06Start populating the maintab Dive Info widgetGravatar Dirk Hohndel
2013-05-06Added the code to populate the tabs when a dive is selected.Gravatar Tomaz Canabrava
2013-05-06Add various keyboard shortcuts.Gravatar Amit Chaudhuri
2013-05-05Add most settings to the QSettings codeGravatar Dirk Hohndel
2013-05-04Started the code for the Profile PlottingGravatar Tomaz Canabrava
2013-05-03Small changes to the selection logicGravatar Dirk Hohndel
2013-05-03Added code to select / desselect a range of itemsGravatar Tomaz Canabrava
2013-05-03Make Ctrl-q work as QuitGravatar Dirk Hohndel
2013-05-03Select the first diveGravatar Dirk Hohndel
2013-05-03Temporarily expand all dives so the automatic width calculation worksGravatar Dirk Hohndel
2013-05-03Remove the majority of the Gtk related codeGravatar Dirk Hohndel
2013-05-02Don't hard-code column width.Gravatar Dirk Hohndel
2013-05-02Merge branch 'tomaz-css' into QtGravatar Dirk Hohndel
2013-05-02Added code to Select a dive, fixed minor annoyances.Gravatar Tomaz Canabrava
2013-05-02Set better column widths in the dive listGravatar Dirk Hohndel
2013-04-28Merge branch 'RenderStarsOnTable' of https://github.com/tcanabrava/subsurface...Gravatar Dirk Hohndel
2013-04-28Save and retore splitter dimensions.Gravatar Amit Chaudhuri
2013-04-28Fixed loading the stars when opening with file as argv. minor cleanupGravatar Tomaz Canabrava
2013-04-27Merge branch 'RenderStarsOnTable' of https://github.com/tcanabrava/subsurface...Gravatar Dirk Hohndel
2013-04-27Minor coding style cleanups - and use core logic functionGravatar Dirk Hohndel
2013-04-27Add support for remembering settingsGravatar Amit Chaudhuri
2013-04-27Added support for showing the Stars on the DiveTableGravatar Tomaz Canabrava
2013-04-25Make dirk happy by enabling sort in the model.Gravatar Tomaz Canabrava
2013-04-24Remove the use of this->Gravatar Tomaz Canabrava
2013-04-24Use the star widget in it's right placeGravatar Tomaz Canabrava
2013-04-23Set the window icon in QtGravatar Dirk Hohndel
2013-04-22Initial version of the Star Picker Widget.Gravatar Tomaz Canabrava
2013-04-22Move model related code from MainWindow and adjustments.Gravatar Tomaz Canabrava
2013-04-18Use helper function to get dive date stringGravatar Dirk Hohndel
2013-04-18Use get_dive to populate divelistview with divesGravatar Amit Chaudhuri
2013-04-18Delay Qt ui constructionGravatar Amit Chaudhuri
2013-04-14Undoing the last Qtr_ hackGravatar Dirk Hohndel
2013-04-13Add Qtr_ macros that uses gettext in a tr() compatible mannerGravatar Dirk Hohndel
2013-04-13Started the real code on the Qt Interface.Gravatar Tomaz Canabrava
2013-04-12Add dive list view to main windowGravatar Amit Chaudhuri
2013-04-10MainWindow: remove useless includeGravatar Alberto Mardegan
2013-04-10Add logic to switch viewsGravatar Amit Chaudhuri
2013-04-10Avoid C++ style streamsGravatar Henrik Brautaset Aronsen
2013-04-09Add stub slots for all menu itemsGravatar Amit Chaudhuri
2013-04-09Makefile: detect which files need moc and uicGravatar Alberto Mardegan