diff --git a/flurstuecks_finder_nrw.py b/flurstuecks_finder_nrw.py index d8585c9..13b7cfc 100644 --- a/flurstuecks_finder_nrw.py +++ b/flurstuecks_finder_nrw.py @@ -258,6 +258,13 @@ def initGui(self): callback=self.SearchFlurstueckClicked, parent=self.iface.mainWindow()) + # Action for showing about message box + self.AddAction( + icon_path=self.icon_path + 'info.png', + text=self.tr(u'Über Flurstücksfinder NRW'), + callback=self.about, + parent=self.iface.mainWindow()) + # Sets the default action for the button menu # Normal search mask as default default_action = [a for a in self.actions if a.text() @@ -1438,3 +1445,11 @@ def run(self): self.first_start = False self.dockwidget.show() self.StartupRoutine() + + def about(self): + aboutString = "Flurstücksfinder NRW
QGIS-Plugin zur Suche von Flurstücken in NRW
" + \ + "Author: Kreis Viersen
Mail: " + \ + "open@kreis-viersen.de
" + \ + "Web: " + \ + "https://github.com/kreis-viersen/flurstuecksfinder-nrw" + QMessageBox.information(self.iface.mainWindow(), "Über Flurstücksfinder NRW", aboutString) \ No newline at end of file diff --git a/metadata.txt b/metadata.txt index 6a8cd34..cfae09b 100644 --- a/metadata.txt +++ b/metadata.txt @@ -6,7 +6,7 @@ name=Flurstücksfinder NRW qgisMinimumVersion=3.16.14 description=Find and display parcels (German State of North Rhine-Westphalia) - Flurstücksuche in NRW -version=1.1.4 +version=1.2.0 author=Kreis Viersen email=open@kreis-viersen.de @@ -24,7 +24,9 @@ repository=https://github.com/kreis-viersen/flurstuecksfinder-nrw hasProcessingProvider=no # Uncomment the following line and add your changelog: -changelog=v1.1.4: +changelog=v1.2.0: + - Infobox "Über Flurstücksfinder NRW" hinzugefügt + v1.1.4: - Weiteren JOSM Pfad ergänzt v1.1.3: - Entferne etwaige überflüssige Leerzeichen eingegebener IDs