<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/desktop-widgets/tab-widgets, branch v4.6.4</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom/desktop-widgets/tab-widgets?h=v4.6.4</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom/desktop-widgets/tab-widgets?h=v4.6.4'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2017-04-26T15:45:34Z</updated>
<entry>
<title>Fix saving table size</title>
<updated>2017-04-26T15:45:34Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2017-04-26T15:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=7aac3852c1cdb2a877067a46e94573bba1288f9e'/>
<id>urn:sha1:7aac3852c1cdb2a877067a46e94573bba1288f9e</id>
<content type='text'>
We need to make sure the model is avaliable for the table
until it hits the destructor.

Fixes #347

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Move extra info tab in main window to the very right side again</title>
<updated>2017-04-21T18:27:15Z</updated>
<author>
<name>Stefan Fuchs</name>
<email>sfuchs@gmx.de</email>
</author>
<published>2017-04-21T16:33:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=bea1217f7bdda6632b5a7e608c0f655970a5e53a'/>
<id>urn:sha1:bea1217f7bdda6632b5a7e608c0f655970a5e53a</id>
<content type='text'>
Signed-off-by: Stefan Fuchs &lt;sfuchs@gmx.de&gt;
</content>
</entry>
<entry>
<title>Also translate tab headers</title>
<updated>2017-04-14T16:50:38Z</updated>
<author>
<name>Jan Mulder</name>
<email>jlmulder@xs4all.nl</email>
</author>
<published>2017-04-13T18:23:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b809019c7ae0651d4f8f7c8ea0bf14340c056d6b'/>
<id>urn:sha1:b809019c7ae0651d4f8f7c8ea0bf14340c056d6b</id>
<content type='text'>
After the restyle of the maintab code, the translation of some tab titles went
missing. Corrected here.

Signed-off-by: Jan Mulder &lt;jlmulder@xs4all.nl&gt;
</content>
</entry>
<entry>
<title>Fix build against older Qt versions</title>
<updated>2017-04-13T03:24:24Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2017-04-13T03:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=86a98867f13ba2e71a1ba0d3262a892b96a8b745'/>
<id>urn:sha1:86a98867f13ba2e71a1ba0d3262a892b96a8b745</id>
<content type='text'>
While the new syntax is nicer and faster, this isn't supported prior
to Qt 5.6 and we still support 5.5 on older OSs.

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Aparently, remove a QXB warning.</title>
<updated>2017-04-07T01:25:53Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2017-04-04T18:01:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=385816be2ee120850415ae79a2187bf0cdbce593'/>
<id>urn:sha1:385816be2ee120850415ae79a2187bf0cdbce593</id>
<content type='text'>
Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Clean up some widgets</title>
<updated>2017-04-07T01:25:15Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2017-04-04T17:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=2f86cbdc3690aa0e5ef8e321f4d5dbb10bf640cc'/>
<id>urn:sha1:2f86cbdc3690aa0e5ef8e321f4d5dbb10bf640cc</id>
<content type='text'>
Simplify logic of handling the Message that this
dive is being modified.

Signed-off-by: Tomaz Canabrava &lt;tcanabrava@kde.org&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Break down MainTab into smaller classes</title>
<updated>2017-04-07T01:23:25Z</updated>
<author>
<name>Tomaz Canabrava</name>
<email>tcanabrava@kde.org</email>
</author>
<published>2017-04-04T17:21:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=1fc4fba69fed8607d9b961086a88bcf362a482a5'/>
<id>urn:sha1:1fc4fba69fed8607d9b961086a88bcf362a482a5</id>
<content type='text'>
Maintab is one of our most complex classes, and it's
something I'm not actually proud of. But it currently
works and the idea of splitting it was in my head for
quite a while.

This is the third or fourth tentative of splitting it,
and this time I let the most complex part of it untouched,
the Notes and Equipment tab are way too complex to untangle
right now on my limited time.

A new class 'TabBase' should be used for any new tab that
we may create, and added on the MainTab (see the new lines
on the MainTab constructor).

Also, Extra Info, Information, Photos and Statistics where
ported to this new way helping reduce the number of
lines and functions on the MainTab quite a bit.

Overall this is a step in the right direction for the future.

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