[QGIS-Developer] CDU Creator plugin approval

2019-10-03 Thread Roberta Fagandini
Hi all, we uploaded th CDU Creator plugin some days ago but it is still not approved. Is there any problem? Thanks in advance! Roberta -- *Arch. Roberta Fagandini, PhD* *GIS and Remote Sensing Technician* *Gter srl (Unige spin-off)* *Piazza De Marini 3/61 - 16123 Genova* *P.IVA/CF 01998770992

Re: [QGIS-Developer] Save Log messages as pdf

2019-08-20 Thread Roberta Fagandini
the attribute style but it doesn't work. Do you know any alternatives to QTextDocument().setHtml()? Do you have any suggestions? Thanks in advance, Roberta Il giorno ven 12 lug 2019 alle ore 16:01 Roberta Fagandini < robifagand...@gmail.com> ha scritto: > Oh sorry, I should have understood

Re: [QGIS-Developer] Save Log messages as pdf

2019-07-12 Thread Roberta Fagandini
n't > understand "Qt". > > Here is a good example for you that should work out of the box. This is > C++ but it's the same logic for PyQt: > https://wiki.qt.io/Exporting_a_document_to_PDF > > - Nathan > > On Fri, Jul 12, 2019 at 11:14 PM Roberta Fagandini < > robifag

Re: [QGIS-Developer] Save Log messages as pdf

2019-07-12 Thread Roberta Fagandini
ut prints. > > On Fri., 12 Jul. 2019, 10:44 pm Roberta Fagandini, < > robifagand...@gmail.com> wrote: > >> Hi all, >> I'm working on a plugin that prints a report at the end of the process in >> a log text area of the GUI. I'd like to add an option (maybe a checkbox) to

[QGIS-Developer] Save Log messages as pdf

2019-07-12 Thread Roberta Fagandini
Hi all, I'm working on a plugin that prints a report at the end of the process in a log text area of the GUI. I'd like to add an option (maybe a checkbox) to save the content of the log and the image of the map area as a single multipage pdf file. Is it possible with the standard libraries or it

[QGIS-Developer] Chm from Lidar plugin approval

2019-07-01 Thread Roberta Fagandini
Hi all, we uploaded the CHM from Lidar plugin on June 6 but it is still not approved. Is there any problem? Thanks in advance! Roberta ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info:

Re: [QGIS-Developer] translate plugin gui and log messages

2019-06-20 Thread Roberta Fagandini
Hi all, following Jonas suggestion to use pylupdate5 script, I finally found a possible solution. I have created a .bat file with the following lines (probably are obvious for most of the dev community ;-)): @echo off call "C:\OSGeo4W64\bin\o4w_env.bat" call "C:\OSGeo4W64\bin\qt5_env.bat" call

Re: [QGIS-Developer] translate plugin gui and log messages

2019-06-19 Thread Roberta Fagandini
Hi Matteo, thank you for the help, your solution works fine in linux. Do you know if something similar exists for Windows? Thanks Roberta Il giorno mer 19 giu 2019 alle ore 08:24 matteo ha scritto: > Hi Roberta, > > well the process is pretty easy and straightforward. > > I use the Makefile to

[QGIS-Developer] translate plugin gui and log messages

2019-06-18 Thread Roberta Fagandini
Hi all, I want to translate both the gui and all the log messages of my plugin in a certain language (e.g. Italian). I'm using Qt Creator and Qt Linguist. I created a plugin.pro file which contains all the file with text strings that have to be translated (i.e. my .ui and .py files). Then I used

[QGIS-Developer] save QgsRasterCalculator output file in ascii format (.asc and .xyz)

2019-05-16 Thread Roberta Fagandini
Hi devs, I'm using the QgsRasterCalculator within a python plugin and I would like to save the output file in ascii format but it seems to be not available. Is it right? A solution could be to save the output file as virtual raster and then translate it. Are there other possible solution to

[QGIS-Developer] show error message without exiting the plugin

2019-05-03 Thread Roberta Fagandini
Hi all, I'm developing a plugin and I need to check if some features of the input vector layer are selected or not. If not I'd like to show an error message without closing the plugin gui: This is the code at the moment: if self.dlg.checkBox.isChecked(): check_sel =