Commit Graph

499 Commits

Author SHA1 Message Date
Alex Roitman
3b6d63e48f In .:
* src/Selectors/_SelectPerson.py: Use new package.
	* src/plugins/RelCalc.py: Use new package.
	* src/DataViews/_PersonView.py: Use new package.
	* src/DisplayModels: Make new package.
	* src/Makefile.am: Remove old files.
In po:
	* POTFILES.in: Add new files; remove old files.


svn: r6683
2006-05-17 00:48:46 +00:00
Alex Roitman
66c08cbf34 In .:
2006-05-16  Alex Roitman  <shura@gramps-project.org>
	* src/Filters/_PersonSidebarFilter.py: Import gettext.
	* src/Filters/_SidebarFilter.py: Import gettext.
	* src/Filters/Makefile.am: Ship new files.

In po:
2006-05-16  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r6682
2006-05-16 18:32:47 +00:00
Alex Roitman
dc7053df55 * src/Selectors/_Select*.py: Subclass from BaseSelector.
* src/Selectors/Makefile.am: Ship new file.
	* src/Selectors/_BaseSelector.py: Add new file.



svn: r6673
2006-05-15 20:50:25 +00:00
Alex Roitman
e0b3dc141d In .:
2006-05-15  Alex Roitman  <shura@gramps-project.org>
	* configure.in: Generate new Makefile.
	* src/Makefile.am: adapt to new module.
	* src/Selectors: separate selectors in their own module.
	* src/Select*.py: move to Selectors.
	* src/DataViews/_FamilyView.py: Use new module.
	* src/Editors/_EditLdsOrd.py: Use new module.
	* src/Editors/_EditPersonRef.py: Use new module.
	* src/Editors/_EditFamily.py: Use new module.
	* src/DisplayTabs/_SourceEmbedList.py: Use new module.
	* src/DisplayTabs/_RepoEmbedList.py: Use new module.
	* src/DisplayTabs/_EventEmbedList.py: Use new module.
	* src/DisplayTabs/_GalleryTab.py: Use new module.
	* src/plugins/FilterEditor.py: Use new module.
	* src/plugins/SimpleBookTitle.py: Use new module.
	* src/PluginUtils/_Report.py: Use new module.

In po:
2006-05-15  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r6669
2006-05-15 15:53:42 +00:00
Alex Roitman
5de297d2d6 In .:
* src/Makefile.am (gdir_PYTHON): Add new file.
	* src/SelectRepository.py: Add new file.
	* src/DisplayTabs/_RepoEmbedList.py: Add share button.

In po:
	* POTFILES.in: Add new file.


svn: r6668
2006-05-15 06:40:54 +00:00
Alex Roitman
1000571a10 In .:
* src/plugins/ChangeTypes.py (init_gui): Work around intltool bug.
In po:
2006-05-14  Alex Roitman  <shura@gramps-project.org>
	* gramps.pot: update.



svn: r6656
2006-05-14 19:27:38 +00:00
Jérôme Rapinat
28865cfdeb update fr.po
svn: r6652
2006-05-14 10:19:49 +00:00
Jérôme Rapinat
159e42f1a4 update fr.po
svn: r6632
2006-05-12 19:31:12 +00:00
Alex Roitman
9e68a4b550 In .:
2006-05-12  Alex Roitman  <shura@gramps-project.org>
	* src/UndoHistory.py (gtk_color_to_str): Better color to str.
	* src/QuestionDialog.py (QuestionDialog2.__init__): Use the
	underline for labels.
	* src/plugins/ChangeNames.py: Fix WM.
	* src/plugins/PatchNames.py: Fix WM.

In po:
	* gramps.pot: Update.


svn: r6630
2006-05-12 18:46:26 +00:00
Alex Roitman
0156d96382 * src/Filters/Makefile.am (pkgdata_PYTHON): Add new files.
* po/POTFILES.in: Add missing files.

svn: r6626
2006-05-12 15:05:47 +00:00
Alex Roitman
e9602a5eeb In .:
* src/GrampsDb/_DbUtils.py (db_copy): Use UpdateCallback class.
	* src/BasicUtils.py: Add module.
	* src/Makefile.am (gdir_PYTHON): Add new file.
In po:
2006-05-10  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new file.



svn: r6617
2006-05-11 05:11:47 +00:00
Jérôme Rapinat
e81ba544cb # /po/fr.po : use exact space and dot for fixing occupation:placedescription mistake on det_report (cannot commit with CVS the same fix for gramps 2.0.11)
svn: r6605
2006-05-10 13:12:47 +00:00
Jérôme Rapinat
00ecb78a83 update fr.po
svn: r6578
2006-05-08 06:12:19 +00:00
Alex Roitman
9f0f591729 * POTFILES.in: Add missing file.
svn: r6572
2006-05-07 15:18:16 +00:00
Jérôme Rapinat
3be5c7c1b5 update fr.po
svn: r6571
2006-05-07 10:46:11 +00:00
Alex Roitman
4422e2cbd1 2006-05-06 Alex Roitman <shura@gramps-project.org>
* gramps.pot: Update template.
	* POTFILES.in: Add missing files from RelLib.



svn: r6570
2006-05-07 05:54:19 +00:00
Jérôme Rapinat
d12ed55a69 update fr.po
svn: r6565
2006-05-06 17:28:49 +00:00
Alex Roitman
49dda0d5c3 In .:
2006-05-05  Alex Roitman  <shura@gramps-project.org>
	* src/UndoHistory.py: Add new file.
	* src/ViewManager.py: undo history support.
	* src/GrampsDb/_GrampsDbBase.py (Transaction.__init__): Add
	timestamp to the transaction.
	(GrampsDbBase.redo): Update undo history window.
	(GrampsDbBase.undo): Update undo history window.
	(GrampsDbBase.transaction_commit): Update undo history window.
	(GrampsDbBase.transaction_commit): Set transaction timestamp.
	(GrampsDbBase.__init__): Define undo_history_callback.
	* src/Makefile.am (gdir_PYTHON): Ship new file.

In po:
2006-05-05  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new file.



svn: r6557
2006-05-05 21:55:01 +00:00
Jérôme Rapinat
2ab370b4a9 update fr.po
svn: r6550
2006-05-05 10:19:43 +00:00
Alex Roitman
bd1bc316f0 In .:
* src/Makefile.am (gdir_PYTHON): Remove DisplayTabs.py.
	* src/plugins/Makefile.am (pkgdata_PYTHON): Ship rel_sk.py.

In po:
	Update.
	* gramps.pot: Update.


svn: r6549
2006-05-05 06:06:10 +00:00
Alex Roitman
6169cecbd3 In .:
2006-05-04  Alex Roitman  <shura@gramps-project.org>
	* src/DisplayTabs.py: remove file.
	* src/DisplayTabs: Add package.

In po:
2006-05-04  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r6546
2006-05-05 00:39:11 +00:00
Alex Roitman
ac6ae8c3f9 svn: r6530 2006-05-03 06:40:02 +00:00
Alex Roitman
49b9136daa In .:
* configure.in: Generate new Makefiles.
In po:
2006-05-02  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r6522
2006-05-03 01:05:46 +00:00
Jérôme Rapinat
da286c91af update fr.po
svn: r6516
2006-05-02 13:59:12 +00:00
Jérôme Rapinat
a43259a03e update fr.po
svn: r6515
2006-05-02 11:26:21 +00:00
Alex Roitman
3fe3482efb In .:
2006-05-01  Alex Roitman  <shura@gramps-project.org>
	* various: merge changes from gramps20.

In po:
2006-05-01  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new file.



svn: r6504
2006-05-01 21:11:26 +00:00
Don Allingham
4063ae7172 * src/Editors/_EditFamily.py: fix Select Person calls
* src/docgen/Makefile.am: add ODSDoc.py
	* po/POTFILES.in: add ODSDoc.py


svn: r6499
2006-04-30 04:17:54 +00:00
Don Allingham
e4235afcc1 svn: r6497 2006-04-30 01:25:56 +00:00
Alex Roitman
a58443e671 Update
svn: r6488
2006-04-28 19:24:19 +00:00
Alex Roitman
f7eb761386 2006-04-27 Alex Roitman <shura@gramps-project.org>
* pt_BR.po: Convert to utf8 encoding.
	* zh_CN.po: Convert to utf8 encoding.
	* pl.po: Convert to utf8 encoding.
	* no.po: Convert to utf8 encoding.
	* it.po: Convert to utf8 encoding.
	* sk.po: Convert to utf8 encoding.
	* da.po: Convert to utf8 encoding.
	* nb.po: Convert to utf8 encoding.



svn: r6477
2006-04-28 00:32:34 +00:00
Jérôme Rapinat
e550cf28c2 update fr.po
svn: r6466
2006-04-27 17:32:17 +00:00
Alex Roitman
d35324d3ea In .:
* src/GrampsDb/_ConstXML.py: Remove.
In po:
2006-04-21  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Remove obsolete file.



svn: r6399
2006-04-21 20:10:37 +00:00
Alex Roitman
cd5518015b 2006-04-19 Alex Roitman <shura@gramps-project.org>
* src/Utils.py: Remove obsolete code.
	* src/DisplayTabs.py (EventRefModel.column_role): Adapt to new types.
	* src/PeopleModel.py: Adapt to new types.
	* src/plugins/TestcaseGenerator.py: Adapt to new types.
	* src/RelLib/Makefile.am: Ship new files.
	* src/RelLib/_EventRef.py: Adapt to new types.
	* src/RelLib/_PrimaryObject.py: Adapt to new types.
	* src/RelLib/_EventRoleType.py: Add new module.
	* src/RelLib/_RepoRef.py: Adapt to new types.
	* src/RelLib/_MarkerType.py: Add new module.
	* src/RelLib/_Family.py: Adapt to new types.
	* src/RelLib/_Person.py: Adapt to new types.
	* src/RelLib/_SourceMediaType.py: Add new module.
	* src/RelLib/__init__.py: Expose new modules.
	* src/Editors/_EditPerson.py: Use new type.
	* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_9): Adapt to new types.
	* src/GrampsDb/_ConstXML.py: Comment out obsolete code.
	* src/GrampsDb/_ReadXML.py: Adapt to new types.
	* src/GrampsDb/_GrampsDbBase.py (commit_person): Properly use marker.
	* src/GrampsDb/_ReadGedcom.py: Adapt to new types.
	* src/DataViews/_FamilyView.py (write_relationship): Use new type.
	* src/DataViews/_PedigreeView.py (format_relation): Use new type.



svn: r6372
2006-04-20 00:44:44 +00:00
Alex Roitman
90832a683e In .:
* src/RelLib/Makefile.am: Ship new file.
	* src/PluginUtils/_ReportUtils.py: Use fam relations from new module.
	* src/Relationship.py: Use family relations from new module.
	* src/Utils.py: Remove family relations.
	* src/RelLib/__init__.py: Expose new module.
	* src/RelLib/_Family.py: Adapt to new types.
	* src/GrampsDb/_ReadXML.py: Adapt to new types.
	* src/GrampsDb/_ConstXML.py: Remove family relations.
	* src/RelLib/_FamilyRelType.py: Add new class
In po:
2006-04-19  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Add new files.



svn: r6369
2006-04-19 18:27:51 +00:00
Jérôme Rapinat
12a1094077 update fr.po
svn: r6288
2006-04-07 19:29:12 +00:00
Alex Roitman
ecc87ea678 * 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
2006-04-06 21:51:33 +00:00
Jérôme Rapinat
9c40f469c6 update with the last gramps.pot (03-17 12:22)
svn: r6242
2006-03-31 11:08:20 +00:00
Jérôme Rapinat
b0ee7c6435 update translation for 2.1x
svn: r6241
2006-03-31 08:32:57 +00:00
Alex Roitman
253e31a47d * various: rename doc to data; move most of src/data to data.
svn: r6187
2006-03-21 18:56:27 +00:00
Alex Roitman
4dbe382a67 * configure.in: Remove scrollkeeper checks and other unused statements
svn: r6177
2006-03-19 06:03:04 +00:00
Alex Roitman
5fc44d4627 * help: add new dir with new gnome-doc-utils infrastructure.
svn: r6163
2006-03-17 20:41:14 +00:00
Alex Roitman
94a5f98277 Update
svn: r6152
2006-03-16 19:02:45 +00:00
Alex Roitman
c1eb465d3b Update
svn: r6151
2006-03-16 18:52:14 +00:00
Alex Roitman
9bbd08b5a3 Update
svn: r6150
2006-03-16 18:50:09 +00:00
Alex Roitman
ad6d530e4c Updtae
svn: r6149
2006-03-16 18:38:26 +00:00
Alex Roitman
0ed3b439fb Update
svn: r6148
2006-03-16 08:05:27 +00:00
Alex Roitman
9b7bca557a Update
svn: r6147
2006-03-16 01:59:50 +00:00
Alex Roitman
9b615f60b0 Update
svn: r6146
2006-03-16 01:55:39 +00:00
Alex Roitman
c6ea05e24d * various: intltoolize and gettextize properly.
svn: r6144
2006-03-15 23:58:23 +00:00