gramps/src
2008-09-09 07:03:26 +00:00
..
BasicUtils Replace __call__ in dir(*) with callable(*) for performance gain 2008-07-14 15:47:15 +00:00
Config Make exclusion of unlinked records optional 2008-07-20 18:33:04 +00:00
data #2319: authors.xml is not pasted/installed on installation process 2008-08-08 10:05:54 +00:00
DataViews Make PersonView search bar work the same as in the other views. Bug #2362 2008-09-06 09:44:38 +00:00
DateHandler Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
DisplayModels Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
DisplayTabs #2330: Error when using reorder buttons 2008-08-21 16:43:46 +00:00
docgen Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
Editors Stop media editor prompting to save changes on cancellation when none made. Bug #2364 2008-09-06 09:18:57 +00:00
FilterEditor Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
Filters Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351 2008-09-07 11:08:18 +00:00
gen Stop media editor prompting to save changes on cancellation when none made. Bug #2364 2008-09-06 09:18:57 +00:00
glade Allow window manager to cascade new note editor windows 2008-07-26 13:20:03 +00:00
GrampsDbUtils Retain whitespace when importing notes. Bug #2357 2008-09-05 19:33:48 +00:00
GrampsLocale
GrampsLogger Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
images Added arrow gifs, and made some changes to WebCal 2008-08-04 20:46:46 +00:00
Merge Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
Mime Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
Models Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
plugins Revert 11039 and 11040. Fixed by 11043. 2008-09-09 07:03:26 +00:00
PluginUtils 0002309: Crash rerunning report after deleting used filter. (Improved fix - the last fix caused errors) 2008-09-09 04:00:15 +00:00
ReportBase Add a new place report 2008-09-01 20:08:39 +00:00
Selectors
Simple Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
test Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
widgets Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
accent.py
ansel_utf8.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
ArgHandler.py Put all the plugin management and registration stuff into a class. This new class is named PluginManager. It is a Singleton so that everyone gets access to the same plugin information. 2008-05-18 19:24:28 +00:00
Assistant.py
AutoComp.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
BaseDoc.py #2314: Detailed reports won't run - Reverted change r10874->r10873 #2289: Replace dict.has_keyx calls with x in dict 2008-08-08 09:50:01 +00:00
Bookmarks.py
build_cmdplug
ColumnOrder.py
const.py.in 0002142: Patch to const.py.in to enable py2exe 2008-05-08 12:08:19 +00:00
Date.py
DateEdit.py
DbLoader.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
DbManager.py Keep the archive and extract button visible. Bug #2316. 2008-08-12 21:05:11 +00:00
DbState.py
DdTargets.py
DisplayState.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
Errors.py Issue #0002175: Change type() expressions to isinstance() expressions. 2008-05-25 19:55:47 +00:00
ExportAssistant.py #2363:Cannot translate Filename: 2008-09-06 08:09:49 +00:00
ExportOptions.py Contribution from Robert Chéramy <robert@cheramy.net>. Adds note filters to the filter proxy. Also adds note filters to the exporters. 2008-09-04 11:46:43 +00:00
FontScale.py
gramps_main.py change warning message to be generic 3.x-trunk version, and not 3.0.0-beta 2008-05-05 04:52:51 +00:00
gramps.py #2269 wrong localisation directory with custom prefix 2008-08-13 06:01:11 +00:00
GrampsAboutDialog.py Avoid including the same person more than once in case (s)he has several svn usernames. 2008-05-07 09:48:22 +00:00
GrampsCfg.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
GrampsDisplay.py #/src/GrampsDisplay : add french locale for wiki manual 2008-04-19 10:36:21 +00:00
ImgManip.py
LdsUtils.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
ListModel.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
Lru.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
Makefile.am Move src/objectentries.py to src/Editors/ObjectEntries.py. 2008-05-12 10:43:43 +00:00
ManagedWindow.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
Navigation.py
PageView.py Add functionality to PageView to remove multiple object from DataViews. 2008-07-26 08:35:07 +00:00
PlaceUtils.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
ProgressDialog.py
QuestionDialog.py
QuickReports.py Issue #0002175: Change type() expressions to isinstance() expressions. 2008-05-25 19:55:47 +00:00
RecentFiles.py
Relationship.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
Reorder.py
ScratchPad.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
Sort.py
soundex.py
Spell.py
SubstKeywords.py Use fallback dates when no birth or death dates 2008-04-19 22:06:22 +00:00
ThumbNails.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
TipOfDay.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00
ToolTips.py Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351 2008-09-07 11:08:18 +00:00
TransUtils.py
TreeTips.py Code optimizations wrt handling of None - bug 2212 2008-06-16 15:01:46 +00:00
UndoHistory.py
Utils.py 0002246: Files with non-ascii characters can not be opened from the Media View 2008-07-22 02:24:45 +00:00
ViewManager.py Replace dict.has_key(x) with x in dict for performance gain 2008-07-17 18:10:32 +00:00