Commit Graph

4603 Commits

Author SHA1 Message Date
Alex Roitman
28228d2e84 * *.po: Merge all translations with new strings.
svn: r7403
2006-10-13 16:00:26 +00:00
Alex Roitman
055d594098 2006-10-13 Alex Roitman <shura@gramps-project.org>
* sk.po: Update translation.



svn: r7402
2006-10-13 15:47:31 +00:00
Kees Bakker
79a9c698c1 Many corrections of the fuzzies again.
Several new translations by Erik de Richter.


svn: r7401
2006-10-12 20:45:48 +00:00
Jérôme Rapinat
54ce496d3b update/clean French translation for manual
svn: r7400
2006-10-12 14:09:10 +00:00
Alex Roitman
1790b4590d 2006-10-11 Alex Roitman <shura@gramps-project.org>
* RELEASE: version 2.2.0rc1 is released.
	* configure.in: Bump up the version number.



svn: r7399
2006-10-12 04:07:15 +00:00
Alex Roitman
59a00f52f8 * src/Filters/_FilterComboBox.py (set): Force unicode.
svn: r7398
2006-10-12 01:25:42 +00:00
Martin Hawlisch
11b833f719 * src/plugins/IndivComplete.py (write_person): Catch missing image files.
svn: r7397
2006-10-11 19:40:08 +00:00
Alex Roitman
78ba2f6f5e * gramps.pot: replace gramps-manual.pot
svn: r7396
2006-10-11 16:16:53 +00:00
Alex Roitman
50fcfb7979 In .:
2006-10-11  Alex Roitman  <shura@gramps-project.org>
	* src/GrampsDisplay.py (help): Rename gramps-manual to gramps.

In help:
	* Makefile.am (DOC_MODULE): Use gramps in stead of gramps-manual.
	* C/gramps.xml: Add in place of gramps-manual.xml;
	add more authors.
	* gramps.omf.in: Add in place of gramps-manual.omf.in


svn: r7395
2006-10-11 16:13:58 +00:00
Alex Roitman
6e7cc6989d In help:
2006-10-11  Alex Roitman  <shura@gramps-project.org>
	* C/authors.xml: Add mote authors.

In po:
2006-10-11  Lubo Vasko  <pgval@post.sk>
	* sk.po: Update translation.



svn: r7394
2006-10-11 15:42:04 +00:00
Brian Matherly
392dc77f5a * src/Mime/_WinMime.py: potential fix for #446
svn: r7393
2006-10-11 14:27:22 +00:00
Alex Roitman
9ae8580226 * configure.in: Update version number.
svn: r7392
2006-10-11 05:00:18 +00:00
Alex Roitman
bf82cb6fb7 In .:
2006-10-10  Alex Roitman  <shura@gramps-project.org>
	* NEWS: Update.
	* src/plugins/ExportVCalendar.py (get_option_box): Use custom filters.
	* src/plugins/ExportVCard.py (get_option_box): Use custom filters.
	* src/plugins/WriteFtree.py (get_option_box): Use custom filters.
	* src/plugins/WriteGeneWeb.py (get_option_box): Use custom filters.
	* src/Selectors/_BaseSelector.py: Import gettext.

	* src/ReportBase/_StyleEditor.py: Make style editor not modal
	* src/glade/gramps.glade: Make style editor not modal
	* src/GrampsLogger/_ErrorReportAssistant.py: Fix typo.
	* src/plugins/AncestorReport.py: Fix generation numbers.
	* src/GrampsLogger/_ErrorReportAssistant.py: Fix email client
	launch (#455)
	* src/plugins/Checkpoint.py: typo
	* src/docgen/RTFDoc.py: fix page breaks (#0000441)
	* src/plugins/Calendar.py: fix filter typo
	* src/plugins/WritePkg.py: don't set uid on Windows
In po:
2006-10-10  Alex Roitman  <shura@gramps-project.org>
	* POTFILES.in: Include all of Selectors package.

	* sk.po: Update translation.
	* lt.po: updated Lithuanian translation.


svn: r7391
2006-10-11 04:59:26 +00:00
Alex Roitman
13c3884aaa * src/GrampsDb/_WriteXML.py (strip_dict): Do not strip tab, LF, CR.
svn: r7390
2006-10-11 03:44:09 +00:00
Don Allingham
525c779b0d 2006-10-10 Don Allingham <don@gramps-project.org>
* src/gramps_main.py: use pngs for windows



svn: r7389
2006-10-11 03:26:56 +00:00
Alex Roitman
960e10d5f7 2006-10-10 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_10,
	gramps_upgrade_11): Properly use TXN.	



svn: r7388
2006-10-11 03:20:56 +00:00
Kees Bakker
031c1d9044 Another set of changes to reduce the fuzzies.
svn: r7387
2006-10-10 20:00:35 +00:00
Kees Bakker
ed27eff91f Again, this time for real.
svn: r7386
2006-10-10 19:28:53 +00:00
Kees Bakker
fc94b34e0f Updated the texts with:
make -C po gramps.pot
        (cd po; msgmerge --no-wrap nl.po gramps.pot -o nl.new.po)
        (cd po; mv nl.new.po nl.po)
Corrected/removed a few more fuzzies.


svn: r7385
2006-10-10 19:20:36 +00:00
Alex Roitman
2c97533593 2006-10-09 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsDbBase.py (has_object_handle): Typo.



svn: r7384
2006-10-10 04:27:13 +00:00
Don Allingham
f1e38c6b28 remove debugging
svn: r7383
2006-10-10 04:15:26 +00:00
Don Allingham
93e7b3066b 2006-10-09 Don Allingham <don@gramps-project.org>
* src/GrampsDb/_ReadGedcom.py: fix object importation



svn: r7382
2006-10-10 04:11:57 +00:00
Alex Roitman
82f2d2d69d * src/ReportBase/_BareReportDialog.py (setup_title): Set name to
empty string if no person is available.
	* src/ReportBase/_ReportDialog.py (get_header): Make meaningful
	title for the header when name is empty.


svn: r7381
2006-10-10 00:09:24 +00:00
Alex Roitman
7c240f8d3c 2006-10-09 Alex Roitman <shura@gramps-project.org>
* src/FilterEditor/_FilterEditor.py (close): Allow more arguments.



svn: r7380
2006-10-09 23:54:23 +00:00
Don Allingham
a7815500e6 * src/Selectors/_SelectPerson.py: enable toggle button to display all
* src/glade/gramps.glade: add toggle button


svn: r7379
2006-10-09 23:04:52 +00:00
Don Allingham
ea0e6248f1 2006-10-09 Don Allingham <don@gramps-project.org>
* src/Editors/_EditPerson.py: add person's name to title
	* src/RelLib/_Name.py: add empty check



svn: r7378
2006-10-09 22:46:06 +00:00
Alex Roitman
bbfcddc9c5 2006-10-09 Morten Bo Johansen <mbj@spamcop.net>
* da.po: Translation update.



svn: r7377
2006-10-09 20:26:14 +00:00
Alex Roitman
f14a9fc195 Update
svn: r7376
2006-10-09 06:21:03 +00:00
Don Allingham
38208043bf * src/GrampsDb/_GrampsDbBase.py: error message on disk space full
* src/Bookmarks.py: removed deleted items


svn: r7375
2006-10-09 03:57:41 +00:00
Brian Matherly
3b6ed87d0c * src/plugins/DetAncestralReport.py: fix DAR-Endnotes indent
* src/plugins/DetDescendantReport.py: fix DDR-Endnotes indent

svn: r7374
2006-10-09 03:29:34 +00:00
Alex Roitman
907cdf2ec2 * src/Editors/_EditPlace.py (_create_tabbed_pages): Fix sources.
* src/Editors/_EditPersonRef.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditPerson.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditName.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditMediaRef.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditMedia.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditFamily.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditLdsOrd.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditEventRef.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditEvent.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditChildRef.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditAttribute.py (_create_tabbed_pages): Fix sources.
	* src/Editors/_EditAddress.py (_create_tabbed_pages): Fix sources.


svn: r7373
2006-10-09 02:45:26 +00:00
Don Allingham
747ffa7f38 2006-10-08 Don Allingham <don@gramps-project.org>
* src/Editors/_EditReference.py: call cancel_and_close on window
	cancel
	* src/DisplayTabs/_SourceRefModel.py: remove debug 
	* src/DisplayTabs/_EmbeddedList.py: remove debug 



svn: r7372
2006-10-09 02:45:05 +00:00
Alex Roitman
fae1b7dfb2 2006-10-08 Alex Roitman <shura@gramps-project.org>
* src/RelLib/_Location.py (set_county, get_county): Move into
	LocationBase class.
	* src/RelLib/_LocationBase.py (set_county, get_county): Move from
	Location class.



svn: r7371
2006-10-09 02:12:10 +00:00
Alex Roitman
e2ae267d98 * src/Editors/_EditSourceRef.py (_cleanup_on_exit): Factor out
cleanup into its own method (as in the parent class).
	FIXME: This needs to be fixed so that _cleanup_on_exit is not
	run on OK, only on cancel. Maybe we need _clean_up_on_cancel() ?
	* src/DisplayTabs/_TextTab.py (cancel): Only reset text, not the
	whole source reference.


svn: r7370
2006-10-08 06:19:07 +00:00
Don Allingham
c95d16c782 debug test
svn: r7369
2006-10-08 04:29:48 +00:00
Don Allingham
559882d64f svn: r7368 2006-10-08 04:17:04 +00:00
Alex Roitman
bec0ca3155 * src/plugins/BookReport.py (BookList.parse): Catch ValueError
exception (coming from urllib2).


svn: r7367
2006-10-08 02:38:51 +00:00
Alex Roitman
3fb2a191a0 * src/LdsUtils.py (temples): Correct code for San Antonio.
svn: r7366
2006-10-08 02:10:23 +00:00
Alex Roitman
356d15ac7a * src/GrampsDb/_WriteGedcom.py
(GedcomWriterOptionBox.get_option_box): Add custom filters to the
	filter list.


svn: r7365
2006-10-08 02:05:17 +00:00
Alex Roitman
dd70d63539 Update
svn: r7364
2006-10-07 19:16:10 +00:00
Alex Roitman
be4c39a654 2006-10-07 Alex Roitman <shura@gramps-project.org>
* data/grampsxml.dtd: Update DTD for XML 1.1.3.
	* data/grampsxml.rng: Update schema for XML 1.1.3.
	* src/GrampsDb/_ReadXML.py (stop_county): Read county.
	* src/GrampsDb/_WriteXML.py (write_address_list): Write county.



svn: r7363
2006-10-07 19:09:05 +00:00
Alex Roitman
ee3d288ad4 in key/value pairs;
(dump_location): Remove debug output.


svn: r7362
2006-10-07 06:00:18 +00:00
Alex Roitman
e87d4d084c * src/GrampsDb/_GrampsBSDDB.py: More upgrade fixes.
svn: r7361
2006-10-07 05:56:58 +00:00
Alex Roitman
53630ba56f * src/GrampsDb/_WriteXML.py (write_data_map): Escape special chars
in key/value pairs.
	* src/GrampsDb/_GrampsBSDDB.py (load): Do not create logs when TXN
	is disabled;
	(gramps_upgrade_9): Include upgrade_11 steps into upgrade_9.


svn: r7360
2006-10-06 23:03:56 +00:00
Martin Hawlisch
1845a32618 * src/PluginUtils/_Plugins.py: ignore pressing apply without a plugin being selected
* src/plugins/SoundGen.py: Dont fail with empty database



svn: r7359
2006-10-06 19:10:15 +00:00
Alex Roitman
065b48569f 2006-10-06 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_GrampsBSDDB.py (GrampsBSDDB.load): Do not create
	logs when TXN is disabled.



svn: r7358
2006-10-06 18:43:29 +00:00
Alex Roitman
d2403dcc1f * src/DataViews/_PersonView.py (set_inactive): Check active status.
svn: r7357
2006-10-06 03:32:35 +00:00
Alex Roitman
e5c8ffd8ae * src/GrampsDb/_GrampsBSDDB.py (gramps_upgrade_11): Upgrade
addresses in repositories.


svn: r7356
2006-10-05 23:01:43 +00:00
Alex Roitman
26e5af1fc2 2006-10-05 Alex Roitman <shura@gramps-project.org>
* src/Config/_GrampsConfigKeys.py: Regenerate file (proper type
	for transactions key).



svn: r7355
2006-10-05 19:47:22 +00:00
Kees Bakker
bf7c4ce434 Translation update.
svn: r7354
2006-10-05 19:33:03 +00:00