This website requires JavaScript.
Explore
Help
Sign In
sharpetronics
/
QGIS
Watch
1
Star
0
Fork
0
You've already forked QGIS
mirror of
https://github.com/qgis/QGIS.git
synced
2025-02-24 00:47:57 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
QGIS
/
tools
/
mapserver_export
History
gsherman
c385e9b388
Patch for ticket
#671
(leonardomateo)
...
git-svn-id:
http://svn.osgeo.org/qgis/trunk@7043
c8812cc2-4d05-0410-92ff-de0c093fc19c
2007-06-23 21:51:26 +00:00
..
CMakeLists.txt
Build with -Wall -Werror now. Three directories still have unresolved warnings so this behaviour is disabled there (providers/wfs prviders/grass and plugins/grass). A nasty message is displayed during cmake configure process to remind that these errors must be resolved.
2007-02-18 05:44:27 +00:00
Makefile.am
…
mapserver_export.pro
…
ms_export.py
Patch for ticket
#671
(leonardomateo)
2007-06-23 21:51:26 +00:00
ms_main.cpp
CMake changes:
2007-01-27 23:27:39 +00:00
msexport_wrap.cxx
Changed to C-style comments
2007-03-10 13:46:11 +00:00
msexport.i
…
qgsmapserverexport.cpp
Added QgsFileDropEdit class which extends QLineEdit to accept files dropped on the edit field.
2007-02-04 09:13:34 +00:00
qgsmapserverexport.h
Convert six dialogs to Qt 4.2 StandardButton API.
2007-01-21 05:29:14 +00:00
qgsmapserverexportbase.ui
Added QgsFileDropEdit class which extends QLineEdit to accept files dropped on the edit field.
2007-02-04 09:13:34 +00:00
test_export.py
…