This is an automated email from the git hooks/post-receive script. mfv pushed a commit to branch master in repository totalopenstation.
commit a87019bf734f764f8f9acf1abfb611b375344471 Merge: 65ed408 40a15f6 Author: Matteo F. Vescovi <m...@debian.org> Date: Mon May 4 09:22:53 2015 +0200 Merge tag 'upstream/0.3.1' Upstream version 0.3.1 # gpg: Signature made Mon 04 May 2015 09:22:53 AM CEST # gpg: using RSA key 0x0612F4944ECDCD5A # gpg: Good signature from "Matteo F. Vescovi <m...@debian.org>" [ultimate] # gpg: aka "Matteo F. Vescovi <mfvesc...@gmail.com>" [ultimate] # Primary key fingerprint: 4E8E 810A 6B44 5FDE 68DA D025 8062 3989 83B2 CF7A # Subkey fingerprint: F3DD 09F8 DA87 D1DF 5046 C99B 0612 F494 4ECD CD5A AUTHORS | 25 + MANIFEST.in | 5 +- PKG-INFO | 55 ++ README.txt | 31 +- data/icons/16x16/totalopenstation.png | Bin 0 -> 680 bytes data/icons/16x16/totalopenstation.svg | 459 ++++++++++++ data/icons/22x22/totalopenstation.png | Bin 0 -> 846 bytes data/icons/22x22/totalopenstation.svg | 470 +++++++++++++ data/icons/24x24/totalopenstation.png | Bin 0 -> 1369 bytes data/icons/32x32/totalopenstation.png | Bin 0 -> 1547 bytes data/icons/32x32/totalopenstation.svg | 777 +++++++++++++++++++++ data/icons/48x48/totalopenstation.png | Bin 0 -> 3994 bytes data/icons/48x48/totalopenstation.svg | 770 ++++++++++++++++++++ data/totalopenstation.desktop | 7 + distribute_setup.py | 485 ------------- docs/Makefile | 88 --- docs/_static/sphinxdoc.css | 323 --------- docs/_static/tops.ico | Bin 1150 -> 0 bytes docs/_static/total-station-weblogo.png | Bin 5975 -> 0 bytes docs/_templates/layout.html | 21 - docs/conf.py | 195 ------ docs/contents.txt | 39 -- docs/contributing.rst | 34 + docs/contributing.txt | 31 - docs/data.txt | 47 -- docs/{faq.txt => faq.rst} | 0 docs/{formats.txt => formats.rst} | 0 ...ing_sample_data.txt => getting_sample_data.rst} | 0 docs/glossary.rst | 32 + docs/glossary.txt | 32 - docs/index.rst | 96 +++ docs/index.txt | 86 --- docs/input_formats/{general.txt => general.rst} | 0 docs/input_formats/if_carlson_rw5.rst | 42 ++ docs/input_formats/if_leica_gsi.rst | 45 ++ ...if_leica_tcr_1205.txt => if_leica_tcr_1205.rst} | 0 ...if_nikon_raw_v200.txt => if_nikon_raw_v200.rst} | 0 docs/input_formats/if_sokkia_sdr33.rst | 27 + .../{if_trimble_are.txt => if_trimble_are.rst} | 0 .../{if_zeiss_rec_500.txt => if_zeiss_rec_500.rst} | 0 docs/input_formats/{new.txt => new.rst} | 0 docs/input_formats/{other.txt => other.rst} | 0 docs/installing.rst | 209 ++++++ docs/installing.txt | 59 -- docs/{library.txt => library.rst} | 8 + docs/{models.txt => models.rst} | 0 docs/models/{general.txt => general.rst} | 0 ...leica_tcr_1205.txt => model_leica_tcr_1205.rst} | 0 ...l_nikon_npl_350.txt => model_nikon_npl_350.rst} | 0 ...zeiss_elta_r55.txt => model_zeiss_elta_r55.rst} | 0 docs/models/{other.txt => other.rst} | 0 docs/release.rst | 70 ++ docs/requirements.txt | 85 --- docs/{roadmap.txt => roadmap.rst} | 12 +- docs/running.rst | 128 ++++ docs/running.txt | 19 - docs/{users.txt => users.rst} | 14 +- .../de/LC_MESSAGES/messages.po | 115 +-- po/el.po => locale/el/LC_MESSAGES/messages.po | 77 +- .../es_ES/LC_MESSAGES/messages.po | 20 +- .../fa/LC_MESSAGES/messages.po | 115 +-- .../fr/LC_MESSAGES/messages.po | 17 +- po/it.po => locale/it/LC_MESSAGES/messages.po | 0 .../pl/LC_MESSAGES/messages.po | 114 +-- .../tr/LC_MESSAGES/messages.po | 20 +- sample_data/Leica1200.rw5 | 32 + sample_data/Leica1200.rw5.csv | 11 + sample_data/leica_gsi/leica_gsi16_gurob.gsi | 344 +++++++++ sample_data/leica_gsi/leica_gsi8_ertola.gsi | 699 ++++++++++++++++++ sample_data/sokkia_sdr33.tops | 22 + scripts/totalopenstation-cli-connector.py | 11 +- scripts/totalopenstation-cli-parser.py | 54 +- scripts/totalopenstation-gui.py | 181 +++-- setup.cfg | 5 + setup.py | 2 +- totalopenstation.egg-info/PKG-INFO | 55 ++ totalopenstation.egg-info/SOURCES.txt | 112 +++ totalopenstation.egg-info/dependency_links.txt | 1 + totalopenstation.egg-info/not-zip-safe | 1 + totalopenstation.egg-info/requires.txt | 1 + totalopenstation.egg-info/top_level.txt | 1 + totalopenstation/__init__.py | 23 +- totalopenstation/formats/__init__.py | 9 +- totalopenstation/formats/carlson_rw5.py | 90 +++ totalopenstation/formats/leica_gsi.py | 84 +++ totalopenstation/formats/nikon_raw_v200.py | 4 +- totalopenstation/formats/polar.py | 64 +- totalopenstation/formats/sokkia_sdr33.py | 47 ++ totalopenstation/formats/topcon_gts.py | 2 +- totalopenstation/models/__init__.py | 10 +- totalopenstation/models/custom.py | 18 +- totalopenstation/models/leica_tcr_1205.py | 18 +- totalopenstation/models/leica_tcr_705.py | 18 +- totalopenstation/models/nikon_npl_350.py | 18 +- totalopenstation/models/trimble.py | 18 +- totalopenstation/models/zeiss_elta_r55.py | 18 +- totalopenstation/output/tops_csv.py | 5 - totalopenstation/output/tops_dat.py | 6 - totalopenstation/output/tops_dxf.py | 13 +- totalopenstation/output/tops_sql.py | 6 - totalopenstation/output/tops_txt.py | 6 - totalopenstation/tests/__init__.py | 0 totalopenstation/tests/test_polar.py | 31 +- totalopenstation/tests/test_rw5.py | 18 + totalopenstation/tests/test_sokkia_sdr33.py | 19 + totalopenstation/utils/upref.py | 37 +- 106 files changed, 5427 insertions(+), 1991 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/totalopenstation.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel