Commit Graph

13859 Commits

Author SHA1 Message Date
Doug Blank
26779bd6ac Removed some try/excepts (they're expensive and can make debugging hard) and fix for bug 0002114
svn: r10640
2008-04-26 20:33:25 +00:00
Kees Bakker
09246035b3 Start of a new (unsupported) plugin to import from Pro-Gen.
* src/plugins/ImportProGen.py


svn: r10639
2008-04-25 14:37:20 +00:00
Brian Matherly
141c38cde3 General cleanup in the plugin manager.
svn: r10638
2008-04-25 01:03:08 +00:00
Erik De Richter
5218afd3ab typos corrected
svn: r10637
2008-04-24 09:38:12 +00:00
Doug Blank
405198db3b 0002106: Date pasting with leading spaces
svn: r10636
2008-04-24 01:06:33 +00:00
Gary Burton
e580d5b855 Allow Gedcom lexer to pad with a space when joining CONC lines to empty NOTE lines. Bug #2100.
svn: r10635
2008-04-23 21:47:06 +00:00
Jérôme Rapinat
3df385a447 minor changes
svn: r10632
2008-04-23 16:04:36 +00:00
Peter Landgren
6395ac91a6 Broken after r10624, fixed by removing id=
svn: r10631
2008-04-23 14:26:54 +00:00
Zsolt Foldvari
cb4a425f55 Update export/import of StyledText according to structural changes in r10626.
svn: r10630
2008-04-23 13:36:43 +00:00
Zsolt Foldvari
9bf1c718f6 Move STYLE_TYPE and STYLE_DEFAULT constants from StyledTextBuffer to StyledTextTagType.
svn: r10629
2008-04-23 13:34:13 +00:00
Zsolt Foldvari
40884d66f6 Move the 'Clear Markup' button to the right end of the toolbar.
svn: r10628
2008-04-23 12:35:44 +00:00
Zsolt Foldvari
a4e1be7d62 Catch ValueError exception in case of 'foregin' gtk.TextTags in the text.
svn: r10627
2008-04-23 09:54:30 +00:00
Zsolt Foldvari
d003d5e61b Refactoring:
-  better functionality devision between buffer and editor;
 -  better integration with StyledTextTagType;
 -  font family and font size tags are separated;
 -  new font family and font size toolbar widgets;


svn: r10626
2008-04-23 09:07:02 +00:00
Brian Matherly
c4024f91db Pylint updates for GraphvizReportDialog.
svn: r10625
2008-04-23 04:42:08 +00:00
Brian Matherly
634fd3964d General cleanup to GraphizReportDialog.
svn: r10624
2008-04-23 03:25:41 +00:00
Doug Blank
4a17bcf0aa 0002105: Failed to import from xml: typo
svn: r10623
2008-04-22 23:18:35 +00:00
Erik De Richter
4a9a251065 update gramps.pot and updated Dutch translation
svn: r10622
2008-04-22 07:21:43 +00:00
Kees Bakker
3c4aa8e060 Remove the word GEDCOM from the importer unicode error message. It is
an error message for all importers, not just GEDCOM.
	src/DbLoader.py


svn: r10621
2008-04-22 07:08:39 +00:00
Brian Matherly
26cdcd680e Merge BareReportDialog with ReportDialog. BareReportDialog is now gone.
svn: r10620
2008-04-22 03:45:09 +00:00
Brian Matherly
b00c68a972 Minor clean up in book report.
svn: r10619
2008-04-22 02:11:47 +00:00
Doug Blank
20420efec2 Added invalid date format to configs, with bold default
svn: r10618
2008-04-22 01:36:03 +00:00
Gary Burton
c760272054 Remove unused notes. Feature request #2101.
svn: r10617
2008-04-21 20:52:39 +00:00
Peter Landgren
57f910e189 Updates to r10615
svn: r10616
2008-04-21 16:18:12 +00:00
Doug Blank
d2961b2abe Fixes for tooltips
svn: r10615
2008-04-21 13:05:59 +00:00
Doug Blank
1942b3b073 0001963: bug on a fix: handle gramplets that aren't objects
svn: r10614
2008-04-21 11:04:43 +00:00
Erik De Richter
4c479c64b2 Bug ID 0001767
wiki link to manual

svn: r10613
2008-04-21 08:56:55 +00:00
Doug Blank
9d5cc9b876 0001963: Gramplets need an active person for working: two issues: 1) added update on rebuild signal, and 2) cause an initial update when creating a new gramplet
svn: r10612
2008-04-21 01:40:25 +00:00
Doug Blank
0d05bbeab9 0002093: Request Pedigree line drawing improvement: added UTF line art; two modes ASCII or UTF. Default is currently UTF
svn: r10611
2008-04-21 00:57:19 +00:00
Brian Matherly
6a06a88442 0002006: Ancestor filter does not work properly with living people excluded in Narrative Web report.
svn: r10610
2008-04-20 23:35:39 +00:00
Gary Burton
2c2abb6b7c Make sure database version is set when recovering a database
svn: r10608
2008-04-20 20:59:29 +00:00
Doug Blank
b1d1804006 Arrow was expanding
svn: r10606
2008-04-20 13:46:06 +00:00
Doug Blank
e336e5ce22 Added check for invalid birth and death dates
svn: r10605
2008-04-20 13:36:28 +00:00
Doug Blank
7132de7be1 Added -L to SHORTOPTS
svn: r10604
2008-04-20 12:53:44 +00:00
Doug Blank
069fc653e3 0002019: Proposal to show person count and DB version --- this just adds a new command line flag, -L to show additional details
svn: r10603
2008-04-20 05:48:49 +00:00
Doug Blank
bfdb86069b 0001782: Further refinements to Relationship View: added sibling collapse arrows; compressed data vertically; config theme; frame around selected sibling
svn: r10602
2008-04-20 04:52:53 +00:00
Doug Blank
d34c010422 Added a display of match count
svn: r10601
2008-04-20 04:08:18 +00:00
Brian Matherly
e3140b4fce 0002094: Book report - user enter a multiline text into a custom text block, with quote char
svn: r10599
2008-04-20 03:03:39 +00:00
Doug Blank
81bc827030 Bug in computing date differences
svn: r10598
2008-04-20 02:02:44 +00:00
Doug Blank
dfdc81b768 A possibly controvertial change: making bad dates stand out via color in main tables
svn: r10597
2008-04-19 22:41:48 +00:00
Gary Burton
6563af3d7a Use fallback dates when no birth or death dates
svn: r10596
2008-04-19 22:06:22 +00:00
Gary Burton
3d86859bc9 Make source reference window remember size
svn: r10595
2008-04-19 20:56:01 +00:00
Doug Blank
10d5232085 Display and sort invalid dates better
svn: r10593
2008-04-19 17:04:54 +00:00
Doug Blank
f637730a87 General polish of some date handling code; fixed a bug in date comparisons involving 'ABT' dates
svn: r10592
2008-04-19 16:48:46 +00:00
Jérôme Rapinat
e00bce1ebd update
svn: r10591
2008-04-19 10:38:30 +00:00
Jérôme Rapinat
373fb1f01c #/src/GrampsDisplay : add french locale for wiki manual
svn: r10590
2008-04-19 10:36:21 +00:00
Erik De Richter
58cca17670 links to wiki manual
svn: r10589
2008-04-19 08:29:43 +00:00
Doug Blank
465e950888 further fixes for slash dates and updates to unit tests
svn: r10588
2008-04-19 04:51:12 +00:00
Doug Blank
3373062274 0002045: Julian date: year incremented each time event is modified; removed earlier hack, and fixed properly. Other date parsers or displayers may have to change
svn: r10587
2008-04-19 03:39:58 +00:00
Doug Blank
fe35c2ff91 0001931: add dates to pedigree gramplet; fixed bug in RelationView in displaying b. with no date
svn: r10586
2008-04-19 02:28:14 +00:00
Doug Blank
ce002bf7a6 0002081: Fixed two bugs, error when asymmetric mother/father and fixed off-by-one spacing issue
svn: r10585
2008-04-19 01:13:44 +00:00