Re: [Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-07 Thread Nathan Woodrow
Hey Gino,

Fork away :)

- Nathan


On Fri, Mar 7, 2014 at 5:58 PM, Gino Pirelli lui...@gmail.com wrote:

 great Nathan... this can be a good platform where to insert a future
 mobile use for Geosisma

 can we plan to transform/fork/ it in a sort of framework? I'm going to
 test it :)


 On 7 March 2014 08:09, Nathan Woodrow madman...@gmail.com wrote:


 On Fri, Mar 7, 2014 at 5:01 PM, Paolo Cavallini cavall...@faunalia.itwrote:

 thanks for this. Why is this for Win only?


 There isn't really a lot of Windows only things in the code itself, well
 nothing that can't be abstracted away, but I mainly dev on Windows and so
 are most of our clients so that was our first priority.  The build scripts
 should be flexible enough to use something something py2so or py2app for
 Linux and OS X.  Happy for a pull request if people got it working on those
 platforms, I just have more experience on Windows and little time :)  It
 can also run from the src folder but might need some tweaks for a non
 windows setup i.e I assume a OSGeo4W folder setup for paths, but that is
 just a if statement to change.

 - Nathan

 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] [Qgis-user] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-07 Thread Vincent Picavet
Hello,
Thanks a lot Nathan for this work !
Note that we at Oslandia are working on a new PostGIS / Spatialite versionning 
and offline system, intended to be used by Roam to edit data offline and merge 
it 
with online PostGIS database.
A prototype should be opensourced in the next weeks/month. We will keep you 
posted.
Vincent

Le vendredi 7 mars 2014 07:32:42, Nathan Woodrow a écrit :
 Hi everyone,
 
 Just dropping a quick email out to let everyone know about a project I have
 been working on the last couple of months.
 
 Digital Mapping Solutions, and myself, would like to announce the first
 version of IntraMaps Roam - a simple, but flexible, Windows based data
 collection application built using Python and QGIS.
 
 IntraMaps Roam (or Roam for short) is a standalone, fully bundled, Python
 application that was created to do data collection with a QGIS backend.
  For those of you who have seen my QMap project I started a year or so ago
 you can consider this a reincarnation of that project. Most of the code has
 been reworked and using the QGIS libs gave me full flexibility in layout.
 
 The release page can be found at
 https://github.com/DMS-Aus/Roam/releases/tag/v2.0 and the wiki with all the
 information to get started at: https://github.com/DMS-Aus/Roam/wiki You can
 also take a look at the FAQ for the common questions:
 https://github.com/DMS-Aus/Roam/wiki/FAQ
 
 Roam has been a great exercise in using and bundling QGIS libs with a
 Python application.
 
 As Roam is based on PyQt and QGIS it is under the GPL2 license. Pull
 requests are welcome.
 
 Links:
 - https://github.com/DMS-Aus/Roam/releases/tag/v2.0
 - https://github.com/DMS-Aus/Roam/wiki
 - https://github.com/DMS-Aus/Roam/wiki/FAQ
 
 Happy mapping!
 
 Regards,
 Nathan
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] My God: plugin palette disappeared :(

2014-03-07 Thread Geo DrinX
Hello all,


this morning I had a bad surprise in my QGis 2.2 64 bit  on  Windows 7 :

the plugin palette disappeared, and there is no way to find it, or to make
it reappear.


Someone other had same problem ?

I have seen in   View  ToolsPlugins   checkbox, but it is checked  (
ON ).

I have also seen in  Impostazioni  Personalizzazione  (sorry, my QGis
is in italian...)  and  Toolbars  mPluginToolBar   is also ON.

But,  the plugin toolbar  is not shown, in any place.

I moved all other Toolbar, to search if the Plugins toolbar was hidden
under another.   No.   It is probably in the HiperSpace   :)


Also, I tried to re-install completely  QGis 2.2.  :   nothing changed.


Could somebody help me.Need I to switch to some other Arc program   ?
  ;)

I am joking, but I don't know how to use QGis, now,   also to test my own
plugins  :(


Thank you for any help

Roberto
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] uploading plugin files to hub.qgis.org

2014-03-07 Thread Giuseppe De Marco
hello,
I already uploaded the release of the SelectTools and MultiEdit to
plugins.qgis.org and
this time I was looking to host the source code and bug tracker of the plugins.

I thank you for forwarding this issue and for your attention,

By for now.


Giuseppe De Marco

2014-03-07 0:32 GMT+01:00 Alex Mandel tech_...@wildintellect.com:
 Are you trying to upload a release of your plugin or looking to host the
 source code and bug tracker of the plugin?

 Release of plugins is handled separately via plugins.qgis.org

 What you've pointed out is a bug that the admins need to figure out why
 something changed. I have a working repo key with hub as do many others,
 so the interface was there at some point. I'm copying the person who
 originally setup the site to see if they know what's going on.

 Thanks,
 Alex

 On 03/05/2014 12:18 AM, Giuseppe De Marco wrote:
 Allright then what is the working procedure to upload a plugin
 other than having an external git repo.
 Besides given that you have to upload to an external
 server how can you modify your repository configuration
 inside hub.qgis.org to point to your external repo?

 thank you!

 2014-03-04 21:21 GMT+01:00 Alex Mandel tech_...@wildintellect.com:
 On 03/04/2014 04:33 AM, Giuseppe De Marco wrote:
 Hello,
 I have registered at hub.qgis.org and I have created 2 subprojects 
 activating
 the option repository in settings.
 I have some problems authenticating with git:
 1) I cannot upload my public key because it says that
 http://hub.qgis.org/my/public_keys page not found
 2) obviously when I try to git push origin it asks for a password..

 this is what I get
 joe@U36SD:~/.qgis2/python/plugins/SelectTools$ git remote -v
 origingito...@qgis.org:selecttools.git (fetch)
 origingito...@qgis.org:selecttools.git (push)

 can somebody help me out?

 Thank you


 You are right, something is amiss. I can't tell which Redmine plugin is
 supposed to handle that. I expected to see something like the Gitosis
 plugin but there's only a post-commit hook and a qgis customization
 plugin. Neither of which integrate with git keys on the back end.

 Did someone change the configuration of Redmine?

 Thanks,
 Alex







-- 
Dott. Agr. Giuseppe De Marco
RSPP settore ATECO 1
Cell./Mobile: +39 3935041115
Fax.: +39 0503869174
PEC: giuseppe.de_ma...@epap.conafpec.it
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] My God: plugin palette disappeared :(

2014-03-07 Thread Tim Sutton
Hi




On Fri, Mar 7, 2014 at 12:07 PM, Geo DrinX geodr...@gmail.com wrote:

 Hello all,


 this morning I had a bad surprise in my QGis 2.2 64 bit  on  Windows 7 :

 the plugin palette disappeared, and there is no way to find it, or to make
 it reappear.


 Someone other had same problem ?

 I have seen in   View  ToolsPlugins   checkbox, but it is checked  (
 ON ).

 I have also seen in  Impostazioni  Personalizzazione  (sorry, my QGis
 is in italian...)  and  Toolbars  mPluginToolBar   is also ON.

 But,  the plugin toolbar  is not shown, in any place.

 I moved all other Toolbar, to search if the Plugins toolbar was hidden
 under another.   No.   It is probably in the HiperSpace   :)


 Also, I tried to re-install completely  QGis 2.2.  :   nothing changed.


 Could somebody help me.Need I to switch to some other Arc program   ?
   ;)

 I am joking, but I don't know how to use QGis, now,   also to test my own
 plugins  :(


What is a plugin palette? Do you mean the toolbar?

Can you provide a screenshot of your running QGIS.

Have you tried right clicking on the blank space in the toolbar area and
checking if it is enabled.

Did you maybe accidentally drag it and drop it somewhere and it is
displaying in compressed mode?

I'm not sure if your life will be any better in Arc* :-P

Regards

Tim



 Thank you for any help

 Roberto



 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer




-- 
Tim Sutton - QGIS Project Steering Committee Member
==
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Irc: timlinux on #qgis at freenode.net
==
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] My God: plugin palette disappeared :(

2014-03-07 Thread Zoltan Szecsei

On 2014/03/07 15:07, Tim Sutton wrote:


I'm not sure if your life will be any better in Arc* :-P




There is a broad similarity in that both parties (as below) are 
generally wrong


(would be) proprietary software user think they've got someone to take 
their problems to.

(would be) opensource software users think they haven't


:-)

--

===
Zoltan Szecsei PrGISc [PGP0031]
Geograph (Pty) Ltd.
GIS and Photogrammetric Service

P.O. Box 7, Muizenberg 7950, South Africa.

Mobile: +27-83-6004028
Fax:+27-86-6115323 www.geograph.co.za
===

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] My God: plugin palette disappeared :(

2014-03-07 Thread Jeff McKenna
On 2014-03-07, 9:07 AM, Tim Sutton wrote:
 
 
 What is a plugin palette? Do you mean the toolbar?
 
 Can you provide a screenshot of your running QGIS.
 
 Have you tried right clicking on the blank space in the toolbar area and
 checking if it is enabled.
 
 Did you maybe accidentally drag it and drop it somewhere and it is
 displaying in compressed mode?
 
 I'm not sure if your life will be any better in Arc* :-P
 

Hi Tim,

You mention something that awoke me here ha.  I teach intro to GIS at a
local college this term, and of course I am using QGIS (1.8, yes I know
old, but I am lucky to have anything installed in their locked down
environment).  The one problem that the students face constantly, and
the one problem I cannot solve, yet, is when they do something like you
just mentioned: they drag and drop a dialog somewhere, close it, undock
it, or I'm not sure what they are doing exactly...and then anytime they
start GIS on that same machine that dialog is no where to be found (and
for the life of me I cannot find how to turn it back on for them).  I
have struggled all term with this.  One example are the Properties
dialog windows in the Print Composer - students do something it seems to
close these, and they can never be seen ever again.

I know, maybe this is solved in QGIS 2.2, but I just wanted to give you
this feedback.  I love QGIS, but this one thing keeps coming back to
bite me in the butt.  Ha.

Talk soon my friend,

-jeff






___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Plugin [278] NetCDF Browser approval notification.

2014-03-07 Thread noreply

Plugin NetCDF Browser approval by etourigny.
The plugin version [278] NetCDF Browser 0.3 is now approved
Link: http://plugins.qgis.org/plugins/netcdfbrowser/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [solved] qgis 2.2 crash

2014-03-07 Thread Enzo Cocca
The problem of crash was the simbology of qgis 1.8 that I have used to qgis
2.2.

thanks!


2014-03-06 17:04 GMT+01:00 Enzo Cocca enzo@gmail.com:

 hi all,

 I have one problem with pyarchinit plugin and qgis 2.2 on win7. when I try
 to make one action with this plugin qgis go in crash. I have an error that
 win transform in a dump file.
 I have debugged this file with wdk and below I put the debugging:

 Microsoft (R) Windows Debugger Version 6.2.9200.20512 AMD64
 Copyright (c) Microsoft Corporation. All rights reserved.


 Loading Dump File
 [C:\Users\user\AppData\Local\Temp\qgis-20140306-094727-5224-6084-c3a2817.dmp]
 User Mini Dump File: Only registers, stack and portions of memory are
 available

 Symbol search path is: *** Invalid ***

 
 * Symbol loading may be unreliable without a symbol search path.
 *
 * Use .symfix to have the debugger choose a symbol path.
 *
 * After setting your symbol path, use .reload to refresh symbol locations.
 *

 
 Executable search path is:
 Windows 7 Version 7601 (Service Pack 1) MP (8 procs) Free x86 compatible
 Product: WinNt, suite: SingleUserTS
 Machine Name:
 Debug session time: Thu Mar  6 09:47:28.000 2014 (UTC + 1:00)
 System Uptime: not available
 Process Uptime: 0 days 0:00:36.000
 
 
 
 
 
 This dump file has an exception of interest stored in it.
 The stored exception information can be accessed via .ecxr.
 (1468.17c4): Access violation - code c005 (first/second chance not
 available)
 *** WARNING: Unable to verify timestamp for ntdll.dll
 *** ERROR: Module load completed but symbols could not be loaded for
 ntdll.dll
 *** WARNING: Unable to verify timestamp for kernel32.dll
 *** ERROR: Module load completed but symbols could not be loaded for
 kernel32.dll
 eax= ebx=0d980d78 ecx=0ee7a1d0 edx=0265 esi=0d980d38
 edi=0043b8cc
 eip=77c30c32 esp=0043b58c ebp=0043b59c iopl=0 nv up ei pl zr na pe
 nc
 cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b
 efl=0246
 ntdll+0x20c32:
 77c30c32 83c404  add esp,4
 0:000 The stored exception information can be accessed via .ecxr.
^ No runnable debuggees error in 'The stored exception information
 can be accessed via .ecxr.'
 0:000 (1468.17c4): Access violation - code c005 (first/second chance
 not available)
^ Syntax error in '(1468.17c4): Access violation - code c005
 (first/second chance not available)'
 0:000 !analayze -v
 No export analayze found
 0:000 !analyze -v

 ***
 *
 *
 *Exception Analysis
 *
 *
 *

 ***

 *** ERROR: Symbol file could not be found.  Defaulted to export symbols
 for spatialiteprovider.dll -
 *** ERROR: Symbol file could not be found.  Defaulted to export symbols
 for core.pyd -
 *** ERROR: Symbol file could not be found.  Defaulted to export symbols
 for qgis_gui.dll -
 * OS symbols are WRONG. Please fix symbols to do analysis.

 * OS (WOW64 kernel32) symbols are WRONG. Please fix symbols to do
 analysis.

 *
 ***   ***
 ***   ***
 ***Your debugger is not using the correct symbols ***
 ***   ***
 ***In order for this command to work properly, your symbol path   ***
 ***must point to .pdb files that have full type information.  ***
 ***   ***
 ***Certain .pdb files (such as the public OS symbols) do not  ***
 ***contain the required information.  Contact the group that  ***
 ***provided you with these symbols if you need this command to***
 ***work.  ***
 ***   ***
 ***Type referenced: nt!IMAGE_NT_HEADERS32 ***
 ***   ***
 *
 *
 * Symbols can not be loaded because symbol path is not initialized. *
 *   *
 * The Symbol Path can be set by: 

Re: [Qgis-developer] [solved] qgis 2.2 crash

2014-03-07 Thread G. Allegri
That's a really bad story. I don' excpet to have complete back
compatibility, but a crash shouldn't happen :(

giovanni


2014-03-07 17:13 GMT+01:00 Enzo Cocca enzo@gmail.com:

 The problem of crash was the simbology of qgis 1.8 that I have used to
 qgis 2.2.

 thanks!


 2014-03-06 17:04 GMT+01:00 Enzo Cocca enzo@gmail.com:

 hi all,

 I have one problem with pyarchinit plugin and qgis 2.2 on win7. when I
 try to make one action with this plugin qgis go in crash. I have an error
 that win transform in a dump file.
 I have debugged this file with wdk and below I put the debugging:

 Microsoft (R) Windows Debugger Version 6.2.9200.20512 AMD64
 Copyright (c) Microsoft Corporation. All rights reserved.


 Loading Dump File
 [C:\Users\user\AppData\Local\Temp\qgis-20140306-094727-5224-6084-c3a2817.dmp]
 User Mini Dump File: Only registers, stack and portions of memory are
 available

 Symbol search path is: *** Invalid ***

 
 * Symbol loading may be unreliable without a symbol search path.
   *
 * Use .symfix to have the debugger choose a symbol path.
   *
 * After setting your symbol path, use .reload to refresh symbol
 locations. *

 
 Executable search path is:
 Windows 7 Version 7601 (Service Pack 1) MP (8 procs) Free x86 compatible
 Product: WinNt, suite: SingleUserTS
 Machine Name:
 Debug session time: Thu Mar  6 09:47:28.000 2014 (UTC + 1:00)
 System Uptime: not available
 Process Uptime: 0 days 0:00:36.000
 
 
 
 
 
 This dump file has an exception of interest stored in it.
 The stored exception information can be accessed via .ecxr.
 (1468.17c4): Access violation - code c005 (first/second chance not
 available)
 *** WARNING: Unable to verify timestamp for ntdll.dll
 *** ERROR: Module load completed but symbols could not be loaded for
 ntdll.dll
 *** WARNING: Unable to verify timestamp for kernel32.dll
 *** ERROR: Module load completed but symbols could not be loaded for
 kernel32.dll
 eax= ebx=0d980d78 ecx=0ee7a1d0 edx=0265 esi=0d980d38
 edi=0043b8cc
 eip=77c30c32 esp=0043b58c ebp=0043b59c iopl=0 nv up ei pl zr na
 pe nc
 cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b
 efl=0246
 ntdll+0x20c32:
 77c30c32 83c404  add esp,4
 0:000 The stored exception information can be accessed via .ecxr.
^ No runnable debuggees error in 'The stored exception information
 can be accessed via .ecxr.'
 0:000 (1468.17c4): Access violation - code c005 (first/second chance
 not available)
^ Syntax error in '(1468.17c4): Access violation - code c005
 (first/second chance not available)'
 0:000 !analayze -v
 No export analayze found
 0:000 !analyze -v

 ***
 *
 *
 *Exception Analysis
 *
 *
 *

 ***

 *** ERROR: Symbol file could not be found.  Defaulted to export symbols
 for spatialiteprovider.dll -
 *** ERROR: Symbol file could not be found.  Defaulted to export symbols
 for core.pyd -
 *** ERROR: Symbol file could not be found.  Defaulted to export symbols
 for qgis_gui.dll -
 * OS symbols are WRONG. Please fix symbols to do analysis.

 * OS (WOW64 kernel32) symbols are WRONG. Please fix symbols to do
 analysis.

 *
 ***   ***
 ***   ***
 ***Your debugger is not using the correct symbols ***
 ***   ***
 ***In order for this command to work properly, your symbol path   ***
 ***must point to .pdb files that have full type information.  ***
 ***   ***
 ***Certain .pdb files (such as the public OS symbols) do not  ***
 ***contain the required information.  Contact the group that  ***
 ***provided you with these symbols if you need this command to***
 ***work.  ***
 ***   ***
 ***Type referenced: nt!IMAGE_NT_HEADERS32 ***
 ***   ***
 *
 

Re: [Qgis-developer] [solved] qgis 2.2 crash

2014-03-07 Thread Enzo Cocca
Unfortunatly It happen. I used a not complex simbolgy to fill polygon but I
noticed that the colors are very different from qgis style 1.8 to qgis
style 2.2. The problem is in color paletts?

enzo


2014-03-07 17:26 GMT+01:00 G. Allegri gioha...@gmail.com:

 That's a really bad story. I don' excpet to have complete back
 compatibility, but a crash shouldn't happen :(

 giovanni


 2014-03-07 17:13 GMT+01:00 Enzo Cocca enzo@gmail.com:

 The problem of crash was the simbology of qgis 1.8 that I have used to
 qgis 2.2.

 thanks!


 2014-03-06 17:04 GMT+01:00 Enzo Cocca enzo@gmail.com:

 hi all,

 I have one problem with pyarchinit plugin and qgis 2.2 on win7. when I
 try to make one action with this plugin qgis go in crash. I have an error
 that win transform in a dump file.
 I have debugged this file with wdk and below I put the debugging:

 Microsoft (R) Windows Debugger Version 6.2.9200.20512 AMD64
 Copyright (c) Microsoft Corporation. All rights reserved.


 Loading Dump File
 [C:\Users\user\AppData\Local\Temp\qgis-20140306-094727-5224-6084-c3a2817.dmp]
 User Mini Dump File: Only registers, stack and portions of memory are
 available

 Symbol search path is: *** Invalid ***

 
 * Symbol loading may be unreliable without a symbol search path.
   *
 * Use .symfix to have the debugger choose a symbol path.
   *
 * After setting your symbol path, use .reload to refresh symbol
 locations. *

 
 Executable search path is:
 Windows 7 Version 7601 (Service Pack 1) MP (8 procs) Free x86 compatible
 Product: WinNt, suite: SingleUserTS
 Machine Name:
 Debug session time: Thu Mar  6 09:47:28.000 2014 (UTC + 1:00)
 System Uptime: not available
 Process Uptime: 0 days 0:00:36.000
 
 
 
 
 
 This dump file has an exception of interest stored in it.
 The stored exception information can be accessed via .ecxr.
 (1468.17c4): Access violation - code c005 (first/second chance not
 available)
 *** WARNING: Unable to verify timestamp for ntdll.dll
 *** ERROR: Module load completed but symbols could not be loaded for
 ntdll.dll
 *** WARNING: Unable to verify timestamp for kernel32.dll
 *** ERROR: Module load completed but symbols could not be loaded for
 kernel32.dll
 eax= ebx=0d980d78 ecx=0ee7a1d0 edx=0265 esi=0d980d38
 edi=0043b8cc
 eip=77c30c32 esp=0043b58c ebp=0043b59c iopl=0 nv up ei pl zr na
 pe nc
 cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b
 efl=0246
 ntdll+0x20c32:
 77c30c32 83c404  add esp,4
 0:000 The stored exception information can be accessed via .ecxr.
^ No runnable debuggees error in 'The stored exception
 information can be accessed via .ecxr.'
 0:000 (1468.17c4): Access violation - code c005 (first/second
 chance not available)
^ Syntax error in '(1468.17c4): Access violation - code c005
 (first/second chance not available)'
 0:000 !analayze -v
 No export analayze found
 0:000 !analyze -v

 ***
 *
   *
 *Exception Analysis
   *
 *
   *

 ***

 *** ERROR: Symbol file could not be found.  Defaulted to export symbols
 for spatialiteprovider.dll -
 *** ERROR: Symbol file could not be found.  Defaulted to export symbols
 for core.pyd -
 *** ERROR: Symbol file could not be found.  Defaulted to export symbols
 for qgis_gui.dll -
 * OS symbols are WRONG. Please fix symbols to do analysis.

 * OS (WOW64 kernel32) symbols are WRONG. Please fix symbols to do
 analysis.

 *
 ***   ***
 ***   ***
 ***Your debugger is not using the correct symbols ***
 ***   ***
 ***In order for this command to work properly, your symbol path   ***
 ***must point to .pdb files that have full type information.  ***
 ***   ***
 ***Certain .pdb files (such as the public OS symbols) do not  ***
 ***contain the required information.  Contact the group that  ***
 ***provided you with these symbols if you need this command to***
 ***work.  ***
 ***   ***
 ***Type 

Re: [Qgis-developer] My God: plugin palette disappeared :(

2014-03-07 Thread Larry Shaffer
Hi Jeff,

Apologies for jumping into your conversation with Tim, but that issue with
1.8 was fixed before the 2.0 release [0]. I recommend, if possible, finding
a means of your students running 2.0.1 or 2.2.0, where a user can now just
select the items under the View menu. There are a couple workarounds for
1.8 listed on the issue page, however.

If it is some dialog disappearing in the main app, that is probably a
separate issue.

[0] http://hub.qgis.org/issues/6125

Regards,

Larry


On Fri, Mar 7, 2014 at 6:24 AM, Jeff McKenna
jmcke...@gatewaygeomatics.comwrote:

 On 2014-03-07, 9:07 AM, Tim Sutton wrote:
 
 
  What is a plugin palette? Do you mean the toolbar?
 
  Can you provide a screenshot of your running QGIS.
 
  Have you tried right clicking on the blank space in the toolbar area and
  checking if it is enabled.
 
  Did you maybe accidentally drag it and drop it somewhere and it is
  displaying in compressed mode?
 
  I'm not sure if your life will be any better in Arc* :-P
 

 Hi Tim,

 You mention something that awoke me here ha.  I teach intro to GIS at a
 local college this term, and of course I am using QGIS (1.8, yes I know
 old, but I am lucky to have anything installed in their locked down
 environment).  The one problem that the students face constantly, and
 the one problem I cannot solve, yet, is when they do something like you
 just mentioned: they drag and drop a dialog somewhere, close it, undock
 it, or I'm not sure what they are doing exactly...and then anytime they
 start GIS on that same machine that dialog is no where to be found (and
 for the life of me I cannot find how to turn it back on for them).  I
 have struggled all term with this.  One example are the Properties
 dialog windows in the Print Composer - students do something it seems to
 close these, and they can never be seen ever again.

 I know, maybe this is solved in QGIS 2.2, but I just wanted to give you
 this feedback.  I love QGIS, but this one thing keeps coming back to
 bite me in the butt.  Ha.

 Talk soon my friend,

 -jeff






 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] My God: plugin palette disappeared :(

2014-03-07 Thread Jürgen E . Fischer
Hi Alex,

On Fri, 07. Mar 2014 at 10:52:42 -0800, Alex Mandel wrote:
 Where to find the QGIS.conf file varies by OS and install method.

This might be better:

#!/usr/bin/python
from PyQt4.QtCore import QSettings
QSettings( QGIS, QGIS2 ).remove( /UI/state )
QSettings( QGIS, QGIS2 ).remove( /ComposerUI/state )


(for 1.8 it's QGIS instead of QGIS2 IIRC).


Jürgen 

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de
QGIS PSC member (RM)  Germany  IRC: jef on FreeNode 


-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] My God: plugin palette disappeared :(

2014-03-07 Thread Alex Mandel
On 03/07/2014 11:27 AM, Jürgen E. Fischer wrote:
 Hi Alex,
 
 On Fri, 07. Mar 2014 at 10:52:42 -0800, Alex Mandel wrote:
 Where to find the QGIS.conf file varies by OS and install method.
 
 This might be better:
 
 #!/usr/bin/python
 from PyQt4.QtCore import QSettings
 QSettings( QGIS, QGIS2 ).remove( /UI/state )
 QSettings( QGIS, QGIS2 ).remove( /ComposerUI/state )
 
 
 (for 1.8 it's QGIS instead of QGIS2 IIRC).
 
 
 Jürgen 
 

Seems like adding a tool/plugin/command to reset GUI to defaults should
be easy.

Thanks,
Alex
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] My God: plugin palette disappeared :(

2014-03-07 Thread Tim Sutton
Hi


On Fri, Mar 7, 2014 at 3:24 PM, Jeff McKenna
jmcke...@gatewaygeomatics.comwrote:

 On 2014-03-07, 9:07 AM, Tim Sutton wrote:
 
 
  What is a plugin palette? Do you mean the toolbar?
 
  Can you provide a screenshot of your running QGIS.
 
  Have you tried right clicking on the blank space in the toolbar area and
  checking if it is enabled.
 
  Did you maybe accidentally drag it and drop it somewhere and it is
  displaying in compressed mode?
 
  I'm not sure if your life will be any better in Arc* :-P
 

 Hi Tim,

 You mention something that awoke me here ha.  I teach intro to GIS at a
 local college this term, and of course I am using QGIS (1.8, yes I know
 old, but I am lucky to have anything installed in their locked down
 environment).  The one problem that the students face constantly, and
 the one problem I cannot solve, yet, is when they do something like you
 just mentioned: they drag and drop a dialog somewhere, close it, undock
 it, or I'm not sure what they are doing exactly...and then anytime they
 start GIS on that same machine that dialog is no where to be found (and
 for the life of me I cannot find how to turn it back on for them).  I
 have struggled all term with this.  One example are the Properties
 dialog windows in the Print Composer - students do something it seems to
 close these, and they can never be seen ever again.

 I know, maybe this is solved in QGIS 2.2, but I just wanted to give you
 this feedback.  I love QGIS, but this one thing keeps coming back to
 bite me in the butt.  Ha.


In addition to the other responses to this message, you could also prep by
getting your QGIS install into an ideal stage (UI layout wise) and then
close QGIS. Then use regedit and navigate to:

Computer\HKEY_CURRENT_USER\Software\QuantumGIS

Then right click on that entry in the tree in the left and chose export.

Save the .reg file as RestoreQGISState.reg on the desktop (or similar).

Now when a royal stuff up occurs, the user can just double click that file
(close QGIS first), then open QGIS and it should be restored to default.

See you in CT in July!

Regards

Tim


 Talk soon my friend,

 -jeff






 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer




-- 
Tim Sutton - QGIS Project Steering Committee Member
==
Please do not email me off-list with technical
support questions. Using the lists will gain
more exposure for your issues and the knowledge
surrounding your issue will be shared with all.

Irc: timlinux on #qgis at freenode.net
==
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] export to dxf qgis 2.2 issues

2014-03-07 Thread Giuseppe De Marco
hello,
using save as function from layer to export to dxf from a vector polygon
I ran into 2 issues:
1) export version of dxf cannot be opened by autocad 2009 unless converted by a
more recent version of autocad: wouldn't it be nice to have dxf
version to choose?
2) Polygon Vector gets exported only as hatching and not as polylines
which would
be the right way to export to dxf format.

at the moment for issue 2) there's a workaround: converting polygons
to lines function from Vector --Geometry tools and then export to
dxf, but the issue 1)
still remains

Giuseppe De Marco

-- 
Dott. Agr. Giuseppe De Marco
RSPP settore ATECO 1
Cell./Mobile: +39 3935041115
Fax.: +39 0503869174
PEC: giuseppe.de_ma...@epap.conafpec.it
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] My God: plugin palette disappeared :(

2014-03-07 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Il 07/03/2014 21:20, Alex Mandel ha scritto:

 Seems like adding a tool/plugin/command to reset GUI to defaults should
 be easy.

Easy, and very useful: opened a ticket[0], not to forget about it.
Thanks.

[0]http://hub.qgis.org/issues/9746
- -- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlMawPQACgkQ/NedwLUzIr6dygCguMLG4nDP/lAe/QJOE2hLpWz1
0dkAnAutB+UK5Jznskdrbdabuf9pzCbV
=JyvX
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer