aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.cpp
AgeCommit message (Expand)Author
2014-06-02Break picture handling code from C++ to C.Gravatar Tomaz Canabrava
2014-06-01Do not replot for each picture added to dive.Gravatar Tomaz Canabrava
2014-05-28Fix crash on adding / removing a dives from add menuGravatar Tomaz Canabrava
2014-05-28Dive list: use helper function when restoring selectionGravatar Dirk Hohndel
2014-05-28Minor cleanupGravatar Dirk Hohndel
2014-05-25Dive list: make saving / restoring column widths actually workGravatar Dirk Hohndel
2014-05-25Dive list: don't reset column width when reloadingGravatar Dirk Hohndel
2014-05-25Dive list: remember the current sort columGravatar Dirk Hohndel
2014-05-24Speed up the multi dive selectionGravatar Tomaz Canabrava
2014-05-24Correctly implement multi dive selectionGravatar Dirk Hohndel
2014-05-24Dive list: move trip merging logic into divelist.cGravatar Dirk Hohndel
2014-05-24Dive list: work around odd problem with selectionsGravatar Dirk Hohndel
2014-05-24Dive list: move trip selection / deselection logic to divelist.cGravatar Dirk Hohndel
2014-05-24Dive list: more consistent handling of "add to trip"Gravatar Dirk Hohndel
2014-05-24Add some helper functionsGravatar Dirk Hohndel
2014-05-24Remove export and save as from dive list context menuGravatar Dirk Hohndel
2014-05-22Gratuitous whitespace changesGravatar Dirk Hohndel
2014-05-21Implementing export dialogGravatar Miika Turkia
2014-05-20Migrate code to for_each_dive and for_each_dcGravatar Anton Lundin
2014-05-20Consistently use for_each_dive (and use it correctly)Gravatar Dirk Hohndel
2014-05-20Dive list: add context menu function to renumber dive(s)Gravatar Dirk Hohndel
2014-05-19Fix selection after downloading dives from the dive computerGravatar Dirk Hohndel
2014-05-13Move DiveList related methods/classes to own file.Gravatar Tomaz Canabrava
2014-05-07Fix crash on dereferencing dangling pointersGravatar Thiago Macieira
2014-05-05Add images to all dive computers and refresh profileGravatar Robert C. Helling
2014-04-28When scrolling to dive, scroll to trip firstGravatar Linus Torvalds
2014-04-26Add exporting selected dives into CSV fileGravatar Miika Turkia
2014-04-26Add GUI support for exporting in CSV formatGravatar Miika Turkia
2014-04-26Use proper export text instead of saveGravatar Miika Turkia
2014-04-17Mark a lot of TODO's where I think it should be moved to C code.Gravatar Tomaz Canabrava
2014-04-02Make divelist header corrections Mac specificGravatar Anton Lundin
2014-03-20Enable posibility to add dives to trip belowGravatar Anton Lundin
2014-03-03Whitespace cleanupGravatar Dirk Hohndel
2014-02-27Massive automated whitespace cleanupGravatar Dirk Hohndel
2014-02-17Code cleanupGravatar Dirk Hohndel
2014-02-17Compute dive computer/camera time offset from sample pictureGravatar Robert C. Helling
2014-02-17Store camera time offset in preferencesGravatar Robert C. Helling
2014-02-12Replace mainWindow() with MainWindow::instance()Gravatar Boris Barbulovski
2014-02-10Don't ignore the return values from readfile and EXIF parserGravatar Dirk Hohndel
2014-02-09DiveListView tiny cleanupGravatar Boris Barbulovski
2014-02-09ShiftImageTimesDialog class cleanup.Gravatar Boris Barbulovski
2014-02-06Include images in profileGravatar Robert C. Helling
2014-01-16Fix some memory leaks.Gravatar Boris Barbulovski
2014-01-16Whitespace and coding style updatesGravatar Dirk Hohndel
2014-01-15Convert to TRUE/FALSE to stdbools true/falseGravatar Anton Lundin
2014-01-15Make this code Qt5 compatibleGravatar Anton Lundin
2014-01-10Make divelist search case insensitiveGravatar Sergey Starosek
2014-01-10Make Ctrl-F window shortcutGravatar Sergey Starosek
2014-01-07Setting dive as 'current' when restoring selectionGravatar Tomaz Canabrava
2013-12-20Silence a few warningsGravatar Dirk Hohndel