_______________________________________________ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
_______________________________________________ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
|
Hi, thanks for pointing to this project. Where we can download source code ?
-- Ivan Mincik _______________________________________________ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
|
In reply to this post by pcreso
What approach did You use to limit user interface ? Did You removed some
staff from code ? -- Ivan Mincik <[hidden email]> _______________________________________________ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
|
In reply to this post by pcreso
On Fri, 2012-08-17 at 18:16 -0700, [hidden email] wrote:
> Hi Ivan, > > Two approaches I know of, the developer (Sourcepole in Switzerland) > got a pretty free hand in how to do this. > > Editing capabilities are hidden from the toolbar on startup, but are > still in the package, analysis tools are removed. Whether just made > unavailable or actually not compiled in I don't know. > > and limit tools to some reasonable set which I will be able to offer support. For that reason I was interested to diff Your source codes. Is it possible to get it ? I wonder if new customization support (Settings -> Customization) could somehow be used for this purpose. -- Ivan Mincik <[hidden email]> _______________________________________________ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
|
Hi Ivan
The analysis tools are removed with the customisation feature in QGIS (the installer sets hidden analysis tools as default, later it can be enabled by the user if needed). The source code is available on github: https://github.com/mhugent/Quantum-GIS/tree/nqmap Regards, Marco On 18.08.2012 08:46, Ivan Mincik wrote: > On Fri, 2012-08-17 at 18:16 -0700, [hidden email] wrote: >> Hi Ivan, >> >> Two approaches I know of, the developer (Sourcepole in Switzerland) >> got a pretty free hand in how to do this. >> >> Editing capabilities are hidden from the toolbar on startup, but are >> still in the package, analysis tools are removed. Whether just made >> unavailable or actually not compiled in I don't know. >> >> > I am interested in building some similar limited interface for beginners > and limit tools to some reasonable set which I will be able to offer > support. > For that reason I was interested to diff Your source codes. Is it > possible to get it ? > > I wonder if new customization support (Settings -> Customization) could > somehow be used for this purpose. > > > -- Dr. Marco Hugentobler Sourcepole - Linux & Open Source Solutions Churerstrasse 22, CH-8808 Pfäffikon SZ, Switzerland [hidden email] http://www.sourcepole.ch Technical Advisor QGIS Project Steering Committee _______________________________________________ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
|
On 08/18/2012 08:57 AM, Marco Hugentobler wrote:
> Hi Ivan > > The analysis tools are removed with the customisation feature in QGIS > (the installer sets hidden analysis tools as default, later it can be > enabled by the user if needed). > > The source code is available on github: > https://github.com/mhugent/Quantum-GIS/tree/nqmap Marco, thanks for information. -- Ivan Mincik _______________________________________________ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
|
In reply to this post by Marco Hugentobler-4
On 08/18/2012 03:22 PM, Nathan Woodrow wrote:
> We have done something similar with a project at work to build a QGIS > based data collection program. The program is a normal QGIS install > that uses the customization feature to remove the interface items, and > a plugin to add the extra functionality. http://youtu.be/lBJjZFXgvRA Thanks for information. So, if I understand customization code correctly, all I need is to add 'customization.ini' file to 'resources' directory of my installation ? -- Ivan Mincik _______________________________________________ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
|
Yep. It really should be stored in the same path as when you set
--configpath but there is a bug so you just have to add the customization.ini file. - Nathan On Sat, Aug 18, 2012 at 11:31 PM, Ivan Mincik <[hidden email]> wrote: > On 08/18/2012 03:22 PM, Nathan Woodrow wrote: >> We have done something similar with a project at work to build a QGIS >> based data collection program. The program is a normal QGIS install >> that uses the customization feature to remove the interface items, and >> a plugin to add the extra functionality. http://youtu.be/lBJjZFXgvRA > > Thanks for information. > So, if I understand customization code correctly, all I need is to add > 'customization.ini' file to 'resources' directory of my installation ? > > -- > Ivan Mincik Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
|
On 08/18/2012 03:34 PM, Nathan Woodrow wrote:
> Yep. It really should be stored in the same path as when you set > --configpath but there is a bug so you just have to add the > customization.ini file. > >> Thanks for information. >> So, if I understand customization code correctly, all I need is to add >> 'customization.ini' file to 'resources' directory of my installation ? I did copy customization.ini to my Debian package installation folder '/usr/share/qgis/resources/' to simulate custom package installation and it is not taken to account. Only file in '~/.config/QuantumGIS' is working. What kind of bug do You mean ? -- Ivan Mincik _______________________________________________ Qgis-user mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/qgis-user |
| Powered by Nabble | Edit this page |
