[qgis] branch upstream updated (343e303 -> 0ee8ff4)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Feb 28 21:38:45 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository qgis.

      from  343e303   Imported Upstream version 2.8.1
       new  0ee8ff4   Imported Upstream version 2.8.1+dfsg

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/plugins/dxf2shp_converter/CMakeLists.txt       |   54 -
 src/plugins/dxf2shp_converter/README               |   27 -
 src/plugins/dxf2shp_converter/builder.cpp          |  621 ---
 src/plugins/dxf2shp_converter/builder.h            |   88 -
 .../dxf2shp_converter/dxf2shp_converter.png        |  Bin 805 -> 0 bytes
 src/plugins/dxf2shp_converter/dxf2shpconverter.cpp |  220 -
 src/plugins/dxf2shp_converter/dxf2shpconverter.h   |   88 -
 src/plugins/dxf2shp_converter/dxf2shpconverter.qrc |    5 -
 .../dxf2shp_converter/dxf2shpconvertergui.cpp      |  193 -
 .../dxf2shp_converter/dxf2shpconvertergui.h        |   50 -
 .../dxf2shp_converter/dxf2shpconvertergui.ui       |  151 -
 src/plugins/dxf2shp_converter/dxflib/confdefs.h    |    3 -
 .../dxf2shp_converter/dxflib/src/dl_attributes.h   |  201 -
 .../dxf2shp_converter/dxflib/src/dl_codes.h        |  545 --
 .../dxflib/src/dl_creationadapter.h                |  103 -
 .../dxflib/src/dl_creationinterface.h              |  266 -
 .../dxf2shp_converter/dxflib/src/dl_dxf.cpp        | 5600 --------------------
 src/plugins/dxf2shp_converter/dxflib/src/dl_dxf.h  |  431 --
 .../dxf2shp_converter/dxflib/src/dl_entities.h     | 1434 -----
 .../dxf2shp_converter/dxflib/src/dl_exception.h    |   59 -
 .../dxf2shp_converter/dxflib/src/dl_extrusion.h    |  161 -
 .../dxf2shp_converter/dxflib/src/dl_writer.h       |  685 ---
 .../dxflib/src/dl_writer_ascii.cpp                 |  170 -
 .../dxf2shp_converter/dxflib/src/dl_writer_ascii.h |   80 -
 src/plugins/dxf2shp_converter/getInsertions.cpp    |   81 -
 src/plugins/dxf2shp_converter/getInsertions.h      |   60 -
 .../dxf2shp_converter/shapelib-1.2.10/LICENSE.LGPL |  483 --
 .../dxf2shp_converter/shapelib-1.2.10/dbfopen.c    | 1502 ------
 .../dxf2shp_converter/shapelib-1.2.10/shapefil.h   |  486 --
 .../dxf2shp_converter/shapelib-1.2.10/shapelib.def |   42 -
 .../dxf2shp_converter/shapelib-1.2.10/shpopen.c    | 1878 -------
 .../dxf2shp_converter/shapelib-1.2.10/shprewind.c  |  108 -
 32 files changed, 15875 deletions(-)
 delete mode 100644 src/plugins/dxf2shp_converter/CMakeLists.txt
 delete mode 100644 src/plugins/dxf2shp_converter/README
 delete mode 100644 src/plugins/dxf2shp_converter/builder.cpp
 delete mode 100644 src/plugins/dxf2shp_converter/builder.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxf2shp_converter.png
 delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconverter.cpp
 delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconverter.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconverter.qrc
 delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconvertergui.cpp
 delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconvertergui.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxf2shpconvertergui.ui
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/confdefs.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_attributes.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_codes.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_creationadapter.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_creationinterface.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_dxf.cpp
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_dxf.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_entities.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_exception.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_extrusion.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_writer.h
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_writer_ascii.cpp
 delete mode 100644 src/plugins/dxf2shp_converter/dxflib/src/dl_writer_ascii.h
 delete mode 100644 src/plugins/dxf2shp_converter/getInsertions.cpp
 delete mode 100644 src/plugins/dxf2shp_converter/getInsertions.h
 delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/LICENSE.LGPL
 delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/dbfopen.c
 delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/shapefil.h
 delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/shapelib.def
 delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/shpopen.c
 delete mode 100644 src/plugins/dxf2shp_converter/shapelib-1.2.10/shprewind.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/qgis.git



More information about the Pkg-grass-devel mailing list