Alex Roitman
fdaaef219c
Update
...
svn: r2871
2004-02-19 19:15:27 +00:00
Alex Roitman
f2a684d957
* src/EditPerson.py: Use parent class. Add/remove itself from/to
...
the Windows menu.
* src/NameEdit.py: Make non-modal.
* src/gramps.glade: Add Windows menu.
* src/gramps_main.py: Get Windows menu and its submenu.
Pass Gramps class to the children -- first-class object editors.
svn: r2870
2004-02-19 13:40:09 +00:00
Don Allingham
ccb88f8d46
* src/RelLib.py: switch to event/event_ids
...
* src/WriteXML.py: switch to event/event_ids
* src/GrampsParser.py: switch to event/event_ids
* src/FamilyView.py: switch to event/event_ids
* src/EventEdit.py: switch to event/event_ids
* src/Marriage.py: switch to event/event_ids
* src/EventEdit.py: switch to event/event_ids
* src/PeopleView.py: switch to event/event_ids
* src/EditPerson.py: switch to event/event_ids
svn: r2869
2004-02-19 05:07:46 +00:00
Don Allingham
00965326e2
* src/RelLib.py: switch to event/event_ids
...
* src/WriteXML.py: switch to event/event_ids
* src/GrampsParser.py: switch to event/event_ids
* src/FamilyView.py: switch to event/event_ids
* src/EventEdit.py: switch to event/event_ids
* src/Marriage.py: switch to event/event_ids
svn: r2868
2004-02-19 05:05:43 +00:00
Alex Roitman
3e287429d3
* src/Relationship.py: Factor out relationship distance computation.
...
* src/plugins/rel_ru.py: Use self.get_distance().
* src/plugins/rel_de.py: Use self.get_distance().
* configure.in, configure: Change version.
* src/plugins/rel_hu.py: Convert to class.
svn: r2858
2004-02-17 04:47:24 +00:00
Alex Roitman
5e5c7c104a
Update
...
svn: r2851
2004-02-16 02:34:50 +00:00
Alex Roitman
ac1ca1498b
Update
...
svn: r2850
2004-02-16 02:05:47 +00:00
Alex Roitman
f9f6e61146
Update
...
svn: r2849
2004-02-16 02:05:35 +00:00
Alex Roitman
1ba32c9818
Update
...
svn: r2848
2004-02-16 01:24:06 +00:00
Alex Roitman
364e776777
Update
...
svn: r2847
2004-02-15 23:21:43 +00:00
Don Allingham
36ef08b358
get_id updates
...
svn: r2846
2004-02-15 23:10:12 +00:00
Alex Roitman
cfa8bcb743
* src/plugins/rel_de.py: Implement get_parents().
...
svn: r2844
2004-02-15 22:44:50 +00:00
Alex Roitman
a4fbff223b
* src/plugins/Ancestors.py: Use get_grandparents_string which is
...
registered in Plugins (possibly from the relationship calculator).
svn: r2843
2004-02-15 21:52:43 +00:00
Alex Roitman
983186336c
* src/Relationship.py: More corrections.
...
* src/plugins/rel_ru.py: Corrections.
* src/gramps_main.py: Corrections.
svn: r2842
2004-02-15 21:28:31 +00:00
Don Allingham
1c94371e33
updates for IDs
...
svn: r2840
2004-02-15 20:49:34 +00:00
Don Allingham
d29b4d6a57
* src/plugins/RelCalc.py: Handle IDs properly
...
* src/Relationship.py: Handle IDs properly
* src/home.png: added new default person icon
svn: r2838
2004-02-15 16:45:33 +00:00
Don Allingham
9cc50a74df
New default person
...
svn: r2837
2004-02-15 16:25:39 +00:00
Alex Roitman
ff2fda64a0
* src/plugins/IndivComplete.py: fixed child_relations translation
...
* src/const.py.in: fixed child_relations translation
* src/SelectChild.py: fixed child_relations translation
* src/TransTable.py: unicode conversion
* src/ChooseParents.py: fixed child_relations translation
svn: r2836
2004-02-15 07:21:29 +00:00
Alex Roitman
47a66cdf75
* src/plugins/IndivComplete.py: Call doc.init() after open.
...
* src/plugins/IndivSummary.py: Call doc.init() after open.
* src/plugins/RelCalc.py: Use class of calculator.
* src/plugins/rel_ru.py: Convert to class.
* src/Plugins.py: Register _relcalc_class.
* src/gramps_main.py: Use class of relationship calculator.
svn: r2835
2004-02-15 07:08:55 +00:00
Alex Roitman
2baffc68d2
* src/sort: Typos.
...
svn: r2832
2004-02-15 03:48:45 +00:00
Alex Roitman
be7b042fda
* src/plugins/DetDescendantReport.py: Add style descriptions
...
for the paragraphs. Add first entry style. Change defaults to be
similar to the FTM style reports.
* src/plugins/DetAncestralReport.py: Add style descriptions
for the paragraphs. Add first entry style. Change defaults to be
similar to the FTM style reports.
* src/StyleEditor.py (draw, save_paragraph): Allow users
to adjust first line indent.
* src/styles.glade: Add first line indent entry.
* src/plugins/Check.py (delete_empty_family): Remove families
in which person is a parent, not only a child.
* src/gramps_main.py (post_load): Use display_frel and
display_fattr.
* src/MediaView.py (key_press): Add function.
* src/PlaceView.py (key_press): Add function.
* src/SourceView.py (key_press): Add function.
* src/plugins/WebPage.py: Add tab with index page options.
* src/po/hu.po: Update
* doc/gramps-manual/hu/filtref.xml: Update
svn: r2831
2004-02-15 03:24:12 +00:00
Don Allingham
1c52f85907
* src/Marriage.py: fix title and places
...
* src/FamilyView.py: fix child relations and spouse's parents
svn: r2829
2004-02-15 02:33:44 +00:00
Don Allingham
45c712e8cd
* src/RelLib.py: fix syntax error
...
* src/EditPerson.py: fix reordering of children
*
svn: r2827
2004-02-15 01:57:07 +00:00
Don Allingham
7ed2f0551e
Move from object references to IDs
...
svn: r2822
2004-02-14 05:40:30 +00:00
Jens Arvidsson
0192477335
Second translation update for 1.0.0
...
svn: r2804
2004-02-11 07:46:18 +00:00
Sebastian Voeck
04e1271074
Updated for 1.0.0
...
svn: r2799
2004-02-10 09:46:18 +00:00
Alex Roitman
c352b3b35a
* src/plugins/rel_ru.py: Add more possible russian LANG values.
...
svn: r2798
2004-02-10 02:52:57 +00:00
Alex Roitman
65a7d8d7b7
* src/po/nl.po: Translation for 1.0.0-RC.
...
svn: r2796
2004-02-10 02:02:16 +00:00
Alexander Bogdashevsky
852030a679
src/po/ru.po: typo
...
svn: r2793
2004-02-09 01:30:44 +00:00
Don Allingham
ac224502b5
* src/plugins/ReadGedcom.py (GedcomParser.parse_individual): handle event
...
description
* src/ImageSelect.py: disable double click to edit in a gallery
svn: r2791
2004-02-08 00:00:35 +00:00
Don Allingham
66259d874b
* src/ImageSelect.py: disable double click to edit in a gallery
...
svn: r2790
2004-02-07 22:23:57 +00:00
Alex Roitman
e901a51cc4
Update
...
svn: r2789
2004-02-07 16:50:24 +00:00
Alex Roitman
5f3a38b573
Update
...
svn: r2788
2004-02-07 00:44:22 +00:00
Alex Roitman
50332acbfd
* src/gramps.glade: Define handler for the gallery's Edit button.
...
* src/EditSource.py: Connect callback to the gallery's Edit button.
* src/ImageSelect.py: Remember old photo list.
* src/EditPlace.py: Revert photos on Cancel.
* src/EditPerson.py: Revert photos on Cancel.
* src/Marriage.py: Revert photos on Cancel.
svn: r2783
2004-02-06 20:57:01 +00:00
Alex Roitman
3546fae555
* src/EditPlace.py: Pass window to the Gallery.
...
* src/ImageSelect.py: Run modal dialog, using parent window.
* src/imagesel.glade: Define proper button responses.
svn: r2782
2004-02-06 06:44:22 +00:00
Alex Roitman
efd2905b0b
* src/plugins/rel_ru.py: Add more possible russian LANG values.
...
svn: r2781
2004-02-06 04:58:11 +00:00
Alexander Bogdashevsky
abf1b46618
src/po/ru.po: Some clarifications
...
svn: r2780
2004-02-06 04:41:53 +00:00
Alex Roitman
8ad83d32b7
* src/plugins/soundgen.py: Fall back to empty input.
...
svn: r2779
2004-02-05 19:53:02 +00:00
Alex Roitman
78fc879948
* src/plugins/Merge.py (gen_key,name_compare):
...
Fall back to not using soundex if the charset can't be latin-1 encoded.
svn: r2778
2004-02-05 19:37:58 +00:00
Laurent Protois
7390aaab2d
French Update for cvs
...
svn: r2776
2004-02-05 16:34:43 +00:00
Lars Lundin
ae41c12b27
Translation update for 1.0.0-RC1 (3 new strings)
...
svn: r2775
2004-02-05 08:10:40 +00:00
Egyeki Gergelly
49b08d56c8
*** empty log message ***
...
svn: r2773
2004-02-04 23:12:21 +00:00
Frode Jemtland
b0a2980652
Translated all new strings for the last month
...
svn: r2772
2004-02-04 21:07:48 +00:00
Alex Roitman
723b4f20f2
* src/po/template.po: Update translation template.
...
svn: r2771
2004-02-04 17:57:13 +00:00
Egyeki Gergelly
4fe1a414bf
*** empty log message ***
...
svn: r2770
2004-02-04 17:56:35 +00:00
Don Allingham
9459938a37
update
...
svn: r2768
2004-02-04 04:48:13 +00:00
Don Allingham
ad2c2d2bff
* src/FamilyView.py: new text string for "unknown" spouse
...
* src/ImageSelect.py: integer conversions for event.x, event.y
* src/const.py.in: copyright date update
svn: r2767
2004-02-04 04:42:06 +00:00
Alexander Bogdashevsky
a0c8ec41d0
src/po/ru.po: Some typos and clarifications
...
svn: r2766
2004-02-04 03:14:40 +00:00
Don Allingham
35e2920c1b
* src/VersionControl.py: Call win.run to prevent exit from killing the
...
window before the data is saved.
svn: r2754
2004-02-03 03:45:12 +00:00
Egyeki Gergelly
621a315751
brother-in-law, sister-in-law relations added
...
svn: r2749
2004-02-02 15:16:35 +00:00
Egyeki Gergelly
478fe9c408
Update
...
svn: r2748
2004-02-02 15:15:48 +00:00
Alex Roitman
a71069b5df
* src/po/ru.po: Typo.
...
* doc/gramps-manual/C/usage.xml: Typo.
* doc/gramps-manual/ru/usage.xml: Update.
svn: r2746
2004-02-02 06:02:21 +00:00
Alexander Bogdashevsky
7e1aaa69f2
src/po/ru.po: LDS terms are translated now
...
svn: r2745
2004-02-02 01:46:42 +00:00
Alex Roitman
9af4c2e21e
* src/plugins/rel_hu.py: Typos.
...
svn: r2744
2004-02-01 15:30:55 +00:00
Egyeki Gergelly
d0bf7819ed
*** empty log message ***
...
svn: r2743
2004-02-01 14:30:33 +00:00
Alex Roitman
6767c3a35a
* src/po/ru.po: Typo.
...
* doc/gramps-manual/ru/usage.xml: Update.
svn: r2742
2004-02-01 06:51:53 +00:00
Don Allingham
c1edf603b4
* src/SourceView.py: handle column sorting properly
...
* src/PlaceView.py: handle column sorting properly
svn: r2740
2004-02-01 04:49:49 +00:00
Don Allingham
1ead1fc695
* src/gramps_main.py: better error messages on database write failure
...
* src/WriteXML.py: better error messages on database write failure
* src/GrampsXML.py: better error messages on database write failure
* src/PeopleView.py (PeopleView.add_to_person_list): don't attempt to sort the
model unless it has be assigned.
svn: r2736
2004-02-01 03:16:23 +00:00
Alex Roitman
586511a63e
* src/plugins/AncestorChart2.py: Change the tile when changing
...
the center person.
* src/plugins/SimpleBookTitle.py: Correct window title.
svn: r2734
2004-02-01 00:44:31 +00:00
Alex Roitman
384357988e
* src/Report.py: Mark translatable string.
...
* src/Witness.py: Mark translatable string.
* src/plugins/FamilyGroup.py: Mark translatable string.
svn: r2733
2004-02-01 00:34:36 +00:00
Alex Roitman
e409af6e6e
* src/plugins/Ancestors.py: Typo.
...
* src/plugins/IndivComplete.py: Typo.
svn: r2732
2004-01-31 23:01:27 +00:00
Don Allingham
57a9a420ee
* src/PeopleView.py (PeopleView.add_to_person_list): don't attempt to sort the
...
model unless it has be assigned.
svn: r2731
2004-01-31 21:32:01 +00:00
Don Allingham
7a44979bc3
fix update
...
svn: r2730
2004-01-31 20:26:36 +00:00
Egyeki Gergelly
8d142f72fe
Updating Hungarian translation for 1.0-RC
...
svn: r2728
2004-01-31 17:56:35 +00:00
Alex Roitman
f0d27c35d3
* src/plugins/AncestorChart2.py (write_book_item):
...
Treat unconfigured title.
svn: r2726
2004-01-30 13:51:02 +00:00
Alexander Bogdashevsky
18564fa2ac
Spell checking and more "family" fixes :)
...
svn: r2725
2004-01-28 04:19:38 +00:00
Don Allingham
90a33e61ab
* src/docgen/PdfDoc.py: fix encoding exception
...
* gramps-mdk.spec: Mandrake RPM spec file
svn: r2720
2004-01-28 02:18:53 +00:00
Alex Roitman
31d4ee3b67
* src/po/ru.po: Minor corrections.
...
svn: r2718
2004-01-27 16:37:47 +00:00
Laurent Protois
6ad27e4d4d
In good french !
...
svn: r2717
2004-01-27 15:19:20 +00:00
Don Allingham
a68c3d0226
* src/grampslib_wrap.c: backout mime type search
...
svn: r2715
2004-01-27 03:28:21 +00:00
Laurent Protois
726fccd3b8
I hope it's the good one ;-)
...
svn: r2712
2004-01-26 08:21:23 +00:00
Laurent Protois
42e38f3c9c
I hope it's the good one ;-)
...
svn: r2711
2004-01-26 08:04:22 +00:00
Alexander Bogdashevsky
64d13b272f
Some cleanups
...
svn: r2708
2004-01-26 05:12:53 +00:00
Egyeki Gergelly
be687dd5a0
*** empty log message ***
...
svn: r2703
2004-01-24 23:16:40 +00:00
Alexander Bogdashevsky
19652d2eda
* src/po/ru.po: Update Russian translation for pre-1-rc1
...
svn: r2701
2004-01-24 18:45:05 +00:00
Alex Roitman
4bc617cff1
Relationship fix
...
svn: r2699
2004-01-23 14:44:28 +00:00
Alex Roitman
e0dd37d0d4
Translation for 1.0.0-RC
...
svn: r2698
2004-01-23 14:31:33 +00:00
Laurent Protois
79ff9a79f2
French Update for cvs
...
svn: r2697
2004-01-23 13:53:04 +00:00
Don Allingham
e2b4392a39
* src/grampslib.i: same fixes as grampslib_wrap.c
...
* src/plugins/RelCalc.py: use preferred name format
svn: r2695
2004-01-23 03:38:23 +00:00
Don Allingham
b390ec8695
* src/grampslib_wrap.c: check the known mime types before calling the
...
gnome functions
svn: r2693
2004-01-22 02:03:21 +00:00
Lars Lundin
5c0bc698a2
Translation update for 1.0.0-RC1
...
svn: r2692
2004-01-21 16:15:30 +00:00
Jens Arvidsson
066b3ff395
Translation update for 1.0.0
...
svn: r2688
2004-01-21 14:56:52 +00:00
Don Allingham
6283eca1e3
* src/PeopleView.py: correctly handle disabling report/tool buttons
...
* src/gramps_main.py: correctly handle disabling report/tool buttons
svn: r2683
2004-01-21 04:43:51 +00:00
Don Allingham
b8b05571b0
update
...
svn: r2682
2004-01-21 04:21:45 +00:00
Don Allingham
e41ee1c752
update
...
svn: r2681
2004-01-21 02:56:53 +00:00
Don Allingham
4cdab27d00
update
...
svn: r2680
2004-01-20 23:35:22 +00:00
Don Allingham
b90dafd701
* src/const.py.in: handle new translation table class
...
* src/NameEdit.py.in: handle new translation table class
* src/EditPerson.py.in: handle new translation table class
* src/TransTable.py: new Translation table class
* src/GenericFilter.py: handle translated rule names
* src/plugins/FilterEditor.py: handle translated rule names
svn: r2679
2004-01-20 23:30:15 +00:00
Don Allingham
aff1d5db9a
* src/const.py.in: handle new translation table class
...
* src/TransTable.py: new Translation table class
* src/GenericFilter.py: handle translated rule names
* src/plugins/FilterEditor.py: handle translated rule names
svn: r2678
2004-01-20 23:28:44 +00:00
Don Allingham
0e2b35c484
* src/const.py.in: handle new translation table class
...
* src/TransTable.py: new Translation table class
svn: r2677
2004-01-20 23:27:39 +00:00
Frode Jemtland
9626d1e0c2
fixed some fuzzy strings
...
svn: r2676
2004-01-20 23:03:29 +00:00
Egyeki Gergelly
7660b94403
Updating hungarian translation for GRAMPS 1.0
...
svn: r2675
2004-01-20 22:37:10 +00:00
Alex Roitman
3a11ffa13a
* src/EditPlace.py (display_references): Translate event names.
...
svn: r2674
2004-01-20 20:03:50 +00:00
Sebastian Voeck
7be6870570
Updated translation for 1.0.0-RC1
...
svn: r2673
2004-01-20 17:57:25 +00:00
Laurent Protois
0c0518aed5
New Update for cvs
...
svn: r2671
2004-01-20 16:19:56 +00:00
Alex Roitman
4f9bd50d8d
* src/PedView.py (build_nav_menu): Ditch stock Home item.
...
* src/FamilyView.py (build_ap_menu, build_nav_menu,
build_parents_nosel_menu, build_sp_parents_nosel_menu,
build_child_menu, build_spouse_menu, build_parents_menu,
build_sp_parents_menu): Ditch stock Home item.
svn: r2670
2004-01-20 16:06:17 +00:00
Don Allingham
830d35c467
* src/docgen/PdfDoc.py: handle iso-8859-1 characters
...
svn: r2666
2004-01-20 04:15:58 +00:00
Don Allingham
79e0c69dde
* src/plugins/FilterEditor.py: handle unicode characters
...
* src/PeopleStore.py: handle corrupt iter
* src/GenericFilter.py: handle unicode
* src/docgen/PSDrawDoc.py: handle iso-8859-1 characters
svn: r2664
2004-01-20 03:57:19 +00:00
Don Allingham
6e798635d7
* src/plugins/FilterEditor.py: handle unicode characters
...
* src/PeopleStore.py: handle corrupt iter
svn: r2663
2004-01-19 23:07:10 +00:00
Don Allingham
8e5923dc58
* src/plugins/FilterEditor.py: handle unicode characters
...
svn: r2662
2004-01-19 23:05:23 +00:00
Egyeki Gergelly
c47fefa8fb
*** empty log message ***
...
svn: r2661
2004-01-19 21:39:16 +00:00
Alex Roitman
5752dd2463
* src/po/template.po: Update translation template.
...
svn: r2660
2004-01-19 20:11:09 +00:00
Alex Roitman
1ab30f7baa
* src/plugins/AncestorChart2.py: Number pages starting with 1.
...
Do not allow for mutlipage when it's a book item.
svn: r2659
2004-01-19 20:06:14 +00:00
Alex Roitman
a0be5fd1dc
* src/plugins/ReadGedcom.py (parse_individual): add /Surname/ Firstname.
...
svn: r2657
2004-01-19 17:43:35 +00:00
Alex Roitman
9ad4371355
* src/plugins/AncestorChart2.py: Add hotkeys to check button labels.
...
Add scale, compress, and title options support to the book dialog.
* src/plugins/book.glade: Reduce minimum window height to 600 pixels.
* src/plugins/WriteCD.py (on_ok_clicked): Correct indentation.
* src/GrampsCfg.py (loadConfig, save_data): Correctly parse gconf key.
svn: r2656
2004-01-19 17:40:39 +00:00
Egyeki Gergelly
f837bb4823
*** empty log message ***
...
svn: r2655
2004-01-18 18:34:41 +00:00
Don Allingham
057c9e4acd
* src/plugins/Makefile.am: export AncestorChart2.py
...
svn: r2654
2004-01-18 15:35:36 +00:00
Don Allingham
8d20c5ac0c
* src/plugins/Makefile.am: export AncestorChart2.py
...
svn: r2653
2004-01-18 05:09:00 +00:00
Alex Roitman
f498d43529
* src/gramps_main.py (save_media): Add support for default action.
...
* src/plugins/Check.py (cleanup_missing_photos): Add support for default action.
* src/plugins/WriteCD.py (on_ok_clicked): Add support for default action.
* src/plugins/WritePkg.py (export): Add support for default action.
* src/plugins/WriteFtree.py: Do not import unused dialog.
svn: r2652
2004-01-18 01:59:30 +00:00
Don Allingham
be52d399c0
* src/plugins/AncestorChart2.py: more multipage improvements
...
svn: r2650
2004-01-17 22:39:00 +00:00
Egyeki Gergelly
8015342c0c
Updating hu.po
...
svn: r2647
2004-01-17 12:12:33 +00:00
Alex Roitman
37ab20a21b
* NEWS: Update.
...
* src/errdialogs.glade: Add check button to the missing media dialog.
* src/QuestionDialog.py (MissingMediaDialog.__init__): Add default
action property.
* src/ReadXML.py (import_data): Add support for default action.
* src/plugins/WebPage.py (write_gallery): Use object ID as a file name
- prevents collision between identical names coming from different dirs.
svn: r2645
2004-01-17 06:51:49 +00:00
Don Allingham
7f4e71626c
* src/plugins/AncestorChart2.py: first pass at multipage output
...
svn: r2643
2004-01-17 05:03:08 +00:00
Laurent Protois
a812afec9b
Last Update for cvs
...
svn: r2641
2004-01-16 10:41:37 +00:00
Egyeki Gergelly
3a3c96af10
*** empty log message ***
...
svn: r2640
2004-01-15 22:30:38 +00:00
Don Allingham
5e5e61aa26
* src/PeopleStore.py: handle unicode conversion from get_value
...
svn: r2638
2004-01-15 05:18:41 +00:00
Egyeki Gergelly
36eac2f840
*** empty log message ***
...
svn: r2635
2004-01-14 17:35:27 +00:00
Don Allingham
730e6fc24a
* src/docgen/AbiWord2Doc.py: pychecker fixes
...
* src/docgen/HtmlDoc.py: pychecker fixes
* src/docgen/KwordDoc.py: pychecker fixes
* src/docgen/LaTeXDoc.py: pychecker fixes
* src/docgen/OpenOfficeDoc.py: pychecker fixes
* src/docgen/OpenSpreadSheet.py: pychecker fixes
* src/docgen/PSDrawDoc.py: pychecker fixes
* src/docgen/PdfDoc.py: pychecker fixes
* src/docgen/SvgDrawDoc.py: pychecker fixes
* src/plugins/Ancestors.py: pychecker fixes
* src/plugins/BookReport.py: pychecker fixes
* src/plugins/CustomBookText.py: pychecker fixes
* src/plugins/DescendReport.py: pychecker fixes
* src/plugins/DetAncestralReport.py: pychecker fixes
* src/plugins/DetDescendantReport.py: pychecker fixes
* src/plugins/FtmStyleAncestors.py: pychecker fixes
* src/plugins/IndivComplete.py: pychecker fixes
* src/plugins/ReadPkg.py: pychecker fixes
* src/plugins/RelCalc.py: pychecker fixes
* src/plugins/SimpleBookTitle.py: pychecker fixes
* src/plugins/TimeLine.py: pychecker fixes
* src/plugins/WriteCD.py: pychecker fixes
* src/plugins/WriteFtree.py: pychecker fixes
* src/plugins/rel_de.py: pychecker fixes
* src/GenericFilter.py: pychecker fixes
* src/RelLib.py: pychecker fixes
* src/Report.py: pychecker fixes
* src/SelectPerson.py: pychecker fixes
* src/gramps_main.py: pychecker fixes
svn: r2634
2004-01-13 05:05:39 +00:00
Egyeki Gergelly
3186adda5d
updating hungarian relationship calculator
...
svn: r2633
2004-01-12 19:37:37 +00:00
Egyeki Gergelly
d1bba19d62
updating hungarian translation
...
svn: r2632
2004-01-12 19:36:48 +00:00
Alex Roitman
f021ade7b2
Update
...
svn: r2631
2004-01-12 18:56:24 +00:00
Alex Roitman
cb5fa58baf
* src/PlaceView.py (on_delete_clicked): Use list's copy to avoid
...
modifying the real EventList (closes # 875332).
* src/paper.xml: Remove from CVS (superseded by papersize.xml).
svn: r2630
2004-01-12 18:56:02 +00:00
Laurent Protois
1f73f81b17
Fix for templates
...
svn: r2629
2004-01-12 10:19:24 +00:00
Don Allingham
c3fd8f5b28
update
...
svn: r2628
2004-01-12 03:36:24 +00:00
Don Allingham
850b5ad259
* src/Makefile.am: export papersize.xml
...
* src/RelLib.py: Don't call setAncestor if default person is None
* src/gramps_main.py: remove children out of alternate families
when deleting a person, set default person to None if deleting the
default person.
svn: r2627
2004-01-12 03:35:02 +00:00
Don Allingham
dc62aabea9
update
...
svn: r2624
2004-01-10 18:05:36 +00:00
Don Allingham
31716c32f0
* src/docgen/OpenOfficeDoc.py: proper handling of center_text
...
* src/docgen/PdfDoc.py: proper handling of center_text
* src/plugins/TimeLine.py: switch to using center_text instead of draw_text
* src/plugins/AncestorChart2.py: switch to using center_text instead of draw_text
svn: r2623
2004-01-10 18:04:32 +00:00
Don Allingham
91e870629e
* src/docgen/OpenOfficeDoc.py: allow disabling of the box shadow
...
svn: r2621
2004-01-10 02:37:07 +00:00
Alex Roitman
8c0a874b13
* src/get_strings: Add coding line. Remove ^L chars.
...
svn: r2620
2004-01-09 23:56:37 +00:00
Alex Roitman
bfa9144196
* src/const.py.in: Mark LDS status strings as translatable.
...
svn: r2619
2004-01-09 23:05:06 +00:00
Alex Roitman
8e667d1a91
* src/plugins/rel_de.py: Update possible German locale list.
...
svn: r2618
2004-01-09 16:39:31 +00:00
Egyeki Gergelly
bc33fec747
Updating hunarian translation
...
svn: r2617
2004-01-09 13:28:59 +00:00
Alex Roitman
1f848875e4
* src/docgen/PdfDoc.py: Set print_label to None.
...
* src/docgen/KwordDoc.py: Set print_label to None.
* src/docgen/HtmlDoc.py: Set print_label to None.
* src/docgen/AbiWord2Doc.py: Set print_label to None.
* src/docgen/RTFDoc.py: Set print_label to None.
svn: r2616
2004-01-09 03:58:17 +00:00
Don Allingham
02be6b99f1
* src/docgen/PSDrawDoc.py: Scaleable shadow
...
* src/docgen/OpenOfficeDoc.py: Scaleable shadow
* src/docgen/KwordDoc.py (KwordDoc.close): handle KWord mime type
* src/grampslib_wrap.c: handle NULL pointers
svn: r2614
2004-01-09 03:16:48 +00:00
Don Allingham
7c66298bf8
* src/docgen/KwordDoc.py (KwordDoc.close): handle KWord mime type
...
* src/grampslib_wrap.c: handle NULL pointers
svn: r2613
2004-01-09 03:12:28 +00:00
Alex Roitman
f9b0f6c78c
Update
...
svn: r2612
2004-01-09 02:29:57 +00:00
Alex Roitman
bb46232ec0
* src/plugins/rel_de.py: Update.
...
svn: r2611
2004-01-09 02:29:04 +00:00
Don Allingham
7cc4eee404
* src/BaseDoc.py: Scaleable shadow
...
* src/plugins/AncestorChart2.py: Scale to page implemented
* src/docgen/PdfDoc.py: Scalable shadow
svn: r2609
2004-01-08 18:09:18 +00:00
Alex Roitman
9f357f378e
* src/FamilyView.py (delete_family_from): Remove extra "[0]".
...
svn: r2608
2004-01-08 15:39:33 +00:00
Laurent Protois
cac2691fb6
French Update : english still stay !
...
svn: r2607
2004-01-08 10:43:43 +00:00
Alex Roitman
32556fce16
* src/plugins/rel_de.py: Add to CVS.
...
* src/plugins/Makefile.am: Ship rel_de.py.
svn: r2606
2004-01-08 05:18:27 +00:00
Don Allingham
ba84b5a03e
New file
...
svn: r2604
2004-01-07 23:55:45 +00:00
Alex Roitman
168edafa89
* src/plugins/DetDescendantReport.py: Correct image insertion.
...
* src/plugins/DetAncestralReport.py: Correct image insertion.
svn: r2602
2004-01-07 22:40:04 +00:00
Alex Roitman
c37e1f446f
* src/plugins/rel_hu.py: Add to CVS.
...
* src/plugins/Makefile.am: Ship rel_hu.py.
svn: r2601
2004-01-07 21:22:40 +00:00
Alex Roitman
8882eb935a
* src/plugins/IndivComplete.py (write_note): Typo.
...
svn: r2600
2004-01-07 20:22:10 +00:00
Egyeki Gergelly
cabc435008
*** empty log message ***
...
svn: r2599
2004-01-07 19:38:03 +00:00
Don Allingham
4a6595cc4d
* src/MergeData: Remove reference to personTable
...
* src/RelLib.py: Remove the personTable, since it is no longer needed
with the dropping of ZODB, and we don't have to worry about keeping
personTable and personMap in sync. Add sort field to Name class.
* src/GrampsParser.py: build the primary sort name
* src/GrampsXML.py: remove personTable references
* src/Find.py: don't user personTable
svn: r2596
2004-01-07 05:08:32 +00:00
Don Allingham
ffd5e3b265
* src/RelLib.py: Remove the personTable, since it is no longer needed
...
with the dropping of ZODB, and we don't have to worry about keeping
personTable and personMap in sync. Add sort field to Name class.
* src/GrampsParser.py: build the primary sort name
* src/GrampsXML.py: remove personTable references
* src/Find.py: don't user personTable
svn: r2595
2004-01-07 05:05:42 +00:00
Don Allingham
1424ea9e65
* src/EditPerson.py (EditPerson.__init__): use AutoCombo for name type
...
* src/edit_person.glade: allow a name type that is not in the list
* src/ImageSelect.py: make sure that description doesn't exceed the image
size
* src/MediaView.py: mark <local copy> for translation
* src/gramps.glade: eliminate fixed size for side panel, helps with translations.
svn: r2593
2004-01-07 04:58:51 +00:00
Laurent Protois
55aebab241
French Update for cvs
...
svn: r2592
2004-01-06 07:52:21 +00:00
Alex Roitman
1e16bb4c9b
* src/plugins/ReadGedcom.py: More source parsing cleanups.
...
(parse_source_objects): Remove redundant function.
svn: r2591
2004-01-06 06:11:28 +00:00
Don Allingham
3ad158da2f
update
...
svn: r2590
2004-01-06 05:02:06 +00:00
Don Allingham
8028428fc0
* src/ImageSelect.py: make sure that description doesn't exceed the image
...
size
* src/MediaView.py: mark <local copy> for translation
* src/gramps.glade: eliminate fixed size for side panel, helps with translations.
svn: r2589
2004-01-06 04:34:19 +00:00
Alex Roitman
c681413e0d
* src/plugins/ReadGedcom.py: More source parsing cleanups.
...
svn: r2588
2004-01-05 20:39:09 +00:00
Alex Roitman
79280bf948
* src/plugins/ReadGedcom.py: Revert brain-dead fix in favor of
...
an existing handle_source() method.
svn: r2587
2004-01-05 06:03:28 +00:00
Alex Roitman
4fbc088d30
* src/plugins/ReadGedcom.py: Correct level in parsing LDS ordinance
...
source references. Support for source description-type references.
svn: r2586
2004-01-05 03:57:01 +00:00
Alex Roitman
5488d83afe
* src/po/fr.po: Typo (named format line parameter was translated).
...
svn: r2585
2004-01-04 00:54:32 +00:00
Alex Roitman
c71dfc8b9e
Cleanup
...
svn: r2583
2004-01-02 20:26:30 +00:00
Alex Roitman
b9e01111ba
* src/PedView.py (load_canvas): Produce generation labels based on
...
the anchor.
svn: r2582
2004-01-02 07:02:12 +00:00
Alex Roitman
70bfd2f908
* src/PedView.py (load_canvas): Ditch anchor button in favor of
...
context menu items; (make_anchor_button,on_anchor_clicked): Remove
functions; (on_anchor_set, on_anchor_remove): Add functions;
(build_nav_menu): Add anchor-related context menut items.
svn: r2581
2004-01-02 01:02:13 +00:00
Don Allingham
1cc91d1d70
* src/PedView.py (PedigreeView.load_canvas): switched anchor label from a label
...
to a CanvasText
svn: r2579
2004-01-01 21:04:45 +00:00
Don Allingham
d082cb92e6
* src/const.py.in: eliminate zipcmd
...
* src/docgen/OpenSpreadSheet.py: eliminate the need for ZIP, use python
zipfile module instead
* src/plugins/EventCmp.py (DisplayChart.on_save_clicked): fix rows, double lines
no longer used
* configure.in: add check for vfs bindings, eliminate the check for
swig and zip
* gramps.spec.in (Requires): Added gnome-python2-gnomevfs dependency
svn: r2577
2004-01-01 19:10:23 +00:00
Don Allingham
9442619e59
update
...
svn: r2576
2004-01-01 18:18:29 +00:00
Don Allingham
e047ea7aba
* src/docgen/PdfDoc.py: add the ability to open the document in the
...
default viewer
* src/docgen/AbiWord2Doc.py: add the ability to open the document in AbiWord
* src/docgen/OpenOfficeDoc.py: fixed the search for default viewer
* src/docgen/RTFDoc.py: add the ability to open the document in the default viewer
* src/docgen/HtmlDoc.py: add the ability to open the document in the default viewer
* src/docgen/KwordDoc.py: add comment
svn: r2575
2004-01-01 18:17:47 +00:00
Alex Roitman
f7ac2f91d6
* src/PedView.py (load_canvas): Add ahcnor button and label;
...
(make_anchor_button,make_anchor_label,on_anchor_clicked): Add functions.
svn: r2573
2004-01-01 09:21:37 +00:00
Alex Roitman
1a4970e1e5
* src/plugins/RelCalc.py (__init__): Skip the person when building the
...
list.
svn: r2572
2003-12-31 23:22:44 +00:00
Don Allingham
37bea0a162
* src/Date.py: catch day changes if the date has both a start and stop part
...
svn: r2567
2003-12-29 19:49:32 +00:00
Don Allingham
a75928f974
* src/RelLib.py: add sorting by source title, remove dependency on string
...
module
* src/PlaceView.py: do an initial sort, don't rely on "click" function
* src/SourceView.py: do an initial sort, don't rely on "click" function
svn: r2565
2003-12-29 18:37:44 +00:00
Don Allingham
1ecce7a515
* src/WriteXML.py (XmlWriter.write_note): Don't use format=0,
...
since it is the default.
svn: r2563
2003-12-29 15:55:08 +00:00
Don Allingham
7ef765703a
* src/plugins/WebPage.py: proper handling of links in the MiniTree
...
svn: r2561
2003-12-27 23:13:54 +00:00
Don Allingham
ab7139efd9
* src/plugins/DescendReport.py (_make_default_style): fix indentation levels
...
* src/plugins/FamilyGroup.py (FamilyGroup.dump_child): handle missing spouse
svn: r2559
2003-12-27 22:15:23 +00:00
Don Allingham
201fb9b460
* src/plugins/FamilyGroup.py (FamilyGroup.dump_child): handle missing spouse
...
svn: r2558
2003-12-27 21:56:38 +00:00
Alex Roitman
dc895384a4
* src/MediaView.py (__init__): Translate column header.
...
* doc/gramps-manual/ru/cmdline.xml: Update translation.
* doc/gramps-manual/ru/faq.xml: Update translation.
* doc/gramps-manual/ru/mainwin.xml: Update translation.
svn: r2557
2003-12-27 05:02:18 +00:00
Don Allingham
fa0ccf779a
* src/plugins/Check.py (CheckIntegrity.check_parent_relationships):
...
More complete checks handling unknown genders
* src/PeopleView.py: Check for null iters before removing from
the tree store.
svn: r2555
2003-12-26 21:14:45 +00:00
Don Allingham
d2cec36c25
* src/PeopleView.py: Check for null iters before removing from
...
the tree store.
svn: r2554
2003-12-25 04:14:51 +00:00
Don Allingham
0ad9604cb5
updated french translation
...
svn: r2553
2003-12-24 18:37:22 +00:00
Don Allingham
367594dc71
* src/plugins/Check.py: Fixed handling of Unknown genders in
...
family checks
* src/preferences.glade: call on_object_toggled only for elements that
need immediate display update
* src/GrampsCfg.py: Save data on close - don't rely on on_object_toggled
having been called.
svn: r2551
2003-12-24 17:47:40 +00:00
Don Allingham
3b73e9785a
* gramps.spec: added gnome-python2-gnomevfs as a dependency
...
* src/DisplayTrace.py: detect /etc/fedora-release, /etc/slackware-version
svn: r2549
2003-12-19 04:33:52 +00:00
Don Allingham
f05f7f6fe6
* src/preferences.glade: call on_object_toggled only for elements that
...
need immediate display update
* src/GrampsCfg.py: Save data on close - don't rely on on_object_toggled
having been called.
svn: r2546
2003-12-17 23:45:43 +00:00
Don Allingham
18b411eed3
* src/revision.glade: removed unused call (on_help_dbopen_clicked)
...
* src/gramps_main.py: don't add places twice after an edit of a person
* src/AddSpouse.py: don't add places twice after an edit of a person
* src/ChooseParents.py: don't add places twice after an edit of a person
* src/EditPerson.py: don't add places twice after an edit of a person
* src/FamilyView.py: don't add places twice after an edit of a person
svn: r2538
2003-12-17 18:38:02 +00:00
Alex Roitman
67736d2f3d
* src/NoteEdit.py: Unicode conversion from gtk.TextView.
...
svn: r2537
2003-12-17 16:09:13 +00:00
Alex Roitman
9f84452198
* src/Sources.py: Unicode conversion from gtk.TextView.
...
* src/Witness.py: Unicode conversion from gtk.TextView.
* src/Report.py: Unicode conversion from gtk.TextView.
* src/NameEdit.py: Unicode conversion from gtk.TextView.
* src/Marriage.py: Unicode conversion from gtk.TextView.
* src/ImageSelect.py: Unicode conversion from gtk.TextView.
* src/EventEdit.py: Unicode conversion from gtk.TextView.
* src/EditSource.py: Unicode conversion from gtk.TextView.
* src/EditPlace.py: Unicode conversion from gtk.TextView.
* src/EditPerson.py: Unicode conversion from gtk.TextView.
* src/AutoComp.py: Unicode conversion from gtk.TextView.
* src/AttrEdit.py: Unicode conversion from gtk.TextView.
* src/AddrEdit.py: Unicode conversion from gtk.TextView.
* src/plugins/BookReport.py: Unicode conversion from gtk.Entry
and gtk.TextView.
* src/plugins/ChangeTypes.py: Unicode conversion.
* src/plugins/EventCmp.py: Unicode conversion.
* src/plugins/FilterEditor.py: Unicode conversion.
* src/plugins/SimpleBookTitle.py: Unicode conversion.
* src/plugins/TimeLine.py: Unicode conversion.
* src/plugins/WebPage.py: Unicode conversion.
* src/plugins/WriteGedcom.py: Unicode conversion.
* src/plugins/WritePkg.py: Unicode conversion.
* src/plugins/eval.py: Unicode conversion.
* src/plugins/soundgen.py: Unicode conversion.
svn: r2536
2003-12-17 16:06:36 +00:00
Tim Waugh
15b8cb4cc5
2003-12-17 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Ancestors.py
(ComprehensiveAncestorsReport.write_report): No need for separate
clauses when using write_note, since output is not delayed here.
(ComprehensiveAncestorsReport.long_notes): Handle pre-formatted
notes on events.
svn: r2535
2003-12-17 11:24:23 +00:00
Don Allingham
0ae41e3ee8
* src/PlaceView.py: Make sure to add new place after edit
...
* src/AddMedia.py: unicode conversion from gtk.Entry
* src/AddSpouse.py: unicode conversion from gtk.Entry
* src/AddrEdit.py: unicode conversion from gtk.Entry
* src/AttrEdit.py: unicode conversion from gtk.Entry
* src/AutoComp.py: unicode conversion from gtk.Entry
* src/ChooseParents.py: unicode conversion from gtk.Entry
* src/DateEdit.py: unicode conversion from gtk.Entry
* src/EditPerson.py: unicode conversion from gtk.Entry
* src/EditPlace.py: unicode conversion from gtk.Entry
* src/EditSource.py: unicode conversion from gtk.Entry
* src/EventEdit.py: unicode conversion from gtk.Entry
* src/Find.py: unicode conversion from gtk.Entry
* src/GrampsCfg.py: unicode conversion from gtk.Entry
* src/ImageSelect.py: unicode conversion from gtk.Entry
* src/LocEdit.py: unicode conversion from gtk.Entry
* src/Marriage.py: unicode conversion from gtk.Entry
* src/MergeData.py: unicode conversion from gtk.Entry
* src/NameEdit.py: unicode conversion from gtk.Entry
* src/PeopleView.py: unicode conversion from gtk.Entry
* src/Report.py: unicode conversion from gtk.Entry
* src/SelectChild.py: unicode conversion from gtk.Entry
* src/Sources.py: unicode conversion from gtk.Entry
* src/StartupDialog.py: unicode conversion from gtk.Entry
* src/StyleEditor.py: unicode conversion from gtk.Entry
* src/UrlEdit.py: unicode conversion from gtk.Entry
* src/Utils.py: unicode conversion from gtk.Entry
* src/VersionControl.py: unicode conversion from gtk.Entry
* src/Witness.py: unicode conversion from gtk.Entry
svn: r2534
2003-12-17 05:23:16 +00:00
Tim Waugh
09810d7787
2003-12-16 Tim Waugh <twaugh@redhat.com>
...
* src/plugins/Aneestors.py: Use write_note() when appropriate.
svn: r2532
2003-12-16 17:06:52 +00:00
Alex Roitman
43757eb65e
Typo
...
svn: r2531
2003-12-16 05:08:14 +00:00
Don Allingham
a788aa3ce1
* src/GrampsCfg.py: change the default prefixes so that they
...
sort nicely numerically.
* src/plugins/ReadGedcom.py: handle eazytree oddities.
svn: r2528
2003-12-16 04:04:08 +00:00
Alex Roitman
3d85a41c88
* src/places.glade: Add format controls for notes.
...
* src/imagesel.glade: Add format controls for notes.
* src/EditPlace.py: Add note format support.
* src/ImageSelect.py: Add note format support.
* src/EditPerson.py: Clean up note format support.
* src/Marriage.py: Add note format support.
svn: r2526
2003-12-16 00:37:47 +00:00
Alex Roitman
4746e0faa5
* src/NameEdit.py: Add note format support.
...
* src/AddrEdit.py: Add note format support.
* src/AttrEdit.py: Add note format support.
* src/EventEdit.py: Add note format support.
* src/EditSource.py: Add note format support.
svn: r2525
2003-12-15 20:00:47 +00:00
Frode Jemtland
0d2b160bcf
Commited updated translation. Thanks to Axel.
...
svn: r2524
2003-12-15 19:21:20 +00:00
Alex Roitman
612705a717
* src/docgen/Makefile.am: Remove AbiWordDoc.py from the list.
...
* src/plugins/DetAncestralReport.py (write_person): Call write_note().
* src/plugins/DetDescendantReport.py (write_person): Call write_note().
* src/plugins/FtmStyleAncestors.py (print_notes): Call write_note().
* src/plugins/IndivComplete.py (write_note): Call doc.write_note().
* src/plugins/WebPage.py (write_gallery,write_notes): Call write_note().
svn: r2523
2003-12-15 04:18:51 +00:00
Don Allingham
29bdaac8cb
update
...
svn: r2522
2003-12-14 23:26:33 +00:00
Don Allingham
91d5a4c7b7
* src/docgen/AbiWordDoc.py: removed the 1.0 version of AbiWord, since
...
GRAMPS is a GNOME 2 application, support the GNOME 2 version of AbiWord
* src/docgen/OpenOfficeDoc.py: Fixed width fonts for preformatted text
* src/docgen/AbiWord2Doc.py: Fixed width fonts for preformatted text
svn: r2521
2003-12-14 21:45:11 +00:00
Alex Roitman
8e87f78ff4
* src/marriage.glade: Add format controls for notes.
...
* src/gramps.glade: Add format controls for notes.
svn: r2520
2003-12-14 19:28:28 +00:00
Alex Roitman
e31498bd86
Update
...
svn: r2519
2003-12-14 17:33:45 +00:00
Alex Roitman
23c6ab7b7c
* src/dialog.glade: Add format controls for notes.
...
svn: r2518
2003-12-14 17:15:11 +00:00
Alex Roitman
b70411f0d0
* src/edit_person.glade: Correct hotkeys.
...
* src/gramps.glade: Correct hotkey targets.
* src/ChooseParents.py: Add hotkeys.
svn: r2517
2003-12-14 04:49:43 +00:00
Alex Roitman
5822f74770
* src/docgen/KwordDoc.py (write_note): Implement function.
...
svn: r2516
2003-12-13 17:16:00 +00:00
Alex Roitman
1fda68c3af
* src/docgen/OpenOfficeDoc.py (write_note): Implement function.
...
svn: r2514
2003-12-13 05:59:35 +00:00
Alex Roitman
2cbb3e2d64
* src/docgen/LaTeXDoc.py (write_note): Implement function.
...
* src/docgen/PdfDoc.py (write_note): Implement function.
* src/docgen/RTFDoc.py (write_note): Implement function.
* src/docgen/AbiWordDoc.py (write_note): Implement function.
* src/docgen/AbiWord2Doc.py (write_note): Implement function.
svn: r2513
2003-12-13 04:05:01 +00:00
Alex Roitman
869456b101
* src/docgen/HtmlDoc.py (write_note): Set monospace font family
...
for a preformatted note.
svn: r2512
2003-12-12 23:24:07 +00:00
Alex Roitman
0f273ef5ea
* src/edit_person.glade: Add from file and Add from database buttons.
...
* src/EditPerson.py (__init__): Add handler for a new button.
* src/ImageSelect.py (Gallery.on_select_photo_clicked): Add function.
* src/marriage.glade: Add from file and Add from database buttons.
* src/Marriage.py (__init__): Add handler for a new button.
* src/gramps.glade (sourceEditor): Add from file and Add from database
buttons.
* src/EditSource.py (__init__): Add handler for a new button.
* src/places.glade: Add from file and Add from database buttons.
* src/EditPlace.py (__init__): Add handler for a new button.
svn: r2511
2003-12-12 05:36:38 +00:00
Don Allingham
2cf5d85abd
* src/plugins/WriteFtree.py (FtreeWriter.export): make sure that the
...
parents are in the id_map array
svn: r2509
2003-12-12 04:32:48 +00:00
Alex Roitman
5c6ebbdc99
* src/edit_person.glade: Add tooltips and hotkeys to the radiobuttons.
...
svn: r2508
2003-12-12 03:57:06 +00:00
Alex Roitman
b48ab4a70b
* src/docgen/HtmlDoc.py (write_note): Use stypes for preformatted note.
...
svn: r2506
2003-12-12 02:34:29 +00:00
Alex Roitman
6e79027390
* src/docgen/PdfDoc.py (draw_text): Remove extra ",".
...
svn: r2505
2003-12-11 22:24:44 +00:00
Alex Roitman
44d84664f5
Oops, reverting last change
...
svn: r2504
2003-12-11 20:27:34 +00:00
Alex Roitman
5a731a9a13
* src/GrampsCfg.py (loadConfig, on_propertybox_apply):
...
Gracefully handle broken gnome keys for the toolbar style.
svn: r2503
2003-12-11 20:22:51 +00:00
Don Allingham
f05bf85f76
update
...
svn: r2502
2003-12-11 05:02:16 +00:00
Alex Roitman
907b685956
Update
...
svn: r2501
2003-12-11 04:52:19 +00:00
Alex Roitman
f0273b8956
* src/BaseDoc.py (write_note): Add function.
...
* src/docgen/HtmlDoc.py (write_note): Implement function.
* src/plugins/FtmStyleDescendants.py (print_notes): Call write_note()
with the note's format.
svn: r2500
2003-12-11 03:49:44 +00:00
Alex Roitman
44efe8b303
* src/plugins/ReadGedcom.py: Add an "Unknown" address when
...
parsing an incorrect PHON field.
svn: r2499
2003-12-10 20:05:02 +00:00
Don Allingham
dbbbab3bea
* src/GrampsCfg.py: Make sure to return "BOTH" if the gnome
...
toolbar gconf entry is not set. Appears that this can happen
on systems that don't have gnome fully installed.
svn: r2497
2003-12-10 15:30:55 +00:00
Alex Roitman
4c42ecc199
* src/edit_person.glade: Add notes format radiobuttons.
...
* src/EditPerson.py: Support format for the person's notes.
* src/RelLib.py: More support for the notes' format.
svn: r2496
2003-12-10 14:21:48 +00:00
Don Allingham
69b4f327a9
* src/FamilyView.py (FamilyView.new_child_after_edit):
...
call display_marriage instead of load_family. Prevents the
active person from being changed.
svn: r2493
2003-12-10 04:20:23 +00:00
Alex Roitman
0e61e5519a
* src/const.py.in: Add notes_formats list.
...
* src/RelLib.py: Support format for the notes.
* src/WriteXML.py: Support format for the notes.
* src/GrampsParser.py: Support format for the notes.
svn: r2492
2003-12-10 03:49:53 +00:00
Don Allingham
5f42283596
* src/Plugins.py (PluginDialog.__init__): catch the attribute
...
error that is thown if gtk does not support gtk_tooltips_data.get
svn: r2490
2003-12-10 03:31:38 +00:00
Alex Roitman
1aff41add9
* src/plugins/WriteGedcom.py (export_data): Correct researcher's
...
PHON field; (write_person): Correct exported PHON fields.
* src/plugins/ReadGedcom.py (parse_residence): Remove PHON field since
it is taken care of by parse_address() now;
(parse_address): Parse PHON field, provided it immediately follows
ADDR structure.
svn: r2489
2003-12-10 02:07:05 +00:00
Alex Roitman
da00d9c6aa
Update
...
svn: r2487
2003-12-10 01:04:51 +00:00
Sebastian Voeck
379f14762a
Added German translation
...
svn: r2483
2003-12-09 19:43:51 +00:00
Don Allingham
857a7cb777
update
...
svn: r2480
2003-12-09 06:02:36 +00:00
Don Allingham
1ef8e7a9e1
* src/edit_person.glade: Add postal code fields
...
* src/dialog.glade: Add postal code and phone fields
* src/places.glade: Add postal code
* src/WriteXML.py: Add support for new place and postal code fields
* src/GrampsParser.py: Add support for new place and postal code fields
svn: r2479
2003-12-09 06:00:51 +00:00
Alex Roitman
144adc808a
* src/plugins/FtmStyleDescendants.py (write_endnotes): Replace
...
CallNumber with Abbreviation.
* src/plugins/FtmStyleAncestors.py (write_endnotes): Replace
CallNumber with Abbreviation.
svn: r2477
2003-12-09 04:30:05 +00:00
Alex Roitman
ae8f0a3515
* src/plugins/WriteGedcom.py (write_sources): Remove CallNumber export.
...
svn: r2476
2003-12-09 04:24:52 +00:00
Alex Roitman
2670b8fb18
* doc/gramps-manual/ru/gramps-manual.xml: Translation.
...
* doc/gramps-manual/ru/getstart.xml: Translation.
* src/RelLib.py (Source.setCallNumber, Source.CallNumber): Remove
functions; (Source.callno): remove attribute.
* src/WriteXML.py (write_xml_data): Remove CallNumber output.
* src/GrampsParser.py (GrampsParser.stop_scallno): Remove function.
* src/gramps.glade (sourceEditor): Remove Call Number widgets.
* src/EditSource.py: Remove Call Number support.
svn: r2475
2003-12-09 04:21:39 +00:00
Alex Roitman
2ee7b98f18
* src/filters/Complete.py: Add filter matching people with the
...
complete flag.
* src/GenericFilter.py (HasCompleteRecord): Add rule matching people
with the complete records.
* src/RelLib.py (Source.setAbbrev, Source.getAbbrev): Add functions.
* src/WriteXML.py (write_xml_data): Save abbreviation info for sources.
* src/GrampsParser.py (GrampsParser.stop_sabbrev): Parse abbreviation.
* src/gramps.glade (sourceEditor): Add widgets for Call Number and
Abbreviation.
* src/EditSource.py: Support Call Number and Abbreviation.
* src/plugins/ReadGedcom.py (parse_source): Parse abbreviation.
* src/plugins/WriteGedcom.py (write_sources): Export abbreviation.
* NEWS: Update.
svn: r2463
2003-12-08 02:23:53 +00:00
Alex Roitman
3f79e86808
* src/EditSource.py (__init__): Markup notes label on startup.
...
svn: r2459
2003-12-07 05:04:14 +00:00
Alex Roitman
fae74522d8
* src/EditPlace.py: Pass window to LocEdit.py. Correct apply callback.
...
* src/LocEdit.py (__init__): Make dialog modal and transient
for its parent; (on_help_clicked): Add function.
* src/dialog.glade: Correct response IDs.
* src/places.glade: Correct response IDs.
svn: r2457
2003-12-07 04:54:40 +00:00
Don Allingham
cac9c131ce
* src/FamilyView.py (FamilyView.really_remove_spouse): remove the
...
corret person from the family when deleting the spouse
* src/po/it.po: updated Italian translation
svn: r2455
2003-12-07 04:15:54 +00:00
Don Allingham
9577dec324
Added Tim Waugh in authors list
...
svn: r2454
2003-12-07 02:45:33 +00:00
Alex Roitman
8acc5f5cd6
* src/plugins/WriteFtree.py (on_help_clicked): Add function.
...
* doc/gramps.1: Update.
svn: r2453
2003-12-06 23:05:52 +00:00
Frode Jemtland
949c26bf92
Updating no.po to reflect nb.po
...
svn: r2452
2003-12-06 21:26:13 +00:00
Frode Jemtland
2c86ef433b
Some small fix...
...
svn: r2451
2003-12-06 21:24:12 +00:00
Alex Roitman
b01d83da90
* src/gramps_main.py (__init__): Remove unneeded handler.
...
svn: r2450
2003-12-06 21:09:46 +00:00
Don Allingham
6789734a1e
* src/po/it.po: updated Italian translation
...
svn: r2448
2003-12-06 15:40:41 +00:00
Alex Roitman
cd59e6850c
* src/PedView.py: Remove references to self.presel_descendants
...
(closes bug #854626 ).
svn: r2447
2003-12-06 05:47:07 +00:00
Alex Roitman
5e696d845f
* doc/gramps-manual/C/getstart.xml: More "open a directory" stuff.
...
* src/gramps.glade: Add Help button to opendb dialog.
* src/DbPrompter.py (open_help_clicked): Add function.
svn: r2446
2003-12-06 00:14:25 +00:00
Alex Roitman
8ba0e84b5b
* src/po/ru.po: Update Russian translation for 0.98.
...
svn: r2445
2003-12-05 19:29:09 +00:00
Alex Roitman
fafc6a5efc
* TODO: Update.
...
* gramps.desktop: Remove in favor of src/gramps.desktop file.
* src/gramps_main.py: Replace stock Home with the custom string.
* src/PeopleView.py: Replace stock Home with the custom string.
svn: r2443
2003-12-05 00:11:22 +00:00
Sebastian Voeck
2ae745ea49
Translation update
...
svn: r2442
2003-12-04 23:12:41 +00:00
Don Allingham
829e0c6217
* configure.in: added eo to languages:
...
* src/po/eo.po: esperanto translation
svn: r2436
2003-12-03 21:41:51 +00:00
Alex Roitman
7f5dc667af
* src/plugins/ReadGedcom.py (parse_source): Stop TEXT messing
...
up the title; add ABBR to the note field (was ignored).
svn: r2435
2003-12-03 19:22:52 +00:00
Egyeki Gergelly
686b879a4a
Update Hungarian translation
...
svn: r2434
2003-12-03 11:57:42 +00:00
Don Allingham
c9e40098aa
* src/PeopleView.py (PeopleView.clear_person_tabs): initialize
...
the model2page map with the default list, instead of clearing it.
* src/gramps_main.py: update person table after edit (BUG 851637)
svn: r2432
2003-12-03 04:07:36 +00:00
Alex Roitman
65aef4214d
* src/edit_person.glade: Add completeness check button.
...
* src/RelLib.py (Person.setComplete, Person.getComplete): Add functions.
* src/WriteXML.py (write_id): Save completeness info.
* src/GrampsParser.py (GrampsParser.start_person,
GrampsImportParser.start_person, GrampsImportParser.start_family):
Parse completeness.
* src/EditPerson.py: Add support for completeness.
svn: r2430
2003-12-03 03:49:39 +00:00
Alex Roitman
4dc578fb36
* src/gramps_main.py (on_faq_activate): Switch Help->FAQ function
...
* src/gramps.glade: Remove FAQ window.
* doc/gramps-manual/C/cmdline.xml,
doc/gramps-manual/C/gramps-manual.xml,
doc/gramps-manual/C/custom.xml,
doc/gramps-manual/C/keybind.xml,
doc/gramps-manual/C/faq.xml,
doc/gramps-manual/C/legal.xml,
doc/gramps-manual/C/filtref.xml,
doc/gramps-manual/C/mainwin.xml,
doc/gramps-manual/C/getstart.xml,
doc/gramps-manual/C/usage.xml: Add copyright info to header.
svn: r2429
2003-12-03 02:56:43 +00:00
Alex Roitman
89e275878b
* src/gramps.desktop: Add russian strings. Set encoding line to UTF-8.
...
svn: r2428
2003-12-03 02:06:03 +00:00
Donald A. Peterson
c907a36180
extra categories for .desktop file
...
svn: r2427
2003-12-02 20:33:04 +00:00
Don Allingham
7ba1e80302
* src/gramps_main.py: update person table after edit (BUG 851637)
...
svn: r2426
2003-12-02 17:24:01 +00:00
Alex Roitman
e6cdcddd9d
* src/preferences.glade: Add Help button.
...
* src/GrampsCfg.py (on_propertybox_help): Add function.
* src/imagesel.glade: Add Help buttons.
* src/ImageSelect.py (ImageSelect.on_help_imagesel_clicked,
GlobalMediaProperties.on_help_clicked): Add functions.
* src/AddMedia.py (on_help_imagesel_clicked): Add function.
* doc/gramps-manual/C/usage.xml: Update.
* doc/gramps-manual/C/keybind.xml: Update.
* src/AddSpouse.py: Call yelp with sect2 argument.
* src/AddrEdit.py: Likewise.
* src/AttrEdit.py: Likewise.
* src/ChooseParents.py: Likewise.
* src/EditPerson.py: Likewise.
* src/EditPlace.py: Likewise.
* src/EditSource.py: Likewise.
* src/EventEdit.py: Likewise.
* src/Marriage.py: Likewise.
* src/NameEdit.py: Likewise.
* src/SelectChild.py: Likewise.
* src/Sources.py: Likewise.
svn: r2420
2003-12-02 04:27:23 +00:00
Alex Roitman
731dac4120
* src/revision.glade: Add Help button.
...
* src/gramps_main.py (on_help_dbopen_clicked): Add function.
* src/plugins/gedcomexport.glade: Add Help button.
* src/plugins/WriteGedcom.py (on_help_clicked): Add function.
* src/plugins/pkgexport.glade: Add Help button.
* src/plugins/WritePkg.py (on_help_clicked): Add function.
* src/plugins/writeftree.glade: Add Help button.
* src/plugins/WriteGedcom.py (on_help_clicked): Add function.
* src/plugins/cdexport.glade: Add Help button.
* src/plugins/WriteCD.py (on_help_clicked): Add function.
* src/Bookmarks.py (draw_window): Add Help button;
(help_clicked): Add function.
svn: r2418
2003-12-02 02:35:49 +00:00