<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-ui, branch v4.1.91</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.1.91</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.1.91'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-07-19T01:46:51Z</updated>
<entry>
<title>get_gas_at_time needs to always give us a valid gas</title>
<updated>2014-07-19T01:46:51Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2014-07-19T01:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=17bcd1bc6085013877888792754f52ce6b375aea'/>
<id>urn:sha1:17bcd1bc6085013877888792754f52ce6b375aea</id>
<content type='text'>
Before this function was changed it was really supposed to just change a
gas that was passed in in case there was an event that changed the mix -
but with the new name the caller will assume that they get a valid gasmix.
And promptly we had one caller that didn't initialize gas to be based on
the first cylinder before calling get_gas_at_time().

Instead of adding yet one more spot that knows about the oddity of the old
API I simply changed get_gas_at_time() to do what it name appears to imply
and fixed the other callers not to bother to initialize the gasmix.

Fixes #647

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add missing application icon</title>
<updated>2014-07-18T17:21:42Z</updated>
<author>
<name>Sergey Starosek</name>
<email>sergey.starosek@gmail.com</email>
</author>
<published>2014-07-18T10:57:14Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=88a0dc1bb2bc24609a8556f6a4d4214b797bde04'/>
<id>urn:sha1:88a0dc1bb2bc24609a8556f6a4d4214b797bde04</id>
<content type='text'>
Signed-off-by: Sergey Starosek &lt;sergey.starosek@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Print: remove the options for height from display.h's 'struct options'</title>
<updated>2014-07-18T17:20:11Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2014-07-18T08:48:26Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=21a1fc2a4f816c53f6db995b419d902363dfe751'/>
<id>urn:sha1:21a1fc2a4f816c53f6db995b419d902363dfe751</id>
<content type='text'>
Not supported. Also the profile in "6 dives per page" doesn't really
allow much variations because it looks bad if we scale it down further
on A4.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Print: remove the height sliders from the PrintOptions class</title>
<updated>2014-07-18T17:20:00Z</updated>
<author>
<name>Lubomir I. Ivanov</name>
<email>neolit123@gmail.com</email>
</author>
<published>2014-07-18T08:43:15Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=6e4ebe3c5427b178808c0b0579803c56c5cf53d5'/>
<id>urn:sha1:6e4ebe3c5427b178808c0b0579803c56c5cf53d5</id>
<content type='text'>
These were hidden and we don't really support them because
our print layouting is not that flexible in Qt!

Note: printoptions.ui is now converted to UNIX line breaks.

Signed-off-by: Lubomir I. Ivanov &lt;neolit123@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Do not plot text twice for information.</title>
<updated>2014-07-18T17:14:57Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-07-18T01:01:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=571755cc6472007cf0099a65e265b4c1cf1afde3'/>
<id>urn:sha1:571755cc6472007cf0099a65e265b4c1cf1afde3</id>
<content type='text'>
Well, the information was bad, it was being printed twice
if the text is HTML, print only once.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Bypass the PDF bug by painting on a QImage and paint the image to pdf</title>
<updated>2014-07-18T17:14:48Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-07-18T01:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=94bcd2622a386172ea1150e16cf4628eb78a3760'/>
<id>urn:sha1:94bcd2622a386172ea1150e16cf4628eb78a3760</id>
<content type='text'>
well... we have a good and working printing system now. :)

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Close the print dialog after a sucessfull print</title>
<updated>2014-07-18T17:14:27Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-07-18T00:25:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=10ed5da32565e48df0f429695416127b3007c0de'/>
<id>urn:sha1:10ed5da32565e48df0f429695416127b3007c0de</id>
<content type='text'>
I think it's intuitive to do not warn if everything was according to the
plan, and keep the dialog open after a print was due is something that I
find it strange.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add the HTML Delegate to printing.</title>
<updated>2014-07-18T17:14:27Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-07-18T00:06:12Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7a70f15f9b3f71666e51f33f185541e0d3fb4cff'/>
<id>urn:sha1:7a70f15f9b3f71666e51f33f185541e0d3fb4cff</id>
<content type='text'>
This patch just adds the HTML Delegate to print the text.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Fixed memleak</title>
<updated>2014-07-18T17:14:27Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-07-17T23:34:11Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=30499fdb30148edbf51c9f33964c18537badf148'/>
<id>urn:sha1:30499fdb30148edbf51c9f33964c18537badf148</id>
<content type='text'>
The model was not being deleted when the table was, and thus we
recreated it for every print.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>No need to delete a QPointer</title>
<updated>2014-07-18T17:14:27Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tomaz.canabrava@intel.com</email>
</author>
<published>2014-07-17T23:27:18Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=426b640d2f65dfe9345481f23d0bd49ce616e460'/>
<id>urn:sha1:426b640d2f65dfe9345481f23d0bd49ce616e460</id>
<content type='text'>
QPointer is a smart pointer, it will delete itself when the
refcount == 0.

Signed-off-by: Tomaz Canabrava &lt;tomaz.canabrava@intel.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
