diff --git a/ORStools/gui/ORStoolsDialogUI.py b/ORStools/gui/ORStoolsDialogUI.py index 94bd1481..1ec74619 100644 --- a/ORStools/gui/ORStoolsDialogUI.py +++ b/ORStools/gui/ORStoolsDialogUI.py @@ -11,7 +11,7 @@ class Ui_ORStoolsDialogBase(object): def setupUi(self, ORStoolsDialogBase): ORStoolsDialogBase.setObjectName("ORStoolsDialogBase") - ORStoolsDialogBase.resize(420, 626) + ORStoolsDialogBase.resize(420, 708) ORStoolsDialogBase.setSizeGripEnabled(True) self.verticalLayout_5 = QtWidgets.QVBoxLayout(ORStoolsDialogBase) self.verticalLayout_5.setObjectName("verticalLayout_5") @@ -377,15 +377,6 @@ def setupUi(self, ORStoolsDialogBase): self.help_button.setIcon(icon4) self.help_button.setObjectName("help_button") self.horizontalLayout_8.addWidget(self.help_button) - self.label_16 = QtWidgets.QLabel(self.widget_2) - sizePolicy = QtWidgets.QSizePolicy(QtWidgets.QSizePolicy.Fixed, QtWidgets.QSizePolicy.Maximum) - sizePolicy.setHorizontalStretch(0) - sizePolicy.setVerticalStretch(0) - sizePolicy.setHeightForWidth(self.label_16.sizePolicy().hasHeightForWidth()) - self.label_16.setSizePolicy(sizePolicy) - self.label_16.setOpenExternalLinks(True) - self.label_16.setObjectName("label_16") - self.horizontalLayout_8.addWidget(self.label_16) self.global_buttons = QtWidgets.QDialogButtonBox(self.widget_2) self.global_buttons.setOrientation(QtCore.Qt.Horizontal) self.global_buttons.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok) @@ -445,7 +436,6 @@ def retranslateUi(self, ORStoolsDialogBase): self.tabWidget.setTabText(self.tabWidget.indexOf(self.batch_tab), _translate("ORStoolsDialogBase", "Batch Jobs")) self.debug_text.setPlaceholderText(_translate("ORStoolsDialogBase", "Queries and errors will be printed here.")) self.help_button.setText(_translate("ORStoolsDialogBase", " Help")) - self.label_16.setText(_translate("ORStoolsDialogBase", "

By

")) from qgsfilterlineedit import QgsFilterLineEdit from . import resources_rc diff --git a/ORStools/gui/ORStoolsDialogUI.ui b/ORStools/gui/ORStoolsDialogUI.ui index 7c606162..274416ee 100644 --- a/ORStools/gui/ORStoolsDialogUI.ui +++ b/ORStools/gui/ORStoolsDialogUI.ui @@ -655,22 +655,6 @@ - - - - - 0 - 0 - - - - <html><head/><body><p>By <a href="https://gis-ops.com"><img src=":/plugins/ORStools/img/logo_gisops_300.png" width=100/></a></p></body></html> - - - true - - - diff --git a/ORStools/metadata.txt b/ORStools/metadata.txt index 10ab7ca6..716dff4d 100644 --- a/ORStools/metadata.txt +++ b/ORStools/metadata.txt @@ -3,17 +3,13 @@ name=ORS Tools qgisMinimumVersion=3.0 description=openrouteservice routing, isochrones and matrix calculations for QGIS -<<<<<<< HEAD -version=1.0.1 -======= version=1.0.0 ->>>>>>> 3d815332817c6c41aaf8397c991f9a95e32d2dbb -author=Nils Nolde +author=GIS • OPS UG email=nils@gis-ops.com about=ORS Tools provides access to most of the functions of openrouteservice.org, based on OpenStreetMap. The tool set includes routing, isochrones and matrix calculations, either interactive in the map canvas or from point files within the processing framework. Extensive attributes are set for output files, incl. duration, length and start/end locations. -changelog=2018/12/3 v1.0.0 First working version of ORS Tools, after replacing OSM Tools plugin +changelog=2019/01/272018/12/3 v1.0.0 First working version of ORS Tools, after replacing OSM Tools plugin tracker=https://github.com/nilsnolde/orstools-qgis-plugin/issues repository=https://github.com/nilsnolde/orstools-qgis-plugin.git