summaryrefslogtreecommitdiffstats
path: root/qt-ui/divelistview.cpp
AgeCommit message (Expand)Author
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
2013-05-29Code Cleanup.Gravatar Tomaz Canabrava
2013-05-29Fixed the regression of selection not being stored from table to treeGravatar Tomaz Canabrava
2013-05-29More work on bug 111, Sorting works as it should.Gravatar Tomaz Canabrava
2013-05-29Reimplement the Sort method to change from Tree / List, and remember selection.Gravatar Tomaz Canabrava
2013-05-29Add a "sort role" for sorting the dive listGravatar Linus Torvalds
2013-05-28Saves the selection to select it later.Gravatar Tomaz Canabrava
2013-05-28Switch between Tree / list on column - click.Gravatar Tomaz Canabrava
2013-05-28Adds the code to make the dive list behave like tree or listGravatar Tomaz Canabrava
2013-05-26Fix colum visibility selection in the divelistGravatar Dirk Hohndel
2013-05-22The never ending, futile fight for whitespace consistencyGravatar Dirk Hohndel
2013-05-21Fixed the hide / show columns using the settings.Gravatar Tomaz Canabrava
2013-05-21Added code for handling of show / hide of columns.Gravatar Tomaz Canabrava
2013-05-16Don't deleteLater a null pointerGravatar Thiago Macieira
2013-05-16Fix loading a second dive, after the first file was loaded.Gravatar Tomaz Canabrava
2013-05-14code to show profile againGravatar Tomaz Canabrava
2013-05-14Clean up some typosGravatar Henrik Brautaset Aronsen
2013-05-13removed a unused debug.Gravatar Tomaz Canabrava
2013-05-13shift-key + shift-click + key corner cases covered.Gravatar Tomaz Canabrava