[Pkg-running-devel] [pytrainer] 02/03: Merge tag 'upstream/1.11.0'

Christian Perrier bubulle at moszumanska.debian.org
Sun Oct 15 06:49:21 UTC 2017


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

bubulle pushed a commit to branch master
in repository pytrainer.

commit 5145ff6c7971ee9b228cc43e4c98f70c1a68b7c5
Merge: 83205c4 44d754f
Author: Christian Perrier <bubulle at debian.org>
Date:   Mon Oct 2 08:01:10 2017 +0200

    Merge tag 'upstream/1.11.0'
    
    Upstream version 1.11.0

 .gitignore                                         |    4 +
 .travis.yml                                        |   14 +
 CHANGES                                            |   41 +
 bin/pytrainer                                      |   17 +-
 extensions/dotclear/main.py                        |    5 +-
 extensions/wordpress/wordpress.py                  |   12 +-
 glade/calendar.glade                               |  128 -
 glade/{equipment.glade => equipment.ui}            |  560 ++-
 glade/{extensions.glade => extensions.ui}          |  100 +-
 glade/filechooserdialog.glade                      |   66 -
 glade/{importdata.glade => importdata.ui}          |  968 +++--
 glade/{newrecord.glade => newrecord.ui}            |  689 ++-
 glade/{plugins.glade => plugins.ui}                |   94 +-
 glade/{profile.glade => profile.ui}                | 1197 +++---
 glade/{pytrainer.glade => pytrainer.ui}            | 4385 +++++++++++---------
 ...electtrackdialog.glade => selecttrackdialog.ui} |   40 +-
 glade/warning.glade                                |   99 -
 imports/file_garminfit.py                          |    9 +-
 imports/file_garmintcxv1.py                        |    9 +-
 imports/file_garmintcxv2.py                        |    9 +-
 imports/file_garmintools.py                        |    9 +-
 imports/file_gpxplus.py                            |   11 +-
 imports/file_gpxplusNokia.py                       |    9 +-
 imports/file_kml20.py                              |    5 -
 imports/tool_gant.py                               |   18 -
 imports/tool_garmintools.py                        |   18 -
 imports/tool_gpsbabel.py                           |   18 -
 locale/ca/LC_MESSAGES/pytrainer.mo                 |  Bin 1989 -> 1948 bytes
 locale/ca/LC_MESSAGES/pytrainer_ca.po              | 2090 +++++-----
 locale/cs/LC_MESSAGES/pytrainer.mo                 |  Bin 3616 -> 3446 bytes
 locale/cs/LC_MESSAGES/pytrainer_cs.po              | 2098 +++++-----
 locale/da/LC_MESSAGES/pytrainer.mo                 |  Bin 3988 -> 3683 bytes
 locale/da/LC_MESSAGES/pytrainer_da.po              | 2126 +++++-----
 locale/de/LC_MESSAGES/pytrainer.mo                 |  Bin 31216 -> 29677 bytes
 locale/de/LC_MESSAGES/pytrainer_de.po              | 2315 ++++++-----
 locale/es/LC_MESSAGES/pytrainer.mo                 |  Bin 30450 -> 29013 bytes
 locale/es/LC_MESSAGES/pytrainer_es.po              | 2317 ++++++-----
 locale/eu/LC_MESSAGES/pytrainer.mo                 |  Bin 3704 -> 3516 bytes
 locale/eu/LC_MESSAGES/pytrainer_eu.po              | 2113 +++++-----
 locale/fr/LC_MESSAGES/pytrainer.mo                 |  Bin 31283 -> 29807 bytes
 locale/fr/LC_MESSAGES/pytrainer_fr.po              | 2337 ++++++-----
 locale/gl/LC_MESSAGES/pytrainer.mo                 |  Bin 30766 -> 29312 bytes
 locale/gl/LC_MESSAGES/pytrainer_gl.po              | 2317 ++++++-----
 locale/no/LC_MESSAGES/pytrainer.mo                 |  Bin 2362 -> 2368 bytes
 locale/no/LC_MESSAGES/pytrainer_no.po              | 2036 +++++----
 locale/pl/LC_MESSAGES/pytrainer.mo                 |  Bin 1871 -> 1830 bytes
 locale/pl/LC_MESSAGES/pytrainer_pl.po              | 2096 +++++-----
 locale/pt/LC_MESSAGES/pytrainer.mo                 |  Bin 29544 -> 28118 bytes
 locale/pt/LC_MESSAGES/pytrainer_pt.po              | 2321 ++++++-----
 locale/ru/LC_MESSAGES/pytrainer.mo                 |  Bin 5913 -> 5867 bytes
 locale/ru/LC_MESSAGES/pytrainer_ru.po              | 2115 +++++-----
 locale/sv/LC_MESSAGES/pytrainer.mo                 |  Bin 20301 -> 19207 bytes
 locale/sv/LC_MESSAGES/pytrainer_sv.po              | 2311 ++++++-----
 pytrainer/__init__.py                              |    5 +-
 pytrainer/activitypool.py                          |   71 -
 pytrainer/athlete.py                               |   14 +-
 pytrainer/core/activity.py                         |  618 +++
 pytrainer/core/equipment.py                        |    3 +-
 pytrainer/environment.py                           |   57 +-
 pytrainer/extensions/googlemaps.py                 |    4 +-
 pytrainer/extensions/osm.py                        |    4 +-
 pytrainer/gui/SimpleGladeApp.py                    |  195 +-
 pytrainer/gui/aboutdialog.py                       |    2 +-
 pytrainer/gui/dialogs.py                           |   87 +-
 pytrainer/gui/dialogselecttrack.py                 |    8 +-
 pytrainer/gui/drawArea.py                          |    2 +-
 pytrainer/gui/drawGraph.py                         |    6 +-
 pytrainer/gui/equipment.py                         |    2 +-
 pytrainer/gui/filechooser.py                       |   72 -
 pytrainer/gui/popupmenu.py                         |   43 +-
 pytrainer/gui/warning.py                           |   91 +-
 pytrainer/gui/windowcalendar.py                    |   36 +-
 pytrainer/gui/windowextensions.py                  |    9 +-
 pytrainer/gui/windowimportdata.py                  |   13 +-
 pytrainer/gui/windowmain.py                        |  277 +-
 pytrainer/gui/windowplugins.py                     |    9 +-
 pytrainer/gui/windowprofile.py                     |   59 +-
 pytrainer/gui/windowrecord.py                      |   31 +-
 pytrainer/lib/activity.py                          |  687 ---
 pytrainer/lib/date.py                              |  120 +-
 pytrainer/lib/ddbb.py                              |   10 +-
 pytrainer/lib/gpx.py                               |   14 +-
 pytrainer/lib/localization.py                      |   24 +
 pytrainer/lib/sqliteUtils.py                       |   22 +-
 pytrainer/lib/test_gpx.py                          |   83 -
 pytrainer/lib/uc.py                                |   27 +-
 pytrainer/lib/unitsconversor.py                    |  184 -
 pytrainer/main.py                                  |  105 +-
 pytrainer/platform.py                              |    6 +
 pytrainer/profile.py                               |  159 +-
 pytrainer/record.py                                |   20 +-
 pytrainer/save.py                                  |   10 +-
 pytrainer/test/core/test_activity.py               |  105 +
 .../core/{equipment_test.py => test_equipment.py}  |   91 +-
 .../test/core/{sport_test.py => test_sport.py}     |  127 +-
 pytrainer/test/environment_test.py                 |   75 -
 .../test/gui/{color_test.py => test_color.py}      |    0
 .../gui/{equipment_test.py => test_equipment.py}   |    0
 .../{garmin-fit_test.py => test_garminfit.py}      |    0
 .../{garmin-tcxv2_test.py => test_garmintcxv2.py}  |    0
 pytrainer/test/lib/test_date.py                    |   48 +
 pytrainer/test/lib/{gpx_test.py => test_gpx.py}    |   53 +
 pytrainer/test/lib/test_uc.py                      |   67 +
 pytrainer/test/test_athlete.py                     |   77 +
 pytrainer/test/test_environment.py                 |   67 +
 pytrainer/test/test_waypoint.py                    |   75 +
 .../test/upgrade/{data_test.py => test_data.py}    |    0
 .../{version014_test.py => test_version014.py}     |    0
 .../test/util/{color_test.py => test_color.py}     |    0
 pytrainer/test/util/{date_test.py => test_date.py} |    0
 pytrainer/upgrade/data.py                          |    5 +-
 pytrainer/upgrade/migratedb.py                     |   12 +-
 pytrainer/waypoint.py                              |    3 +-
 setup.py                                           |   20 +-
 utils/translator.sh                                |    2 +-
 utils/update_localizations.sh                      |    2 +-
 116 files changed, 20725 insertions(+), 20419 deletions(-)

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



More information about the Pkg-running-devel mailing list