gramps/src
2010-08-22 15:47:36 +00:00
..
cli Enhanced GENERAL plugins for flexible API: added data and process to GENERAL plugindata, more details at http://www.gramps-project.org/wiki/index.php?title=Addons_development#General_Plugins 2010-08-11 05:42:46 +00:00
data Moving to Django 1.2; changes to work with css plugin 2010-08-18 02:36:26 +00:00
DateHandler Slovenian Date et Relationships handlers (by Bernard Banko) 2010-08-17 08:16:24 +00:00
docgen Optimize by replacing multiple calls to .write methods with one call where possible 2010-06-11 14:29:44 +00:00
Filters FilterList needs to handle all namespaces 2010-08-22 15:47:36 +00:00
gen Rewrote autoremove flag workaround 2010-08-22 06:33:06 +00:00
glade Typo medu -> menu 2010-08-19 12:12:50 +00:00
GrampsLocale
GrampsLogger Added info about DB version. 2010-05-27 11:04:45 +00:00
gui Doesn't backup with slashes in filename 2010-08-22 04:53:52 +00:00
images Removed gramps-merge.png from these files so that compilation would complete itself. 2010-07-23 06:26:36 +00:00
mapstraction GeoView : remove completely mapstraction v1. 2010-08-11 18:21:26 +00:00
Merge Fix error handling when merging people 2010-08-01 18:18:29 +00:00
plugins Bring up to date with gramps32 version 2010-08-22 13:52:56 +00:00
Simple New MultiTreeView to allow left-click to drag a multi-selected group 2010-08-16 11:20:45 +00:00
test Remove GEDCOM tests - they are broken and not used. 2009-12-25 20:39:02 +00:00
web DEBUG = False 2010-08-19 15:48:09 +00:00
Assistant.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
AutoComp.py
Bookmarks.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
config.py Do not show previously notified addons 2010-08-19 01:04:10 +00:00
const.py.in PlacePage map using mapstraction is now complete and ready for testing. IndividualPage maps are not ready yet. 2010-06-10 08:03:31 +00:00
constfunc.py Deleted not used imports. 2010-02-08 08:26:54 +00:00
Date.py
DateEdit.py Newyear import/export changes and fix 2010-04-04 12:10:12 +00:00
DbState.py Extend history functionality (back/forward) and active-changed signals to all primary objects 2010-01-10 19:19:33 +00:00
DdTargets.py Added family type drag objects 2010-07-31 02:11:47 +00:00
DisplayState.py Protect views with no histories 2010-05-02 13:46:23 +00:00
Errors.py 2059: need a way to compare and merge all objects, by MD Nauta 2010-07-22 02:16:32 +00:00
ExportAssistant.py better fix for #4166, #3955, remove extra line 2010-08-18 21:14:22 +00:00
ExportOptions.py Added filter editor for person and note filters, and removed unneeded reference filters 2010-05-31 14:50:34 +00:00
glade.py issues 3915, 3950 and 3951 (and perhaps some more?) due to a change in pygtk appears to be fixed with this patch. 2010-05-09 18:43:06 +00:00
gramps.py Added a --settings to show settings and versions (based on test_dependencies.py by Stephen George) 2010-04-03 22:44:41 +00:00
GrampsAboutDialog.py Fixed spelling error 2010-05-25 11:30:43 +00:00
GrampsDisplay.py
ImgManip.py 3798: Narrative Web Report error 'Too many open files: ...' 2010-04-16 15:36:31 +00:00
LdsUtils.py 3475: Sort temple names on LDS Editor 2010-03-20 14:30:35 +00:00
ListModel.py Something is wrong; email sent to Nick 2010-08-19 00:43:20 +00:00
Lru.py 3527: People View sometimes skips items because of LRU key error 2010-01-21 01:55:48 +00:00
Makefile.am 0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant). 2010-05-01 04:12:42 +00:00
ManagedWindow.py 2059: need a way to compare and merge all objects, by MD Nauta 2010-07-22 02:16:32 +00:00
PlaceUtils.py Handle GEDCOM 5.5.1 formats for latitude and longitude (bug #3743) 2010-03-22 22:35:53 +00:00
QuestionDialog.py Fix of 3800, so that error msg are dispalyed. 2010-04-15 06:41:56 +00:00
QuickReports.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
RecentFiles.py
Relationship.py #4044 #2855 #2762 fix on half relations (contribution by reinhard) 2010-06-04 13:33:22 +00:00
Reorder.py Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time. 2010-01-18 04:42:17 +00:00
ScratchPad.py Removed unnecessary code 2010-08-21 23:44:13 +00:00
Sort.py NameDisplay was moved. 2010-01-14 04:21:31 +00:00
soundex.py 3739: Find duplicate people (error in soundex unicode) 2010-03-20 12:33:44 +00:00
Spell.py 3826: Language detection in spelling does not work, by kulath 2010-04-11 14:16:54 +00:00
SubstKeywords.py Issue 4124. See also Wiki for substitution keywords. 2010-08-09 17:44:37 +00:00
ThumbNails.py Continued work on GEP008: move src/Mime to src/gen/mime. 2010-01-24 20:17:14 +00:00
TipOfDay.py New tip of the days of Duncan, code to support <br/> 2010-02-08 09:51:47 +00:00
ToolTips.py Fix tooltips in list views (currently disabled) 2010-07-04 16:59:05 +00:00
TransUtils.py Force an addon translation to be in a given language(s) 2010-08-13 03:55:54 +00:00
TreeTips.py
UndoHistory.py Updates to undo/redo logic: 2010-05-20 18:32:08 +00:00
Utils.py Removed some subtle checks in probably_alive to make more protective when restricting on alive status 2010-06-11 00:35:54 +00:00