telwertowski
4bda397dc1
Make Add Attribute dialog modal and set parent for all dialogs in chain. This fixes incorrect layering of stacked dialogs on Mac (bug #509 ).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6439 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-16 20:51:24 +00:00
g_j_m
771b9721fe
fix a couple of compiler warnings
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6436 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-16 08:34:41 +00:00
timlinux
fe3c509cb4
Ticket #537 applied
...
Patch for QgsRasterLayer to allow stretching in DrawMultiColorBand, DrawSingleBandGray
With thanks to Pete
git-svn-id: http://svn.osgeo.org/qgis/trunk@6435 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-15 19:39:44 +00:00
mhugent
1d5f897c71
Use the expat parser for the WFS provider because of smaller memory needs and possibility to incrementally parse document
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6434 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-15 08:29:34 +00:00
timlinux
5731d6b127
Use ${PROJECT_NAME} rather than hard coding qgis.app when naming mac application bundle
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6433 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-14 21:08:59 +00:00
timlinux
9ad30dcec6
Remove compiler warnings about unused vars
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6432 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-14 02:33:22 +00:00
timlinux
56f629f624
Code cleanups:
...
- removed long coding style preamble
- sorted headers includes alphabetically
- removed duplicate includes
git-svn-id: http://svn.osgeo.org/qgis/trunk@6431 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-14 02:22:39 +00:00
homann
d3b240e7b7
Fixed SRS validation. The settings in options on how to get projections for layers without info in the file, is now functioning.
...
Added a debugPrint() function to QgsSpatialRefSys, and some more debug ouputs.
Removed som dead code(?)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6430 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-13 18:32:44 +00:00
homann
13ff2d0c8b
Lite skrivfel
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6429 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-13 18:28:44 +00:00
wonder
617f524228
CMake:
...
- added possibility to explicitly disable building of bindings
- added version checks for SIP (min. 4.5) and PyQt (min. 4.1)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6428 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-13 14:35:53 +00:00
homann
941136b2e1
Reverse iterate through the map layers when rendering. Fixes #536 .
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6427 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-13 12:02:18 +00:00
telwertowski
81a23826b1
For Mac, prepend "@executable_path/lib" to library references. This make the app double-clickable and movable.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6426 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-13 08:22:10 +00:00
timlinux
e5b39e8ac7
No code changes applied formatting in vim only
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6425 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-13 01:57:05 +00:00
homann
167252b696
Changed the way SRS is read from XML. Moved <spatialrefsys> tag down to spatialrefsys.cpp only.
...
Now SRSs are read from saved projects correctly. Also added som debug outputs.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6424 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-12 22:06:14 +00:00
timlinux
4df6cab4a5
Place holder splash for 0.9
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6423 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-12 19:24:14 +00:00
gsherman
dbeb5d02a2
Fixed unstable version name
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6422 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-12 18:58:34 +00:00
gsherman
230dc1f3db
Changed version name to reflect 0.9 unstable
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6421 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-12 18:27:18 +00:00
telwertowski
de5c8f730c
For Mac, install everything into an application bundle.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6420 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-11 22:16:41 +00:00
wonder
f6c89dddc6
- CMake: improved search for GRASS
...
- removed Makefiles commited by mistake some time ago
git-svn-id: http://svn.osgeo.org/qgis/trunk@6419 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 23:23:56 +00:00
telwertowski
8af94f3eaf
Declare all plugins and providers as MODULE rather then SHARED libraries for Mac compatibility.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6418 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 22:31:48 +00:00
telwertowski
70c4fa8bb1
Fix Mac compilation. (A complete compilation is now possible but files are still installed in the wrong place and plugin/providers are not loadable even if moved to the right place.)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6417 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 09:49:35 +00:00
telwertowski
f3c345d4e2
Enable compilation using GEOS 3 as well as GEOS 2.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6416 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 09:43:03 +00:00
wonder
46a2d125a2
Merged refactoring branch back to trunk.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6415 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-09 02:39:15 +00:00
g_j_m
faf7b0a51e
Merge r6396 from 0.8 branch to head
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6397 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-06 04:09:06 +00:00
g_j_m
cd9ca5fea0
Merge r6393 in 0.8 branch to head (fix for ticket #288 ).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6394 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-04 08:29:32 +00:00
g_j_m
bff08ab7ec
Merge r6391 from 0.8 branch to head (fix for ticket #186 ).
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6392 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-04 02:50:19 +00:00
homann
67639479ce
Megred r6389 into trunk
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6390 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-03 21:46:31 +00:00
g_j_m
5b3ea73dac
Merge r6387 from 0.8 branch to head
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6388 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-03 01:48:58 +00:00
homann
952b83d601
Merged r6385 into trunk
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6386 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-02 19:53:40 +00:00
gsherman
f659cc5cc2
fix typo
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6383 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-02 16:55:21 +00:00
g_j_m
c3436490c5
Provide the enhancement in ticket #207 (option of whether to
...
ask the user to save a project when exiting, etc).
git-svn-id: http://svn.osgeo.org/qgis/trunk@6381 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-02 05:07:25 +00:00
g_j_m
a2b6e6dc3c
Fix for a compile error due to previous commit
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6376 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-02 04:12:13 +00:00
g_j_m
01658469b8
Apply patch in ticket #458 (user configurable colour for the measure
...
tool). Thanks to Lars.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6375 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-02 03:57:00 +00:00
g_j_m
4e80bf5cd7
Merged r6372 from 0.8 release branch to head
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6373 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-01 22:47:22 +00:00
homann
15d28d82f6
i18n fix filename, port r6370 into trunk
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6371 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-01 21:24:54 +00:00
homann
d792be447e
Port of r6367 into trunk, fixes ticket #478
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6368 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-01 20:50:58 +00:00
homann
204cfa9d43
Merged r6365 from 0.8 release
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6366 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-01 17:49:18 +00:00
homann
23f0177286
Bug fix from r6363 in 0.8.
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6364 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-01 16:15:56 +00:00
homann
9321391793
Fix for i18n gdal metadata. From 0.8 bug fix
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6362 c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-01-01 11:37:21 +00:00
g_j_m
de66849171
Fix for ticket #475 . The fix has introduced an intermittent off-by-one-pixel
...
display problem, but that's better than the original problem!
The solution was to remove what looked like some testing code that somehow got
committed a while ago.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6358 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-31 02:40:53 +00:00
g_j_m
5604200fc5
Fix bug where QgsLogger::debug with a double input variable always printed an
...
incorrect value (%$@#$%#! sprintfs).
git-svn-id: http://svn.osgeo.org/qgis/trunk@6357 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-31 01:46:41 +00:00
g_j_m
2ec2eb5a36
Merge of patch r6354 from Release-0.8.0 branch
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6355 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-30 08:24:18 +00:00
gsherman
97c3eb3075
In Makefile.am added missing headers and EXTRA_DIST files needed for make release
...
Removed unused Makefile generation from configure.in
Changed version to 'Titan'
git-svn-id: http://svn.osgeo.org/qgis/trunk@6350 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-30 02:15:25 +00:00
g_j_m
f3ffc22bd6
Another debug statement change
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6349 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-29 22:05:56 +00:00
g_j_m
8a47a2a75f
Correct some debug output formatting
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6348 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-29 21:44:13 +00:00
timlinux
8ca23be788
Latest latvian updates from the Ministry of Latvian Cultural Affairs' QGIS representitive. (thanks Maris!)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6347 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-29 20:55:20 +00:00
gsherman
f56dc7009c
GUI shortcut patch from lubaby (ticket #501 )
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6346 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-29 20:30:19 +00:00
g_j_m
c226ee18f0
Fix for ticket #474 . The behaviour when different layers are being reprojected
...
into coordinate systems that are 'not right' will still be a bit confusing to
the novice user, but qgis won't crash when doing so now.
git-svn-id: http://svn.osgeo.org/qgis/trunk@6345 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-29 20:23:45 +00:00
g_j_m
b7efd3b986
Revert changes in r6341 (qgsmaplayer.cpp only)
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6344 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-29 20:20:37 +00:00
mhugent
134dfc4447
update of italian translation by napo
...
git-svn-id: http://svn.osgeo.org/qgis/trunk@6343 c8812cc2-4d05-0410-92ff-de0c093fc19c
2006-12-29 13:19:28 +00:00