<feed xmlns='http://www.w3.org/2005/Atom'>
<title>subsurface.git/qt-ui/csvimportdialog.ui, branch v4.2</title>
<subtitle>forked from https://github.com/subsurface/subsurface</subtitle>
<id>https://git.tsegers.com/subsurface.git/atom?h=v4.2</id>
<link rel='self' href='https://git.tsegers.com/subsurface.git/atom?h=v4.2'/>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/'/>
<updated>2014-01-03T18:30:08Z</updated>
<entry>
<title>Refactoring import to DiveLogImportDialog</title>
<updated>2014-01-03T18:30:08Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2013-12-29T16:11:20Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b052b790dfe1cddccebf1ea52197c6781eeaf775'/>
<id>urn:sha1:b052b790dfe1cddccebf1ea52197c6781eeaf775</id>
<content type='text'>
Changing the import stuff to DiveLogImport. Now we should have one
import function/dialog for importing divelogs instead of multiple menu
entries.

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Merging Import dialog</title>
<updated>2014-01-03T18:30:06Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2013-12-29T16:11:19Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=646c6ba58b28cc2a2dec8e0a2187158623416b6e'/>
<id>urn:sha1:646c6ba58b28cc2a2dec8e0a2187158623416b6e</id>
<content type='text'>
This patch merges import dialog with CSV import dialog. The aim is to
have only one import menu entry for log files. This menu entry pops up
an import dialog that has tabs for different types of imports (supported
dive logs and CSV configuration currently).

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Use field numbers in CSV import instead of indexes</title>
<updated>2013-12-29T12:13:18Z</updated>
<author>
<name>Miika Turkia</name>
<email>miika.turkia@gmail.com</email>
</author>
<published>2013-12-29T05:52:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=03666fb7656ae19fe11d22094846a1279dc4b9f8'/>
<id>urn:sha1:03666fb7656ae19fe11d22094846a1279dc4b9f8</id>
<content type='text'>
For the common user, a field number is more intuitive than field index.
So let's use that in numbering CSV import fields.

Fixes #388

Signed-off-by: Miika Turkia &lt;miika.turkia@gmail.com&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add application icon to dialogs</title>
<updated>2013-11-30T20:01:32Z</updated>
<author>
<name>Sergey Starosek</name>
<email>sergey.starosek@gmail.com</email>
</author>
<published>2013-11-30T18:41:38Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=988ddb84a6fc8c9e120cc61736524c1112d28b71'/>
<id>urn:sha1:988ddb84a6fc8c9e120cc61736524c1112d28b71</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>Don't use lowercase 'o' for O2</title>
<updated>2013-11-29T18:16:47Z</updated>
<author>
<name>Dirk Hohndel</name>
<email>dirk@hohndel.org</email>
</author>
<published>2013-11-29T18:16:47Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b76a9478783ec3f5b4ee642c1af046960dacf798'/>
<id>urn:sha1:b76a9478783ec3f5b4ee642c1af046960dacf798</id>
<content type='text'>
That just looks odd

Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Redesign CSV import dialog.</title>
<updated>2013-11-29T16:10:50Z</updated>
<author>
<name>Sergey Starosek</name>
<email>sergey.starosek@gmail.com</email>
</author>
<published>2013-11-29T13:40:07Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=f24748253c4e5500f3fba113bfb6cfc4a4e13df6'/>
<id>urn:sha1:f24748253c4e5500f3fba113bfb6cfc4a4e13df6</id>
<content type='text'>
This fixes groupbox alignment and dialog resize issues.

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>Fix dialog titles</title>
<updated>2013-11-29T16:07:26Z</updated>
<author>
<name>Sergey Starosek</name>
<email>sergey.starosek@gmail.com</email>
</author>
<published>2013-11-29T10:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=b57b36e6626a3551fdda5ac9b7826d3c99413625'/>
<id>urn:sha1:b57b36e6626a3551fdda5ac9b7826d3c99413625</id>
<content type='text'>
Use proper names instead of "Dialog"

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>Add optional support for stopdepth import from csv</title>
<updated>2013-11-21T23:54:28Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2013-11-21T22:48:42Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=26656310aba5f5de5c873603f8e74d56283d12a9'/>
<id>urn:sha1:26656310aba5f5de5c873603f8e74d56283d12a9</id>
<content type='text'>
Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add optional support for cns import from csv files</title>
<updated>2013-11-21T23:54:21Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2013-11-21T22:48:41Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=5eccd73a306298616da122ba4e653d4c8f391df8'/>
<id>urn:sha1:5eccd73a306298616da122ba4e653d4c8f391df8</id>
<content type='text'>
Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
<entry>
<title>Add optional support for po2 import from csv files</title>
<updated>2013-11-21T23:54:16Z</updated>
<author>
<name>Anton Lundin</name>
<email>glance@acc.umu.se</email>
</author>
<published>2013-11-21T22:48:40Z</published>
<link rel='alternate' type='text/html' href='https://git.tsegers.com/subsurface.git/commit/?id=8dde12fa35e0e53f93efef8a99a7fe2e625e901c'/>
<id>urn:sha1:8dde12fa35e0e53f93efef8a99a7fe2e625e901c</id>
<content type='text'>
Signed-off-by: Anton Lundin &lt;glance@acc.umu.se&gt;
Signed-off-by: Dirk Hohndel &lt;dirk@hohndel.org&gt;
</content>
</entry>
</feed>
