gramps/src
Jérôme Rapinat 02ba28a83f typo
svn: r16266
2010-12-12 10:11:21 +00:00
..
cli 4445: better English in database-repair typeout (contribution by Paul Franklin) 2010-12-12 08:31:47 +00:00
data Adjusted Makefile since gedcom.xml was remove from src/data. 2010-11-15 05:58:46 +00:00
DateHandler 4089: Month names for Russian (contribution) 2010-11-13 21:33:48 +00:00
docgen Optimize by replacing multiple calls to .write methods with one call where possible 2010-06-11 14:29:44 +00:00
Filters related to 4336: added regex to name filter 2010-11-20 22:22:59 +00:00
gen Typo on surname changes 2010-12-05 21:47:41 +00:00
glade typo 2010-12-12 10:11:21 +00:00
GrampsLocale
GrampsLogger Added info about DB version. 2010-05-27 11:04:45 +00:00
gui 4326: typo - missing prefix 2010-12-12 08:42:50 +00:00
images GEPS 011: Tagging 2010-08-29 18:36:42 +00:00
mapstraction GeoView : adapt geoview to the new gui. Resizing problem. It currently works correctly with gecko. 2010-09-02 17:05:00 +00:00
Merge 4436: FindDuplicated tool uses merging (fix by MD Nauta) 2010-12-06 09:02:01 +00:00
plugins Fixed a couple of little errors. updated a little piece of code. 2010-12-10 13:06:08 +00:00
Simple add missing gettext module 2010-10-30 09:32:01 +00:00
test Remove GEDCOM tests - they are broken and not used. 2009-12-25 20:39:02 +00:00
web DEBUG = False 2010-08-19 15:48:09 +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 Add move_up and move_down methods to ListModel 2010-09-20 23:58:16 +00:00
config.py GUI now remembers if set to 'Open with default application'; should not effect running report from CLI 2010-12-04 18:09:00 +00:00
const.py.in Issue 4276: Gramps cli interface for user with non latin characters in name. Mostly Windows. 2010-10-14 11:46:05 +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 continue adding to the editname GUI 2010-10-15 21:42:56 +00:00
DisplayState.py Introduce workspaces with a shared filter/gramplet sidebar 2010-11-08 15:50:51 +00:00
Errors.py 2059: need a way to compare and merge all objects, by MD Nauta 2010-07-22 02:16:32 +00:00
ExportAssistant.py Part 1 of issue 4276. I principle same patch as for branch, but adapeted to trunk. 2010-10-09 12:33:47 +00:00
ExportOptions.py Added filter editor for person and note filters, and removed unneeded reference filters 2010-05-31 14:50:34 +00:00
glade.py issues 3915, 3950 and 3951 (and perhaps some more?) due to a change in pygtk appears to be fixed with this patch. 2010-05-09 18:43:06 +00:00
gramps.py Fixed a type and added print out od system PATH. 2010-11-20 14:47:36 +00:00
GrampsAboutDialog.py Fixed spelling error 2010-05-25 11:30:43 +00:00
GrampsDisplay.py Revert r16140 2010-11-04 23:34:23 +00:00
ImgManip.py Part 1 of issue 4276. I principle same patch as for branch, but adapeted to trunk. 2010-10-09 12:33:47 +00:00
LdsUtils.py 3475: Sort temple names on LDS Editor 2010-03-20 14:30:35 +00:00
ListModel.py Added ability for ListModel to hold treeview, using new dictionary-based dlist, with new visible_col support 2010-11-30 03:09:19 +00:00
Lru.py 4333: memory leak in 3.2 2010-10-31 07:33:17 +00:00
Makefile.am fix substkeyword references 2010-12-06 08:38:25 +00:00
ManagedWindow.py 4273: Error during execution of CLI command (part 1, Verify) 2010-10-15 16:58:41 +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 4445: better English in database-repair typeout (contribution by Paul Franklin) 2010-12-12 08:31:47 +00:00
QuickReports.py Added a new addon type 'WebConnect' which defines a method to lookup data on websites 2010-08-25 01:17:22 +00:00
RecentFiles.py Tweaks to use inplace arithmetic 2009-09-10 18:49:48 +00:00
Relationship.py #4044 #2855 #2762 fix on half relations (contribution by reinhard) 2010-06-04 13:33: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 continue adding to the editname GUI 2010-10-15 21:42:56 +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
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 GEPS 006: Add Locality field to Location 2010-10-27 18:13:53 +00:00
TransUtils.py Part 1 of issue 4276. I principle same patch as for branch, but adapeted to trunk. 2010-10-09 12:33:47 +00:00
TreeTips.py
UndoHistory.py Updates to undo/redo logic: 2010-05-20 18:32:08 +00:00
Utils.py GEPS 006: Add Locality to researcher 2010-10-29 23:11:08 +00:00