Skip to content

Commit

Permalink
fix eols
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12176 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 18, 2009
1 parent af957ff commit 4a4d05a
Show file tree
Hide file tree
Showing 25 changed files with 2,466 additions and 2,466 deletions.
2 changes: 1 addition & 1 deletion resources/context_help/QgsNewOgrConnection-en_US
@@ -1 +1 @@
<h3>New OGR Database Connection Dialog</h3>
<h3>New OGR Database Connection Dialog</h3>
2 changes: 1 addition & 1 deletion resources/context_help/QgsNewOgrConnection-ru_RU
@@ -1 +1 @@
<h3>Новое OGR-соединение с базой данных</h3>
<h3>Новое OGR-соединение с базой данных</h3>
2 changes: 1 addition & 1 deletion resources/context_help/QgsOpenVectorLayerDialog-en_US
@@ -1 +1 @@
<h3>Open Vector Layer Dialog</h3>
<h3>Open Vector Layer Dialog</h3>
2 changes: 1 addition & 1 deletion resources/context_help/QgsOpenVectorLayerDialog-ru_RU
@@ -1 +1 @@
<h3>Добавить векторный слой</h3>
<h3>Добавить векторный слой</h3>
350 changes: 175 additions & 175 deletions src/plugins/dxf2shp_converter/dxf2shpconvertergui.ui
@@ -1,175 +1,175 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dxf2shpConverterGui</class>
<widget class="QDialog" name="dxf2shpConverterGui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<height>250</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>350</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>300</height>
</size>
</property>
<property name="windowTitle">
<string>Dxf Importer</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Input and output</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Input Dxf file</string>
</property>
<property name="buddy">
<cstring>name</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="name"/>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="btnBrowseForFile">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Output file</string>
</property>
<property name="buddy">
<cstring>dirout</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="dirout"/>
</item>
<item row="1" column="2">
<widget class="QToolButton" name="btnBrowseOutputDir">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="convertTextCheck">
<property name="text">
<string>Export text labels</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="title">
<string>Output file type</string>
</property>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="polyline">
<property name="text">
<string>Polyline</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QRadioButton" name="polygon">
<property name="text">
<string>Polygon</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QRadioButton" name="point">
<property name="text">
<string>Point</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>name</tabstop>
<tabstop>btnBrowseForFile</tabstop>
<tabstop>dirout</tabstop>
<tabstop>btnBrowseOutputDir</tabstop>
<tabstop>convertTextCheck</tabstop>
<tabstop>polyline</tabstop>
<tabstop>polygon</tabstop>
<tabstop>point</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>dxf2shpConverterGui</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>227</x>
<y>223</y>
</hint>
<hint type="destinationlabel">
<x>349</x>
<y>194</y>
</hint>
</hints>
</connection>
</connections>
</ui>
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>dxf2shpConverterGui</class>
<widget class="QDialog" name="dxf2shpConverterGui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<height>250</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>350</width>
<height>220</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>500</width>
<height>300</height>
</size>
</property>
<property name="windowTitle">
<string>Dxf Importer</string>
</property>
<property name="windowIcon">
<iconset>
<normaloff/>
</iconset>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Input and output</string>
</property>
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Input Dxf file</string>
</property>
<property name="buddy">
<cstring>name</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="name"/>
</item>
<item row="0" column="2">
<widget class="QToolButton" name="btnBrowseForFile">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
<property name="text">
<string>Output file</string>
</property>
<property name="buddy">
<cstring>dirout</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="dirout"/>
</item>
<item row="1" column="2">
<widget class="QToolButton" name="btnBrowseOutputDir">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
<item row="2" column="0" colspan="3">
<widget class="QCheckBox" name="convertTextCheck">
<property name="text">
<string>Export text labels</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="1" column="0">
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<height>50</height>
</size>
</property>
<property name="title">
<string>Output file type</string>
</property>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QRadioButton" name="polyline">
<property name="text">
<string>Polyline</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QRadioButton" name="polygon">
<property name="text">
<string>Polygon</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QRadioButton" name="point">
<property name="text">
<string>Point</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<layoutdefault spacing="6" margin="11"/>
<tabstops>
<tabstop>name</tabstop>
<tabstop>btnBrowseForFile</tabstop>
<tabstop>dirout</tabstop>
<tabstop>btnBrowseOutputDir</tabstop>
<tabstop>convertTextCheck</tabstop>
<tabstop>polyline</tabstop>
<tabstop>polygon</tabstop>
<tabstop>point</tabstop>
<tabstop>buttonBox</tabstop>
</tabstops>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>dxf2shpConverterGui</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>227</x>
<y>223</y>
</hint>
<hint type="destinationlabel">
<x>349</x>
<y>194</y>
</hint>
</hints>
</connection>
</connections>
</ui>
16 changes: 8 additions & 8 deletions src/plugins/grass/modules-6.4/db.out.ogr.qgm
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Exports attribute tables into various format" module="db.out.ogr">
<option key="input" />
<file key="dns" type="new" />
<option key="format" />
<option key="db_table" />
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Exports attribute tables into various format" module="db.out.ogr">
<option key="input" />
<file key="dns" type="new" />
<option key="format" />
<option key="db_table" />
</qgisgrassmodule>
12 changes: 6 additions & 6 deletions src/plugins/grass/modules-6.4/r.bilinear.qgm
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Bilinear interpolation utility for raster maps" module="r.bilinear">
<option key="input" />
<option key="output" />
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="Bilinear interpolation utility for raster maps" module="r.bilinear">
<option key="input" />
<option key="output" />
</qgisgrassmodule>

0 comments on commit 4a4d05a

Please sign in to comment.