Re: [Qgis-developer] 500 login into plugins

2014-12-21 Thread Mikhail Tchernychev
Yes, I got it this morning too, but then it worked. Mikhail On 12/21/2014 02:55 PM, Gary Sherman wrote: On 12/21/14 1:45 PM, Nathan Woodrow wrote: Hey all, Can anyone else confirm they are getting a 500 when logging into the ;plugins site? Works for me... -gary - Nathan ___

Re: [Qgis-developer] Cannot load python after compiling master

2014-12-04 Thread Mikhail Tchernychev
QgsCoordinateTransformCache 2014-12-03 20:29 GMT+01:00 Mikhail Tchernychev mailto:mikhailtchernyc...@gmail.com>>: Hi, I downloaded and compiled latest git snapshot. However when I try to run qgis I am getting: ouldn't load PyQGIS. Python support will

[Qgis-developer] Cannot load python after compiling master

2014-12-03 Thread Mikhail Tchernychev
Hi, I downloaded and compiled latest git snapshot. However when I try to run qgis I am getting: ouldn't load PyQGIS. Python support will be disabled. Traceback (most recent call last): File "", line 1, in File "/home/misha/opt/qgis-dev/share/qgis/python/qgis/__init__.py", line 36, in

Re: [Qgis-developer] Core dump when starting QGIS

2014-12-01 Thread Mikhail Tchernychev
Hi, This has been reported as http://hub.qgis.org/issues/11716 Apparently there is not yet update for ubuntugis-nightly :( But there is always hope :) Best Regards Mikhail On 12/1/2014 2:25 AM, Andreas Neumann wrote: Hi, With the newest commit it works fine. Apparently there was an issue

[Qgis-developer] Nightly build 7bcba1f is broken

2014-05-08 Thread Mikhail Tchernychev
Hi, I just updated to latest OSGeo4W and got a message: Couldn't load PyQGIS. Python support will be disabled. Traceback (most recent call last): File "", line 1, in File "C:/OSGeo4W/apps/qgis-dev/./python\qgis\__init__.py", line 35, in from qgis.core import QgsFeature, QgsGeometry Imp

[Qgis-developer] labeling API changes from 2.2 to 2.3

2014-04-28 Thread Mikhail Tchernychev
Hi, A while ago I developed Lat/Lon labeling plugin for QGIS, it worked fine including versions 2.2.x However in 2.3.x I noted that label text is missing. I wonder if any of labeling APIs were dropped. I have used "old style" labels similar to 1.x QGIS. But there is no waining messages when m

Re: [Qgis-developer] cpp-plugin for QGIS 2.0

2013-11-07 Thread Mikhail Tchernychev
Hi, I am bit late but here are my two cents. I was researching ways how to compile applications with QGIS. I did not get very far in terms of developing my application, but I think I solved some compiling / linking problems. Here is a small manual 1. All what you need is Os4geoW with devel

Re: [Qgis-developer] how to create project on hub.qis.org?

2013-10-29 Thread Mikhail Tchernychev
/29/2013 12:05 AM, Mikhail Tchernychev wrote: Thank you Alex, I also would think that keeping all in one place is more logical. So if could allow me to open project repo on hub.gis.org it would be nice. I currently don't have any public repositories, so if I use github I also would start

Re: [Qgis-developer] how to create project on hub.qis.org?

2013-10-29 Thread Mikhail Tchernychev
or whatever other hosting for your source you want. Thanks, Alex On 10/28/2013 10:05 PM, Mikhail Tchernychev wrote: I got it now. The source of confusion was because plugin site says: Please consider creating a project on hub.qgis.org <http://hub.qgis.org> It would be better if it wou

Re: [Qgis-developer] how to create project on hub.qis.org?

2013-10-28 Thread Mikhail Tchernychev
is.org <http://hub.qgis.org> is just our own source code host and tracking setup. You are free to create a github repo and store everything over there. That is what a lot of people do. - Nathan On Tue, Oct 29, 2013 at 1:23 PM, Mikhail Tchernychev mailto:mikhailtchernyc...@gmail.com>>

Re: [Qgis-developer] how to create project on hub.qis.org?

2013-10-28 Thread Mikhail Tchernychev
On 10/28/2013 06:50 PM, Alex Mandel wrote: On 10/28/2013 05:06 PM, Mikhail Tchernychev wrote: Hi, My plugin page says: Please consider creating a project on hub.qgis.org <http://hub.qgis.org> and filling the missing metadata. However I cannot find a way how to create new project ther

[Qgis-developer] how to create project on hub.qis.org?

2013-10-28 Thread Mikhail Tchernychev
Hi, My plugin page says: Please consider creating a project on hub.qgis.org and filling the missing metadata. However I cannot find a way how to create new project there... I do have osgeo id and I can login in the right top corner of the screen but I don't see any way t

[Qgis-developer] Lat/Lon plugin approval

2013-10-26 Thread Mikhail Tchernychev
Hi, I wrote a Lat/Lon plugin http://plugins.qgis.org/plugins/latlongrid/ 10n days ago and still no word on approval. I would appreciate if someone can take a look on it. Thank you Mikhail ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.or

[Qgis-developer] Plugin approval request

2013-10-18 Thread Mikhail Tchernychev
Hi, I uploaded new Lat/Lon grid plugin to http://plugins.qgis.org/plugins/latlongrid/ last Tuesday. I would appreciate if someone could find a time to approve it. Thank you very much, Best Regards Mikhail ___ Qgis-developer mailing list Qgis-develop

Re: [Qgis-developer] how to add labels to PluginLayer? - please help!

2013-10-14 Thread Mikhail Tchernychev
w the labels. I used function drawLabels(self, renderContext) # Just add: self.label.renderLabel(renderContext, feat, False) Best Regards, Mikhail On 10/14/2013 12:01 PM, Mikhail Tchernychev wrote: Hi, Apparently no one is to help me... I found it is not simply possible to put l

[Qgis-developer] how to add labels to PluginLayer? - please help!

2013-10-14 Thread Mikhail Tchernychev
Hi, Apparently no one is to help me... I found it is not simply possible to put labels at where I want on the plugin layer. Apparently no one is using QGsLabel anymore, and documentation is missing or obscure... Qgis keeps crashing on me when I try to add label in python, which I believe is a

[Qgis-developer] how to add labels to PluginLayer?

2013-10-10 Thread Mikhail Tchernychev
Hi, I am trying to add labels to the plugin layer. What I use in draw() is: fields = QgsFields() fields.append(QgsField('0', QtCore.QVariant.String, 'string', 32)) fields.append(QgsField('8', QtCore.QVariant.Double, 'double', 8)) fields.append(QgsField('9', QtCore.QVariant.Double, 'double',