[creepy] branch master updated (5c45204 -> 18cd7ae)

Petter Reinholdtsen pere at moszumanska.debian.org
Sun Jan 3 00:05:20 UTC 2016


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

pere pushed a change to branch master
in repository creepy.

      from  5c45204   releasing package creepy version 1.3-1
       new  46f819b   Imported Upstream version 1.3.1
       new  9e473c2   Merge tag 'upstream/1.3.1'
       new  38068f4   Imported Upstream version 1.4
       new  bcaa36a   Merge tag 'upstream/1.4'
       new  3eebda3   Imported Upstream version 1.4.1
       new  f04040f   Merge tag 'upstream/1.4.1'
       new  18cd7ae   New upstream release 1.4.1.  Refresh patches.

The 7 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:
 README.md                                          |     8 +-
 creepy/CreepyMain.py                               |   249 +-
 creepy/components/AboutDialog.py                   |     2 +
 creepy/components/FilterLocationsPointDialog.py    |    10 +-
 creepy/components/PersonProjectWizard.py           |    44 +-
 ...ersonProjectWizard.py => PlaceProjectWizard.py} |   142 +-
 creepy/components/PluginRatesCheckDialog.py        |    15 +
 creepy/components/PluginsConfigurationDialog.py    |    22 +-
 creepy/include/creepy_resources.qrc                |    43 +-
 creepy/include/map.html                            |    44 +-
 creepy/include/mapSetPoint.html                    |    62 +-
 creepy/include/markerclusterer.js                  |  2074 +-
 creepy/include/markerclustererplus.js              |     1 +
 creepy/include/markerwithlabel.js                  |   581 -
 creepy/include/oms.js                              |   568 +
 creepy/models/InputPlugin.py                       |     6 +-
 creepy/models/Location.py                          |    16 +-
 creepy/models/PluginConfigurationListModel.py      |     6 +-
 creepy/models/Project.py                           |    38 +-
 creepy/models/ProjectTree.py                       |    18 +-
 creepy/plugins/flickr/flickr.conf                  |     6 +-
 creepy/plugins/flickr/flickr.py                    |    89 +-
 creepy/plugins/flickr/flickr.yapsy-plugin          |     4 +-
 creepy/plugins/googleplus/googleplus.conf          |     4 +-
 creepy/plugins/googleplus/googleplus.py            |    40 +-
 creepy/plugins/googleplus/googleplus.yapsy-plugin  |     6 +-
 creepy/plugins/instagram/instagram.conf            |     4 +-
 creepy/plugins/instagram/instagram.py              |    90 +-
 creepy/plugins/instagram/instagram.yapsy-plugin    |     4 +-
 creepy/plugins/twitter/twitter.conf                |     6 +-
 creepy/plugins/twitter/twitter.py                  |   334 +-
 creepy/plugins/twitter/twitter.yapsy-plugin        |     4 +-
 creepy/ui/AboutDialog.py                           |    18 +-
 creepy/ui/CreepyUI.py                              |    48 +-
 creepy/ui/PlaceProjectWizard.py                    |   206 +
 creepy/ui/PluginRatesCheckDialog.py                |    64 +
 creepy/ui/creepy_resources_rc.py                   | 58178 ++++++++++++++++++-
 creepy/utilities/QtHandler.py                      |    13 +
 creepy/utilities/XStream.py                        |    28 +
 creepy_windows_installer.iss                       |     4 +-
 debian/changelog                                   |     7 +
 debian/patches/04-local-config.patch               |    18 +-
 debian/patches/05-project-dir.patch                |    62 +-
 gui/aboutDialog.ui                                 |     2 +-
 gui/creepy.ui                                      |    45 +-
 gui/personProjectWizard.ui                         |    10 +-
 gui/placeProjectWizard.ui                          |   328 +
 ...xportDirDialog.ui => pluginRatesCheckDialog.ui} |    44 +-
 48 files changed, 59513 insertions(+), 4102 deletions(-)
 copy creepy/components/{PersonProjectWizard.py => PlaceProjectWizard.py} (60%)
 create mode 100644 creepy/components/PluginRatesCheckDialog.py
 create mode 100644 creepy/include/markerclustererplus.js
 delete mode 100644 creepy/include/markerwithlabel.js
 create mode 100644 creepy/include/oms.js
 create mode 100644 creepy/ui/PlaceProjectWizard.py
 create mode 100644 creepy/ui/PluginRatesCheckDialog.py
 create mode 100644 creepy/utilities/QtHandler.py
 create mode 100644 creepy/utilities/XStream.py
 create mode 100644 gui/placeProjectWizard.ui
 copy gui/{exportDirDialog.ui => pluginRatesCheckDialog.ui} (58%)

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



More information about the Pkg-grass-devel mailing list