Re: [QGIS-Developer] GSoC 2024 proposal : QGIS improve the graphical modeler UI and UX

2024-02-22 Thread Ismail Sunni via QGIS-Developer
Hi Valentin,

The proposal looks great, I don't know if someone evaluates the QGIS
graphical modeler.

And as Nyall said, you can cut the scope, and the proposal is still great.

Finally we have another GSoC proposal again for QGIS :)

Good luck!

On Thu, Feb 22, 2024 at 4:32 PM Jacky Volpes via QGIS-Developer <
qgis-developer@lists.osgeo.org> wrote:

> Hi Valentin,
>
> That's quite an impressive proposal!
> I could not agree more with you about the need to have a better design,
> UX, and UI for the modeler.
> However, as Nyall already pointed out, you can be sure that the schedule
> will largely shift seeing the amount of work/features, and I also would
> advise to drop quality of life changes, the proposal still remaining very
> attractive.
>
> I am looking forward to seeing you in Grenoble next month :-)
>
> Best regards,
>
> Jacky Volpes
>
> Ingénieur SIG - Oslandia
>
>
>
> Le 22/02/2024 à 08:37, Valentin BUIRA via QGIS-Developer a écrit :
>
> Hi qgis developers
>
> My name is Valentin Buira, I'm a french student in urban planning and I'm
> interested in participating in this year Google Summer of Code to improve
> the graphical modeler.
>
> In particular I am interested in improving the user interface(UI) and user
> experience (UX) of the graphical modeler based on my previous experience
> with other node-based applications. If you are familiar with Blender the
> inspiration will be obvious to you but I tried to adapt to the identity and
> features of Qgis like the expression engine.
>
> You can find the proposal at the url :
> https://docs.google.com/document/d/1iXHMTylTHLljfHBITfuIfJzi4_4hpQifEvj5GkM8OCc/edit?usp=sharing
>
> So far I am happy with my proposal but I'm looking for feedback and
> suggestions, and also tips on the technical feasibility and the schedule of
> the proposal.
>
> On a side note, I will be attending the local code sprint in Grenoble the
> 26 mars. Where I will also discuss this proposal in person.
>
> Best regards,
> Valentin Buira
>
>
>
> ___
> QGIS-Developer mailing listqgis-develo...@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>


-- 
Ismail Sunni
Software Engineer
ismailsunni.id
ismailsunni.wordpress.com
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Plugin Menu Text

2023-01-18 Thread Ismail Sunni via QGIS-Developer
Hi Stefan,

It seems the text is hardcoded:
https://github.com/qgis/QGIS/blob/master/src/app/pluginmanager/qgspluginmanager_texts.cpp#L11

Best regards

On Wed, Jan 18, 2023 at 2:23 PM Stefan Giese (WhereGroup) via
QGIS-Developer  wrote:

> Hi Devs,
>
> we want to change this text which is shown in the Plugin menu. Is this
> configurable?
>
> Best regards
>
> Stefan
>
> --
> Mit freundlichen Grüßen
> Stefan Giese
> Projektleiter/Consultant
> -
> Aufwind durch Wissen!
> Jetzt neu: Web-Seminare und Online-Schulungen
> bei der www.foss-academy.com
> -
> WhereGroup GmbH
> Schwimmbadstr. 2
> 79100 Freiburg
> Germany
>
> Tel.: +49 (0)761 / 519 102 - 61
> Fax: +49 (0)761 / 519 102 - 11
> stefan.gi...@wheregroup.comwww.wheregroup.com
> Geschäftsführer:
> Olaf Knopp, Peter Stamm
> Amtsgericht Bonn, HRB 9885
>
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>


-- 
Ismail Sunni
Software Engineer
ismailsunni.id
ismailsunni.wordpress.com
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [QGIS-Developer] Revert Previous Plugin, disable "Upgrade All" and "Upgrade Plugin" buttons

2023-01-10 Thread Ismail Sunni via QGIS-Developer
Hi Luke,

You can install the previous version of the plugin by installing it from
its zip file manually.

   1. Go to the plugin page, (e.g.
   https://plugins.qgis.org/plugins/ViewshedAnalysis/)
   2. Click the *version* tab
   3. Click the version you want to install (e.g.
   https://plugins.qgis.org/plugins/ViewshedAnalysis/version/1.7/)
   4. Download the plugin (a zip file)
   5. Open Plugin Manager
   6. Uninstall the plugin
   7. Install from Zip

One possible way to disable the Upgrade All or Upgrade Plugin is to disable
all the plugin repositories (i.e. Plugins -> Settings -> disable all
repositories).

Hope this helps.

On Wed, Jan 11, 2023 at 9:49 AM Catania, Luke A ERDC-RDE-GRL-VA CIV via
QGIS-Developer  wrote:

> I had a user that may have hit the "Upgrade All" button in the plugins
> window. Does that automatically upgrade all installed plugins to the newest
> version? If so is there a way to revert back to the previous versions. He
> may have just hit the Upgrade Plugin button for the specific plugin.  Not
> sure and I did not want to test it and mess up my configuration.
>
> We have created our own QGIS plugin that relies on the VisibilityAnalysis
> plugin and upgrading VisibilityAnalysis from 1.7 to 1.8 breaks our tool as
> I created a my own Visibility Analysis UI to run the VisibilityAnalysis
> tool.  I basically want to prevent a user from upgrading any plugin that we
> access so that this does not happen.  Is there a way to disable "Upgrade
> All" and "Upgrade Plugin" buttons in the plugin window through settings,
> interface customization, or programmatically through python on QGIS using
> startup.py?
>
> Thanks,
> Luke
> ___
> QGIS-Developer mailing list
> QGIS-Developer@lists.osgeo.org
> List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
> Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
>


-- 
Ismail Sunni
Software Engineer
ismailsunni.id
ismailsunni.wordpress.com
___
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer