5505 Commits

Author SHA1 Message Date
jef
bd35aecf1e fix for #835
git-svn-id: http://svn.osgeo.org/qgis/trunk@7661 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-26 19:59:51 +00:00
jef
be9f8bec2a fixed typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@7660 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-26 19:45:39 +00:00
jef
70d84b8ade fix for #837
git-svn-id: http://svn.osgeo.org/qgis/trunk@7659 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-26 19:18:07 +00:00
mhugent
98ee808375 Some cleanups in wfs provider, display the number of bytes received to entertain the user while loading
git-svn-id: http://svn.osgeo.org/qgis/trunk@7658 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-26 14:14:19 +00:00
mhugent
d06ad4c31c Improved the crs handling in wfs plugin
git-svn-id: http://svn.osgeo.org/qgis/trunk@7657 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-26 11:34:25 +00:00
timlinux
c39a9b743f Completed my tutorial on unit testing as I promised I would at the last QGIS developer meeting...
git-svn-id: http://svn.osgeo.org/qgis/trunk@7656 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-25 19:03:37 +00:00
g_j_m
ccfed84ec5 Fix for ticket #402 (add a zoom to selected button to the attribute
table).


git-svn-id: http://svn.osgeo.org/qgis/trunk@7654 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-24 05:44:36 +00:00
StevenB
838fb92ee2 Fixed ticket 827 by converting the returnPressed() handlers into
editingFinished() ones.


git-svn-id: http://svn.osgeo.org/qgis/trunk@7653 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-23 22:56:10 +00:00
g_j_m
e15e36f683 Fix for typo (#819)
git-svn-id: http://svn.osgeo.org/qgis/trunk@7652 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-23 19:56:20 +00:00
timlinux
4dd612f55e Added first part of tutorial on creating unit tests for QGIS (just introductory part, useful bits will follow)
git-svn-id: http://svn.osgeo.org/qgis/trunk@7651 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-23 17:25:13 +00:00
timlinux
d082db630c fixes ticket #832 Raster cell coount returns incorrect value
Added regression test to raster layer unit test


git-svn-id: http://svn.osgeo.org/qgis/trunk@7650 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-23 16:02:02 +00:00
timlinux
bbde2c78f6 Initial unit test for raster layer class
Includes a simple 10x10 raster supplied by Enrico Chiaradia


git-svn-id: http://svn.osgeo.org/qgis/trunk@7649 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-23 14:51:24 +00:00
g_j_m
00e26fd64e Fix for ticket #181 (multi-line text labels on map composer)
Removed some Qt3 usages
Made the default text label font size a bit smaller

Note: There is a problem with the last character in the text being
clipped at some font sizes...


git-svn-id: http://svn.osgeo.org/qgis/trunk@7644 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-23 07:03:33 +00:00
StevenB
89c145ab57 Fixed bug 826.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7643 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-23 04:27:22 +00:00
jef
c32914f503 attribute table: add attributes before applying attribute changes, fixes #763
please test


git-svn-id: http://svn.osgeo.org/qgis/trunk@7642 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-22 20:52:32 +00:00
timlinux
d404b6ed9c This is a test commit for svn maintenance. Please ignore.
refs #10 see also #22


git-svn-id: http://svn.osgeo.org/qgis/trunk@7641 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-22 18:49:32 +00:00
timlinux
6b96872974 Small test commit for buildbot testing. Please ignore this inconsequential change.
git-svn-id: http://svn.osgeo.org/qgis/trunk@7640 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-22 18:28:21 +00:00
timlinux
285c526e10 Recreated the svg icon for maximum beauty
git-svn-id: http://svn.osgeo.org/qgis/trunk@7639 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-11-22 18:20:41 +00:00
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