aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.cpp
AgeCommit message (Expand)Author
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
2013-06-07Fix unused variable warning and spellingGravatar Linus Torvalds
2013-06-06Try to get rid of unnecessary reloads of the dive listGravatar Dirk Hohndel
2013-06-06Add delete dive context menu entryGravatar Dirk Hohndel
2013-06-06Implement the context menu a different wayGravatar Dirk Hohndel
2013-06-06Only show expand/collapse context menu when in tree modeGravatar Dirk Hohndel
2013-06-06Distinguish between "collapse" and "collapse all"Gravatar Dirk Hohndel
2013-06-06Add context menu to dive listGravatar Dirk Hohndel
2013-06-05Clean up divelist dive selectionGravatar Linus Torvalds
2013-06-05Fixing some issues with the dive selection after OK on preferencesGravatar Dirk Hohndel
2013-06-05Keep selected dive in viewGravatar Dirk Hohndel
2013-06-05First cut at selecting dives from the mapGravatar Linus Torvalds
2013-06-04Stop showing the first dive after a preferences changeGravatar Dirk Hohndel
2013-06-02Once again try to fix the selectionGravatar Dirk Hohndel
2013-05-31Scroll to (and re-expand) the selection when sorting and movingGravatar Linus Torvalds
2013-05-30Add a proof of concept for filtering the Dive List,Gravatar Tomaz Canabrava
2013-05-30Don't display "show" in front of every columnGravatar Henrik Brautaset Aronsen
2013-05-30Code layout changesGravatar Dirk Hohndel