#QGIS IRC Log - 2009-04-13

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
01:06:42 CIA-53: wonder * r10550 /trunk/qgis/src/app/ ( 8 files in 2 dirs ): Removed "old" attribute table from repository.
01:06:44 sigq: tracfeed: Changeset [10550]: Removed "old" attribute table from repository. <https://trac.osgeo.org/qgis/changeset/10550>
01:14:06 CIA-53: wonder * r10551 /trunk/qgis/src/app/ ( 13 files in 2 dirs ):
01:14:07 CIA-53: Renaming of files "Beata" -> "qgsattributetable".
01:14:07 CIA-53: Build temporarily broken, to be fixed in next commit.
01:38:07 CIA-53: wonder * r10552 /trunk/qgis/src/ui/ ( 3 files ): Removed old attribute table ui file, renamed and updated current ui file.
01:38:08 sigq: tracfeed: Changeset [10552]: Removed old attribute table ui file, renamed and updated current ui file. <https://trac.osgeo.org/qgis/changeset/10552>
01:40:39 CIA-53: wonder * r10553 /trunk/qgis/src/app/ ( 9 files in 3 dirs ):
01:40:39 CIA-53: Renaming of Beata* classes to QgsAttributeTable* classes done.
01:40:39 CIA-53: Happy easter ;- )
01:50:53 CIA-53: wonder * r10554 /trunk/qgis/src/ui/CMakeLists.txt: Dummy commit that updates CMakeLists.txt in src/ui - should force cmake to update itself and don't complain about a missing ui file.
02:52:15 CIA-53: wonder * r10555 /trunk/qgis/ ( 6 files in 4 dirs ):
02:52:15 CIA-53: Fixed handling of tolerance for projected layers ( #1634 ).
02:52:15 CIA-53: Patch contributed by Richard Kostecky.
03:24:56 markusN: @seen timlinux
03:24:56 sigq: markusN: timlinux was last seen in #qgis 13 hours, 6 minutes, and 46 seconds ago: <timlinux> in short you need to update the lib search path for your binaries to point into your package or to the original framework
04:25:05 CIA-53: wonder * r10556 /trunk/qgis/src/core/qgsrunprocess.cpp: QgsRunProcess says: if I'm going to die, better kill me a bit later. That will be without segfaults.
04:26:18 CIA-53: wonder * r10557 /trunk/qgis/python/ ( 4 files in 2 dirs ): PyQGIS: wrapped QgsMapTip and QgsRunProcess.
04:27:16 sigq: tracfeed: Changeset [10557]: PyQGIS: wrapped QgsMapTip? and QgsRunProcess?. <https://trac.osgeo.org/qgis/changeset/10557>
05:09:38 CIA-53: kyngchaos * r10558 /trunk/qgis/mac/xcode/ ( 3 files in 2 dirs ): attribute dialog ( r10550, r10551, r10552 ), config cleanup
05:09:39 sigq: tracfeed: Changeset [10558]: attribute dialog ( r10550, r10551, r10552 ), config cleanup <https://trac.osgeo.org/qgis/changeset/10558>
07:47:47 alan_s: hello folks
07:47:53 alan_s: 2 questions
07:47:59 alan_s: and happy easter: )
07:48:35 alan_s: 1st what happened to the save and open button in the print layout view in the windows release?
07:49:03 alan_s: and 2 how do i get xy coords on my map border?
08:04:22 alan_s: anyone have a clue?
08:06:22 alan_s: how do i get xy coords on my border? anyone have a clue?
08:11:23 cgs_bob: alan_s: something like v.to.points ?
08:12:08 alan_s: v.to.points?
08:13:20 cgs_bob: alan_s: that is a GRASS command: http://grass.itc.it/grass64/manuals/html64_user/v.to.points.html
08:13:21 sigq: Title: GRASS GIS manual: v.to.points ( at grass.itc.it )
08:14:01 alan_s: oh right, so no way using the layout am i going to get something like that on the borders?
08:14:54 cgs_bob: I'm not sure I understand you : )
08:15:11 markusN: v.in.region
08:15:48 alan_s: basically i have a map that needs to be printed, now i can put on a grid, but i dont want to, i just need my border to have marks on it with xy coords on it
08:18:39 cgs_bob: I haven't used the composer much so I'm not sure it has that functionality
08:19:08 alan_s: no worries..thanks anyways: )
08:38:12 markusN: it was v.mkgrid
08:40:27 arkygeek: hi guys
08:40:39 arkygeek: anyone in here done work on the grass plugin?
08:44:48 markusN: issues?
08:45:03 arkygeek: markusN: well, not so much issues.... more like question :- )
08:45:25 arkygeek: markusN: I use several grass modules in my analysis software
08:45:36 arkygeek: it has to be run from a grass shell
08:45:47 arkygeek: markusN: let me show you.... one sec
08:47:39 arkygeek: markusN: http://code.google.com/p/landuseanalyst/source/browse/trunk/src/lib/lagrass.cpp line 399
08:47:40 sigq: Title: lagrass.cpp - landuseanalyst - Google Code ( at code.google.com )
08:49:33 arkygeek: markusN: I can run my app happily in the grass shell within qgis, but as you can see from the code, it is directly using the grass 6.4 modules from the grass install
08:50:11 arkygeek: I am wondering if it would be somehow possible to get it to work with however/wherever qgis does
08:50:35 arkygeek: to make it simpler for other people to use.... eventually, I want to make it a plugin
08:51:21 arkygeek: markusN: the other thing is, I use a couple of modules that have not been implemented in qgis yet ( r.walk and r.stats )
08:51:48 arkygeek: markusN: but it looks fairly easy to add grass modules, so was thinking I could do that...
08:51:51 markusN: they could be easily added I guess - just edit the XML file of the toolbox
08:52:15 markusN: then maybe submit to pcav
08:52:37 arkygeek: is he the one working on the grass stuff now?
08:53:04 markusN: an option might be to user the GRASS Python wrapper and extend it for these modules, then let QGIS call that
08:53:17 markusN: he is or he knows who is
08:54:39 markusN: hint for getRasterList - better use g.mlist for standardized output
08:56:05 arkygeek: ok
08:56:16 arkygeek: markusN: one other thing while i have you.....
08:57:08 arkygeek: markusN: when I run the exact same analysis on linux, it takes about 3-4 minutes. OSX takes about 15-20 minutes
08:57:21 arkygeek: the only difference is that I have grass 6.2 on linux, and 6.4 on osx
08:57:26 arkygeek: any ideas on that?
08:57:50 arkygeek: things like r.reclass, r.walk, etc take wayyyyy longer
09:04:06 markusN: you need to compare the CU speed - that's hardly identical
09:04:16 markusN: it is unlikely that 6.4 is slower
09:04:32 markusN: several algorithms were made way faster in 6.4
09:04:50 markusN: you can install 6.4 in parallel on Linux to see the difference
09:05:04 markusN: to 6.2
09:43:16 arkygeek: markusN: it is the same computer, dual booting
09:47:37 markusN: so you have Linux and MacOSX on the same bo?
09:47:40 markusN: *box
09:47:45 arkygeek: yup
09:47:55 arkygeek: ( and window$ too actually )
09:48:14 arkygeek: 24" iMac
09:49:27 arkygeek: 2.16 Ghz core2duo w/3Gb ram
09:57:18 markusN: due to offtopic here let's switch to #grass
09:57:34 arkygeek: sure
10:23:00 doktoreas: hello folks..
10:24:33 doktoreas: I just built branche 1_0 but I haven't any reference system in the list
10:34:19 doktoreas: macho, ping
11:12:06 wildintellect: doktoreas, I think that issue has come up several times before, check the old trac tickets, and mailing list archive
11:12:33 wildintellect: did you do a clean build, and do you have QGIS already installed on the same system?
12:32:10 markusN: hi timlinux
12:33:03 markusN: may I lobby for http://trac.osgeo.org/qgis/ticket/59 ?
12:33:06 sigq: Title: #59 ( copy to clipboard support ) - Quantum GIS - Trac ( at trac.osgeo.org )
12:33:25 markusN: I compared some files between 1_0 and trunk but don't see relevant differences
12:33:46 markusN: it's so painful to copy "identify" output with a pencil...
12:36:07 : * cgs_bob agrees with markusN : )
12:36:43 markusN: right-mouse-button-on-field and "copy" option, that's all what's desired...
12:37:08 : * markusN hates 10 digit numerical identifiers
12:45:14 timlinux: hi markusN
12:46:16 : * timlinux looks at ticket 59
12:49:54 timlinux: markusN: why not use the coordinate capture plugin?
12:53:35 cgs_bob: one nice thing about the identity dialog box is that the name of the layer is in the title bar. I wish the layer name can be in Vector and Raster Layer Properties title bar
12:57:29 markusN: timlinux: coordinate capture plugin? I need the attributes...
12:57:58 markusN: e.g., I click on a lake, it has the name "Garda Lake" and the ID 1234567890
12:58:13 markusN: that ID I need for example
12:59:19 timlinux: ah you want to copy the attributes?
12:59:26 markusN: yeah
12:59:49 timlinux: the ticket seems to deal with x,why pos
12:59:57 timlinux: er x,y
13:00:04 markusN: uhm darn I hijacked the wrong ticket
13:00:59 markusN: same thing in the attribute table btw... would love to copy field values from there, too
13:01:12 markusN: I guess it is the same Qt ( or whatever ) trick which is needed
13:50:49 CIA-53: cdavilam * r10559 /docs/branches/1.0.0/spanish/user_guide/introduction.tex: Introduction translated into Spanish
13:51:52 sigq: tracfeed: Changeset [10559]: Introduction translated into Spanish <https://trac.osgeo.org/qgis/changeset/10559>
20:44:04 CIA-53: jef * r10560 /trunk/qgis/src/app/qgisapp.cpp: fix warning
20:45:19 sigq: tracfeed: Changeset [10560]: fix warning <https://trac.osgeo.org/qgis/changeset/10560>
21:58:24 arkygeek: good morning everyone :- )
21:58:51 arkygeek: timlinux: you wrote the nice little layer preview feature, right? the one that shows up next to the checkbox?
22:02:40 timlinux: arkygeek: for rasters? yes? sorry gotta run back online in a while...