index
:
subsurface.git
master
forked from https://github.com/subsurface/subsurface
Tim Segers
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qt-ui
/
divelistview.cpp
Age
Commit message (
Expand
)
Author
2013-05-30
Add a proof of concept for filtering the Dive List,
Tomaz Canabrava
2013-05-30
Don't display "show" in front of every column
Henrik Brautaset Aronsen
2013-05-30
Code layout changes
Dirk Hohndel
2013-05-29
Code Cleanup.
Tomaz Canabrava
2013-05-29
Fixed the regression of selection not being stored from table to tree
Tomaz Canabrava
2013-05-29
More work on bug 111, Sorting works as it should.
Tomaz Canabrava
2013-05-29
Reimplement the Sort method to change from Tree / List, and remember selection.
Tomaz Canabrava
2013-05-29
Add a "sort role" for sorting the dive list
Linus Torvalds
2013-05-28
Saves the selection to select it later.
Tomaz Canabrava
2013-05-28
Switch between Tree / list on column - click.
Tomaz Canabrava
2013-05-28
Adds the code to make the dive list behave like tree or list
Tomaz Canabrava
2013-05-26
Fix colum visibility selection in the divelist
Dirk Hohndel
2013-05-22
The never ending, futile fight for whitespace consistency
Dirk Hohndel
2013-05-21
Fixed the hide / show columns using the settings.
Tomaz Canabrava
2013-05-21
Added code for handling of show / hide of columns.
Tomaz Canabrava
2013-05-16
Don't deleteLater a null pointer
Thiago Macieira
2013-05-16
Fix loading a second dive, after the first file was loaded.
Tomaz Canabrava
2013-05-14
code to show profile again
Tomaz Canabrava
2013-05-14
Clean up some typos
Henrik Brautaset Aronsen
2013-05-13
removed a unused debug.
Tomaz Canabrava
2013-05-13
shift-key + shift-click + key corner cases covered.
Tomaz Canabrava
2013-05-13
Speed fixes
Tomaz Canabrava
2013-05-13
Trying to make the DiveList selection behave correctly
Tomaz Canabrava
2013-05-02
Test the CSS for styling the TableView
Tomaz Canabrava
2013-05-01
Added Support for the Trips and Dives on the DiveList model.
Tomaz Canabrava
2013-04-28
Fixed loading the stars when opening with file as argv. minor cleanup
Tomaz Canabrava
2013-04-27
Added support for showing the Stars on the DiveTable
Tomaz Canabrava
2013-04-24
Amend divetrip model to use int units
Amit Chaudhuri
2013-04-13
Add Qtr_ macros that uses gettext in a tr() compatible manner
Dirk Hohndel
2013-04-12
Add dive list view to main window
Amit Chaudhuri