<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-models, branch v4.6.0</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.6.0</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.6.0'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-01-12T22:17:09Z</updated>
<entry>
<title>Add cylinder equipment tooltips with gas volume</title>
<updated>2017-01-12T22:17:09Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2017-01-11T17:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=638e7fb28fa48adfb4d9ecba132bbc26990b4056'/>
<id>urn:sha1:638e7fb28fa48adfb4d9ecba132bbc26990b4056</id>
<content type='text'>
This adds tooltips for the equipment tab for each cylinder, showing the
amount of gas used.

When you mouse over the size and working pressure fields, the tooltip will
show the amount of gas used (along with start and end gas volumes). And
when you mouse over the start and end pressures, it will show the start
and end gas volumes, and the Z factor used.

I started doing this because of the gas volume questions in the last day
or two (and a few from a few weeks ago). When even Robert Helling starts
wondering about the effects of compressibility on the SAC calculation, our
numbers are clearly too opaque.

With these tooltips, at least you can see what went into the used gas
calculations, instead of having to add debugging options to print out Z
factors.

[ This patch also adds a "rint()" to get the rounding right in the
  gas_volume() function.  Although rounding to the nearst milliliter
  really doesn't matter, it's the right thing to do after doing FP
  calculations ;^]

Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'plannerSettings'</title>
<updated>2017-01-07T15:12:07Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-01-07T15:12:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=913fa8592625c109c48c9ef08e8ec9223bf48e2b'/>
<id>urn:sha1:913fa8592625c109c48c9ef08e8ec9223bf48e2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Set planner settings with SettingsObjectWrapper</title>
<updated>2017-01-07T14:44:42Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2017-01-06T10:10:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=e3a7782aff31f267e990066ce1a3cc065447e05c'/>
<id>urn:sha1:e3a7782aff31f267e990066ce1a3cc065447e05c</id>
<content type='text'>
By using SettingsObjectWrapper, the planner settings can be saved and restored
correctly

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Rename prefs.deco_mode to prefs.planner_deco_mode</title>
<updated>2017-01-07T04:43:23Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2017-01-07T02:11:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=935734100f07092800ec4467b88c59a9a4efd572'/>
<id>urn:sha1:935734100f07092800ec4467b88c59a9a4efd572</id>
<content type='text'>
This is to avoid confusion with planner.display_deco_mode.
When accessing the "current deco mode" use the decoMode()
helper function.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
</content>
</entry>
<entry>
<title>Remove unused variable</title>
<updated>2016-12-26T20:50:52Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2016-12-26T20:50:52Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d34e789c03a2893eae70b5528c7f2c6ccb6a1ee0'/>
<id>urn:sha1:d34e789c03a2893eae70b5528c7f2c6ccb6a1ee0</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Provide phots summary on dive list (Part 2)</title>
<updated>2016-11-24T00:58:46Z</updated>
<author>
<name>Willem Ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2016-11-21T09:26:58Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6aa01372fddfa82533bceceb3275a73172644f77'/>
<id>urn:sha1:6aa01372fddfa82533bceceb3275a73172644f77</id>
<content type='text'>
Please apply this patch on top of the previous patch with the same title.
1) Provide icons with white margin to look more like photos
2) Optimise code, following Robert's suggestions.
3) Column heading for photos column is now: Photos. This takes up extra
   horizontal space but makes the user interface more understandable.

Signed-off-by: Willem Ferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Provide photos summary on dive list</title>
<updated>2016-11-24T00:58:16Z</updated>
<author>
<name>Willem Ferguson</name>
<email>willemferguson@zoology.up.ac.za</email>
</author>
<published>2016-11-19T12:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1fa855e1c091175afcdb0cc4a3395d3aecb96d1c'/>
<id>urn:sha1:1fa855e1c091175afcdb0cc4a3395d3aecb96d1c</id>
<content type='text'>
1) Add an extra column to dive list, just left of Locality field.
2) For each dive, give summary of photos as follows:
   i)   no photos: no icon in that column
   ii)  photos taken during dive: show icon of fish
   iii) photos taken before/after dive: show icon of sun
   iv)  photos taken during as well as before/after dive: show
     icon with both fish and sun
3) Provide information for the sort operation to work on
   this column of the dive list.

Signed-off-by: Willem Ferguson &lt;willemferguson@zoology.up.ac.za&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Use fake profile when replanning dives without samples</title>
<updated>2016-11-09T14:25:11Z</updated>
<author>
<name>Robert C. Helling</name>
<email>helling@atdotde.de</email>
</author>
<published>2016-11-08T20:17:35Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=05098f90cd89315a618907038e5e625e767e2b0e'/>
<id>urn:sha1:05098f90cd89315a618907038e5e625e767e2b0e</id>
<content type='text'>
This can happen when the user asks to replan a dive that
was imported from CSV.

Signed-off-by: Robert C. Helling &lt;helling@atdotde.de&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Planner: populate gaslist for initial simple dive</title>
<updated>2016-10-28T03:35:57Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2016-10-26T02:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f2bbd0c62737fabea58d1454df1aea036f6e774b'/>
<id>urn:sha1:f2bbd0c62737fabea58d1454df1aea036f6e774b</id>
<content type='text'>
Call GasSelectionModel::instance()-&gt;repopulate() when creating the initial
simple dive. Without this call, the gas selection dropdown list does not work
in the DivePLannerPointsModel table until the cylinders table has been edited.

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Separate VPM-B conservatism preference for planner and profile</title>
<updated>2016-09-24T15:30:11Z</updated>
<author>
<name>Rick Walsh</name>
<email>rickmwalsh@gmail.com</email>
</author>
<published>2016-09-24T08:02:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7e09a6c7bcb135d65b3e48f2aee44791dd080443'/>
<id>urn:sha1:7e09a6c7bcb135d65b3e48f2aee44791dd080443</id>
<content type='text'>
Separate the VPM-B conservatism preference into diveplan.vpmb_conservatism for
planning dives and prefs.vpmb_conservatism for profile ceiling display of
saved dives.

Signed-off-by: Rick Walsh &lt;rickmwalsh@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
