Don Allingham
f323b7cf80
pychecker fixes
...
svn: r1750
2003-06-16 04:57:25 +00:00
Alex Roitman
4da90c8a2c
Update
...
svn: r1745
2003-06-15 02:32:10 +00:00
Don Allingham
fa7d837011
* Ancestors.py (AncestorsReport.__init__): Define Photo and
...
Entry cell styles.
svn: r1736
2003-06-14 13:58:24 +00:00
Alex Roitman
13ce8ec289
Update
...
svn: r1735
2003-06-14 05:10:45 +00:00
Don Allingham
71adf538a3
* src/plugins/Ancestors.py: New Ancestors report added
...
svn: r1726
2003-06-14 01:16:30 +00:00
Don Allingham
5034e39800
Add Ancestors.py
...
svn: r1725
2003-06-14 01:16:09 +00:00
Alex Roitman
d71ba8ad36
* src/const.py.in: Add InverseNameTypesMap.
...
* src/plugins/IndivComplete.py: Use InverseNameTypesMap for
alternate names.
* src/EditPerson.py (on_name_select_row): Display translated
name type.
svn: r1722
2003-06-13 23:06:03 +00:00
Alex Roitman
9b23b01451
* src/docgen/HtmlDoc.py: Properly build style declaration.
...
* src/plugins/FtmStyleDescendants.py: Setup before opening.
svn: r1721
2003-06-13 16:17:45 +00:00
Don Allingham
9c43834a21
* src/DrawDoc.py: support for drawing wedges and rotated text
...
* src/docgen/PSDrawDoc.py: postscipt support for wedges and rotated text
* src/docgen/PdfDrawDoc.py: PDF support for wedges and rotated text
* src/docgen/SvgDrawDoc.py: SVG support for wedges and rotated text
* src/docgen/OpenDrawDoc.py: OpenOffice support for wedges and rotated text
* src/plugins/FanChart.py: Fan chart report
* src/GenericFilter.py: rewrote IsAncestorOf and IsDescendantOf rules
to be more efficient and to properly handle loop detection.
* src/RelLib.py: Added the getValidDeath and getValidBirth methods to
the Person class
* src/plugins/WebPage.py: Handle filter errors
* src/docgen/OpenOfficeDoc.py: pass non-unicode names to zipfile
svn: r1716
2003-06-13 04:00:24 +00:00
Don Allingham
059fbee03e
* src/GenericFilter.py: rewrote IsAncestorOf and IsDescendantOf rules
...
to be more efficient and to properly handle loop detection.
* src/RelLib.py: Added the getValidDeath and getValidBirth methods to
the Person class
svn: r1710
2003-06-12 02:04:42 +00:00
Alex Roitman
ff0b84fd61
* src/plugins/BookReport.py (Book.pop_item): Add missing return
...
statement.
* src/plugins/BookReport.py (BookReportSelector.open_book):
Add a warning if the database for the book is not the same as current.
svn: r1709
2003-06-11 22:33:01 +00:00
Alex Roitman
3fea9c7a0c
* src/Plugins.py: Add more values for book item registration.
...
* src/plugins/FtmStyleDescendants.py: Comply with book changes.
* src/plugins/FtmStyleAncestors.py: Likewise.
* src/plugins/BookReport.py: Rewrite most of the code using new classes:
BookItem, Book, BookList, BookParser, BookListDisplay. Add
open/save/edit functionality.
* src/plugins/book.glade: Add new dialog for BookListDisplay. Also add
a text entry field for saving book and new buttons: Open, Edit, Save.
svn: r1706
2003-06-11 04:39:53 +00:00
Alex Roitman
52e494be76
* src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py,
...
src/plugins/FtmStyleAncestors.py: Further work on option handling.
Start parse/save cycle.
svn: r1681
2003-06-10 04:49:39 +00:00
Alex Roitman
f342e1edea
* src/ReadXML.py, src/plugins/Check.py, src/plugins/WriteCD.py,
...
src/plugins/WritePkg.py: Proper use of dialog.run() in file
selector for missing media files.
svn: r1680
2003-06-10 00:00:05 +00:00
Alex Roitman
c7f705a048
Minor update
...
svn: r1679
2003-06-09 22:46:00 +00:00
Alex Roitman
c32afb7470
* src/Plugins.py: Register book items with options and style instead
...
of the functions get_options and get_style.
* src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py,
src/plugins/FtmStyleAncestors.py: Change from functions to values,
accordingly. Also switch to a proper use of dialog.run().
svn: r1678
2003-06-09 22:39:56 +00:00
Alex Roitman
17a7288371
* src/plugins/BookReport.py, src/plugins/FtmStyleDescendants.py:
...
Minor fixes.
* src/plugins/book.glade: Add Open and Save buttons.
* src/plugins/FtmStyleAncestors.py: Enable book item functionality.
svn: r1676
2003-06-09 00:07:31 +00:00
Alex Roitman
34f42ec646
* src/Report.py: De-uglify center_person frame.
...
* src/plugins/BookReport.py: Add a center person column to a book
* src/plugins/FtmStyleDescendants.py: Get the style right.
svn: r1674
2003-06-08 20:32:17 +00:00
Alex Roitman
00eb8ef198
* src/Report.py, src/plugins/BookReport.py,
...
src/plugins/FtmStyleDescendants.py: Fix changing center person -- only
remember change if OK was clicked.
svn: r1673
2003-06-08 06:19:54 +00:00
Alex Roitman
b19034763d
* src/Report.py: Clean up the split into BareReportDialog and
...
ReportDialog classes.
* src/Plugins.py: Enable book item registration.
* src/plugins/BookReport.py: lots of changes -- trying to get it work.
* src/plugins/FtmStyleDescendants.py: book item functionality.
svn: r1671
2003-06-07 23:38:13 +00:00
Alex Roitman
5e784971ce
* src/Report.py: Split ReportDialog into BareReportDialog and
...
its subclass of ReportDialog. BareReportDialog has nothing to do with
the paper, format, filename, etc.
* src/plugins/BookReport.py: Make ReportOptionsDialog a sublcass of
Report.BareReportDialog.
svn: r1656
2003-06-04 05:12:08 +00:00
Alex Roitman
2a8ec1df17
* src/plugins/summary.glade, src/plugins/desbrowse.glade:
...
Removed unnecessary buttonbox in the action area of a dialog -- this
gets rid of annoying GTK warnings.
svn: r1654
2003-06-03 22:30:49 +00:00
Alex Roitman
4d8789f4ab
* src/ReadXML.py (import_data), src/WriteXML.py (export_data),
...
src/RelImage.py (import_media_object), src/gramps_main.py
(open_example), src/plugins/Check.py (cleanup_missing_photos),
src/plugins/WebPage.py (write_gallery):
Change shutil.copy() calls to first call shutil.copyfile() and then try
setting up bits.
svn: r1652
2003-06-03 21:18:23 +00:00
Alex Roitman
aa57665c07
* src/plugins/FtmStyleAncestor.py (apply_filter):
...
Fixed generation condition.
* src/plugins/FtmStyleDescendants.py (write_report):
Do not print children if the current generation is the last.
* src/plugins/DetDescendantReport.py (filter):
Make it apply_filter, clean up and make shorter, modify numbering
algorithm so that no gaps occur in people's indices.
svn: r1649
2003-06-03 19:48:33 +00:00
Alex Roitman
10b974bae6
* src/plugins/FtmStyleAncestor.py (print_more_about,print_notes):
...
Change to regular name instead of formal name.
* src/plugins/FtmStyleDescendants.py (print_more_about):
Likewise.
* src/plugins/FtmStyleDescendants.py (print_children):
Table name includes only family id.
svn: r1645
2003-06-03 16:13:05 +00:00
Alex Roitman
62b65130b4
* src/DetAncestralReport.py (write_death): Proper checks for valid day
...
* src/DetDescendantReport.py (write_death): Likewise.
svn: r1641
2003-06-02 22:46:58 +00:00
Alex Roitman
45d3413028
* src/plugins/FtmStyleDescendants.py (print_children):
...
End children's table only if it was started.
svn: r1637
2003-06-02 19:55:53 +00:00
Alex Roitman
ccad62d567
Typo
...
svn: r1636
2003-06-02 18:50:11 +00:00
Alex Roitman
77e32f083b
* src/plugins/DetDescendantReport.py (write_mate): Swap mate and
...
person variables, clear code a bit.
(make_report, add+user_options): Allow same set of options as the
detailed ancestral report.
svn: r1634
2003-06-02 18:44:39 +00:00
Alex Roitman
49150fa1f4
* src/plugins/BookReport.py (ReportOptionsDialog.on_change_clicked):
...
Deal with Cancel button pressed.
svn: r1632
2003-06-02 15:34:08 +00:00
Alex Roitman
c5b0519a13
* src/plugins/DetAncestralReport.py (write_marriage):
...
Consider missing case of spouse and no-date-no-place for marriage.
svn: r1630
2003-06-02 15:24:15 +00:00
Alex Roitman
3c768c97c6
* src/plugins/DetAncestralReport.py (write_marriage):
...
svn: r1629
2003-06-02 15:23:27 +00:00
Alex Roitman
51597b5813
* src/plugins/BookReport.py: Added to CVS.
...
* src/plugins/book.glade: Likewise.
* src/ListModel.py: (insert, get_data): Added new methods.
* src/SelectPerson.py: Added to CVS.
* src/choose.glade: Likewise.
svn: r1627
2003-06-02 13:34:18 +00:00
Alex Roitman
5b9616df8a
* src/plugins/Check.py (build_report): Fixing typos.
...
* src/WriteXML.py (exportData): Likewise.
svn: r1626
2003-06-02 13:23:54 +00:00
Alex Roitman
ce12a00898
* src/plugins/DetDescendantReport.py
...
(DetDescendantReport.write_marriage):
Missing value for the format line parameter
* src/plugins/FtmStyleDescendants.py
(FtmDescendantReport.print_more_about): Print regular name in the
header of the "More About" dialog. Also add missing endnotes value.
(FtmDescendantReport.print_parents): Fix a typo in a format line value.
svn: r1623
2003-06-02 03:44:47 +00:00
Alex Roitman
24024d9b44
Added more generations
...
svn: r1604
2003-05-30 00:01:38 +00:00
Don Allingham
2706a344c0
Template update
...
svn: r1602
2003-05-28 15:57:38 +00:00
Don Allingham
39a88d2934
Fixed typos for translations
...
svn: r1601
2003-05-28 15:55:59 +00:00
Alex Roitman
2de702052c
Typo
...
svn: r1596
2003-05-27 18:06:45 +00:00
Alex Roitman
ba83e6c767
Removing redundant strings
...
svn: r1595
2003-05-27 17:18:01 +00:00
Alex Roitman
1d38ec320a
Translation cleanups
...
svn: r1591
2003-05-24 03:40:58 +00:00
Alex Roitman
6573ceac21
Minor updates
...
svn: r1589
2003-05-23 23:11:38 +00:00
Alex Roitman
38f40fbb4d
Minor updates
...
svn: r1588
2003-05-23 22:35:13 +00:00
Alex Roitman
4a0f87e2a5
Translation template update
...
svn: r1585
2003-05-23 16:20:59 +00:00
Don Allingham
3656502159
Updated translation template
...
svn: r1584
2003-05-23 04:16:01 +00:00
Don Allingham
ea3423f181
Catch loops in filters
...
svn: r1583
2003-05-23 04:08:03 +00:00
Alex Roitman
e727f0075b
Finishing command line options
...
svn: r1564
2003-05-21 18:06:41 +00:00
Donald A. Peterson
78ae19e48a
* Added new targets "trans" and "pycheck" to top-level Makefile
...
* Python verification (pychecker) removed from check-local target to become
part of the pycheck target heiarchy. Each subdir now has a
GRAMPS_PY_MODPATH variable that indicates a colon-separated path for
the PYTHONPATH environment to allow module importing to work.
svn: r1559
2003-05-21 00:30:02 +00:00
Don Allingham
5393053b44
Support for AbiWord 1.9 or greater (table support)
...
svn: r1556
2003-05-20 23:20:47 +00:00
Alex Roitman
c330ce332d
Minor cleanup
...
svn: r1554
2003-05-20 21:58:24 +00:00
Alex Roitman
05920de921
Wrong level (3 instead of 2) for NOTE and SOUR in address/place
...
svn: r1553
2003-05-20 21:58:07 +00:00
Alex Roitman
dff8864a3f
Command line imports: gedcom and iso
...
svn: r1552
2003-05-20 20:31:16 +00:00
Alex Roitman
63c224628a
Command-line import from gedcom: cleanup
...
svn: r1545
2003-05-19 20:00:49 +00:00
Alex Roitman
01a1cd061f
Command-line import from gedcom: cleanup
...
svn: r1544
2003-05-19 19:58:52 +00:00
Alex Roitman
92b6a832ce
Command line: check action
...
svn: r1541
2003-05-19 04:54:14 +00:00
Don Allingham
f17265cf9e
Change file extentions in reports when different filetype is chosen
...
svn: r1534
2003-05-16 01:49:50 +00:00
Don Allingham
8a15c6ee03
WriteCD merges
...
svn: r1531
2003-05-14 23:22:35 +00:00
Alex Roitman
3b819a09a9
More missing media handling
...
svn: r1529
2003-05-14 19:21:18 +00:00
Don Allingham
4d0492e6da
CD Writer
...
svn: r1528
2003-05-14 04:23:30 +00:00
Alex Roitman
05fe0e3d38
Fix missing files on check & repair
...
svn: r1527
2003-05-14 02:46:59 +00:00
Don Allingham
bca4da2b41
Handle stdout
...
svn: r1526
2003-05-14 02:45:11 +00:00
Alex Roitman
d5272fd396
Typos
...
svn: r1525
2003-05-14 01:00:46 +00:00
Don Allingham
c59e09e948
Debug tools
...
svn: r1518
2003-05-13 03:26:33 +00:00
Alex Roitman
ab2caa2422
Minor cleanups
...
svn: r1513
2003-05-10 20:55:40 +00:00
Alex Roitman
1696c41ca5
Almost done
...
svn: r1512
2003-05-10 06:18:34 +00:00
Alex Roitman
d4ecd9594e
Minor correction
...
svn: r1511
2003-05-10 06:18:06 +00:00
Alex Roitman
9af70c93a4
Initial mock-up, needs work
...
svn: r1505
2003-05-08 02:39:39 +00:00
Alex Roitman
060b15c621
Minor corrections
...
svn: r1504
2003-05-08 02:38:25 +00:00
Alex Roitman
5232d9066d
Reincarnation of Imports
...
svn: r1500
2003-05-06 15:16:04 +00:00
Alex Roitman
2ed5ca6390
More Import cleanups
...
svn: r1498
2003-05-06 04:48:51 +00:00
Don Allingham
d70cf37db7
preserve full path for photos after import
...
svn: r1497
2003-05-06 02:55:54 +00:00
Alex Roitman
d094bd557c
Import from database
...
svn: r1494
2003-05-06 01:51:47 +00:00
Alex Roitman
f7b4ee6289
Import from GRAMPS package
...
svn: r1492
2003-05-05 17:35:30 +00:00
Don Allingham
27f087be59
Gramps IMPORTING
...
svn: r1490
2003-05-05 01:36:21 +00:00
Don Allingham
76d9200023
Family Tree Maker style ancestor report
...
svn: r1487
2003-05-02 02:49:34 +00:00
Don Allingham
07f2a15999
Fixed title in count_anc.py, added superscript for TextDoc
...
svn: r1485
2003-05-01 23:35:27 +00:00
Alex Roitman
8a514751d0
Now I got it right!
...
svn: r1483
2003-04-30 13:23:25 +00:00
Alex Roitman
7e3546eb89
Corrections
...
svn: r1482
2003-04-30 04:21:04 +00:00
Don Allingham
1fa91ea6bc
Relcal changes for plugins
...
svn: r1479
2003-04-30 00:24:32 +00:00
Alex Roitman
dad55b30c1
Format line typo
...
svn: r1471
2003-04-21 19:47:45 +00:00
Alex Roitman
05f855b8a7
Male-female bug, 725016
...
svn: r1470
2003-04-21 15:42:41 +00:00
Don Allingham
50c4ca4107
Reports handle file extensions and check for existing file.
...
svn: r1462
2003-04-18 04:15:42 +00:00
Alex Roitman
534352723d
Typo
...
svn: r1455
2003-04-16 17:06:50 +00:00
Alex Roitman
f9cb6a246a
Enable gender-aware translations for Verify.py
...
svn: r1454
2003-04-16 15:46:37 +00:00
Don Allingham
38190d3e37
Translation clean up
...
svn: r1453
2003-04-16 15:24:51 +00:00
Don Allingham
31c4ebcb7b
Allow the user to select the entries to be modified.
...
svn: r1452
2003-04-16 06:25:38 +00:00
Don Allingham
43ebabd40c
Get rid of "activatible widget" warning
...
svn: r1451
2003-04-16 04:15:20 +00:00
Alex Roitman
94e98c3c55
More Verify.py corrections
...
svn: r1450
2003-04-14 20:34:52 +00:00
Unknown
9432c4081e
Typo and German translation
...
svn: r1449
2003-04-14 19:49:06 +00:00
Alex Roitman
e4be93b45c
Correcting Verify.py messages
...
svn: r1447
2003-04-14 03:48:24 +00:00
Alex Roitman
85b5d46595
Minor correction
...
svn: r1446
2003-04-14 03:07:06 +00:00
Alex Roitman
b68ee639e1
Enable translations
...
svn: r1445
2003-04-14 02:52:12 +00:00
Unknown
dea97a6224
German translation and typo fix
...
svn: r1443
2003-04-11 20:49:05 +00:00
Don Allingham
7a588f8e90
Button fixes for Verify
...
svn: r1441
2003-04-11 02:14:51 +00:00
Unknown
ef06ad30d8
German translation and several typo fixes
...
svn: r1431
2003-04-09 19:49:11 +00:00
Don Allingham
9c6b0da365
Fixed example database
...
svn: r1415
2003-03-31 03:51:01 +00:00
Don Allingham
223be201c5
Example database menu item
...
svn: r1413
2003-03-31 01:33:40 +00:00
Don Allingham
2ac08085ec
Filter editor fixes
...
svn: r1396
2003-03-25 05:26:05 +00:00
Don Allingham
e14fbb0391
Fixed templates for HTML reports
...
svn: r1385
2003-03-23 04:16:29 +00:00
Don Allingham
f1518ec2a4
Accessibility for dialogs
...
svn: r1384
2003-03-23 03:50:59 +00:00
Don Allingham
27b3739878
Merge fixes, option to display relationship to the home person in the
...
status bar.
svn: r1380
2003-03-22 20:26:44 +00:00
Don Allingham
dd1d9acbde
Fixed sorting
...
svn: r1373
2003-03-21 04:25:55 +00:00
Don Allingham
b82e7e0f0f
HIG improvements
...
svn: r1358
2003-03-19 04:27:34 +00:00
Don Allingham
dd51575a09
removed readgecom.glade
...
svn: r1356
2003-03-18 00:42:29 +00:00
Don Allingham
3b881590b1
HIG changes
...
svn: r1355
2003-03-17 05:21:40 +00:00
Don Allingham
56a12cac3f
Patch names improvements
...
svn: r1345
2003-03-12 23:17:54 +00:00
Don Allingham
4738899a5c
Faster loading of pages, Improvements to filters
...
svn: r1340
2003-03-12 03:02:08 +00:00
Don Allingham
6883b0590d
Bug fixes from pychecker
...
svn: r1333
2003-03-08 05:59:20 +00:00
Don Allingham
cea94cbae5
Paragraph editor enhancements - styles have descriptions
...
svn: r1332
2003-03-08 05:03:18 +00:00
Don Allingham
ebb9af71ca
Removed FullFamily
...
svn: r1329
2003-03-07 13:13:28 +00:00
Don Allingham
aa0f689c26
Title handling
...
svn: r1328
2003-03-07 02:21:18 +00:00
Don Allingham
9d178f4365
Updated dialogs
...
svn: r1314
2003-02-24 04:51:57 +00:00
Don Allingham
66c5580493
Plugin clean up
...
svn: r1310
2003-02-15 23:03:48 +00:00
Don Allingham
7e22c866a6
updated strings, called gnome.init
...
svn: r1301
2003-02-13 05:15:39 +00:00
Don Allingham
ea4552c724
Fixed broken parsing of glade files
...
svn: r1298
2003-02-12 04:25:27 +00:00
Don Allingham
ccdf09c499
Catch the change in API for gtk.TextBuffer
...
svn: r1295
2003-02-10 04:11:01 +00:00
Don Allingham
8eadc54ac2
Timeline report
...
svn: r1291
2003-02-08 23:45:21 +00:00
Don Allingham
d2ef898a2d
Report updates
...
svn: r1288
2003-02-08 17:28:41 +00:00
Don Allingham
7c398503c5
Image fixes
...
svn: r1286
2003-02-05 13:53:00 +00:00
Don Allingham
558cbe7a2c
Fixed check display dialog box
...
svn: r1283
2003-02-03 17:44:12 +00:00
Don Allingham
9c025ea71b
Drawdoc cleanup
...
svn: r1277
2003-01-31 04:28:39 +00:00
Don Allingham
f830960278
Report error exceptions
...
svn: r1275
2003-01-29 04:43:12 +00:00
Don Allingham
8bf2913518
keyword substituion in HTML documents
...
svn: r1274
2003-01-29 03:06:51 +00:00
Don Allingham
579ef1a359
UTF-8 to Latin-1 translation from Alexandre Duret-Lutz
...
svn: r1273
2003-01-27 04:53:38 +00:00
Don Allingham
7a019f1941
Ansel coding fixes
...
svn: r1272
2003-01-26 05:11:35 +00:00
Don Allingham
254ac30ed2
Capitalize last names
...
svn: r1271
2003-01-24 03:47:05 +00:00
Don Allingham
abdc761de7
Changed write_text to write_raw when generating a table <from graybeard@optusnet.com.au>
...
svn: r1260
2003-01-19 15:15:07 +00:00
Don Allingham
2c28d44a68
Fixed several webpage and report generation problems
...
svn: r1259
2003-01-19 06:46:45 +00:00
Don Allingham
4d9f14f484
ansel/utf8 encodings
...
svn: r1258
2003-01-19 06:25:20 +00:00
Don Allingham
9b28f6263f
Import fixes/pychecker fixes
...
svn: r1256
2003-01-15 05:25:50 +00:00
Don Allingham
098e06a71e
Graphviz index problem, scroll window on person list
...
svn: r1253
2003-01-11 23:43:24 +00:00
Don Allingham
b30254c695
Pychecker fixes, gnome.url.show to gnome.url_show
...
svn: r1252
2003-01-10 13:52:32 +00:00
Don Allingham
7b7d1364cd
Pychecker fixes
...
svn: r1251
2003-01-10 05:39:40 +00:00
Don Allingham
141fec93ab
pychecker fixes, GEDCOM import/export improvements, calendar improvements
...
svn: r1250
2003-01-10 05:21:32 +00:00
Don Allingham
1de1bb9790
Unselect selected person on goto_active_person, apply Alexandre Duret-Lutz's
...
GEDCOM patches
svn: r1243
2003-01-08 04:58:00 +00:00
Don Allingham
a1484e8e48
Convert OpenDrawDoc to use zipfile
...
svn: r1240
2003-01-06 05:35:30 +00:00
Don Allingham
cdc6b08430
GEDCOM improvements for GENEWEB from Alexandre Duret-Lutz
...
svn: r1238
2003-01-03 03:19:50 +00:00
Don Allingham
a916d24916
Calendar enhancements
...
svn: r1235
2003-01-02 04:31:52 +00:00
Don Allingham
f2fa2ce15e
Date handling improvements (calendar conversions)
...
svn: r1233
2002-12-30 00:42:47 +00:00
Don Allingham
537578f0d2
Dynamically find pages
...
svn: r1232
2002-12-29 05:44:35 +00:00
Don Allingham
a0d76ae53c
Support for natural find
...
svn: r1230
2002-12-24 22:36:46 +00:00
Don Allingham
7fd574b4c0
Gedcom export, complete_rebuild fix, merge support
...
svn: r1223
2002-12-14 05:07:09 +00:00
Don Allingham
b1598c900f
Surname prefix support
...
svn: r1217
2002-12-04 04:58:07 +00:00
Don Allingham
c2a50dffd3
scope fixes
...
svn: r1212
2002-11-28 05:52:02 +00:00
Don Allingham
b6926fa77b
UTF-8 support for translations, clean up gettext, improved gallery handling
...
svn: r1204
2002-11-25 04:30:36 +00:00
Don Allingham
af2fb7180c
removal of u2l, papersizes read from XML file
...
svn: r1194
2002-11-19 04:15:02 +00:00
Don Allingham
c46962df92
Updates to relationship calculator, disabling menus, saving sidebar/filters
...
svn: r1190
2002-11-16 23:22:33 +00:00
Don Allingham
854bc784fe
EditPerson fixes, list model enhancements
...
svn: r1189
2002-11-15 03:49:39 +00:00
Don Allingham
efee07a0e2
ListModel improvements, GenericFilter moved to GNOME 2
...
svn: r1188
2002-11-14 05:31:42 +00:00
Don Allingham
868f09af4f
Added ability to use natilus theme icons. Set default path for writing GEDCOM files.
...
svn: r1185
2002-11-12 04:12:18 +00:00
Don Allingham
47f08c4eb2
GEDCOM/ANSEL handing, improved list access
...
svn: r1173
2002-11-09 18:44:58 +00:00
Don Allingham
2066c9e09c
Updated configure scripts
...
svn: r1171
2002-11-08 05:25:53 +00:00
Don Allingham
291a4c7dcb
Gallery drag/drop functionality
...
svn: r1169
2002-11-08 03:42:25 +00:00
Don Allingham
dfa1a99ba4
Media gallery improvements
...
svn: r1165
2002-11-05 04:15:04 +00:00
Don Allingham
9e89a5b4ad
Removed Sorter.py
...
svn: r1162
2002-11-04 04:05:47 +00:00
Don Allingham
d3301bf9d6
GEDCOM importing working, Plugin dialog working
...
svn: r1161
2002-11-03 06:35:06 +00:00
Don Allingham
e5997d0923
Fixed configure script to use pkg-config
...
svn: r1156
2002-10-29 03:55:19 +00:00
Don Allingham
a62c2a0822
GTK translation updates
...
svn: r1155
2002-10-28 13:36:39 +00:00
Don Allingham
0ca0ae439e
Initial revision
...
svn: r1140
2002-10-20 14:25:16 +00:00