.. |
BasicUtils
|
Replace __call__ in dir(*) with callable(*) for performance gain
|
2008-07-14 15:47:15 +00:00 |
Config
|
Complete remove of GCONF settings and upgrade possibility
|
2008-12-08 09:16:46 +00:00 |
data
|
CSS corrections by Jason Simanek.
|
2008-12-11 15:48:35 +00:00 |
DataViews
|
GeoView : Invalid prefs.js path for gtkmozembed proxy.
|
2008-12-23 18:28:33 +00:00 |
DateHandler
|
Fix of 2496 by adding correc spelling of languages.
|
2008-11-13 09:03:05 +00:00 |
DisplayModels
|
Fix of issue 2504, sorting in WinXP.
|
2008-11-21 15:25:00 +00:00 |
DisplayTabs
|
Change the way drag and drop is initiated. patch suggested by tgehrig. Bug #2486.
|
2008-11-29 17:47:17 +00:00 |
docgen
|
Added a Gramplet that can run a Quick View
|
2008-12-13 16:59:14 +00:00 |
Editors
|
Fix of 2518, so that Alt-C always means Cancel.
|
2008-11-30 19:33:54 +00:00 |
FilterEditor
|
Fix of issue 2504, sorting in WinXP.
|
2008-11-21 15:25:49 +00:00 |
Filters
|
Add an option progress meter argument to GenericFilter.apply
|
2008-12-15 21:42:58 +00:00 |
gen
|
Added to display age at death if dead, or current age if alive
|
2008-12-14 14:52:54 +00:00 |
glade
|
2561: Typo (contribution by Joan Creus)
|
2008-12-15 08:57:12 +00:00 |
GrampsDbUtils
|
Gedcom compliance. Bug #2558: Further fix for when a media note is not present.
|
2008-12-16 21:54:10 +00:00 |
GrampsLocale
|
2008-01-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-01-22 10:17:42 +00:00 |
GrampsLogger
|
Replace dict.has_key(x) with x in dict for performance gain
|
2008-07-17 18:10:32 +00:00 |
images
|
rename file to standard
|
2008-12-08 08:25:50 +00:00 |
mapstraction
|
GeoView part II: the module itself.
|
2008-12-08 11:04:54 +00:00 |
Merge
|
#2359: Phone and ZIP/Postal code are not added on alternate Address after merging two persons
|
2008-09-09 07:59:04 +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
|
Data entry gramplet complete, ready for feedback
|
2008-12-24 14:02:02 +00:00 |
PluginUtils
|
Added options to Gramplets
|
2008-12-14 03:13:45 +00:00 |
ReportBase
|
0002184: BUG: IndexError: tuple index out of range
|
2008-12-06 05:29:33 +00:00 |
Selectors
|
Make selector tree view take initial focus bug #2014
|
2008-04-09 20:45:12 +00:00 |
Simple
|
Added a Gramplet that can run a Quick View
|
2008-12-13 16:59:14 +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
|
Missing -e and -L in const, and missing -o and -u in ArgHandler
|
2008-11-28 19:21:20 +00:00 |
Assistant.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
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
|
Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.
|
2008-04-05 14:17:15 +00:00 |
build_cmdplug
|
|
|
ColumnOrder.py
|
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-18 20:07:09 +00:00 |
const.py.in
|
Missing e in const shortopts
|
2008-11-28 19:28:43 +00:00 |
Date.py
|
2007-10-08 Don Allingham <don@gramps-project.org>
|
2007-10-08 16:41:39 +00:00 |
DateEdit.py
|
Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.
|
2008-04-05 14:17:15 +00:00 |
DbLoader.py
|
Fixed import error message to be more accurate
|
2008-11-30 03:56:26 +00:00 |
DbManager.py
|
Refactor export plugin framework. All importers and exporters are now plugins.
|
2008-11-04 04:12:51 +00:00 |
DbState.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
DdTargets.py
|
2008-01-18 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-01-21 22:03:43 +00:00 |
DisplayState.py
|
Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager".
|
2008-10-02 04:02:10 +00:00 |
Errors.py
|
#2483 DbError handling correction - patch Josip
|
2008-11-24 09:02:02 +00:00 |
ExportAssistant.py
|
Refactor export plugin framework. All importers and exporters are now plugins.
|
2008-11-04 04:12:51 +00:00 |
ExportOptions.py
|
Just a minor cleanup. No functional change.
|
2008-12-17 21:39:37 +00:00 |
FontScale.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
gramps_main.py
|
Part 1 of GeoView: icons, configs and preferences
|
2008-12-07 22:48:30 +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
|
GeoView: text non developers should understand
|
2008-12-07 23:38:24 +00:00 |
GrampsDisplay.py
|
enable more locale for wiki manual
|
2008-10-15 08:20:40 +00:00 |
ImgManip.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
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
|
GeoView part II: the module itself.
|
2008-12-08 11:04:54 +00:00 |
ManagedWindow.py
|
Code optimizations wrt handling of None - bug 2212
|
2008-06-16 15:01:46 +00:00 |
Navigation.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
PageView.py
|
Add functionality to PageView to remove multiple object from DataViews.
|
2008-07-26 08:35:07 +00:00 |
PlaceUtils.py
|
0002507: [Place-Dialog] "Unhandled exception" when pasting some invalid string
|
2008-12-04 15:12:38 +00:00 |
ProgressDialog.py
|
Fix for allowing cancel to work
|
2007-12-16 15:28:33 +00:00 |
QuestionDialog.py
|
2008-02-28 Benny Malengier <benny.malengier@gramps-project.org>
|
2008-02-28 22:32:40 +00:00 |
QuickReports.py
|
Added a Gramplet that can run a Quick View
|
2008-12-13 16:59:14 +00:00 |
RecentFiles.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
Relationship.py
|
#2494 Unused functions in Relationship.py, patch
|
2008-11-12 09:55:10 +00:00 |
Reorder.py
|
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-18 20:07:09 +00:00 |
ScratchPad.py
|
Code optimizations wrt handling of None - bug 2212
|
2008-06-16 15:01:46 +00:00 |
Sort.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
soundex.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
Spell.py
|
2007-10-03 Benny Malengier <benny.malengier@gramps-project.org>
|
2007-10-03 21:19:53 +00:00 |
SubstKeywords.py
|
Use fallback dates when no birth or death dates
|
2008-04-19 22:06:22 +00:00 |
ThumbNails.py
|
002503: Change md5 module by hashlib.
|
2008-12-04 21:44:12 +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
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
TreeTips.py
|
Code optimizations wrt handling of None - bug 2212
|
2008-06-16 15:01:46 +00:00 |
UndoHistory.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
Utils.py
|
2429: Typos/grammar errors
|
2008-10-06 12:36:03 +00:00 |
ViewManager.py
|
2429: Typos/grammar errors
|
2008-10-06 12:36:03 +00:00 |