mcoletti
d97b8e3058
Enabled GML support
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2947 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-11 01:59:34 +00:00
timlinux
e3adda5868
Mefged in changes from proj branch
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2946 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-10 23:57:56 +00:00
mcoletti
9560409295
select() now consistently uses WKT polygon to compensate for pedantry in latest GEOS
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2944 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-10 20:13:59 +00:00
mcoletti
d00d0b2989
qgisapp.cpp :
...
- debugging output for building supported vector formats for open file
dialog cleaned up a bit
qgsmaplayer.cpp, qgsrenderer.cpp :
- cleaned up some formatting
qgsrect :
- cleaned up some formatting
- normalize() now uses std::swap()
- moved ctor to implementation file
- cleaned up asPolygon(); now uses QTextStream
git-svn-id: http://svn.osgeo.org/qgis/trunk@2943 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-10 20:12:10 +00:00
rabla
0f3c4293cc
update attributes if necessary
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2942 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-10 17:51:23 +00:00
timlinux
facc26c6a1
Merged raster histogram stuff back into head
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2941 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-10 16:48:36 +00:00
rabla
08ce146cd9
check if the layer is empty, fixes the crash when a layer is stored in project file, but does not exist in vector
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2940 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-10 15:45:48 +00:00
gsherman
efb8566236
Brendan Morely's postgis threaded extent patch (new files)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2936 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-10 05:38:27 +00:00
gsherman
828bdca81d
Brendan Morley's postgis threaded extents patch
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2935 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-10 05:08:39 +00:00
gsherman
49ee49a2f7
Brendan Morely's postgis threaded extent patches
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2934 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-10 05:07:27 +00:00
rabla
9ab42e9e4b
more hardcoded point symbols
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2932 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-09 13:29:30 +00:00
g_j_m
96dc7ccaab
Add a missing table in the WHERE clause
...
Fix a potential problem in identifying geometry enabled relations
that have null values for some of the rows in the geometry column.
git-svn-id: http://svn.osgeo.org/qgis/trunk@2930 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-09 04:28:16 +00:00
mcoletti
6837444c0f
Added test for deep key name sequences.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2928 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-07 20:43:51 +00:00
mcoletti
afb3ac1607
Fixed bug where deeply nested key sequences weren't getting properly written
...
to project files.
git-svn-id: http://svn.osgeo.org/qgis/trunk@2927 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-07 20:42:59 +00:00
timlinux
2cf650858d
Scaling cleanups
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2922 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-05 19:25:38 +00:00
timlinux
5a7a4b2b83
Far more reasonable looking graphs....still need to sort out scaling a bit better.....
...
Check boxes are still not hooked up..
git-svn-id: http://svn.osgeo.org/qgis/trunk@2921 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-05 18:18:43 +00:00
larsl
886e3577b4
Fixed a bug that made a newly created QgsProject dirty, which caused QGIS to ask the user if it wanted to save the current project even if it hadn't made any changes (bug 1115186)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2920 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-05 14:39:43 +00:00
larsl
267d5b52c8
Fixed bug 1157260
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2919 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-05 13:59:56 +00:00
mhugent
7732a99fa9
Added loading/reading of the vector data provider encoding type from/to the project file
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2918 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-05 09:54:56 +00:00
timlinux
3e943c33a2
More updates to graphing of rasters:
...
List now shows bands...click on one or more bands and click refresh to show graph
ymax and min calcs done (min & max calculated across all bands to be graphed)
checkboxes still not hooked up yet...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2917 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-05 01:50:06 +00:00
mhugent
cbd7217bee
replaced enum QgsVectorDataProvider::Encoding with QTextCodec
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2916 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-05 00:22:26 +00:00
larsl
07693b5e63
Added <cmath> header and std namespace for sqrt()
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2915 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 23:20:09 +00:00
timlinux
0d58355d0a
Shame on me!...wrong ui version.....thanks Radim...
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2914 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 21:47:52 +00:00
rabla
5a5e1f742c
getProjectionWKT
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2913 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 17:30:01 +00:00
rabla
16e56bfb1e
+grass projection lib
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2912 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 17:15:59 +00:00
rabla
d7a8071d97
measure
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2911 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 16:25:09 +00:00
rabla
3b045dca78
more buttons
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2910 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 16:08:26 +00:00
rabla
bb64c97aa0
emit button
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2909 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 16:07:35 +00:00
rabla
268208b5c3
save region status in settings, use EmitPoint
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2908 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 12:02:49 +00:00
timlinux
81d27a0779
Added some controls for setting histogram options - still to be wired up...
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2907 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 08:44:45 +00:00
rabla
d62d8e1ed9
measure
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2906 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 08:24:51 +00:00
timlinux
cdc5ec8f5e
First stab at a histogram for rasters. Still in progress.
...
TODO:
Add band name and symbol to chart legend
Scale y axis based on image depth
Draw each band in a separate colour
Draw polyline so that it looks more bar chart like???
git-svn-id: http://svn.osgeo.org/qgis/trunk@2905 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-04 01:57:09 +00:00
mcoletti
032d02f159
added qgsprojectproperty.{h,cpp}
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2903 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-03 00:02:50 +00:00
mcoletti
82ae4ea6d7
Synched with QgsProject changes.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2902 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-02 23:34:36 +00:00
mcoletti
f56e218dfe
- added subkeyList() and entryList()
...
- moved internal QgsProject property class hierarchy to separate lexical space
(i.e., qgsprojectpropety.{h,cpp})
- refactoring of QgsProject internals to be easier to understand and
maintain. (Though I doubt I was successful. =\ )
- corresponding test harness (tests/qgsproject) checks out
git-svn-id: http://svn.osgeo.org/qgis/trunk@2901 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-02 23:34:00 +00:00
larsl
bcc757dc25
Fixed more XML writing bugs in the GPX provider
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2900 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-02 18:19:41 +00:00
larsl
00df05331d
Fixed bug that broke GPX files containing reserved XML characters (forgot to replace them with entities)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2899 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-02 17:06:04 +00:00
rabla
56b2cba8b9
identify raster
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2898 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-02 16:44:59 +00:00
rabla
f4bd935964
identify raster
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2897 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-02 16:05:45 +00:00
rabla
527f47cee2
addAttribute to root, setColumnTex
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2896 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-02 16:04:29 +00:00
mhugent
e071e327df
added a menu item in the attribute table to change selected and not selected rows
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2887 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-01 21:04:12 +00:00
larsl
6b4af3a18f
Changed to expat for parsing GPX files, fixed a bug that broke GPX files when setting attribute values containing non-ASCII characters
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2886 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-01 17:54:32 +00:00
g_j_m
7ea3db7989
bug fix: a spatial table with no rows would cause a crash
...
tidy up: text in the dialog box about views and oid's etc was all on
one line.
git-svn-id: http://svn.osgeo.org/qgis/trunk@2885 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-01 17:47:55 +00:00
g_j_m
9f20770581
bug fix: if labels weren't being drawn, the QgsVectorLayer::drawLabels()
...
function was starting a postgresql transaction but not ending it. This
lead to the postgresql table being locked and unable to accept updates,
inserts, etc.
git-svn-id: http://svn.osgeo.org/qgis/trunk@2884 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-01 16:16:51 +00:00
rabla
dcb2e0743b
remove objects from project
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2882 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-01 12:59:52 +00:00
rabla
3e41fd2187
layers in legend; remove objects from project
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2881 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-01 12:02:09 +00:00
rabla
ce47c66919
save ID in project
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2880 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-01 11:59:46 +00:00
g_j_m
8829da1718
Bug fix. Not sure how postgresql access worked in the previous revision!
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2879 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-03-01 02:07:45 +00:00
g_j_m
51072eb657
Added .cvsignore file to remove a cvs update 'unknown file' message
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@2876 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-02-28 05:50:59 +00:00
gsherman
daf05db7a4
Fix for bug that prevented features in postgres layers from being
...
selected or identified.
git-svn-id: http://svn.osgeo.org/qgis/trunk@2872 c8812cc2-4d05-0410-92ff-de0c093fc19c
2005-02-26 07:10:27 +00:00