gramps/src
2010-03-09 12:49:25 +00:00
..
cli Fix of issue 3653 (Windows only issue). 2010-03-02 09:15:46 +00:00
data updated authors.xml 2010-03-08 03:06:44 +00:00
DateHandler Updated _Date_de.py 2010-03-02 20:27:17 +00:00
docgen Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Filters 3136: Creating a graphical report crashes the report generator 2010-02-06 16:23:17 +00:00
gen 3667: Addings a new person and changing the name grouping results in frozen window 2010-03-07 15:33:38 +00:00
glade 3441: Need to connect on_result_delete_event on glade dialogs - part 2 2010-03-05 22:52:12 +00:00
GrampsLocale 2730: numeric dates on windows not correct 2009-02-27 07:37:16 +00:00
GrampsLogger Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
gui Bug fix for multiple sort keys 2010-03-07 19:49:50 +00:00
images One file was listed twice. 2010-03-06 10:52:53 +00:00
mapstraction 3672: Crosshair image missing from GeoView 2010-03-07 09:10:49 +00:00
Merge Use built-in functions to replace for loops: 2010-01-25 17:45:21 +00:00
plugins all for textreport/DescendReport.py. 1. fixed top level de_Villiers_Pama number 2010-03-09 02:20:13 +00:00
PluginUtils Add message if addon has wrong version. 2010-03-09 12:49:25 +00:00
ReportBase 3441: Need to connect on_result_delete_event on glade dialogs - part 2 2010-03-05 22:52:12 +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 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 Trunk is now version 3.3.0 2010-03-06 22:47:25 +00:00
constfunc.py Deleted not used imports. 2010-02-08 08:26:54 +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 cleanup (reordering alphabetically of DnD types) 2009-08-12 10:01:28 +00:00
DisplayState.py Update history and MRU lists when objects are deleted 2010-03-02 15:49:27 +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 New attemot to improve complete translation in Windows. 2010-02-20 13:21:26 +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 Move gtk-based items out of scope of import for cli 2009-11-16 22:39:54 +00:00
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 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 Remove column config from db, move to the plugins 2010-02-01 07:01:45 +00:00
ManagedWindow.py Third update for consistent use of Gramps. See issue 3355. 2009-11-19 17:32:11 +00:00
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 Tweaks to use inplace arithmetic 2009-09-10 18:49:48 +00:00
Relationship.py Something else was wrong. 2010-02-25 15:54:31 +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 bug #3662: SoundEx works only for ascii characters 2010-03-08 18:12:13 +00:00
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 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 Fixed some misspellings and changed to print instead of a dialog. 2010-02-21 12:38:02 +00:00
TreeTips.py 0002897: Clipboard's Source Reference popup lingers forever 2009-04-10 03:01:42 +00:00
UndoHistory.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Utils.py 3673: People with less than 1 year seems to be ignored on 'Age on Date' gramplet and 'Records' report 2010-03-08 02:59:49 +00:00