Craig J. Anderson
84d40e946d
This is in responce to:
...
http://www.gramps-project.org/bugs/view.php?id=4670
1. cannot display individuals without parents (AncestorsTree)
Also a little code cleanup to prepare for an iterative
version of recurse
svn: r16731
2011-02-28 16:21:41 +00:00
Jérôme Rapinat
db1725d908
'Selected' action/string was missing; update translation template
...
svn: r16730
2011-02-28 15:24:53 +00:00
Doug Blank
db8402e7f5
4694: Tools->Utilities->Verify the Data->crash
...
svn: r16728
2011-02-28 13:50:54 +00:00
Vassilii Khachaturov
0152ec28b3
4700: add timestamps to the session log
...
svn: r16724
2011-02-27 13:20:09 +00:00
Jérôme Rapinat
42ae9ed6c2
4696 4555: Installation missed webstuff subdirectories
...
svn: r16722
2011-02-26 14:46:28 +00:00
Jérôme Rapinat
5541444083
4696 4555: Installation missed webstuff subdirectories
...
svn: r16720
2011-02-26 11:01:47 +00:00
Jérôme Rapinat
bfb414fe1d
4696 4555: Installation missed webstuff subdirectories
...
svn: r16719
2011-02-26 10:59:48 +00:00
Jérôme Rapinat
911b8f0217
4668: Web reports crash (translation css filename)
...
svn: r16718
2011-02-26 08:37:47 +00:00
Nick Hall
b74edfca2d
Add Place Details, Repository Details and Media Preview gramplets
...
svn: r16717
2011-02-25 22:03:41 +00:00
Vassilii Khachaturov
b1c44ad45e
Fix bug #4687 : session log gramplet - overzealous l10n of signal names breaks clickable link handlers
...
* No longer translate "link_type" passed to GuiGramplet.link,
this is an internal constant name never exposed to the user.
* Add a warning to GuiGramplet.on_button_press, in case an unknown link type
is encountered during the event processing
* Applied changes to my patch as suggested during the CR by dsblank
svn: r16714
2011-02-25 17:24:11 +00:00
Gerald Britton
4797f0f1f6
Revert commit 16664 to restore full functionality
...
svn: r16713
2011-02-25 16:05:13 +00:00
Gerald Britton
5e10cb8c6a
Simplify using partials and lambdas
...
svn: r16710
2011-02-24 20:09:04 +00:00
Gerald Britton
12f82ed025
Simplify using partials and lambdas
...
svn: r16709
2011-02-24 17:46:59 +00:00
Craig J. Anderson
1a3a101420
Fixed issue 4670.
...
'one_page' option in the Ancestor/Descendant graphical repororts did not
change the page type to 'custom'.
also landscape orientation did not switch the page.height and page.width
properties which made items print outside the page and give infinate loop
errors.
svn: r16708
2011-02-24 17:11:35 +00:00
Doug Blank
fd4c68835d
Removed debugging code
...
svn: r16707
2011-02-23 23:39:11 +00:00
Vassilii Khachaturov
b038a12fea
Bug #4679 : Children bottom bar gramplet - crash upon add; l10n of empty string
...
CR by nick-h
svn: r16706
2011-02-23 21:29:33 +00:00
Michiel Nauta
a73699e6da
Update TestcaseGenerator to work with new transaction code
...
svn: r16705
2011-02-23 19:34:59 +00:00
Gerald Britton
3ff2a2ef91
Simplify using partials and lambdas
...
svn: r16704
2011-02-23 18:23:56 +00:00
Gerald Britton
8579483616
Simplify using partials and lambdas
...
svn: r16703
2011-02-23 14:53:00 +00:00
Gerald Britton
6080ccf3df
Simplify using partials and lambdas
...
svn: r16698
2011-02-22 18:00:27 +00:00
Jérôme Rapinat
0f8a04fa52
typo - PostScript trademark (contribution by Paul Franklin)
...
svn: r16693
2011-02-22 08:58:50 +00:00
Michiel Nauta
45b99dabd2
4666: GEDCOM import into a black database crashes trunk, OK with 3.2.5
...
svn: r16692
2011-02-22 08:04:04 +00:00
Gerald Britton
045ecbab89
Teaks for readability
...
svn: r16689
2011-02-21 15:46:07 +00:00
Vassilii Khachaturov
1a41a34b30
harmonize l10n string with DescendTree.py, by suggestion from Egor
...
svn: r16685
2011-02-20 21:44:55 +00:00
Vassilii Khachaturov
3b868f6eab
* From Egor Reentov <Egor.Gramps@gmail.com>:
...
Adding i18n of strings in AncestorTree.py and DescendTree.py
(CR'ed with Benny's and Jerome's help --- thanks a lot, folks!)
* Merged Egor's and other recent new strings into ru.po
(from a local gramps.pot - not checking it in)
"POT-Creation-Date: 2011-02-20 20:52+0200\n"
* Minor fixes of ru.po along the way
svn: r16683
2011-02-20 19:41:37 +00:00
Benny Malengier
752d594571
4198: Person view does not remove a row correctly when two people are merged.
...
This patch improves on the context changes:
* avoid use of transaction_xx methods
* force an abort in case of unclean transaction
Backward compatibility is broken to achieve this.
svn: r16680
2011-02-20 10:52:06 +00:00
Michiel Nauta
756bd836a0
4657: The "sort as" name is ignored
...
svn: r16673
2011-02-19 14:06:21 +00:00
Jérôme Rapinat
0554608916
update translation map (title)
...
svn: r16672
2011-02-19 11:47:40 +00:00
Doug Blank
b31486025c
typo
...
svn: r16669
2011-02-18 23:17:50 +00:00
Doug Blank
7cc9dc6e00
Remove some (apparently) leftover debug testing
...
svn: r16668
2011-02-18 23:12:09 +00:00
Gerald Britton
a288a2b91f
Use escape function from xml.sax.saxutils instead of built-in
...
svn: r16664
2011-02-18 15:10:07 +00:00
Vassilii Khachaturov
552d11ad8e
Committing my fix to bug #4550 :
...
OnThisDay.py disregards calendar differences (e.g., Julian vs Gregorian)
- PATCH OK'ed by dsblank
svn: r16659
2011-02-17 22:55:21 +00:00
Craig J. Anderson
b1876829fb
Somehow a not had been removed from an if statement making the report only show one level of spouses max. Inserted the not again.
...
fixes error 4603
svn: r16650
2011-02-17 16:57:43 +00:00
Rob G. Healey
524d1f3114
Returned html_escape() back to NarrativeWeb after discussions with Benny.
...
svn: r16649
2011-02-17 16:43:31 +00:00
Rob G. Healey
1b08fdb508
Removed the html_escape code from libhtml and using saxutils for escaping characters. Thank you, Gerald Britton, for the better way.
...
svn: r16639
2011-02-17 07:42:37 +00:00
Rob G. Healey
4dd853135e
Moved html_escape from NarrativeWeb to libhtml ... use: from libhtml import html_escape as html_escape
...
svn: r16638
2011-02-16 23:36:44 +00:00
Gerald Britton
a19e65073c
Use built-in map function to simplify some list comprehensions
...
svn: r16636
2011-02-16 20:06:40 +00:00
Gerald Britton
66d5991362
Use partial from functools to simplify menu options
...
svn: r16635
2011-02-16 20:01:09 +00:00
Michiel Nauta
0d99f3e5e4
4651: XML import of name with only display or sort format set fails
...
svn: r16634
2011-02-16 18:59:17 +00:00
Jérôme Rapinat
ea81886c51
'overseas days' (France)
...
svn: r16630
2011-02-16 14:31:23 +00:00
Jérôme Rapinat
7557579697
cleanup France; http://fr.wikipedia.org/wiki/Jour_f%C3%A9ri%C3%A9#.C2.A0France
...
svn: r16627
2011-02-16 14:12:22 +00:00
Craig J. Anderson
4232d8b621
Updates to all three reports.
...
Ancestor
Descendant
Family Descendant
fixes error 4602, 4603
and other errors I found
svn: r16626
2011-02-15 23:31:16 +00:00
Nick Hall
88ed1aad13
Disable buttons in Note gramplets for empty database
...
svn: r16624
2011-02-15 16:56:34 +00:00
Nick Hall
dc505e7671
Add children bottombar gramplets
...
svn: r16621
2011-02-15 13:06:05 +00:00
Gary Burton
370545fda9
Fix column title indent sizes. Bug 4645
...
svn: r16619
2011-02-14 21:43:27 +00:00
Nick Hall
cee3c105fd
Remove definition for children gramplet
...
svn: r16616
2011-02-13 23:33:25 +00:00
Gary Burton
b9d7035a2d
Update to the place report by derHeinzi which link persons and events at a place. #4622
...
svn: r16615
2011-02-13 22:09:12 +00:00
Rob G. Healey
6c30648c00
Used one of Gerald Britton's idea in simplifying adding menu options by using partial().
...
svn: r16614
2011-02-13 21:19:09 +00:00
Nick Hall
f5fd46d518
Add new bottombar gramplets
...
svn: r16613
2011-02-13 00:02:50 +00:00
Gerald Britton
52b136b305
In method collect_unused, replace dispatch dictionary with tuple
...
svn: r16604
2011-02-11 14:50:30 +00:00