#QGIS IRC Log - 2009-06-21

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
04:26:02 CIA-54: mhugent * r10963 /trunk/qgis/src/ ( 5 files in 3 dirs ): [FEATURE] Added possibility to keep the current layers in a composer map even if further layers are added to the main map
05:22:31 wwwald: question
05:22:44 wwwald: is it possible to change the location of QGis's configuration directory on Windows?
05:22:59 wwwald: right now it's a directory ".qgis" in the Documents And Settings folder
05:23:26 wwwald: I'd like to have it elsewhere, the Python plugins take too much space in my roaming profile at work...
05:23:32 wwwald: any hints appreciated
06:56:29 CIA-54: mhugent * r10964 /trunk/qgis/src/app/qgisapp.cpp: Fix for bug #1738, duplicated objects in composer
06:56:31 sigq: tracfeed: Changeset [10964]: Fix for bug #1738, duplicated objects in composer <https://trac.osgeo.org/qgis/changeset/10964>
06:58:45 sigq: tracfeed: Ticket #1738 ( bug closed ): duplicated objects in map composer <https://trac.osgeo.org/qgis/ticket/1738#comment:1>
07:20:36 : <_wwwald> anyone with some hints on that QGis configuration directory on Windows?
08:15:24 timlinux: @seen gsherman
08:15:24 sigq: timlinux: gsherman was last seen in #qgis 2 weeks, 2 days, 0 hours, 9 minutes, and 25 seconds ago: * gsherman back later
08:19:14 jef: how does the argument to QgsVectorDataProvider::changeAttributeValues( ) need to look in python?
08:25:58 tackat: hi timlinux
08:30:59 timlinux: hey jef hey tackat
08:31:17 timlinux: jef, no idea :-(
08:40:27 FiReSTaRT: just a quick hello gentlemen : )
10:59:09 wildintellect: jef, did you solve your python question
11:00:26 jef: wildintellect: yes.
12:16:18 : * timlinux wonders who changed things in qgsmapcanvas to cause decorations not to draw anymore
14:09:23 CIA-54: jef * r10965 /trunk/qgis/src/gui/qgsmapcanvasmap.cpp: also use QPixmap for decorations ( followup to r10926 )
14:11:06 sigq: tracfeed: Changeset [10965]: also use QPixmap for decorations ( followup to r10926 ) <https://trac.osgeo.org/qgis/changeset/10965>
14:25:10 timlinux: hi
14:26:04 timlinux: jef -> does that make a difference?
14:26:07 timlinux: https://trac.osgeo.org/qgis/changeset?new=trunk%2Fqgis%2Fsrc%2Fgui%2Fqgsmapcanvasmap.cpp%4010965&old=trunk%2Fqgis%2Fsrc%2Fgui%2Fqgsmapcanvasmap.cpp%4010926
14:26:08 sigq: Title: Diff r10926:10965 for trunk/qgis/src/gui/qgsmapcanvasmap.cpp - Quantum GIS - Trac ( at trac.osgeo.org )
14:27:01 jef: timlinux: it does here
14:27:53 : * timlinux builds to test
14:28:26 timlinux: http://www.linuxdevices.com/news/NS2102697273.html <-- new computer I'm contemplating
14:28:28 sigq: Title: Tiniest Linux system, yet? ( at www.linuxdevices.com )
14:30:32 timlinux: jef also,
14:30:44 timlinux: I've got my vm working on ubuntu again
14:31:01 timlinux: and trying to resolve the grass issue under win with my standalone installer
14:31:23 timlinux: if I use the osge cmd prompt and run it
14:31:37 timlinux: ( using the GISBASE that osgeo sets when starting cmd shell )
14:31:42 timlinux: grass runs fine
14:31:59 timlinux: if I set GISBASE to the grass dir inside my qgis installed dir
14:32:19 timlinux: it no longer gives the missing gisbase error but still hangs
14:32:49 timlinux: do you have any other thoughts on the matter? maybe other env vars that I should be settings?
14:32:51 timlinux: setting
14:34:00 timlinux: hmm maybe I need to set WINGISBASE
14:34:17 timlinux: or GRASS_PROJSHARE
14:34:21 : * timlinux goes to try
14:35:00 timlinux: jef r10965 works for me here too
14:35:02 timlinux: thanks!
14:35:11 jef: np
14:35:41 jef: no real idea about the grass thing.
14:39:25 timlinux: I see WINGISBASE calls another long batch file in etc/init.bat
14:40:07 timlinux: but its not set in the osgeo dev shell
14:40:12 timlinux: so I guess its not needed
14:43:32 timlinux: aha
14:45:11 timlinux: if I run QGIS using this little script: http://pastebin.com/mdbcbb74
14:45:12 sigq: Title: pastebin - collaborative debugging tool ( at pastebin.com )
14:45:14 timlinux: it works
14:45:33 timlinux: Ill try replacing out the vars 1 by one to point into my installer tree...
14:52:34 timlinux: hmm seems to work now
14:52:42 timlinux: added in the proj resources dir too
14:57:40 timlinux: or not...