[gm-assistant] branch master updated (a4a4af9 -> f8f54a9)
Vincent Prat
vivicoder-guest at moszumanska.debian.org
Sun Jan 10 20:35:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
vivicoder-guest pushed a change to branch master
in repository gm-assistant.
from a4a4af9 Updating some information
new 7ce9a2b Imported Upstream version 1.2.0
new 696b86b Merge tag 'upstream/1.2.0'
new f8f54a9 New upstream version
The 3 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:
.gitignore | 6 +
CHANGELOG | 22 +
COPYRIGHT | 2 +
README | 12 +-
README.install | 4 +-
configure | 154 ++-
data/images/down.svg | 126 ++
data/images/up.svg | 127 ++
debian/changelog | 6 +
debian/control | 59 +-
debian/gm-assistant-doc.doc-base | 7 +
debian/gm-assistant-doc.install | 1 +
debian/gm-assistant.install | 5 +
debian/menu | 7 -
debian/rules | 19 +-
doc/gm-assistant.6 | 9 +-
doc/userguide/en/images/add_item.png | Bin 0 -> 20498 bytes
doc/userguide/en/images/combat_fight.png | Bin 0 -> 11753 bytes
doc/userguide/en/images/combat_preparation.png | Bin 0 -> 19407 bytes
doc/userguide/en/images/dice_simulator.png | Bin 0 -> 8382 bytes
doc/userguide/en/images/full_scenario.png | Bin 0 -> 64038 bytes
doc/userguide/en/images/sample_scenario.png | Bin 0 -> 24765 bytes
doc/userguide/en/userguide.tex | 354 +++++
doc/userguide/fr/images/add_item.png | Bin 0 -> 22228 bytes
doc/userguide/fr/images/gestion_combat_fight.png | Bin 0 -> 11446 bytes
.../fr/images/gestionnaire_combat_prep.png | Bin 0 -> 19721 bytes
doc/userguide/fr/images/scenario_complet.png | Bin 0 -> 63368 bytes
doc/userguide/fr/images/scenario_type.png | Bin 0 -> 22906 bytes
doc/userguide/fr/images/simulateur_de_des.png | Bin 0 -> 8587 bytes
doc/userguide/fr/userguide.tex | 425 ++++++
dox.conf | 361 +++--
gm-assistant.desktop.src | 6 +-
ressource.qrc | 2 +
sources/engine/Branch.cpp | 33 +-
sources/engine/Branch.h | 72 +-
sources/engine/Character.cpp | 118 +-
sources/engine/Character.h | 113 +-
sources/engine/CharacterList.cpp | 58 +-
sources/engine/CharacterList.h | 39 +-
sources/engine/Engine.cpp | 231 ----
sources/engine/FileMapping.cpp | 88 ++
sources/engine/FileMapping.h | 130 ++
sources/engine/IOConfig.cpp | 130 ++
sources/engine/IOConfig.h | 344 +++++
sources/engine/Item.h | 83 --
sources/engine/Metadata.cpp | 157 +++
sources/engine/Metadata.h | 275 ++++
sources/engine/PropertyList.cpp | 136 ++
sources/engine/{SkillList.h => PropertyList.h} | 40 +-
sources/engine/QCustomThread.cpp | 57 -
sources/engine/Scenario.cpp | 395 ++++++
sources/engine/{Engine.h => Scenario.h} | 83 +-
sources/engine/SkillList.cpp | 107 --
sources/engine/SoundEngine.cpp | 180 ---
sources/engine/SoundEngine.h | 71 -
sources/engine/SoundItem.cpp | 76 --
sources/engine/SoundItem.h | 88 --
sources/engine/Tree.cpp | 127 +-
sources/engine/Tree.h | 103 +-
sources/engine/Version.cpp | 84 ++
sources/engine/Version.h | 85 ++
sources/engine/{ => items}/FileItem.cpp | 50 +-
sources/engine/{ => items}/FileItem.h | 70 +-
.../{PictureItem.cpp => items/ImageItem.cpp} | 11 +-
.../engine/{PictureItem.h => items/ImageItem.h} | 31 +-
sources/engine/{ => items}/Item.cpp | 88 +-
sources/engine/items/Item.h | 142 ++
sources/engine/{ => items}/ItemFactory.cpp | 18 +-
sources/engine/{ => items}/ItemFactory.h | 8 +-
sources/{version.h => engine/items/SoundItem.cpp} | 19 +-
.../engine/{PictureItem.h => items/SoundItem.h} | 30 +-
.../engine/modifications/CharacterModification.cpp | 241 ++++
.../engine/modifications/CharacterModification.h | 160 +++
.../MetadataModification.cpp} | 38 +-
.../MetadataModification.h} | 39 +-
.../Modification.cpp} | 14 +-
sources/engine/modifications/Modification.h | 88 ++
sources/engine/modifications/ModificationQueue.cpp | 106 ++
sources/engine/modifications/ModificationQueue.h | 94 ++
sources/engine/modifications/NoteModification.cpp | 113 ++
sources/engine/modifications/NoteModification.h | 103 ++
sources/engine/modifications/TreeModification.cpp | 232 ++++
sources/engine/modifications/TreeModification.h | 232 ++++
sources/main.cpp | 28 +-
sources/misc/FileDetector.cpp | 64 +
.../{windows/AboutDialog.h => misc/FileDetector.h} | 42 +-
sources/misc/QAudioProxyModel.cpp | 52 +
.../QAudioProxyModel.h} | 50 +-
sources/misc/QSoundEngine.cpp | 110 ++
sources/misc/QSoundEngine.h | 93 ++
sources/widgets/QCustomHeaderView.cpp | 14 +-
sources/widgets/QCustomHeaderView.h | 22 +-
sources/widgets/QCustomSlider.h | 4 +-
sources/widgets/QCustomTableWidget.cpp | 625 ++++++---
sources/widgets/QCustomTableWidget.h | 180 ++-
sources/widgets/QCustomTextEdit.cpp | 325 +++++
sources/widgets/QCustomTextEdit.h | 177 +++
sources/widgets/QCustomTreeWidget.cpp | 628 ++++++---
sources/widgets/QCustomTreeWidget.h | 107 +-
sources/widgets/QCustomTreeWidgetItem.cpp | 46 +-
sources/widgets/QCustomTreeWidgetItem.h | 6 +-
sources/windows/AboutDialog.cpp | 15 +-
sources/windows/AboutDialog.h | 12 +-
sources/windows/AboutDialog.ui | 15 +-
sources/windows/ChangeCharacterDialog.cpp | 26 +-
sources/windows/ChangeCharacterDialog.h | 32 +-
sources/windows/ChangeCharacterDialog.ui | 6 +-
...ngeSkillDialog.cpp => ChangePropertyDialog.cpp} | 22 +-
...{ChangeSkillDialog.h => ChangePropertyDialog.h} | 22 +-
...hangeSkillDialog.ui => ChangePropertyDialog.ui} | 12 +-
sources/windows/CombatDialog.cpp | 130 ++
sources/windows/CombatDialog.h | 84 ++
sources/windows/CombatDialog.ui | 91 ++
sources/windows/DiceDialog.cpp | 82 ++
.../windows/{ChangeSkillDialog.h => DiceDialog.h} | 52 +-
sources/windows/DiceDialog.ui | 162 +++
.../windows/{PictureWindow.cpp => ImageWindow.cpp} | 12 +-
sources/windows/{PictureWindow.h => ImageWindow.h} | 8 +-
sources/windows/ItemDialog.cpp | 55 +-
sources/windows/ItemDialog.h | 38 +-
sources/windows/ItemDialog.ui | 4 +-
sources/windows/MainWindow.cpp | 693 +++++++---
sources/windows/MainWindow.h | 222 +++-
sources/windows/MainWindow.ui | 176 ++-
sources/windows/MetadataDialog.cpp | 73 +
.../{ChangeCharacterDialog.h => MetadataDialog.h} | 57 +-
sources/windows/MetadataDialog.ui | 170 +++
sources/windows/SelectCharacterDialog.cpp | 105 ++
sources/windows/SelectCharacterDialog.h | 82 ++
sources/windows/SelectCharacterDialog.ui | 159 +++
translations/gmassistant_fr.ts | 1395 +++++++++-----------
translations/languages | 2 +
132 files changed, 10593 insertions(+), 3138 deletions(-)
create mode 100644 data/images/down.svg
create mode 100644 data/images/up.svg
create mode 100644 debian/gm-assistant-doc.doc-base
create mode 100644 debian/gm-assistant-doc.install
create mode 100644 debian/gm-assistant.install
delete mode 100644 debian/menu
create mode 100644 doc/userguide/en/images/add_item.png
create mode 100644 doc/userguide/en/images/combat_fight.png
create mode 100644 doc/userguide/en/images/combat_preparation.png
create mode 100644 doc/userguide/en/images/dice_simulator.png
create mode 100644 doc/userguide/en/images/full_scenario.png
create mode 100644 doc/userguide/en/images/sample_scenario.png
create mode 100644 doc/userguide/en/userguide.tex
create mode 100644 doc/userguide/fr/images/add_item.png
create mode 100644 doc/userguide/fr/images/gestion_combat_fight.png
create mode 100644 doc/userguide/fr/images/gestionnaire_combat_prep.png
create mode 100644 doc/userguide/fr/images/scenario_complet.png
create mode 100644 doc/userguide/fr/images/scenario_type.png
create mode 100644 doc/userguide/fr/images/simulateur_de_des.png
create mode 100644 doc/userguide/fr/userguide.tex
delete mode 100644 sources/engine/Engine.cpp
create mode 100644 sources/engine/FileMapping.cpp
create mode 100644 sources/engine/FileMapping.h
create mode 100644 sources/engine/IOConfig.cpp
create mode 100644 sources/engine/IOConfig.h
delete mode 100644 sources/engine/Item.h
create mode 100644 sources/engine/Metadata.cpp
create mode 100644 sources/engine/Metadata.h
create mode 100644 sources/engine/PropertyList.cpp
rename sources/engine/{SkillList.h => PropertyList.h} (56%)
delete mode 100644 sources/engine/QCustomThread.cpp
create mode 100644 sources/engine/Scenario.cpp
rename sources/engine/{Engine.h => Scenario.h} (58%)
delete mode 100644 sources/engine/SkillList.cpp
delete mode 100644 sources/engine/SoundEngine.cpp
delete mode 100644 sources/engine/SoundEngine.h
delete mode 100644 sources/engine/SoundItem.cpp
delete mode 100644 sources/engine/SoundItem.h
create mode 100644 sources/engine/Version.cpp
create mode 100644 sources/engine/Version.h
rename sources/engine/{ => items}/FileItem.cpp (57%)
rename sources/engine/{ => items}/FileItem.h (57%)
copy sources/engine/{PictureItem.cpp => items/ImageItem.cpp} (77%)
copy sources/engine/{PictureItem.h => items/ImageItem.h} (61%)
rename sources/engine/{ => items}/Item.cpp (50%)
create mode 100644 sources/engine/items/Item.h
rename sources/engine/{ => items}/ItemFactory.cpp (70%)
rename sources/engine/{ => items}/ItemFactory.h (88%)
rename sources/{version.h => engine/items/SoundItem.cpp} (72%)
copy sources/engine/{PictureItem.h => items/SoundItem.h} (65%)
create mode 100644 sources/engine/modifications/CharacterModification.cpp
create mode 100644 sources/engine/modifications/CharacterModification.h
rename sources/engine/{QCustomThread.h => modifications/MetadataModification.cpp} (62%)
rename sources/engine/{PictureItem.h => modifications/MetadataModification.h} (52%)
rename sources/engine/{PictureItem.cpp => modifications/Modification.cpp} (75%)
create mode 100644 sources/engine/modifications/Modification.h
create mode 100644 sources/engine/modifications/ModificationQueue.cpp
create mode 100644 sources/engine/modifications/ModificationQueue.h
create mode 100644 sources/engine/modifications/NoteModification.cpp
create mode 100644 sources/engine/modifications/NoteModification.h
create mode 100644 sources/engine/modifications/TreeModification.cpp
create mode 100644 sources/engine/modifications/TreeModification.h
create mode 100644 sources/misc/FileDetector.cpp
copy sources/{windows/AboutDialog.h => misc/FileDetector.h} (53%)
create mode 100644 sources/misc/QAudioProxyModel.cpp
copy sources/{windows/ChangeSkillDialog.h => misc/QAudioProxyModel.h} (50%)
create mode 100644 sources/misc/QSoundEngine.cpp
create mode 100644 sources/misc/QSoundEngine.h
create mode 100644 sources/widgets/QCustomTextEdit.cpp
create mode 100644 sources/widgets/QCustomTextEdit.h
rename sources/windows/{ChangeSkillDialog.cpp => ChangePropertyDialog.cpp} (67%)
copy sources/windows/{ChangeSkillDialog.h => ChangePropertyDialog.h} (73%)
rename sources/windows/{ChangeSkillDialog.ui => ChangePropertyDialog.ui} (89%)
create mode 100644 sources/windows/CombatDialog.cpp
create mode 100644 sources/windows/CombatDialog.h
create mode 100644 sources/windows/CombatDialog.ui
create mode 100644 sources/windows/DiceDialog.cpp
rename sources/windows/{ChangeSkillDialog.h => DiceDialog.h} (52%)
create mode 100644 sources/windows/DiceDialog.ui
rename sources/windows/{PictureWindow.cpp => ImageWindow.cpp} (88%)
rename sources/windows/{PictureWindow.h => ImageWindow.h} (91%)
create mode 100644 sources/windows/MetadataDialog.cpp
copy sources/windows/{ChangeCharacterDialog.h => MetadataDialog.h} (51%)
create mode 100644 sources/windows/MetadataDialog.ui
create mode 100644 sources/windows/SelectCharacterDialog.cpp
create mode 100644 sources/windows/SelectCharacterDialog.h
create mode 100644 sources/windows/SelectCharacterDialog.ui
create mode 100644 translations/languages
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/gm-assistant.git
More information about the Pkg-games-commits
mailing list