gramps/src
2010-02-05 21:28:09 +00:00
..
cli 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
data Refinements on gramps-connect editing people, families, and events 2010-01-02 02:09:09 +00:00
DateHandler Remove redundant calendar function from DateHandler. 2010-01-25 04:53:45 +00:00
docgen Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Filters Use built-in functions to replace for loops: 2010-01-25 17:45:21 +00:00
gen Revert some map calls to list comps to correct bug introduced in rev. 14104 2010-02-02 13:56:15 +00:00
glade Reenable changing column order for all listviews 2010-02-01 13:04:19 +00:00
GrampsLocale
GrampsLogger Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
gui remember in every view cat the last used view 2010-02-05 19:47:32 +00:00
images an icon for geoview which does not resemple the places view icon 2010-02-05 21:28:09 +00:00
mapstraction
Merge Use built-in functions to replace for loops: 2010-01-25 17:45:21 +00:00
plugins fix wrong variable 2010-02-05 20:35:12 +00:00
PluginUtils Renamed for_gramps to gramps_target_version; added newplugin function to work on additional register style 2010-01-25 23:58:42 +00:00
ReportBase Fix of issue 3531. 2010-01-28 15:21:13 +00:00
Simple Attempts to fix unicode column text 2010-01-28 13:57:00 +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 htmlview should be hidden 2010-02-05 20:45:23 +00:00
const.py.in Make const.py.in work for Windows, too 2010-01-24 21:27:46 +00:00
Date.py
DateEdit.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
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 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
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 new gtk version has also a set_window 2010-02-02 08:09:31 +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 Continued work on GEP008: move src/Mime to src/gen/mime. 2010-01-24 20:17:14 +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
LdsUtils.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
ListModel.py
Lru.py 3527: People View sometimes skips items because of LRU key error 2010-01-21 01:55:48 +00:00
Makefile.am Remove column config from db, move to the plugins 2010-02-01 07:01:45 +00:00
ManagedWindow.py
PlaceUtils.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
QuestionDialog.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
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 Use English for English locale. 2010-02-05 09:33:13 +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 Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Sort.py NameDisplay was moved. 2010-01-14 04:21:31 +00:00
soundex.py
Spell.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
SubstKeywords.py Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display. 2010-01-14 04:08:04 +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 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
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 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
TreeTips.py
UndoHistory.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Utils.py Fixed a typo. 2010-02-04 15:01:11 +00:00