James G Sack
aaf23f294c
grampsxml.dtd: fix line 345 typo s/REUIRED/REQUIRED/
...
svn: r10442
2008-04-01 05:47:27 +00:00
Stéphane Charette
dcf6c2d962
changes needed to build Ubuntu .deb package (from 3.0.0 release)
...
svn: r10441
2008-04-01 04:21:50 +00:00
Brian Matherly
bfe3ee1590
0001981: Update plugin status when reloading plugins
...
Plus some cleanup.
svn: r10439
2008-04-01 03:12:08 +00:00
Gary Burton
e7a6115c91
0001977: Breaking a database lock closes the family tree manager
...
svn: r10433
2008-03-31 20:52:58 +00:00
Kees Bakker
d5962794fa
Eliminated function to set div id for class content.
...
Moved some functions around to classes where they are used.
* src/plugins/NarrativeWeb.py
svn: r10431
2008-03-31 19:50:37 +00:00
Zsolt Foldvari
0cc320ac90
When new db was created metadata still contained no information, thus in
...
dbdir.GrampsDBDir.__load the version check failed.
svn: r10429
2008-03-31 16:46:00 +00:00
Doug Blank
6dfbb37562
0001996: typo in variable name that makes the application crashing
...
svn: r10427
2008-03-30 21:22:53 +00:00
Doug Blank
7b8ed5ded7
0001232: Preview now allows Print; no more PRINT_OPERATION failure
...
svn: r10426
2008-03-30 15:06:34 +00:00
Doug Blank
015bde9e01
0001994: Cannot properly sort dates stored in few quick reports using SimpleTab
...
svn: r10425
2008-03-30 12:38:32 +00:00
Brian Matherly
cf6073a4ba
Remove support for "View" reports. In the future, use either tools, gramplets, or quick views.
...
svn: r10424
2008-03-30 04:38:37 +00:00
Brian Matherly
9988d5ecfa
Convert the "Not Related" plugin from a "view report" to a "tool" (although it would really make a great gramplet).
...
svn: r10423
2008-03-30 04:32:52 +00:00
Brian Matherly
e08a8cf205
Rename CountAncestors to NumberOfAncestorsReport and convert it from a "view" to a "text" report.
...
svn: r10422
2008-03-30 03:27:32 +00:00
Brian Matherly
f64f6dd105
Add Index Mark to Database Summary Report.
...
svn: r10421
2008-03-30 02:48:29 +00:00
Brian Matherly
19d8833af1
Convert Database Summary from a "View" report to a "Text" report.
...
svn: r10420
2008-03-30 02:32:56 +00:00
Doug Blank
02b110a2b0
Missing space in db error
...
svn: r10419
2008-03-29 20:54:04 +00:00
Zsolt Foldvari
1c2ec7559b
Fix #0001991 : supported database versions checked properly.
...
svn: r10417
2008-03-29 19:59:33 +00:00
James G Sack
366790e53e
bump version to be higher than prior release
...
svn: r10415
2008-03-29 19:34:28 +00:00
Raphael Ackermann
7398cee88e
Added patch by Lukasz <yenidaiATpoczta.onet.pl>
...
Updated English man page to include usage of USERPROFILE variable.
0001975: The use of the USERPROFILE environment variable is not described in the man pages (other then Polish)
svn: r10414
2008-03-29 17:18:41 +00:00
Zsolt Foldvari
6c9ee9bbe1
Setting svn properties.
...
svn: r10412
2008-03-29 14:43:12 +00:00
Zsolt Foldvari
0542a9b78c
Introducing StyledText in Notes.
...
svn: r10410
2008-03-28 23:22:46 +00:00
Espen Berg
52ad89909c
Updated Norwegian translation
...
svn: r10409
2008-03-28 22:33:16 +00:00
Jérôme Rapinat
3ecefb6bc0
fr.po: improvements
...
svn: r10408
2008-03-28 14:56:36 +00:00
Raphael Ackermann
7579825843
0001986: export view to CSV --> does not add .csv filetype ending to file
...
svn: r10407
2008-03-28 07:36:17 +00:00
James G Sack
e21d552013
Added support for blacklisted (eg, obsolete/retired) type values.
...
Updated unittest to verify changes. No effect on existing code.
Basic pieces are ready for fixing #1680 , but now awaiting a translation
strategy and code for reading a database with blacklisted values.
At that point #1680 fix will simply require adding a line like
_BLACKLIST=[CAUSEDEATH]
to eventtype.py.
svn: r10405
2008-03-27 07:24:06 +00:00
James G Sack
bca1d41204
Some cleanup prior to an upcoming change for bug #1680 .
...
Minor optimization in _init_map (replace loop w/ list-comprehension
Remove unused variables VALUE_POS, STRING_POS,
At call to self.set, remove unnecessary logic that duplicates
else-clause within the set() function itself
svn: r10404
2008-03-27 03:11:48 +00:00
James G Sack
76ee14989f
Avert potential exception when initializing with a tuple of length 1 or 0
...
This fixes a side-effect of revision 10398.
Also add unittest for grampstype.py, to test this fix
svn: r10403
2008-03-27 02:36:55 +00:00
Zsolt Foldvari
6bb0c17384
Removing InstanceType calls from gen.lib modules. Required by the
...
GrampsTypeMeta changes.
svn: r10402
2008-03-26 18:45:58 +00:00
Jérôme Rapinat
695168661e
fr.po: typo
...
svn: r10401
2008-03-26 12:38:22 +00:00
Zsolt Foldvari
93998976ff
Removing InstanceType calls from gen.lib modules. Required by the
...
GrampsTypeMeta changes.
svn: r10399
2008-03-25 23:38:24 +00:00
Zsolt Foldvari
8e5591ee16
Fixing: none of the types subclassed from GrampsType can be initialized with
...
value 0.
svn: r10398
2008-03-25 22:59:59 +00:00
Zsolt Foldvari
3f23e4b899
Introducing GrampsTypeMeta in gen.lib.grampstype.GrampsType.
...
This way the subclassed type classes don't have to import and call init_map().
svn: r10397
2008-03-25 22:55:58 +00:00
Doug Blank
29ed9a79fe
0001972: Fixed untranslated filter names in FilterByName\n and 'and' in family description
...
svn: r10396
2008-03-25 15:06:01 +00:00
Erik De Richter
a10e0c4cba
update nl.po
...
svn: r10395
2008-03-25 08:39:15 +00:00
Erik De Richter
15f77fc185
typos dutch translation
...
svn: r10385
2008-03-24 07:50:33 +00:00
Brian Matherly
8281f7157d
0001950: BUG: Book report, Ancestor Tree - selecting desired person do not work
...
svn: r10381
2008-03-23 19:33:31 +00:00
James G Sack
5f5e83f512
removed duplicate NUM_CHILD entry in _DATAMAP list
...
svn: r10379
2008-03-23 18:49:12 +00:00
James G Sack
0f21524aa7
#1853 , #1679 , #1849 : Remove code that auto-generates descripion field
...
for events in imported gedcom. Such descriptions can always be done via
the "Extract event descriptions from event data" tool if really wanted.
svn: r10378
2008-03-23 02:54:52 +00:00
Benny Malengier
746c5cfa31
0001937: Don't know GTK color !
...
Changes make this warning appear less, so partially resolved
svn: r10376
2008-03-22 15:41:33 +00:00
Erik De Richter
5498fd1efe
typos in dutch translation
...
svn: r10370
2008-03-22 11:47:31 +00:00
Doug Blank
4a283dd93f
Changes to allow Menu Options to be used in other places
...
svn: r10369
2008-03-21 22:58:35 +00:00
Benny Malengier
1a2fb30f20
set bookmarks editor transient too
...
0001968: twice help click on bookmark closes application
svn: r10368
2008-03-21 22:43:11 +00:00
Benny Malengier
fe6840666c
Export of gpkg saves paths in tarfile as path in database.
...
Import of gpkg exports media in home dir, sets base media path to that dir, so user can
easily change position with move in filemanager, and change of base media path
0001966: import of gpkg copies media files to hidden dir & not accessible
svn: r10366
2008-03-21 22:28:28 +00:00
Raphael Ackermann
799c6a6a33
Add a gtk loop in Bookmarks.edit() and only close the Bookmark editor if gtk.RESPONSE_CLOSE is issued
...
0001968: twice help click on bookmark closes application
svn: r10364
2008-03-21 21:58:41 +00:00
Erik De Richter
4209bfb402
nl.po
...
svn: r10362
2008-03-21 14:07:55 +00:00
Erik De Richter
9f3ba337e1
/src/plugins/NotRelated.py
...
svn: r10361
2008-03-21 12:18:27 +00:00
Erik De Richter
f3f60ac483
/po/nl.po
...
svn: r10360
2008-03-21 09:13:29 +00:00
Kees Bakker
d579d8543a
Moving many functions from BasePage to NavWebReport. Introducing new
...
functions to deal with disk file and functions that deal with URLs.
Changed to selection of the extra two subdirectories so that the ppl
tree is much better balanced (not all files in one directory).
* src/plugins/NarrativeWeb.py
svn: r10357
2008-03-20 22:24:36 +00:00
Peter Landgren
5a3a1c4910
Updates Swedish translation.
...
svn: r10353
2008-03-20 09:32:40 +00:00
Peter Landgren
f7ea60bc13
Correct fill colors #1942
...
svn: r10351
2008-03-20 07:52:17 +00:00
Brian Matherly
5918599acf
0001957: Orientation switch doesn't work for Graphviz reports.
...
0001940: GS PDF output is broken for Graphiz graphs. Page size depends on dpi
svn: r10346
2008-03-20 03:18:35 +00:00