gramps/src
2010-05-06 15:54:33 +00:00
..
cli Repair duplicated file contents resulting from 0003796 (Make export available when no GUI available). 2010-05-06 03:40:30 +00:00
data bug #0003908: fixed NarWeb footer height problem 2010-05-03 12:22:10 +00:00
DateHandler #3918: months not localized (by jcreus) 2010-05-05 16:52:49 +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 3914: Add a new markup for creating links to URLs and for gramps objects 2010-05-06 15:54:33 +00:00
glade 3914: Add a new markup for creating links to URLs and for gramps objects 2010-05-06 15:54:33 +00:00
GrampsLocale
GrampsLogger Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
gui 3914: Add a new markup for creating links to URLs and for gramps objects 2010-05-06 15:54:33 +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 3914: Add a new markup for creating links to URLs and for gramps objects 2010-05-06 15:54:33 +00:00
Simple Always return a string (even if error message) for SimpleAccess.display 2010-05-05 15:49:16 +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 AutoComp.py: remove redundant list-building and use inplace addition where applicable 2009-09-02 20:54:22 +00:00
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 Added data for --settings so that translation works. 2010-05-06 07:26:37 +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 cleanup (reordering alphabetically of DnD types) 2009-08-12 10:01:28 +00:00
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 Issue 3904, dirname and filename swapped. 2010-05-04 11:55:14 +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 Factored out common code into find_binary function 2009-09-19 10:47:24 +00:00
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 Issue 3915, error in error message. 2010-05-04 12:04:27 +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 Tweaks to use inplace arithmetic 2009-09-10 18:49:48 +00:00
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