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
/
locationinformation.cpp
Age
Commit message (
Expand
)
Author
2015-06-27
Add missing return statement
Dirk Hohndel
2015-06-26
Dive site rewrite: fix adding a new dive and chaning notes / description
Tomaz Canabrava
2015-06-26
Dive site rewrite: change the default sizes of the dialog
Tomaz Canabrava
2015-06-26
Dive site rewrite: better member name
Tomaz Canabrava
2015-06-26
Dive site rewrite: try to fix a crash
Tomaz Canabrava
2015-06-26
Dive site rewrite: fill and change the current dive site
Tomaz Canabrava
2015-06-26
Dive site rewrite: correctly position the edit site widget
Tomaz Canabrava
2015-06-26
Dive site rewrite: create a dive site edit dialog without borders
Tomaz Canabrava
2015-06-07
Change the name of the dive site on the globe
Tomaz Canabrava
2015-06-07
Reset the current dive site when we reject it
Tomaz Canabrava
2015-06-07
Always fill the fields in LocationInformation edit widget.
Tomaz Canabrava
2015-06-03
Fix acceptChanges for add mode
Tomaz Canabrava
2015-06-03
Fix reject changes for add/edit
Tomaz Canabrava
2015-06-03
Do not set the state of the application from here.
Tomaz Canabrava
2015-06-03
Fire signals for edit and filtering
Tomaz Canabrava
2015-06-03
Only filter by divesite if the divesite exists
Tomaz Canabrava
2015-06-03
Reset state: have a correct dive site being displayed
Tomaz Canabrava
2015-06-03
Current dive site has nothing to do with enableEdition
Tomaz Canabrava
2015-06-03
Fix the message buttons in dive_site_edit
Tomaz Canabrava
2015-06-03
Different states for edit / add dive site
Tomaz Canabrava
2015-06-01
Simplify model handling and crashes fixes
Tomaz Canabrava
2015-06-01
Remove unused method
Tomaz Canabrava
2015-06-01
Remove Combobox from LocationManagement
Tomaz Canabrava
2015-06-01
Correctly change the dive_site name
Tomaz Canabrava
2015-06-01
Create a new DiveSite when user clicks on add
Tomaz Canabrava
2015-05-31
Organize the dive_sites alphabetically
Tomaz Canabrava
2015-05-31
Fix crash when cancelling divesite edit with empty divesite
Tomaz Canabrava
2015-05-29
Update DiveLocationModel when thread finishes
Tomaz Canabrava
2015-05-29
LocationInformationModel moved to qt-models
Tomaz Canabrava
2015-05-27
Fix crash when rejecting dive site changes
Dirk Hohndel
2015-05-27
Start editing new site regardless what the user does first
Dirk Hohndel
2015-05-27
Dive site management: make sure currentDs is valid
Dirk Hohndel
2015-05-26
Filter out the dives that are not at dive_site.
Tomaz Canabrava
2015-05-26
Only repopulate model when needed.
Tomaz Canabrava
2015-05-26
Show the correct dive_site on the manage combobox
Tomaz Canabrava
2015-05-26
Do not create a new dive site when curr is invalid
Tomaz Canabrava
2015-05-26
Don't setLocationId when accept/reject changes
Tomaz Canabrava
2015-05-22
Location management: reflect changes to a location's name
Dirk Hohndel
2015-05-22
Location management: reflect changes to the coordinates on the map
Dirk Hohndel
2015-05-22
Location management: actually parse the GPS coordinates
Dirk Hohndel
2015-05-17
Fix easily reproduced crash
Dirk Hohndel
2015-05-17
Update the dive location when showing the dialog
Tomaz Canabrava
2015-05-17
Implement the row count for location information
Tomaz Canabrava
2015-05-17
Implement the data method for location information
Tomaz Canabrava
2015-05-17
Start the model for location information.
Tomaz Canabrava
2015-05-17
Move Locationinformation to its own file.
Tomaz Canabrava