[totalopenstation] branch upstream updated (79b43c1 -> 40a15f6)
Matteo F. Vescovi
mfv at moszumanska.debian.org
Mon May 4 08:03:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
mfv pushed a change to branch upstream
in repository totalopenstation.
from 79b43c1 Imported Upstream version 0.3
new 40a15f6 Imported Upstream version 0.3.1
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:
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 +-
.../formats/{leica_tcr_1205.py => sokkia_sdr33.py} | 46 +-
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/{utils => 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, 5397 insertions(+), 2020 deletions(-)
create mode 100644 AUTHORS
create mode 100644 PKG-INFO
create mode 100644 data/icons/16x16/totalopenstation.png
create mode 100644 data/icons/16x16/totalopenstation.svg
create mode 100644 data/icons/22x22/totalopenstation.png
create mode 100644 data/icons/22x22/totalopenstation.svg
create mode 100644 data/icons/24x24/totalopenstation.png
create mode 100644 data/icons/32x32/totalopenstation.png
create mode 100644 data/icons/32x32/totalopenstation.svg
create mode 100644 data/icons/48x48/totalopenstation.png
create mode 100644 data/icons/48x48/totalopenstation.svg
create mode 100644 data/totalopenstation.desktop
delete mode 100644 distribute_setup.py
delete mode 100644 docs/Makefile
delete mode 100644 docs/_static/sphinxdoc.css
delete mode 100644 docs/_static/tops.ico
delete mode 100644 docs/_static/total-station-weblogo.png
delete mode 100644 docs/_templates/layout.html
delete mode 100644 docs/conf.py
delete mode 100644 docs/contents.txt
create mode 100644 docs/contributing.rst
delete mode 100644 docs/contributing.txt
delete mode 100644 docs/data.txt
rename docs/{faq.txt => faq.rst} (100%)
rename docs/{formats.txt => formats.rst} (100%)
rename docs/{getting_sample_data.txt => getting_sample_data.rst} (100%)
create mode 100644 docs/glossary.rst
delete mode 100644 docs/glossary.txt
create mode 100644 docs/index.rst
delete mode 100644 docs/index.txt
rename docs/input_formats/{general.txt => general.rst} (100%)
create mode 100644 docs/input_formats/if_carlson_rw5.rst
create mode 100644 docs/input_formats/if_leica_gsi.rst
rename docs/input_formats/{if_leica_tcr_1205.txt => if_leica_tcr_1205.rst} (100%)
rename docs/input_formats/{if_nikon_raw_v200.txt => if_nikon_raw_v200.rst} (100%)
create mode 100644 docs/input_formats/if_sokkia_sdr33.rst
rename docs/input_formats/{if_trimble_are.txt => if_trimble_are.rst} (100%)
rename docs/input_formats/{if_zeiss_rec_500.txt => if_zeiss_rec_500.rst} (100%)
rename docs/input_formats/{new.txt => new.rst} (100%)
rename docs/input_formats/{other.txt => other.rst} (100%)
create mode 100644 docs/installing.rst
delete mode 100644 docs/installing.txt
rename docs/{library.txt => library.rst} (51%)
rename docs/{models.txt => models.rst} (100%)
rename docs/models/{general.txt => general.rst} (100%)
rename docs/models/{model_leica_tcr_1205.txt => model_leica_tcr_1205.rst} (100%)
rename docs/models/{model_nikon_npl_350.txt => model_nikon_npl_350.rst} (100%)
rename docs/models/{model_zeiss_elta_r55.txt => model_zeiss_elta_r55.rst} (100%)
rename docs/models/{other.txt => other.rst} (100%)
create mode 100644 docs/release.rst
delete mode 100644 docs/requirements.txt
rename docs/{roadmap.txt => roadmap.rst} (59%)
create mode 100644 docs/running.rst
delete mode 100644 docs/running.txt
rename docs/{users.txt => users.rst} (57%)
copy po/totalopenstation.pot => locale/de/LC_MESSAGES/messages.po (62%)
rename po/el.po => locale/el/LC_MESSAGES/messages.po (73%)
copy po/totalopenstation.pot => locale/es_ES/LC_MESSAGES/messages.po (92%)
copy po/totalopenstation.pot => locale/fa/LC_MESSAGES/messages.po (56%)
copy po/totalopenstation.pot => locale/fr/LC_MESSAGES/messages.po (92%)
rename po/it.po => locale/it/LC_MESSAGES/messages.po (100%)
copy po/totalopenstation.pot => locale/pl/LC_MESSAGES/messages.po (65%)
rename po/totalopenstation.pot => locale/tr/LC_MESSAGES/messages.po (92%)
create mode 100644 sample_data/Leica1200.rw5
create mode 100644 sample_data/Leica1200.rw5.csv
create mode 100644 sample_data/leica_gsi/leica_gsi16_gurob.gsi
create mode 100644 sample_data/leica_gsi/leica_gsi8_ertola.gsi
create mode 100644 sample_data/sokkia_sdr33.tops
create mode 100644 setup.cfg
create mode 100644 totalopenstation.egg-info/PKG-INFO
create mode 100644 totalopenstation.egg-info/SOURCES.txt
create mode 100644 totalopenstation.egg-info/dependency_links.txt
create mode 100644 totalopenstation.egg-info/not-zip-safe
create mode 100644 totalopenstation.egg-info/requires.txt
create mode 100644 totalopenstation.egg-info/top_level.txt
create mode 100644 totalopenstation/formats/carlson_rw5.py
create mode 100644 totalopenstation/formats/leica_gsi.py
copy totalopenstation/formats/{leica_tcr_1205.py => sokkia_sdr33.py} (50%)
copy totalopenstation/{utils => tests}/__init__.py (100%)
create mode 100644 totalopenstation/tests/test_rw5.py
create mode 100644 totalopenstation/tests/test_sokkia_sdr33.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/totalopenstation.git
More information about the Pkg-grass-devel
mailing list