StevenB
030c5806b0
Fixed bug #799 and converted legend measurements to floating-point.
...
Also fixed a bug where the legend lines would extend past their endpoints.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7638 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-22 00:35:43 +00:00
StevenB
722498b360
Applied font bug workaround to the composer scalebar and cleaned up a
...
couple of debugging statements.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7637 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-21 22:45:09 +00:00
timlinux
852421f349
Patch from Mateusz Loskot to allow easily using FWTools install of gdal
...
Ticket #821 : cmake-findgdal-fwtools.patch
git-svn-id: http://svn.osgeo.org/qgis/trunk@7636 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-21 19:06:39 +00:00
timlinux
15d0015211
Updated generated install doc
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7635 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-21 18:24:11 +00:00
timlinux
f7a1bab434
More updates and cleanups to windows simplified build procedure.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7634 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-21 18:23:24 +00:00
timlinux
322558c99f
Find postgresql libs when they are in the qgislibs archive and LIB_DIR os set (MSVC)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7633 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-21 18:18:45 +00:00
timlinux
b9a838fe84
Added notes for using cmake and starting the initial msvc build (for windows simplified install)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7632 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-21 16:39:12 +00:00
timlinux
5a68c34a65
More updates in the quest to document the 'simplified' setup procedure using my qgis libs bundle.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7631 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-21 15:54:24 +00:00
leo.lami
18a0c71321
Changed GRASS modules menù and add a new image for the module r.random.cells
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7630 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-21 12:10:22 +00:00
g_j_m
e9516c5fc0
Resave using Qt designer 4.2.3 to allow compilation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7628 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-21 06:25:43 +00:00
jef
dd475e221e
PostGIS layer selection:
...
- actually do the geometry type lookup threaded
- combobox removed and replaced with multiple rows, one each geometry type
- add wait cursors while looking up tables and inserting layers
git-svn-id: http://svn.osgeo.org/qgis/trunk@7627 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 22:29:43 +00:00
g_j_m
6cc8071535
Make QTextLabels word wrap to allow for longer text (useful for some languages
...
that have longer text in map composer labels).
git-svn-id: http://svn.osgeo.org/qgis/trunk@7626 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 21:40:40 +00:00
g_j_m
ad4f610ecc
Enable extended selection mode for the table list
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7625 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 19:40:04 +00:00
jef
4dbc0bc5c7
add only valid layers, fixes #812
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7624 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 16:32:13 +00:00
timlinux
1213e34cde
Some updates to developer documentation
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7623 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 16:15:49 +00:00
jef
9597e23fb8
remove Qt4.3 dependency
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7622 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 16:15:32 +00:00
wonder
194d12ae51
Removed possibility to change directory of c++ plugins in plugin manager.
...
Fixes #771 .
git-svn-id: http://svn.osgeo.org/qgis/trunk@7621 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 15:31:53 +00:00
timlinux
3e23832619
Initial commit of coding manual for QGIS (aggregates various pages from teh wiki)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7620 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 15:31:27 +00:00
timlinux
09c6ec11ca
Fix compilation errors under gcc:
...
qgis/src/app/qgsdbsourceselect.cpp:308: error: ‘>>’ should be ‘> >’ within a nested template argument list
qgis/src/app/qgsdbsourceselect.cpp:445: error: ‘>>’ should be ‘> >’ within a nested template argument list
gcc does not allow you to make nested template calls like this:
Foo <bar<xyz>>
The conjoined >> must have at least one space otherwise a compilation error will result.
Also replaced tabs with 2 spaces.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7619 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 12:37:38 +00:00
jef
c9c3efb2c6
updated postgis layer selection, fixed #218 , again
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7618 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 11:32:07 +00:00
mhugent
6115ac8445
Update of spanish translation. Thanks to Carlos Dávila
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7615 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 09:39:15 +00:00
timlinux
e8b91a8c12
Minor change to trigger makefile regeneration and prevent build failure requireing total source rebuild with recent changes in grass modules
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7614 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 03:09:03 +00:00
jef
01f3eb42dd
uglily find qgisapp for attribute table, fixes #786
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7613 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-20 00:48:46 +00:00
jef
bf62b3969e
negate write capabilities for shapefiles w/o attributes, fixes #803
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7612 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 22:20:38 +00:00
jef
6ba8b2a686
support for GEOMETRY column, fixes #818
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7611 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 21:26:56 +00:00
timlinux
3117592c3f
Further updates to install procedure:
...
- put markers beweeb chapters for clarity
- moved Jurgens postgres notes into building with msvc part 1
- cleanups to building with msvc express notes
git-svn-id: http://svn.osgeo.org/qgis/trunk@7610 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 19:11:07 +00:00
jef
868671d484
localize graduade symbol renderer modes
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7609 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 18:53:20 +00:00
leo.lami
976996a940
19.11.2007 change module: r.in.gdal.loc
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7608 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:48:59 +00:00
leo.lami
233e480666
19.11.2007 change image for the module: r.mfilter
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7607 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:37:48 +00:00
leo.lami
1ffdd7cb57
19.11.2007 change image for the module: r.surf.random
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7606 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:37:26 +00:00
leo.lami
cccbfc2fed
19.11.2007 change image for the module: r.surf.gauss
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7605 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:37:14 +00:00
leo.lami
5bc62e0026
19.11.2007 change image for the module: r.surf.gauss
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7604 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:36:59 +00:00
leo.lami
4dd58335cf
19.11.2007 new image for the module: v.db.addtable
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7603 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:36:22 +00:00
leo.lami
4c37c114e0
19.11.2007 new image for the module: db.in.ogr
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7602 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:35:40 +00:00
leo.lami
596870d54f
19.11.2007 remove image for the module: r.to.rast3elev
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7601 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:31:25 +00:00
leo.lami
79bded182b
19.11.2007 remove module: r.cluster
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7600 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:31:13 +00:00
leo.lami
10bf9789bf
19.11.2007 remove image for the module: i.gensigset
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7599 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:31:02 +00:00
leo.lami
1dd24f516c
19.11.2007 remove module: v.mcp
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7598 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:30:50 +00:00
leo.lami
6a5f0f4a0c
19.11.2007 remove module: v.patch
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7597 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:30:40 +00:00
leo.lami
29358c942d
19.11.2007 remove image for the module: v.animove
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7596 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:30:28 +00:00
leo.lami
d262e4e530
19.11.2007 remove module: i.cca
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7595 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:30:15 +00:00
leo.lami
0cce398c43
19.11.2007 remove image for the module: r.timestamp
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7594 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:30:00 +00:00
leo.lami
ae5b8add66
19.11.2007 remove module: v.adehabitat
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7593 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:29:50 +00:00
leo.lami
0ae2ce2ba6
19.11.2007 remove image for the module: i.gensingset
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7592 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:29:39 +00:00
leo.lami
74682312f4
19.11.2007 remove image for the module: r.info
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7591 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:29:27 +00:00
leo.lami
e485852480
19.11.2007 remove module: g.mlist
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7590 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:29:17 +00:00
leo.lami
38ef933178
19.11.2007 remove module: g.gisenv
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7589 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:29:05 +00:00
leo.lami
ccccec1c41
19.11.2007 remove module: r.to.rast3elev
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7588 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:28:53 +00:00
leo.lami
fff4a730b9
19.11.2007 remove image for the module: r.region
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7587 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:28:42 +00:00
leo.lami
01e1f7a87b
19.11.2007 remove module: r.profile
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7586 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-19 17:28:31 +00:00