gramps/src
2010-05-03 22:47:47 +00:00
..
cli Information in file was doubled/tripled. 2010-05-03 12:40:39 +00:00
data bug #0003908: fixed NarWeb footer height problem 2010-05-03 12:22:10 +00:00
DateHandler update Slovak DateHandler (by Lubo Vasko) 2010-04-14 16:22:48 +00:00
docgen Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Filters fix docstring typos 2010-04-08 06:50:21 +00:00
gen Fix of included files. 2010-05-03 16:31:12 +00:00
glade typo 2010-04-19 08:22:08 +00:00
GrampsLocale
GrampsLogger Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
gui Added an EditObject that works on any object_class; will look up obj based on gramps_id or handle 2010-05-03 22:47:47 +00:00
images Some 16x16 images are missing, used by OS or desktop not able to scale SVG images 2010-03-15 13:55:07 +00:00
mapstraction 3672: Crosshair image missing from GeoView 2010-03-07 09:10:49 +00:00
Merge 0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant). 2010-05-01 04:12:42 +00:00
plugins 3900: Export to Gedcom; and other living proxy None issue 2010-05-01 18:51:31 +00:00
Simple Added a display to return a string of any object; fixed a bug in gid(obj) so that it can now work for any obj 2010-05-03 22:46:14 +00:00
test Remove GEDCOM tests - they are broken and not used. 2009-12-25 20:39:02 +00:00
web Use list comprehensions and built-in functions 2010-01-25 17:40:15 +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 Replace pedigree view with new extended pedigree view 2010-03-03 23:12:56 +00:00
const.py.in update copyright year in "about" dialog window 2010-03-10 07:44:29 +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
DisplayState.py Protect views with no histories 2010-05-02 13:46:23 +00:00
Errors.py Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display. 2010-01-14 04:08:04 +00:00
ExportAssistant.py 0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant). 2010-05-01 04:12:42 +00:00
ExportOptions.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
glade.py Fixed svn Id property 2009-12-21 13:43:50 +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 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
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 3347: /src/Selectors/_SelectPlace.py is still looking for DataViews 2009-11-12 21:53:47 +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 Third update for consistent use of Gramps. See issue 3355. 2009-11-19 17:32:11 +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 Fix of issue 3703. 2010-03-13 20:26: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 3542: Scratchpad does not remove objects when changing database 2010-03-01 12:52:57 +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 typo in docstring 2010-03-27 19:30:29 +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 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
TransUtils.py added checks so that missing LOCALEDIR won't prevent gramps from starting 2010-04-04 09:25:18 +00:00
TreeTips.py
UndoHistory.py Updates to undo/redo logic -- part 1 2010-04-23 19:02:24 +00:00
Utils.py 3877: 'alive' and incomplet date 2010-04-24 18:59:14 +00:00