gramps/src
2009-03-10 05:54:55 +00:00
..
BasicUtils 2704: Translation problem word Title (contribution by jannek) 2009-02-12 07:31:08 +00:00
Config Persist window dimensions for selector windows. TODO: SelectPerson. This class needs rewriting to use BaseSelector 2009-02-08 15:47:24 +00:00
data merged from gramps31; bug #2789 - wrong relative path for blank.gif 2009-03-10 05:54:55 +00:00
DataViews Fixing typos 2009-03-08 23:02:03 +00:00
DateHandler Removed code, that was committed by mistake. 2009-02-21 07:18:53 +00:00
DisplayModels Refinements to give more feedback on probably alive; use CAUSE_DEATH as additional evidence for death; date span shows (unknown) for invalid differences. 2009-01-01 00:58:18 +00:00
DisplayTabs Bug 2616. Fixes for memory leaks in event editor 2009-02-25 18:18:19 +00:00
docgen Added more files that Brian had previously listed. 2009-02-24 08:42:25 +00:00
Editors Bug 2616. Fixes for memory leaks in source and place editors 2009-02-27 21:11:10 +00:00
FilterEditor 2748: Some URLs still point user to wiki manual version 3.0 2009-02-26 10:02:00 +00:00
Filters Improving help messages 2009-03-09 18:35:16 +00:00
gen 2792: Dates in sourcereferences in person_ref_list not upgraded; this fixes the missing conversion in child-ref-list 2009-03-09 19:49:51 +00:00
glade Make size eventref editor independant of language noplace text is in 2009-02-20 13:31:47 +00:00
GrampsDbUtils Treat RESI tokens as events and not import them as Gramps addresses as per advice on the wiki concerning using residence events to record addresses. Bug #2651 2009-02-01 12:35:26 +00:00
GrampsLocale 2730: numeric dates on windows not correct 2009-02-27 07:37:16 +00:00
GrampsLogger 2748: Some URLs still point user to wiki manual version 3.0 2009-02-26 10:02:00 +00:00
images Added more files that Brian had previously listed. 2009-02-24 08:42:25 +00:00
mapstraction GeoView : Added one html page per map type ( event, place, people and family ). 2009-01-08 21:30:12 +00:00
Merge 2748: Some URLs still point user to wiki manual version 3.0 2009-02-26 10:02:00 +00:00
Mime Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
Models fixed indentation issues and mix of tabs and spaces. 2009-02-09 23:37:40 +00:00
plugins 2798: Gramplet 'Fan Chart' throws error when right-clicked prior to defining Home Person. 2009-03-10 00:55:35 +00:00
PluginUtils 0002655: Directories and files with accents characters cause failures in Windows. 2009-02-24 04:41:23 +00:00
ReportBase merged from gramps31; re-apply fix for bug #2121 - graphviz graphs generated off the edge of the page 2009-03-08 20:21:08 +00:00
Selectors Remove assert as a means of testing for self.title 2009-03-01 12:16:57 +00:00
Simple fix for gtk not liking unicode? 2009-01-10 16:26:24 +00:00
test fixed indentation issues and mix of tabs and spaces. 2009-02-09 23:37:40 +00:00
widgets Bug 2707: reverting linkbox change from r10763 2009-02-16 13:38:07 +00:00
ansel_utf8.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
ArgHandler.py Missing -e and -L in const, and missing -o and -u in ArgHandler 2008-11-28 19:21:20 +00:00
Assistant.py
AutoComp.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
BaseDoc.py Revert revision 10874 as it causes bug #2720 2009-02-22 20:53:37 +00:00
Bookmarks.py 2748: Some URLs still point user to wiki manual version 3.0 2009-02-26 09:57:08 +00:00
ColumnOrder.py
const.py.in Update copyright message for 2009 2009-03-01 13:04:11 +00:00
Date.py
DateEdit.py 2748: Some URLs still point user to wiki manual version 3.0 2009-02-26 09:57:08 +00:00
DbLoader.py Fixed import error message to be more accurate 2008-11-30 03:56:26 +00:00
DbManager.py Fix memory leak in DbManager 2009-02-21 21:04:09 +00:00
DbState.py
DdTargets.py
DisplayState.py Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager". 2008-10-02 04:02:10 +00:00
Errors.py #2483 DbError handling correction - patch Josip 2008-11-24 09:02:02 +00:00
ExportAssistant.py 0002655: Directories and files with accents characters cause failures in Windows. 2009-02-24 04:41:23 +00:00
ExportOptions.py Just a minor cleanup. No functional change. 2008-12-17 21:39:37 +00:00
FontScale.py
gramps_main.py Part 1 of GeoView: icons, configs and preferences 2008-12-07 22:48:30 +00:00
gramps.py #2269 wrong localisation directory with custom prefix 2008-08-13 06:01:11 +00:00
GrampsAboutDialog.py merge of typo fixes from 3.1 branch 2009-02-22 11:07:51 +00:00
GrampsCfg.py 2772: Name Display Format – Rev. is not a prefix 2009-03-09 12:50:25 +00:00
GrampsDisplay.py #2751: Finnish translation 2009-02-26 11:06:50 +00:00
ImgManip.py
LdsUtils.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
ListModel.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
Lru.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
Makefile.am GeoView part II: the module itself. 2008-12-08 11:04:54 +00:00
ManagedWindow.py Bug 2616. Fixes for memory leaks in person and family editors 2009-02-26 21:44:22 +00:00
Navigation.py
PageView.py New mapservice plugin structure, as a general solution to #2659 2009-02-02 21:55:22 +00:00
PlaceUtils.py Peter Landgren: 02659 support for RT90 in PlaceUtils.py 2009-01-31 23:09:27 +00:00
ProgressDialog.py
QuestionDialog.py
QuickReports.py Replace "== None" and "!= None" with "is None" and "is not None", respectively 2009-02-23 19:11:46 +00:00
RecentFiles.py fixed indentation issues and mix of tabs and spaces. 2009-02-09 23:37:40 +00:00
Relationship.py fixed indentation issues and mix of tabs and spaces. 2009-02-09 23:37:40 +00:00
Reorder.py
ScratchPad.py 2748: Some URLs still point user to wiki manual version 3.0 2009-02-26 09:57:08 +00:00
Sort.py New plugin for sorting events within a database 2009-01-10 12:15:54 +00:00
soundex.py
Spell.py 2781: Turkish dictionnary (Enchant's zemberek_provider) on Note Editor 2009-03-08 09:35:52 +00:00
SubstKeywords.py
ThumbNails.py 002503: Change md5 module by hashlib. 2008-12-04 21:44:12 +00:00
TipOfDay.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
ToolTips.py Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351 2008-09-07 11:08:18 +00:00
TransUtils.py add plural context to TransUtils.py 2009-01-31 08:34:15 +00:00
TreeTips.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
UndoHistory.py
Utils.py 0002655: Directories and files with accents characters cause failures in Windows. 2009-02-24 04:41:23 +00:00
ViewManager.py 2748: Some URLs still point user to wiki manual version 3.0 2009-02-26 09:57:08 +00:00