-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just one question. #7
Comments
@All4Gis Thanks for your message. By the time we started developing this project, your plugin was not available for QGIS 3. I just saw that you made it work in QGIS 3 in December. The version of Please do not understand me wrong. I do not want to trash your work - by no means. I am just trying to explain why we decided to go for a new plugin. I have to admit that one of the things I really like about your work is the configuration dialog. It's drag-and-drop enabled, ours is not. It also looks more modern and structured while our dialog is essentially inspired by UI "standards" from the 90s, a quick and dirty solution ;) By the time we published this prototype, we had spent way more time testing the underlying data models to death. Our UI could really use a facelift. If you are interested in joining forces one way or the other, let's have a discussion :) |
Thank you for answering. In my development you can exchange tools between users, simply sharing the file ".CustomToolbars" https://gis.stackexchange.com/questions/286163/where-does-qgis-plugin-customize-toolbar-save-its-changes . is a coded file but I did so for convenience in his day, can be changed,and it's multiplatform too. On the other hand in my case does not solve the issue of internationalization, I asked in the QGIS list years ago. How to do ,but as you also access the actions of plugins is quite complex that. http://osgeo-org.1560.x6.nabble.com/Customize-Toolbars-plugin-td5214358.html That is to say it does everything the same as yours except obviously compatibility with its other development, from my point of view I have nothing against its development, but the idea already existed and is a plugin that works in QGIS3. When these things happen I like to refer to the original idea or the original development.we are in Open-Source world, but not everything goes. You can simply adapt the original or do the same improved but always referencing the original idea. I understand that you didn't know of its existence but now you know. We can collaborate or you can take ideas from mine, but always putting the reference to the original or first idea for QGIS. |
Just for reference, there was this one too: https://github.com/planetfederal/qgis-profiles-plugin QGIS 2.x though. |
@All4Gis Crediting your work: Sure. I have pushed a new branch, Import/export: At the moment, if I understand your code and your answer correctly, import/export of your toolbars requires to ship the entire configuration of your plugin, i.e. all configured toolbars together. Your plugin can not import or export individual toolbars. You can also not import and export through the GUI - the user needs to locate the configuration file in his/her filesystem. This is the typical kind of problem that QGIST (and therefore the Toolbar Generator) intends to address: Audiences without meaningful technical background or noteworthy programming skills, who are likely to fail at this task. I have yet to write proper documentation, but if you try our plugin, you will see that you can import and export individual toolbars. Our data model treats them as independent, "atomic" objects. Yes, your plugin is multiplatform - it works on multiple platforms. I suppose I have not made myself clear: Your plugin entirely relies on As a sign of good faith, I am going to improve the compatibility to your plugin. Primary objective for this project is to produce extremely reliable GUI code. GUI application users are not supposed to touch code, clone git repos or dig for configuration files. The plugins therefore have to deal with all problems and contingencies themselves. Clean data models are part of that. @elpaso Thanks for highlighting this older plugin. |
Don't worry and I appreciate your act of good faith (that serves me well). It doesn't make sense to keep two such similar plugins. I've already fixed bugs and user requests such as adding geoprocesses to the list and I don't have time to make improvements now. I prefer that you if you are active with this development, take ideas from mine if you want as drag and drop etc and include them in your development if you want. If I have time I will collaborate with this plugin. I'm closing the question. |
I just found out about the existence of this plugin and wanted to know what the difference is with this one https://github.com/All4Gis/CustomToolBar I developed 4 years ago and migrated to QGIS3.
The idea is the same (create toolbars for the user) I don't know what improvements you have in the code but the idea is the same from what I see.
I would just like to have information, because maybe you can integrate ideas such as drag and drop.
regards
The text was updated successfully, but these errors were encountered: