Peter Landgren
b1c282102f
Two translatable strings were missed
...
svn: r10031
2008-02-14 10:02:45 +00:00
Doug Blank
1b9949bdc6
2008-02-13 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/DataViews/GrampletView.py: right-click on name link edits
* src/plugins/DefaultGramplets.py: change tooltip of relation gramplet
to indicate the right-click edit option
svn: r10029
2008-02-14 02:40:45 +00:00
Benny Malengier
e1497c5f3e
* src/DataViews/GrampletView.py: Gramplet key for detached min size
...
* src/plugins/DefaultGramplets.py: RelativesGramplet detached size
2008-02-13 Benny Malengier <benny.malengier@gramps-project.org>
svn: r10028
2008-02-13 21:29:06 +00:00
Benny Malengier
b7e7f90096
* src/DataViews/GrampletView.py: minor change
...
* src/plugins/DefaultGramplets.py: new RelativesGramplet
Response to issue #1758
2008-02-13 Benny Malengier <benny.malengier@gramps-project.org>
svn: r10027
2008-02-13 19:52:40 +00:00
Benny Malengier
74338d8a87
2008-02-13 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/plugins/WritePkg.py: add callback=None, issue #1398
svn: r10026
2008-02-13 14:49:46 +00:00
Brian Matherly
60b7f5e04d
0001754: Capitalization in Statistics chart
...
0001755: Selection of contents in statistics chart does not work
svn: r10019
2008-02-12 04:49:43 +00:00
Benny Malengier
a1897e68d9
* src/plugins/MediaManager.py: conversion functions of path
...
* src/Utils.py: general methods to convert abs to rel
* src/Editors/AddMedia.py: show existing descr and select file if pos
* src/Editors/_EditPerson.py: view photo needs db for media path
* src/Editors/_EditMedia.py: better path/mime handling
* src/DataViews/MediaView.py: use full path to view
Start of issue #1208
2008-02-11 Benny Malengier <benny.malengier@gramps-project.org>
svn: r10017
2008-02-11 22:27:24 +00:00
Brian Matherly
1adcd57028
0001731: Wrong dot in Ancestral Report
...
svn: r10015
2008-02-10 22:09:35 +00:00
Brian Matherly
fbb9bcedf8
0001751: Translation of string in FanCaaart.py does not work.
...
svn: r10013
2008-02-10 21:22:28 +00:00
Brian Matherly
1f783f6545
0001750: Some problems with web pages
...
svn: r10012
2008-02-10 21:17:43 +00:00
Brian Matherly
610ac774fa
Web Calendar and Narrative Web report now use Menu Options.
...
svn: r10010
2008-02-10 04:09:09 +00:00
Raphael Ackermann
146e89876d
2008-02-05 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/data/tips.xml.in: remove checkpoint reference
* src/plugins/Makefile.am: remove checkpoint reference
* po/POTFILES.in: remove checkpoint reference
svn: r10000
2008-02-05 22:24:44 +00:00
Gary Burton
8335204a39
svn: r9999
2008-02-05 21:35:29 +00:00
Raphael Ackermann
534a306579
2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/DataViews/GrampletView.py
* src/ReportBase/_ReportUtils.py
* src/gen/proxy/private.py
* src/plugins/WebCal.py
* src/plugins/CmdRef.py
* src/Models/_ListCursor.py
* src/Models/_PathCursor.py
PEP 8 fixes. Change
if var == True --> if var
if var is True --> if var
if var == False --> if not var
if var == None --> if var is None
svn: r9994
2008-02-05 00:31:57 +00:00
Brian Matherly
5ae6d584f7
0001674: when exporting, filter dropdown menu has to "Entire Database" entries
...
svn: r9989
2008-02-03 02:50:09 +00:00
Brian Matherly
08c54e0d2e
0001702: invoking family group reports crashes gramps
...
svn: r9986
2008-02-02 21:23:08 +00:00
Brian Matherly
dea5778b74
Deleted GraphViz.py - superceeded by GVRelGraph.py.
...
svn: r9981
2008-02-02 15:03:24 +00:00
Brian Matherly
7cda6f4c7a
0001663: webcal options show Mos. 1-6 Notes and Mos. 7-12 Notes
...
svn: r9980
2008-02-02 14:57:32 +00:00
Brian Matherly
d1d05ec311
0001688: BUG when I clicked generate commandline plugin reference tool
...
svn: r9978
2008-02-02 14:04:27 +00:00
Raphael Ackermann
2cfa4a9a13
2008-02-02 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/plugins/WriteGeneWeb.py: "Living" is not translated -->fixed
svn: r9975
2008-02-02 10:37:51 +00:00
Brian Matherly
2710bc0fa1
0001617: place/cause option: cause is never included
...
svn: r9972
2008-02-01 13:04:35 +00:00
Benny Malengier
f62e8b988b
2008-01-28 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/plugins/MarkerReport.py: fix bug #1669 with None type cmp
svn: r9967
2008-01-31 08:22:43 +00:00
Raphael Ackermann
fc1554acaa
2008-01-30 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/FilterEditor/_EditFilter.py: self.space --> self.namespace
* src/FilterEditor/_FilterEditor.py: self.space --> self.namespace
* src/FilterEditor/_EditRule.py: self.space --> self.namespace
* src/FilterEditor/_ShowResults.py: self.space --> self.namespace
* src/plugins/ExportVCalendar.py: pylint fixes
* src/PluginUtils/_Tool.py: pylint fixes
* src/Filters/_FilterParser.py: cleanup
* src/Filters/_GenericFilter.py: doc fix
* src/Filters/Rules/Person/_Everyone.py
* src/ManagedWindow.py: doc fix
svn: r9963
2008-01-30 09:03:20 +00:00
Raphael Ackermann
3bd5ea1f35
2008-01-29 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/ViewManager.py: 0001641: add ... ellipsis to menu items.
* src/plugins/Calendar.py: 0001641: add ... ellipsis to menu items.
* src/PluginUtils/__init__.py: pep8 fixes
* src/PluginUtils/_PluginMgr.py: pylint and doc fixes
svn: r9960
2008-01-29 21:48:19 +00:00
Peter Landgren
e7b15b8aa5
Encoding according to sys.getfilesystemencoding() in stead of hardcoded iso-8859-1
...
svn: r9958
2008-01-29 18:18:45 +00:00
Raphael Ackermann
bbd8b9fcb8
2008-01-29 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/plugins/EventNames.py: doc fixes and removal of self.label
svn: r9957
2008-01-29 17:27:16 +00:00
Gary Burton
7998da0bc0
2008-01-29 Gary Burton <gary.burton@zen.co.uk>
...
* src/plugins/TimeLine.py:
* src/Sort.py: Use fallback events e.g. baptism/burial when no birth or
death events are available.
svn: r9956
2008-01-29 16:40:33 +00:00
Peter Landgren
ebf01966b1
Improved rules for multiple surnmames
...
svn: r9954
2008-01-29 15:47:24 +00:00
Raphael Ackermann
9d11c72ca2
2008-01-28 Duncan Lithgow <dlithgow@gmail.com>
...
Raphael Ackermann <raphael.ackermann@gmail.com>
* src/plugins/Summary.py
* src/plugins/WebCal.py
* src/plugins/KinshipReport.py
* src/plugins/DescendReport.py
* src/plugins/DetDescendantReport.py
* src/plugins/ExtractCity.py
* src/plugins/EventNames.py
* src/plugins/DumpGenderStats.py
* src/plugins/Desbrowser.py
* src/plugins/Checkpoint.py
* src/plugins/OwnerEditor.py
* src/plugins/ChangeNames.py
* src/plugins/AncestorReport.py
* src/plugins/MarkerReport.py
* src/plugins/DateParserDisplayTest.py
* src/plugins/FindDupes.py
* src/plugins/SoundGen.py
* src/plugins/TestcaseGenerator.py
* src/plugins/Rebuild.py
* src/plugins/DescendChart.py
* src/plugins/EndOfLineReport.py
* src/plugins/AncestorChart.py
* src/plugins/DetAncestralReport.py
* src/plugins/CountAncestors.py
* src/plugins/Check.py
* src/plugins/EventCmp.py
* src/plugins/FamilyGroup.py
* src/plugins/RelCalc.py
* src/plugins/MediaManager.py
* src/plugins/ChangeTypes.py
* src/plugins/StatisticsChart.py
* src/plugins/FamilyLines.py
* src/plugins/PatchNames.py
svn: r9953
2008-01-29 07:40:35 +00:00
Raphael Ackermann
ebf12e3106
2008-01-28 Duncan Lithgow <dlithgow@gmail.com>
...
* various: add capitalization fixes according to HIG (plus ellipsis ...)
http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en
svn: r9951
2008-01-28 21:22:06 +00:00
Brian Matherly
a25fb9bdd6
Change the availability of some options in FamilyLines depending on the value of other options.
...
svn: r9945
2008-01-28 13:25:22 +00:00
Doug Blank
8731e42173
Two typos
...
svn: r9939
2008-01-26 23:53:31 +00:00
Doug Blank
7100461229
* src/plugins/ExportCSV.py:
...
* src/plugins/ImportCSV.py:
fix international/translation issues
2008-01-26 Douglas S. Blank <dblank@cs.brynmawr.edu>
svn: r9938
2008-01-26 21:18:15 +00:00
Brian Matherly
924bdbde97
KinshipReport - add the number of people in each category.
...
svn: r9931
2008-01-25 02:00:03 +00:00
Doug Blank
6efffe4bf0
2008-01-24 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/GrampsCfg.py: missing const; added Text tab
* src/Config/_GrampsConfigKeys.py: added missing and private text
* src/plugins/DefaultGramplets.py: use missing surname text
* src/Simple/_SimpleAccess.py: use missing surname text
svn: r9929
2008-01-25 01:15:02 +00:00
Raphael Ackermann
506eb32637
2008-01-24 Raphael Ackermann <raphael.ackermann@gmail.com>
...
Removed all the __author__, __revision__ and __version__ statements
svn: r9928
2008-01-24 20:38:10 +00:00
Peter Landgren
2478b142b3
Fix for kinship report
...
svn: r9925
2008-01-24 16:09:55 +00:00
Brian Matherly
77af7ed092
Refactoring the report system: reports no longer require dbstate.
...
svn: r9924
2008-01-24 12:50:33 +00:00
Gary Burton
4e4e744c48
* src/plugins/GVFamilyLines.py: Use fallback events e.g. baptism/burial
...
when no birth or death events are available.
2008-01-23 Gary Burton <gary.burton@zen.co.uk>
svn: r9922
2008-01-23 22:55:51 +00:00
Brian Matherly
2f0d587bec
More refactoring in the report system. Book report should work again.
...
svn: r9916
2008-01-23 05:41:46 +00:00
Raphael Ackermann
e67991ebeb
2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/ReportBase/_Bibliography.py
* src/ReportBase/_Endnotes.py
* src/GrampsLocale/__init__.py
* src/gen/db/dbconst.py
* src/gen/lib/test/date_test.py
* src/plugins/CalculateEstimatedDates.py
* src/BasicUtils/__init__.py
* src/test/utils_test.py
* src/GrampsDbUtils/importdbdir.py
* po/test/po_test.py
add filename to $Id: $ to allow automatic filling in of svn properties
svn: r9914
2008-01-22 10:17:42 +00:00
Raphael Ackermann
bbe2cc6d4e
2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/* Everything but src/images/* and src/data/* add correct svn
properties with the commands:
svn propset -R svn:mime-type text/plain src/
svn propset -R svn:eol-style native src/
svn propset -R svn:keywords Id src/
See below why the Id keyword is enough. From svn help propset
svn:keywords - Keywords to be expanded. Valid keywords are:
URL, HeadURL - The URL for the head version of the object.
Author, LastChangedBy - The last person to modify the file.
Date, LastChangedDate - The date/time the object was last modified.
Rev, Revision, - The last revision the object changed.
LastChangedRevision
Id - A compressed summary of the previous
4 keywords.
svn: r9912
2008-01-22 09:17:46 +00:00
Raphael Ackermann
4261e46bf9
2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/FilterEditor/_ShowResults.py
* src/GrampsCfg.py
* src/ReportBase/_StyleComboBox.py
* src/ReportBase/_PaperMenu.py
* src/ReportBase/_BookFormatComboBox.py
* src/ReportBase/_DrawFormatComboBox.py
* src/ReportBase/_GraphvizReportDialog.py
* src/ReportBase/_TextFormatComboBox.py
* src/DisplayTabs/_GalleryTab.py
* src/ColumnOrder.py
* src/plugins/WebCal.py
* src/plugins/RemoveUnused.py
* src/plugins/Verify.py
* src/plugins/PatchNames.py
* src/ObjectSelector/_FamilyFilterFrame.py
* src/ObjectSelector/_PersonFilterFrame.py
* src/GrampsWidgets.py
* src/ExportOptions.py
* src/DdTargets.py
* src/AutoComp.py
* src/UndoHistory.py
* src/PluginUtils/_PluginWindows.py
* src/DbLoader.py
* src/Filters/_FilterMenu.py
pylint fixes + init gtk.ListStore() with gobject.TYPE_BOOLEAN types
instead of str, int, bool etc + Documentation fixes
svn: r9905
2008-01-21 22:03:43 +00:00
Benny Malengier
8137680dcc
2008-01-21 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/plugins/Check.py: bug (buglist) wrong method call
svn: r9902
2008-01-21 08:38:49 +00:00
Brian Matherly
2b7534d55d
Remove FamilyLines and GraphVis.py from distribution and translation.
...
svn: r9897
2008-01-21 03:07:34 +00:00
Doug Blank
fc24f96e12
added missing newlines
...
svn: r9896
2008-01-20 15:00:00 +00:00
Doug Blank
b3d5ad9855
2008-01-18 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/ImportCSV.py (cleanup_column_name):
use given, givenname as aliases for firstname;
give better warning for missing data on row
svn: r9893
2008-01-19 03:29:29 +00:00
Erik De Richter
13d6f0b76c
typo
...
svn: r9890
2008-01-18 20:04:41 +00:00
Erik De Richter
9c6f6c1fc9
typo
...
svn: r9889
2008-01-18 19:43:59 +00:00
Doug Blank
409a730fa0
2008-01-18 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/DefaultGramplets.py (SurnameCloudGramplet.main):
use const.NO_SURNAME to display blank entries
* src/plugins/SameSurnames.py (SameSurname): exact match surnames
* src/Simple/_SimpleAccess.py (SimpleAccess.surname):
surname() returns const.NO_SURNAME when left blank
* src/const.py.in: new NO_SURNAME constant; RERUN ./autogen.sh !
svn: r9887
2008-01-18 18:28:28 +00:00