xcaeag / MenuFromProject-Qgis-Plugin

Build layers shortcuts menus based on QGis projects
8 stars 8 forks source link

Port to Python3 / Qt5. More work required on WebView for help panel. #2

Closed fxprunayre closed 7 years ago

fxprunayre commented 7 years ago

Probably not the best QGIS3 plugin migration but at least it makes the plugin works.

Some uncertainty on:

haubourg commented 7 years ago

Tired of Java François ? :)

Thanks for that, I'll let Xavier do the merge. By myself, I'm clearly out of time to handle this (or to visit you vineyard) Régis

2016-10-13 11:47 GMT+02:00 François Prunayre notifications@github.com:

Probably not the best QGIS3 plugin migration but at least it makes the plugin works.

Some uncertainty on:

  • Migration of WebView used in the help panel
  • UI migration made manually could probably be done using QTDesigner but I'm not that much python aware !

You can view, comment on, or merge this pull request online at:

https://github.com/xcaeag/MenuFromProject-Qgis-Plugin/pull/2 Commit Summary

  • Port to Python3 / Qt5. More work required on WebView for help panel.

File Changes

Patch Links:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xcaeag/MenuFromProject-Qgis-Plugin/pull/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ABjenfCfwgpNPiYkkYAi1l4lZu6AknbMks5qzf5HgaJpZM4KVsJT .

Régis Haubourg

Attention, changement d'adresse mail! Mon adresse principale devient désormais regis.haubourg at gmail.com

fxprunayre commented 7 years ago

Tired of Java François ? :)

I'm not a mono-language-maniac at all. BTW, moving from python 2 to 3 and QT4 to 5 was not the most thrilling stuff I did ;)

xcaeag commented 7 years ago

Hello Francois,

I'll try that. What version of QGis exploits you to test this configuration, 2.99.x ? Or do you launch a v2.16 with Python3 ? I must put in place an environment (with QtDesigner) to start migration of our plugins.

haubourg commented 7 years ago

Salut, on peut parler français aussi, vu l'audience.. python 3 n'est que sur la branche master

python 2 , future 2.18, c'est la branche master_2 et il existe des paquets debian, mais rien encore dans osgeo4w.

mais tu peux tester du code python 3 compatible en qgis 2.x c'est fait pour :), mais ça reste en python 2

c'est clair ?

2016-10-18 14:47 GMT+02:00 Xavier Culos notifications@github.com:

Hello Francois,

I'll try that. What version of QGis exploits you to test this configuration, 2.99.x ? Or do you launch a v2.16 with Python3 ? I must put in place an environment (with QtDesigner) to start migration of our plugins.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/xcaeag/MenuFromProject-Qgis-Plugin/pull/2#issuecomment-254496434, or mute the thread https://github.com/notifications/unsubscribe-auth/ABjenaX4EcKV3wpVo1rc9I_9dyfKR8eBks5q1L_-gaJpZM4KVsJT .

Régis Haubourg

Attention, changement d'adresse mail! Mon adresse principale devient désormais regis.haubourg at gmail.com

fxprunayre commented 7 years ago

What version of QGis exploits you to test this configuration, 2.99.x ?

En effet, le projet sur lequel je travaille vise QGIS3 et donc python3/QT5. Et sous Windows, master n'est sans doute pas encore en état (de ce que j'ai compris).