<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/Documentation, branch v3.9.1</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v3.9.1</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v3.9.1'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2013-11-19T17:40:14Z</updated>
<entry>
<title>A first update of subsurface V4.0 manual</title>
<updated>2013-11-19T17:40:14Z</updated>
<author>
<name>Willem Ferguson</name>
<email>willem@willem-Precision-M4700.(none)</email>
</author>
<published>2013-11-19T12:12:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5948aa5650034e569cc2eba6ef856475c28f26bf'/>
<id>urn:sha1:5948aa5650034e569cc2eba6ef856475c28f26bf</id>
<content type='text'>
This starts mostly from scratch. It removes big chunkgs of the old manual,
the old pictures and starts with new visuals and new descriptions. A lot
more work is needed, but it's a good start.

Signed-off-by: Willem Ferguson &lt;willem@willem-Precision-M4700.(none)&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Implement a qmake-based build for Subsurface</title>
<updated>2013-10-09T06:29:33Z</updated>
<author>
<name>Thiago Macieira</name>
<email>thiago@macieira.org</email>
</author>
<published>2013-10-07T00:52:34Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=67e49d6480126968a1d87a12ae6e967b861e8909'/>
<id>urn:sha1:67e49d6480126968a1d87a12ae6e967b861e8909</id>
<content type='text'>
This is working for me, but requires a bit more testing. To build,
run:
  qmake [options]

Where options might be:
  V=1               disable "silent" build
  LIBDCDEVEL=1      use side-by-side libdivecomputer
  INCLUDEPATH+=xxx  add -Ixxx (e.g., INCLUDEPATH+=/usr/local/marble/include)
  LIBS+=xxx         add xxx to the linker flags (e.g. LIBS+=-L/usr/local/marble/lib)
  or any other qmake option, including debug and release options

If your distribution is already using qtchooser in place of qmake, you
may need to pass an extra option to qmake to select the a
cross-build. For example:

  qmake -qt=i686-w64-mingw32-qt4

If your distribution is not yet using qtchooser, then you need to file
a bug report requesting it and you need to run the full path to qmake.

Note:
 - there are some ### left in the buildsystem

Signed-off-by: Thiago Macieira &lt;thiago@macieira.org&gt;
</content>
</entry>
<entry>
<title>Crude hack to stop the build from failing without asciidoc</title>
<updated>2013-08-05T15:22:11Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-08-05T15:22:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=de8bfe9bc337050bf5e63e853365c316735b2b06'/>
<id>urn:sha1:de8bfe9bc337050bf5e63e853365c316735b2b06</id>
<content type='text'>
This could be made much more elegant. For now it serves its purpose.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Updates to the lists of supported dive computers</title>
<updated>2013-05-18T05:33:49Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-18T05:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=582d1157ed84c5a1a4488f6d7607780bfe82a55e'/>
<id>urn:sha1:582d1157ed84c5a1a4488f6d7607780bfe82a55e</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Documentation: improve instructions for upload to divelogs.de</title>
<updated>2013-05-17T17:28:53Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-17T17:28:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=082ec43eeabe92c7d65d3ab0f189e8fb43016f35'/>
<id>urn:sha1:082ec43eeabe92c7d65d3ab0f189e8fb43016f35</id>
<content type='text'>
Suggested-by: Peter Konings &lt;peter.l.e.konings@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Documentation: update divelogs.de export explanation</title>
<updated>2013-05-17T00:49:01Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-17T00:49:01Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=59a0c5cdcdec9d1e5def843a553bb27706f4ce1c'/>
<id>urn:sha1:59a0c5cdcdec9d1e5def843a553bb27706f4ce1c</id>
<content type='text'>
Thanks to commit 347019272a57 ("Hide user password in Upload to
divelogs.de dialog") we no longer show the password on screen.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Documentation: more tweaks/additions to "Viewing and Completing Your Logs"</title>
<updated>2013-05-16T05:39:19Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-16T05:39:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=d6f279a4155aca1652598dfd4be299c6353d206a'/>
<id>urn:sha1:d6f279a4155aca1652598dfd4be299c6353d206a</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Documentation: describe trips in the dive list</title>
<updated>2013-05-16T05:31:56Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-16T05:23:05Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=3a37554f357450b97e65b13e7e15438eac2dbde5'/>
<id>urn:sha1:3a37554f357450b97e65b13e7e15438eac2dbde5</id>
<content type='text'>
Both autogroup and manual creation of trips is explained. Once the user
looks at manual creation, the other trip manipulation options should be
fairly self-explanatory.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Documentation: multiple small corrections and improvements</title>
<updated>2013-05-16T05:22:20Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-16T05:22:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5b97344b83da1a5bba3015d3120c8405d5502dca'/>
<id>urn:sha1:5b97344b83da1a5bba3015d3120c8405d5502dca</id>
<content type='text'>
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Documentation: add explanation on editing events in the dive profile</title>
<updated>2013-05-16T01:33:26Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-05-16T01:33:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6766c5622089d0205460a5d74664b2d5dd8e7ac5'/>
<id>urn:sha1:6766c5622089d0205460a5d74664b2d5dd8e7ac5</id>
<content type='text'>
Context menu to remove events or add bookmarks or gas change events.

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