Mirko Leonhäuser
6c1ec4e34c
Updated German translation
...
svn: r10864
2008-07-15 17:40:28 +00:00
Kees Bakker
de7fd94504
(Changes by Rob Healey)
...
Rename display_header, display_footer to write_header, write_footer.
A couple format changes in the HTML output.
* src/plugins/NarrativeWeb.py
svn: r10863
2008-07-15 13:37:17 +00:00
Erik De Richter
ea16e6a304
svn: r10862
2008-07-15 05:58:32 +00:00
Peter Landgren
7b9a2713ba
Fix of issue 2253 in trunk
...
svn: r10861
2008-07-14 18:56:39 +00:00
Erik De Richter
6a69166ae8
updated gramps.pot
...
svn: r10859
2008-07-14 18:28:46 +00:00
Gerald Britton
709c58b4eb
Replace __call__ in dir(*) with callable(*) for performance gain
...
svn: r10856
2008-07-14 15:47:15 +00:00
Benny Malengier
dda6988dfc
ticket 2244 Date parser for Norwegian locale, allow 'b' for month
...
svn: r10854
2008-07-14 12:14:43 +00:00
Erik De Richter
3b8297e861
corrected Dutch translation
...
svn: r10852
2008-07-14 07:25:51 +00:00
Gary Burton
6e0995d409
Fix rename button. Broken in an earlier revision
...
svn: r10851
2008-07-09 21:08:36 +00:00
Gerald Britton
9d0a699e4f
Replace map with list comprehension
...
svn: r10850
2008-07-09 20:34:17 +00:00
Erik De Richter
587e367836
updated gramps.pot and nl.po
...
svn: r10849
2008-07-09 18:53:56 +00:00
Gerald Britton
02484820e2
Replace map with list comprehensions
...
svn: r10848
2008-07-09 14:39:10 +00:00
Gerald Britton
4afaea5c72
Replace filter with any for performace gain
...
svn: r10847
2008-07-07 19:50:35 +00:00
Gary Burton
3cc07e26dd
Apply referenced proxy to remove unused objects when a filter or one of the other proxies is applied.
...
svn: r10846
2008-07-07 19:32:18 +00:00
Gary Burton
b2f0e1e537
New database proxy which passes through objects which are referenced by at least one another object.
...
svn: r10845
2008-07-07 19:25:18 +00:00
Stéphane Charette
2824964116
report #2270 - NarrativeWeb skips over step-siblings
...
svn: r10844
2008-07-06 08:40:47 +00:00
Gerald Britton
6037e9fdd4
Replace lambdas with list comprehensions
...
svn: r10843
2008-07-04 17:27:51 +00:00
Jérôme Rapinat
7120655439
update
...
svn: r10842
2008-07-04 09:08:03 +00:00
Kees Bakker
e749210de2
Use list comprehension instead of filter(lambda as suggested by Gerald.
...
* src/plugins/ImportProGen.py
svn: r10841
2008-07-03 21:05:06 +00:00
Kees Bakker
eff4c42626
Fix for bug 2232. Thank you, sanjuro, for the patch.
...
* src/plugins/NarrativeWeb.py
svn: r10840
2008-07-03 19:46:50 +00:00
Kees Bakker
b2625ec23f
Fix for bug 1969. There were two places where a .html extension was
...
missing. I'll have to check if bugs 2230 and 2232 are solved as well.
* src/plugins/NarrativeWeb.py
svn: r10839
2008-07-03 19:10:05 +00:00
Gerald Britton
2e4d57ea28
Fix isinstance error and replace lambdas with list comprehensions
...
svn: r10838
2008-07-03 18:30:00 +00:00
Gerald Britton
6926f71869
Simplify coordinate checking
...
svn: r10837
2008-07-03 18:28:44 +00:00
Kees Bakker
e4f568cd01
NavWebReport.copy_file correction variable name.
...
DownloadPage.__init__ correction of parameter for display_header (found by Jason).
* src/plugins/NarrativeWeb.py
svn: r10835
2008-07-01 08:34:08 +00:00
Gary Burton
445c32f425
Add support for filtering on event and media attributes
...
svn: r10834
2008-06-28 22:53:36 +00:00
Gary Burton
c82c8d58dc
Editing rules crashes because value and string attrbutes are now protected on GrampsType so get via a different method
...
svn: r10833
2008-06-28 22:02:05 +00:00
Gary Burton
656b4da5ab
Make sure Gedcom ADDR token if location is populated. Bug #2216
...
svn: r10832
2008-06-28 11:50:41 +00:00
Gary Burton
31ab1294c4
Apply scrollbars to tabs on main Gramps window when there is not enough room on screen to display all the tabs. Useful for small screen devices like Asus eee PC
...
svn: r10830
2008-06-24 20:27:01 +00:00
Stéphane Charette
90df86f127
fix for bug #0002240 ; Events show up as blank lines when removing unused objects; merged from gramps30
...
svn: r10829
2008-06-24 17:51:55 +00:00
Erik De Richter
036e0ec65c
updated gramps.pot and nl.po
...
svn: r10827
2008-06-23 19:37:11 +00:00
Gary Burton
e1d0e29eac
Allow Gramps to work full screen. Useful for small screen devices like Asus eee PC
...
svn: r10826
2008-06-22 14:34:18 +00:00
Alex Roitman
2d73aa8f93
Use proper path for source file
...
svn: r10825
2008-06-21 21:14:42 +00:00
Stéphane Charette
ae2a2917c4
bug report #2234 ; notes should be separated from the previous text to which they apply; merged from gramps30
...
svn: r10824
2008-06-21 08:42:31 +00:00
Jérôme Rapinat
ae5ba9a180
#2144 : Example database contains absolute path for media file
...
svn: r10822
2008-06-21 07:08:54 +00:00
Gerald Britton
fb5b8250c4
Fix typo in NarrativeWeb.py: Bug 002231
...
svn: r10820
2008-06-19 14:41:04 +00:00
Gerald Britton
5d8934efa2
Fix 0002184: BUG: IndexError: tuple index out of range
...
svn: r10819
2008-06-18 13:17:36 +00:00
Stéphane Charette
e45bec4eb7
bug report #2229 : parental relationship redundantly says 'Birth'; merged from gramps30
...
svn: r10818
2008-06-18 05:06:25 +00:00
Gerald Britton
4e73de8987
add instance attribute ref to __slots__ in eventref -- bug 2210
...
svn: r10816
2008-06-17 15:03:12 +00:00
Gerald Britton
5e6e48cdb1
Fix typepo in eventref from commit 10814 -- bug 2210
...
svn: r10815
2008-06-17 14:46:06 +00:00
Gerald Britton
63f6b44481
Fix pickle.dumps problem in grampstype and eventref -- bug 2210
...
svn: r10814
2008-06-17 14:40:44 +00:00
Peter Landgren
de6b1f80c2
Fix of issue #2226 .
...
svn: r10813
2008-06-17 14:02:08 +00:00
Gerald Britton
4982292774
Code optimizations wrt handling of None - bug 2212
...
svn: r10811
2008-06-16 15:01:46 +00:00
Zsolt Foldvari
47095b4e98
Change private method name to reflect the type of emitting object.
...
svn: r10810
2008-06-16 12:05:01 +00:00
Mirko Leonhäuser
866f2d5f19
Updated German translation
...
svn: r10809
2008-06-15 22:12:38 +00:00
Gary Burton
18d51e6877
Ancestry.com have fixed their GEDCOM export. Remove workaround in GEDCOM import. bug #2141
...
svn: r10807
2008-06-14 11:19:21 +00:00
Benny Malengier
fd52369177
issue 2130, remove tabs
...
svn: r10804
2008-06-13 12:12:15 +00:00
Stéphane Charette
3489425810
fixed 2 errors in authors.xml: dup line and utf-8 accent problem
...
svn: r10803
2008-06-13 03:49:11 +00:00
Jérôme Rapinat
8a2d445454
update pl.po Łukasz Rymarczyk <yenidai@poczta.onet.pl>
...
svn: r10802
2008-06-12 05:58:21 +00:00
Peter Landgren
8d33306a2e
Fixed type in line 2087. too many (.
...
svn: r10799
2008-06-10 09:48:33 +00:00
Erik De Richter
d04f7e26d4
updated gramps.pot and nl.po
...
svn: r10798
2008-06-10 06:05:37 +00:00