aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.cpp
AgeCommit message (Expand)Author
2013-11-19Clear selected trips after restoring selectionGravatar Dirk Hohndel
2013-11-18Shift times of selected divesGravatar Robert Helling
2013-11-17Add "add dive(s) to trip above" featureGravatar Dirk Hohndel
2013-11-17Fix a couple of problems with dive mergingGravatar Dirk Hohndel
2013-11-16Fix crash when entering a dive via dive-add on a empty table.Gravatar Tomaz Canabrava
2013-11-16Fix dive mergingGravatar Linus Torvalds
2013-11-16Removed duplicated method.Gravatar Tomaz Canabrava
2013-11-16Expand the trip of the newly selected dive.Gravatar Tomaz Canabrava
2013-11-16Selects the dive before the deleted ones.Gravatar Tomaz Canabrava
2013-11-16Do not break Dive Headings on trip mode when a delete dive is done.Gravatar Tomaz Canabrava
2013-11-16Fix wrong handling of Dive Table, and revert some wrong changes.Gravatar Tomaz Canabrava
2013-11-15This moves the removal code to the model.Gravatar Tomaz Canabrava
2013-11-15Maintain opened the trips of the selected dive.Gravatar Tomaz Canabrava
2013-11-15Fix the sentense 'collapse' to 'collapse others' and scroll to it.Gravatar Tomaz Canabrava
2013-11-15Make more context menu functions act on all selected divesGravatar Dirk Hohndel
2013-11-15Avoid std::string: QByteArray is enough and already compiled inGravatar Thiago Macieira
2013-11-15Manually add trips from dive list context menuGravatar Dirk Hohndel
2013-11-15Fix potential crash when merging tripsGravatar Dirk Hohndel
2013-11-14Expand the trip of the first selected dive.Gravatar Tomaz Canabrava
2013-11-14Fix Last Column adding a horizontal Scroll on the Dive List.Gravatar Tomaz Canabrava
2013-11-14Maintain the selection when aborting "dive add"Gravatar Dirk Hohndel
2013-11-14Add file naming dialog for save asGravatar Miika Turkia
2013-11-13When selection gets confused, don't try to select non-existing diveGravatar Dirk Hohndel
2013-11-11Mark divelist changed when deleting a diveGravatar Dirk Hohndel
2013-11-09Save / Restore the Tree after organizing by other columns.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-05Fix dive mergingGravatar Dirk Hohndel
2013-11-05Remember the column we are sorting byGravatar Dirk Hohndel
2013-10-20Export dives in UDDF formatGravatar Miika Turkia
2013-10-17Some adjustments to "save as"Gravatar Dirk Hohndel
2013-10-17Added 'Save As' option on the dive list menu.Gravatar Tomaz Canabrava
2013-10-15Random white space cleanupGravatar Dirk Hohndel
2013-10-11Good deal of whitespace fixes and code cleanup.Gravatar Tomaz Canabrava
2013-10-04Fix showing all columns by default on first run.Gravatar Tomaz Canabrava
2013-10-01Fix weight adding in the Qt UI & fix the header height for tablesGravatar Patrick Valsecchi
2013-09-24Only offer to merge dives if they are consecutive in the divelistGravatar Dirk Hohndel
2013-09-24Much easier way to detect if more than one dive is selectedGravatar Dirk Hohndel
2013-09-23Add "merge selected dives" to dive list popup menuGravatar Dirk Hohndel
2013-09-22Correctly handle empty dive list after deleteGravatar Dirk Hohndel
2013-08-16Fix for double-rendering, double selection and other annoyances.Gravatar Tomaz Canabrava
2013-07-04Qt: Implement trip merging logicGravatar Linus Torvalds
2013-06-17Changed a lot of code to reduce boilerplate on models in the future.Gravatar Tomaz Canabrava
2013-06-14Show & edit trip location and notes when exactly one trip is selectedGravatar Dirk Hohndel
2013-06-14Don't offer "delete dive" context menu for tripGravatar Dirk Hohndel
2013-06-14First deselect, then selectGravatar Dirk Hohndel
2013-06-12Implements the DiveList to behave like Linus Explained.Gravatar Tomaz Canabrava
2013-06-09Ticket 127 - Repopulate context menu on preferences changeGravatar Helio Chissini de Castro
2013-06-08Use the official QItemSelectionModel::SelectionFlagsGravatar Thiago Macieira
2013-06-07Make a map ctrl-click toggle the selection stateGravatar Linus Torvalds