#QGIS IRC Log - 2009-04-04

For logs after Feb 3, 2007, all times are GMT-8. Prior logs are GMT-9.
Back to Logs
02:59:13 doktoreas: wow today course went fine
02:59:21 doktoreas: just the uffer transparency in label
02:59:24 doktoreas: : )
05:48:37 timlinux: hi ho
05:48:38 CIA-56: timlinux * r10462 /branches/Version-1_0/ms-windows/ ( plugins.nsh python_plugins.nsh ui.nsh ): Added nsis scripts to set the registry keys up so that plugins are enabled by default and toolbars lay our nicely in the default install
05:56:31 CIA-56: timlinux * r10463 /trunk/qgis/ms-windows/Installer-Files/ ( 3 files ): Updated sidelogos on win installer
05:58:25 sigq: tracfeed: Changeset [10463]: Updated sidelogos on win installer <https://trac.osgeo.org/qgis/changeset/10463>
06:01:52 CIA-56: timlinux * r10464 /branches/Version-1_0/ms-windows/Installer-Files/ ( 3 files ): Backported r10463 to stable branch
06:04:27 sigq: tracfeed: Changeset [10464]: Backported r10463 to stable branch <https://trac.osgeo.org/qgis/changeset/10464>
06:04:48 CIA-56: timlinux * r10465 /branches/Version-1_0/ms-windows/QGIS-Installer.nsi: Apply registry entries during install so toolbars, plugins and python plugins get setup nicely on first run
06:12:54 CIA-56: timlinux * r10466 /trunk/qgis/ms-windows/ ( plugins.nsh python_plugins.nsh ui.nsh ): Port r10462 to trunk - adds nsis files for setting gui defaults on first run in windows
06:24:59 hdus: Test
06:28:04 timlinux: hi hdus
06:28:24 hdus: Ahh it works ....
06:28:26 : * timlinux signals the start of the klingon invasion
06:28:41 hdus: It's my first IRC attempt
06:29:11 timlinux: hdus: wow
06:29:21 timlinux: how is it working out for you so far? :- )
06:29:33 hdus: fine
06:30:14 hdus: It's just a test. I don't have anything to chat at the moment.
06:30:16 timlinux: channel is rather quiet today though
06:30:33 timlinux: don't worry every one else is having a Saturday afternoon nap
06:30:42 : * timlinux is about to take his dog for a walk
06:30:50 : * timlinux will be back later
11:46:22 lynx_r: hi developers, i have done some for incorporation ossimplanet and qgis. so there is a link to my working version of qgis http://svn.gis-lab.info/qgis_ossim . it consist addition api for adding tabs in plugins, the simple example of ossimplanet that render only globe and project build using qmake ( to run qgis in qtcreator ). to test you can only check out patch addTabWidget.patch and ossimplanet plugin from dir src/plugins/ossimplanet
11:46:24 sigq: Title: qgis_ossim - Revision 5: / ( at svn.gis-lab.info )
11:47:23 timlinux: hi lynx_r
11:47:29 timlinux: lynx_r: can you make a patch?
11:47:30 lynx_r: timlinux: hi
11:47:56 lynx_r: timlinux: yes, i make patch
11:48:14 lynx_r: it is addTabWidget
11:48:16 timlinux: lynx_r: I suggest to add it to trac
11:48:35 lynx_r: timlinux: ok, i try : )
11:49:03 timlinux: lynx_r: we could probably include it in trunk with ossim ifdefs when you think it is ready
12:02:00 sigq: tracfeed: Ticket #1622 ( patch created ): Implement capability to add tabs in the main window <https://trac.osgeo.org/qgis/ticket/1622>
12:03:37 timlinux: lynx_r: is that tabs only or is it ossimplanet related changes too?
12:04:52 lynx_r: timlinux: the patch implement an ability to add tabs
12:07:41 lynx_r: and plugin using this patch add tab and render empty glob
12:10:55 lynx_r: i can't create new description of patch, sorry i past in description the patch :-/
12:17:47 timlinux: lynx_r: no worries
12:17:59 timlinux: we actually used to have tabs in the map canvas area
12:18:12 timlinux: which I added anticipating multiple canvas support
12:18:20 timlinux: but they were removed in the cleanup for 1.0 release
12:31:04 lynx_r: timlinux: i tried implement in this patch such feature: hide tabbar when there is one tab in map canvas area and show it when tabs more the one. but tabwidget is not very nice when the tab bar is hidden.
12:36:15 timlinux: lynx_r: with your patch do you already have ossimplanet drawing what is on the 2d canvas?
12:36:24 timlinux: can you post a screenie?
12:41:14 lynx_r: http://svn.gis-lab.info/qgis_ossim/qgis_ossimplanet_plugin.png
12:41:23 lynx_r: timlinux: http://svn.gis-lab.info/qgis_ossim/qgis_ossimplanet_plugin.png
12:42:59 lynx_r: timlinux: and there is plugin that tab http://svn.gis-lab.info/qgis_ossim/src/plugins/ossimplanet
12:43:00 sigq: Title: qgis_ossim - Revision 6: /src/plugins/ossimplanet ( at svn.gis-lab.info )
12:45:35 timlinux: lynx_r: I meant have you found a way to draw the maps onto the globe yet?
12:45:55 lynx_r: timlinux: not yet
12:45:55 timlinux: your tabs look neat though
12:46:21 timlinux: lynx_r: I discussed this a bit with epifanio the other night
12:46:32 timlinux: epifanio: is your partner in this right?
12:46:41 lynx_r: timlinux: yes
12:47:05 lynx_r: timlinux: i commented those code for hide tabs
12:47:10 timlinux: nhv was say that ossimplanet can display georeferenced images
12:50:15 timlinux: so you can simply do mMapCanvas->saveAsImage( myOutputFileNameQString, NULL, myFilterMap[myFilterString] );
12:50:22 timlinux: to save as an image
12:50:29 timlinux: and pull that into planet
12:50:40 timlinux: Im not suggesting this as a long term approach
12:50:52 timlinux: but as a quick first attempt way
12:53:48 lynx_r: timlinux: thanks, i'll try
14:20:15 CIA-56: wonder * r10467 /trunk/qgis/python/core/qgsmaprenderer.sip: Added missing bindings to QgsMapRenderer.
14:20:17 sigq: tracfeed: Changeset [10467]: Added missing bindings to QgsMapRenderer?. <https://trac.osgeo.org/qgis/changeset/10467>
16:20:07 wildint: so who actually works on the main qgis.org website
16:20:38 wildint: I think there's some stuff I'd like to improve, well that and FATAL: database "qgis_users" does not exist on Community Map
16:23:03 TylerM: doh
16:23:09 TylerM: timlinux or gsherman i would guess
16:31:09 jef: wildint: dassau and macho ( aka Otto Dassau and Werner Macho )
16:31:48 wildint: that would make sense, as I see the site is now available in German
16:31:56 jef: wildint: but the community map is tim's baby ( and afaik still hosted on his server )
16:32:12 wildint: ya I could tell be the url on the traceback
16:35:21 wildint: thanks I'll try to raise them on the list
16:38:58 jef: wildint: good idea at 2.45am
16:39:30 wildint: eh, always something- it's 17:45 for me
16:44:41 jef: wildint: sure. .za and .de are now both at UTC+2 - now we have dst in .de