* POTFILES.in: Add new files to the list.

* gramps.pot: regenerate the template.
	* src/Makefile.am (gdir_PYTHON): Add new files to the list.


svn: r6281
This commit is contained in:
Alex Roitman 2006-04-06 21:51:33 +00:00
parent 1d24bc8f13
commit ecc87ea678
5 changed files with 1810 additions and 1599 deletions

View File

@ -1,4 +1,5 @@
2006-04-06 Alex Roitman <shura@gramps-project.org>
* src/Makefile.am (gdir_PYTHON): Add new files to the list.
* src/Editors/_EditLdsOrd.py (EditLdsOrd): Formatting.
* src/GrampsWidgets.py (MonitoredMenu): Factor out commong code.

View File

@ -1,3 +1,7 @@
2006-04-06 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new files to the list.
* gramps.pot: regenerate the template.
2006-03-18 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Remove RelImage.py from the list.

View File

@ -43,6 +43,8 @@ src/ScratchPad.py
src/SelectEvent.py
src/SelectObject.py
src/SelectPerson.py
src/SelectFamily.py
src/SelectSource.py
src/Sort.py
src/soundex.py
src/Spell.py
@ -54,6 +56,7 @@ src/TransUtils.py
src/TreeTips.py
src/Utils.py
src/ViewManager.py
src/ManagedWindow.py
src/Config/_GrampsGconfKeys.py
src/Config/_GrampsIniKeys.py
src/Config/__init__.py
@ -108,10 +111,12 @@ src/Editors/_EditPlace.py
src/Editors/_EditPrimary.py
src/Editors/_EditReference.py
src/Editors/_EditRepository.py
src/Editors/_EditRepoRef.py
src/Editors/_EditSecondary.py
src/Editors/_EditSource.py
src/Editors/_EditSourceRef.py
src/Editors/_EditUrl.py
src/Editors/_EditLdsOrd.py
src/Editors/__init__.py
src/GrampsDb/_ConstXML.py
src/GrampsDb/_GedcomInfo.py
@ -249,6 +254,7 @@ src/RelLib/_Family.py
src/RelLib/_GenderStats.py
src/RelLib/__init__.py
src/RelLib/_LdsOrd.py
src/RelLib/_LdsOrdBase.py
src/RelLib/_LocationBase.py
src/RelLib/_Location.py
src/RelLib/_MediaBase.py

File diff suppressed because it is too large Load Diff

View File

@ -92,7 +92,9 @@ gdir_PYTHON = \
TransUtils.py\
TreeTips.py\
Utils.py\
ViewManager.py
ViewManager.py\
SelectFamily.py\
SelectSource.py
pycheck:
for d in $(SUBDIRS) ; do \