Arturas Sleinius
f3a302638e
Updated Lithuanian translation
...
svn: r7191
2006-08-17 19:06:31 +00:00
Alex Roitman
01b7f9b888
2006-08-13 Alex Roitman <shura@gramps-project.org>
...
* *.po: update all po files.
svn: r7170
2006-08-14 02:21:20 +00:00
Jérôme Rapinat
2cdcdd3931
update french translation (all filters editors)
...
svn: r7149
2006-08-10 07:05:28 +00:00
Alex Roitman
72478cd4ce
In .:
...
* src/DataViews/_PlaceView.py: Add filter sidebar.
* src/FilterEditor/_ShowResults.py: Support media filters.
* src/FilterEditor/_EditRule.py: Support media filters.
* src/FilterEditor/_FilterEditor.py: Support media filters.
* src/Filters/_GenericFilter.py: Support media filters.
* src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file.
* src/Filters/SideBar/__init__.py: Expose new module.
* src/Filters/SideBar/_MediaSidebarFilter.py: Add module.
* src/Filters/Rules/Media/Makefile.am (pkgdata_PYTHON): Ship new files.
* src/Filters/Rules/Media/_HasIdOf.py: Add module.
* src/Filters/Rules/Media/_HasNoteMatchingSubstringOf.py: Add module.
* src/Filters/Rules/Media/_HasNoteRegexp.py: Add module.
* src/Filters/Rules/Media/_MatchesFilter.py: Add module.
* src/Filters/Rules/Media/_RegExpIdOf.py: Add module.
* src/Filters/Rules/Media/_MediaPrivate.py: Add module.
* src/Filters/Rules/Media/__init__.py: Expose new modules.
* src/Filters/Rules/Media/_AllMedia.py: Add module.
* src/Filters/Rules/Media/_HasMedia.py: Add module.
In po:
2006-08-09 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new files.
svn: r7147
2006-08-10 00:42:44 +00:00
Alex Roitman
82e5150cb8
In .:
...
2006-08-07 Alex Roitman <shura@gramps-project.org>
* src/DataViews/_RepositoryView.py: Add filter sidebar.
* src/FilterEditor/_ShowResults.py: Support repo filters.
* src/FilterEditor/_EditRule.py: Support repo filters.
* src/FilterEditor/_FilterEditor.py: Support repo filters.
* src/Filters/_GenericFilter.py: Support repo filters.
* src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file.
* src/Filters/SideBar/__init__.py: Expose new module.
* src/Filters/SideBar/_RepoSidebarFilter.py: Add module.
* src/Filters/Rules/Repository/Makefile.am (pkgdata_PYTHON): Ship
new files.
* src/Filters/Rules/Repository/__init__.py: Expose new modules.
* src/Filters/Rules/Repository/_HasRepo.py: Add module.
* src/Filters/Rules/Repository/_RepoPrivate.py: Add module.
* src/Filters/Rules/Repository/_RegExpIdOf.py: Add module.
* src/Filters/Rules/Repository/_MatchesFilter.py: Add module.
* src/Filters/Rules/Repository/_HasNoteRegexp.py: Add module.
* src/Filters/Rules/Repository/_HasNoteMatchingSubstringOf.py: Add
module.
* src/Filters/Rules/Repository/_HasIdOf.py: Add module.
* src/Filters/Rules/Repository/_AllRepos.py: Add module.
In po:
2006-08-07 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new files.
svn: r7144
2006-08-07 20:16:00 +00:00
Alex Roitman
d522577808
In .:
...
* src/DataViews/_PlaceView.py: Add sidebar filter.
* src/FilterEditor/_EditRule.py: Support place filters.
* src/FilterEditor/_FilterEditor.py: Support place filters.
* src/FilterEditor/_ShowResults.py: Support place filters.
* src/Filters/_GenericFilter.py: Support place filters.
* src/Filters/SideBar/__init__.py: Expose new module.
* src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file.
* src/Filters/SideBar/_PlaceSidebarFilter.py: Add module.
* src/Filters/Rules/Place/Makefile.am (pkgdata_PYTHON): Ship new files.
* src/Filters/Rules/Place/_AllPlaces.py: Add module.
* src/Filters/Rules/Place/_HasIdOf.py: Add module.
* src/Filters/Rules/Place/_HasNoteMatchingSubstringOf.py: Add module.
* src/Filters/Rules/Place/_HasNoteRegexp.py: Add module.
* src/Filters/Rules/Place/_MatchesFilter.py: Add module.
* src/Filters/Rules/Place/_RegExpIdOf.py: Add module.
* src/Filters/Rules/Place/_PlacePrivate.py: Add module.
* src/Filters/Rules/Place/_HasPlace.py: Add module.
* src/Filters/Rules/Place/__init__.py (editor_rule_list): Expose
new module.
In po:
2006-08-06 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new files.
svn: r7142
2006-08-07 02:49:12 +00:00
Alex Roitman
2599ae38a3
* src/Filters/_GenericFilter.py: Support Source filters.
...
* src/Filters/SideBar/Makefile.am (pkgdata_PYTHON): Ship new file.
* src/Filters/Rules/Source/Makefile.am: Ship new files.
* src/FilterEditor/_EditRule.py: Support Source filters.
* src/FilterEditor/_FilterEditor.py: Support Source filters.
* src/FilterEditor/_ShowResults.py: Support Source filters.
* src/Filters/Rules/Source/__init__.py: Expose new modules.
* src/Filters/SideBar/_SourceSidebarFilter.py: Add module.
* src/Filters/SideBar/__init__.py: Expose new module.
* src/Filters/Rules/_Rule.py (Rule.match_substring): Add
convenience method for simple substring search.
* src/Filters/Rules/Source/_RegExpIdOf.py: Add module.
* src/Filters/Rules/Source/_MatchesFilter.py: Add module.
* src/Filters/Rules/Source/_HasNoteRegexp.py: Add module.
* src/Filters/Rules/Source/_HasNoteMatchingSubstringOf.py: Add module.
* src/Filters/Rules/Source/_HasIdOf.py: Add module.
* src/Filters/Rules/Source/_SourcePrivate.py: Add module.
* src/Filters/Rules/Source/_AllSources.py: Add module.
svn: r7138
2006-08-06 06:26:10 +00:00
Alex Roitman
9f55696c0c
In .:
...
* src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new file.
* src/Filters/Rules/Family/_MemberBase.py: Add new module.
In po:
svn: r7136
2006-08-06 00:24:58 +00:00
Alex Roitman
6137abcf43
In .:
...
* src/Filters/SideBar/_PersonSidebarFilter.py: Minor changes.
* src/Filters/SideBar/_FamilySidebarFilter.py: Add father, mother,
and child search options.
* src/Filters/Rules/Family/__init__.py: Expose new modules.
* src/Filters/Rules/Family/_Search*Name.py: add new modules.
* src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new files
In po:
2006-08-05 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new files.
svn: r7135
2006-08-05 23:37:48 +00:00
Jérôme Rapinat
117ba42c32
update french translation
...
svn: r7133
2006-08-05 16:02:43 +00:00
Alex Roitman
aadd18e42b
* src/Filters/SideBar: Add new module.
...
svn: r7131
2006-08-05 04:41:56 +00:00
Alex Roitman
267248fb21
Update
...
svn: r7128
2006-08-05 04:10:10 +00:00
Alex Roitman
763161065e
In .:
...
* src/Filters/Rules/Family/__init__.py (editor_rule_list): Import
and use new rule.
* src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new file.
* src/Filters/Rules/Family/_HasAttribute.py: Add new rule.
* src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Ship new file.
* src/Filters/Rules/_HasAttributeBase.py: Add base module.
* src/Filters/Rules/_HasEventBase.py (apply): Use new API.
In po:
Add new files.
svn: r7125
2006-08-04 23:19:59 +00:00
Alex Roitman
2eb7395691
In .:
...
2006-08-04 Alex Roitman <shura@gramps-project.org>
* src/DataViews/_MediaView.py (row_change): Work around older pygtk.
* src/Filters/Rules/Family/Makefile.am (pkgdata_PYTHON): Ship new
files.
* src/Filters/Rules/Makefile.am (pkgdata_PYTHON): Ship new file.
In po:
2006-08-04 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Unlist plugins that are not shipped.
svn: r7120
2006-08-04 19:36:18 +00:00
Alex Roitman
ef9a4821b4
2006-08-03 Alex Roitman <shura@gramps-project.org>
...
* POTFILES.in: Add new files.
svn: r7118
2006-08-04 05:08:06 +00:00
Alex Roitman
0bdc9d0104
In .:
...
2006-08-02 Alex Roitman <shura@gramps-project.org>
* configure.in: Disable scrollkeeper update in the packager mode.
In po:
2006-08-02 Alex Roitman <shura@gramps-project.org>
* ru.po: Translation update.
svn: r7112
2006-08-03 01:14:54 +00:00
Jérôme Rapinat
543abbf8d5
update french translation
...
svn: r7107
2006-08-01 13:13:22 +00:00
Alex Roitman
05e47d3ed7
* ru.po: Start on Russian translation.
...
svn: r7106
2006-08-01 05:48:44 +00:00
Alex Roitman
4b24978bef
* POTFILES.in: Remove obsolete file;
...
reflect the name change of Merge -> FindDupes.
svn: r7105
2006-08-01 04:37:31 +00:00
Alex Roitman
36d13d0bff
In .:
...
2006-07-31 Alex Roitman <shura@gramps-project.org>
* src/Filters/_SearchBar.py (SearchBar.__init__): Take dbstate as
a constructor argument; (SearchBar.apply_filter): pass dbstate.
* src/PageView.py (BookMarkView.add_bookmark,
PersonNavView.jumpto, PersonNavView.fwd_clicked,
PersonNavView.back_clicked, ListView.build_widget): Pass dbstate.
* src/Navigation.py (BaseNavigation.__init__,
PersonNavigation.__init__): Take dbstate as a constructor argument;
(PersonNavigation.build_item_name): properly access dbstate.
* src/DisplayState.py (__init__): Do not take dbstate as a
constructor argument; Do not connect dbstate signal here (moved to
ViewManager);
(display_relationship,push_message,modify_statusbar): Make dbstate
an argument.
* src/plugins/Checkpoint.py (run_tool): Pass dbstate.
* src/ViewManager.py (_build_main_window): Do not pass dbstate to
uistate DisplayState constructor; connect dbstate signal handler;
pass dbstate to Navigation; (keypress): Pass dbstate;
(statusbar_key_update): Pass dbstate;
(do_load_plugins): Pass dbstate;
(ViewManager.add_bookmark): Pass dbstate.
* src/DataViews/_RelationView.py (shade_update): Pass dbstate.
* src/DataViews/_PersonView.py (build_widget,_goto,
key_goto_home_person, key_edit_selected_person): Pass dbstate.
* src/Filters/Makefile.am (pkgdata_PYTHON): Remove obsolete file.
* src/Filters/__init__.py: Remove importing obsolete module.
* src/Filters/_FilterWidget.py: Remove obsolete module.
In po:
2006-07-31 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Remove obsolete file.
svn: r7104
2006-08-01 04:31:10 +00:00
Alex Roitman
4796b3d5ca
2006-07-30 Alex Roitman <shura@gramps-project.org>
...
* POTFILES.in: Add missing file.
svn: r7094
2006-07-30 07:31:30 +00:00
Jérôme Rapinat
150e652ba9
add family custom filter translation
...
svn: r7078
2006-07-25 20:36:23 +00:00
Alex Roitman
0af6e4bcca
Update
...
svn: r7076
2006-07-25 19:58:23 +00:00
Alex Roitman
631e4c3de8
2006-07-25 Alex Roitman <shura@gramps-project.org>
...
* POTFILES.in: Add missing files.
svn: r7073
2006-07-25 18:37:56 +00:00
Jérôme Rapinat
29a11b81ed
update french translation 2.1.90
...
svn: r7062
2006-07-23 18:47:08 +00:00
Arturas Sleinius
b4d6e0ea35
Updated Lithuanian translation
...
svn: r7059
2006-07-23 14:35:11 +00:00
Alex Roitman
4647713d27
2006-07-16 Morten Bo Johansen <mbj@spamcop.net>
...
* da.po: Translation update.
svn: r7031
2006-07-16 14:01:31 +00:00
Alex Roitman
fe28283f7b
2006-07-15 Alex Roitman <shura@gramps-project.org>
...
* check_po: Open correct file.
svn: r7029
2006-07-15 23:53:31 +00:00
Don Allingham
7c497c6674
* po/gramps.pot: remove autogenerated file
...
svn: r7019
2006-07-12 03:22:53 +00:00
Frode Jemtland
1e89ee38c9
Small update
...
svn: r6991
2006-07-04 21:13:53 +00:00
Jérôme Rapinat
ec18dfd04c
update fr.po
...
svn: r6958
2006-06-24 07:04:28 +00:00
Alex Roitman
4cd4b430d8
2006-06-22 Alex Roitman <shura@gramps-project.org>
...
* POTFILES.in: Add new file.
svn: r6948
2006-06-22 20:07:10 +00:00
Jérôme Rapinat
6d26de2122
update fr.po
...
svn: r6908
2006-06-17 07:34:35 +00:00
Alex Roitman
e070e77c14
In .:
...
* src/DisplayTabs/Makefile.am (pkgdata_PYTHON): Ship new file.
* src/DisplayTabs/__init__.py: Import new module.
* src/DisplayTabs/_TextTab.py: Add new module.
* src/Editors/_EditSourceRef.py (_setup_fields): Remove Text tab;
(_create_tabbed_pages): Add Text tab.
* src/glade/gramps.glade (source_ref_edit): Remove Text tab.
In po:
2006-06-15 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file.
svn: r6894
2006-06-15 17:17:42 +00:00
Jérôme Rapinat
abded67021
update fr.po
...
svn: r6885
2006-06-13 05:05:10 +00:00
Alex Roitman
06cdb09731
2006-06-11 Alex Roitman <shura@gramps-project.org>
...
* POTFILES.in: Remove plugin that is not shipped.
* gramps.pot: Update.
svn: r6881
2006-06-12 04:50:30 +00:00
Alex Roitman
3c385521b2
In .:
...
2006-06-04 Alex Roitman <shura@gramps-project.org>
* configure.in: Set up for the next release.
* src/Filters/Rules/Person/_RegExpName.py (RegExpName.labels): Typo.
In po:
2006-06-04 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add missing files.
svn: r6861
2006-06-05 06:42:06 +00:00
Jérôme Rapinat
17fa977d6a
update fr.po
...
svn: r6856
2006-06-04 14:58:53 +00:00
Jérôme Rapinat
50acd8366c
update fr.po
...
svn: r6848
2006-06-02 11:31:47 +00:00
Don Allingham
9438a33215
2006-06-01 Don Allingham <don@gramps-project.org>
...
* src/DataViews/_PersonView.py: FilterEditor call sequence
* src/FilterEditor/_EditFilter.py: added
* src/FilterEditor/_FilterEditor.py: Break out other classes
* src/FilterEditor/_EditRule.py: added
* src/FilterEditor/_ShowResults.py: added
* src/FilterEditor/Makefile.am: Add new files
svn: r6843
2006-06-02 03:21:52 +00:00
Jérôme Rapinat
de7a2473e2
update fr.po
...
svn: r6839
2006-06-01 16:51:06 +00:00
Alex Roitman
1acfca142b
Update
...
svn: r6822
2006-05-31 01:07:43 +00:00
Alex Roitman
8c8982b395
2006-05-30 Alex Roitman <shura@gramps-project.org>
...
* POTFILES.in: Change files due to module split.
svn: r6821
2006-05-31 00:57:54 +00:00
Frode Jemtland
75acb506cd
New contributor. He updated some strings on a local copy. They have been implementet before, but to honor him, I also added him as one of the contributor on the centraliced files.
...
svn: r6819
2006-05-30 20:47:53 +00:00
Alex Roitman
d94c9ae7af
Update
...
svn: r6808
2006-05-29 02:48:41 +00:00
Alex Roitman
61b721d677
2006-05-28 Alex Roitman <shura@gramps-project.org>
...
* gramps.pot: Update.
svn: r6807
2006-05-29 02:48:11 +00:00
Jérôme Rapinat
af51415d37
update fr.po
...
svn: r6802
2006-05-28 10:52:04 +00:00
Arturas Sleinius
2e6e8bb593
Update Lithuanian translation
...
svn: r6800
2006-05-28 07:29:54 +00:00
Jérôme Rapinat
d6df39b7de
update fr.po
...
svn: r6788
2006-05-26 09:54:56 +00:00
Alex Roitman
c3c3aa5ee8
2006-05-25 Alex Roitman <shura@gramps-project.org>
...
* POTFILES.in: Add new files.
svn: r6784
2006-05-26 00:31:17 +00:00
Don Allingham
80dcaea023
* src/DataViews/_RelationView.py: renamed from _FamilyView
...
* src/DataViews/__init__.py: use RelationView.py
* src/DataViews/Makefile.am: update
svn: r6761
2006-05-23 19:46:02 +00:00
Alex Roitman
f176ca3c91
2006-05-23 Arturas Sleinius <asleinius@gmail.com>
...
* lt.po: updated Lithuanian translation.
svn: r6759
2006-05-23 17:27:24 +00:00
Alex Roitman
26c6c9d390
Update
...
svn: r6755
2006-05-23 05:14:17 +00:00
Alex Roitman
67159ad3e8
2006-05-22 Alex Roitman <shura@gramps-project.org>
...
* gramps.pot: Update.
svn: r6754
2006-05-23 05:14:00 +00:00
Frode Jemtland
4e105fbd57
Changed a HTML tag that had wrongfully been translated
...
svn: r6742
2006-05-21 22:35:35 +00:00
Jérôme Rapinat
2ceef1aa52
update fr.po
...
svn: r6730
2006-05-20 13:25:54 +00:00
Alex Roitman
c057eeb2c1
2006-05-18 Espen Berg <espen.berg@ntnu.no>
...
* src/po/nb.po, src/po/no.po: Translation update.
svn: r6712
2006-05-18 20:06:45 +00:00
Alex Roitman
79468e0196
In .:
...
* src/GrampsDb/_GrampsDbBase.py (DbState.change_database_noclose):
Add new method.
* src/Makefile.am (gdir_PYTHON): Ship new file.
In po:
2006-05-17 Alex Roitman <shura@gramps-project.org>
* POTFILES.in: Add new file.
svn: r6699
2006-05-17 23:36:31 +00:00
Stefan Bjork
6c0bc312fb
Copied CVS version and merged with gramps.pot.
...
svn: r6692
2006-05-17 14:39:26 +00:00
Alex Roitman
2efa8ec971
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
53f7df964d
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
8884528ee1
* 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
e2330971df
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
8b64f038a1
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
01aa512a38
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
ef524056d1
update fr.po
...
svn: r6652
2006-05-14 10:19:49 +00:00
Jérôme Rapinat
4ca49c03c7
update fr.po
...
svn: r6632
2006-05-12 19:31:12 +00:00
Alex Roitman
cf1a9d194a
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
cff4e1397d
* 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
ae59d17a60
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
2ee29d05f2
# /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
5e60b00a0d
update fr.po
...
svn: r6578
2006-05-08 06:12:19 +00:00
Alex Roitman
02792dc4e9
* POTFILES.in: Add missing file.
...
svn: r6572
2006-05-07 15:18:16 +00:00
Jérôme Rapinat
3cc38109cf
update fr.po
...
svn: r6571
2006-05-07 10:46:11 +00:00
Alex Roitman
c2fb943114
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
0480ab1889
update fr.po
...
svn: r6565
2006-05-06 17:28:49 +00:00
Alex Roitman
404cf87c93
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
c2f74558e3
update fr.po
...
svn: r6550
2006-05-05 10:19:43 +00:00
Alex Roitman
84b2275799
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
4266dd4ec0
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
696afdffa0
svn: r6530
2006-05-03 06:40:02 +00:00
Alex Roitman
bec8625957
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
c23ea88a90
update fr.po
...
svn: r6516
2006-05-02 13:59:12 +00:00
Jérôme Rapinat
a8cea23ca1
update fr.po
...
svn: r6515
2006-05-02 11:26:21 +00:00
Alex Roitman
f9942e1e10
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
6d8c37f381
* 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
546859418b
svn: r6497
2006-04-30 01:25:56 +00:00
Alex Roitman
6eb42a3d5b
Update
...
svn: r6488
2006-04-28 19:24:19 +00:00
Alex Roitman
5f7cf6a91a
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
07a81d3bd6
update fr.po
...
svn: r6466
2006-04-27 17:32:17 +00:00
Alex Roitman
c4ff682acd
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
a3a37a1712
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
38ea0a393b
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
706ed650c9
update fr.po
...
svn: r6288
2006-04-07 19:29:12 +00:00
Alex Roitman
d59559b9ef
* 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
0bed220bfb
update with the last gramps.pot (03-17 12:22)
...
svn: r6242
2006-03-31 11:08:20 +00:00
Jérôme Rapinat
22c26ba174
update translation for 2.1x
...
svn: r6241
2006-03-31 08:32:57 +00:00
Alex Roitman
add464937d
* various: rename doc to data; move most of src/data to data.
...
svn: r6187
2006-03-21 18:56:27 +00:00
Alex Roitman
0b3ce97a46
* configure.in: Remove scrollkeeper checks and other unused statements
...
svn: r6177
2006-03-19 06:03:04 +00:00
Alex Roitman
1c81540f6b
* help: add new dir with new gnome-doc-utils infrastructure.
...
svn: r6163
2006-03-17 20:41:14 +00:00
Alex Roitman
ddc69b9e9b
Update
...
svn: r6152
2006-03-16 19:02:45 +00:00
Alex Roitman
d7dc11d82b
Update
...
svn: r6151
2006-03-16 18:52:14 +00:00
Alex Roitman
46eec3088f
Update
...
svn: r6150
2006-03-16 18:50:09 +00:00
Alex Roitman
309b562eba
Updtae
...
svn: r6149
2006-03-16 18:38:26 +00:00
Alex Roitman
4cbec13690
Update
...
svn: r6148
2006-03-16 08:05:27 +00:00
Alex Roitman
085efa7e6f
Update
...
svn: r6147
2006-03-16 01:59:50 +00:00
Alex Roitman
d1b260afca
Update
...
svn: r6146
2006-03-16 01:55:39 +00:00
Alex Roitman
c1a949cae5
* various: intltoolize and gettextize properly.
...
svn: r6144
2006-03-15 23:58:23 +00:00