gramps/src
2012-09-19 11:31:31 +00:00
..
cli permit only one argument to user.warn and user.notify_error 2012-05-27 14:44:37 +00:00
data Person view details and edit sorta working 2011-12-13 02:08:47 +00:00
DateHandler improvements on french date handler (by Mathieu MD) 2012-04-01 15:00:39 +00:00
docgen for Python files and Makefile.am files in the "src" (only) sub-tree: 2011-12-06 16:56:50 +00:00
Filters 5993: RegEx in Filter "person has name" can not handle non-ASCII characters (patch by Benny) 2012-09-15 13:29:50 +00:00
gen 6053: Person and Family pass eventref as object with sources, but it has no sources 2012-09-19 11:31:31 +00:00
glade Fix keyboard shortcut 2012-01-15 21:01:07 +00:00
GrampsLocale bug #5554: Automake problem 2012-02-10 20:25:15 +00:00
GrampsLogger 5809: Multisurname editor impossibly narrow 2012-06-03 20:11:39 +00:00
gui Feature: all drop on family father/mother to set 2012-09-10 20:13:32 +00:00
guiQML missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
images Add missing citation file reference for desktop using svg (installation) 2012-01-27 17:54:35 +00:00
Merge 5809: Multisurname editor impossibly narrow 2012-06-03 20:11:39 +00:00
plugins #6044: typo; should use active place as mark not the first place handle on places list 2012-09-17 12:55:03 +00:00
Simple Accept control-click as an alternative for right-click when the Gdk 2012-06-04 00:55:10 +00:00
test missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
webapp Need to upate cache and probably_alive after edit/import 2011-12-13 14:23:13 +00:00
Assistant.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
AutoComp.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
Bookmarks.py Initial prototype. 2011-07-24 18:30:28 +00:00
config.py 0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Change warning print statements to logging. 2012-07-16 17:53:43 +00:00
const.py.in bump to 3.4.2 2012-08-24 16:49:26 +00:00
constfunc.py typos 2011-12-13 17:10:21 +00:00
Date.py
DateEdit.py 2521, 4923 'after' and validation (partial fix); typo on NextYear() 2011-05-21 08:38:22 +00:00
DbState.py Merged trunk r17888 through r18397 into geps023. 2011-11-05 19:07:58 +00:00
DdTargets.py GEPS023: merge branch (changes 17960-18546) into trunk 2011-12-04 17:09:17 +00:00
DisplayState.py 5290: Unhandled exception when merging people 2011-12-25 09:28:45 +00:00
Errors.py 4114: Would like to use stdin and stdout for command line import/export; Xml import 2011-03-06 18:18:32 +00:00
ExportAssistant.py 4156: Database export crash because of entagled jpeg libraries 2011-12-19 18:35:23 +00:00
ExportOptions.py 5279: i can't export my database 2012-05-19 17:26:25 +00:00
glade.py
gramps.py 0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Setup logging in gramps.py before anything else; for Windows divert stderr/stdout to a log file; use logging instead of print for errors or warnings. 2012-07-16 22:54:43 +00:00
GrampsDisplay.py Added is_quartz() and has_display() functions to tell if running with quartz window manager, and if have a display, respectively. See #4467 for more details 2010-12-23 16:51:04 +00:00
ImgManip.py 0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Change warning print statements to logging. 2012-07-16 17:53:43 +00:00
LdsUtils.py
ListModel.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
Lru.py 0005414: Crash in SourceView. LRU clear does not reset first and last pointers 2011-12-11 21:18:29 +00:00
MacTransUtils.py Bug 5429: Fix typo in MacTransUtils.py 2012-03-18 20:13:00 +00:00
Makefile.am Change HTML5 support so that pages pass the w3c validator tests 2012-01-14 20:27:24 +00:00
ManagedWindow.py 4273: Error during execution of CLI command (part 1, Verify) 2010-10-15 16:58:41 +00:00
PlaceUtils.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
QuestionDialog.py Add option for monospaced font in InfoDialog 2012-02-02 12:50:56 +00:00
QuickReports.py GEPS023: merge branch (changes 17960-18546) into trunk 2011-12-04 17:09:17 +00:00
RecentFiles.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
Relationship.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
Reorder.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
ScratchPad.py Accept control-click as an alternative for right-click when the Gdk 2012-06-04 00:55:10 +00:00
Sort.py Remove redundant variable from by_event_id_key 2012-02-06 20:43:32 +00:00
soundex.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
Spell.py 3866 3976 3977: Two 'spell' entries; remove Enchant dependency (patch by Tim Lyons) 2011-05-26 08:05:04 +00:00
ThumbNails.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
TipOfDay.py
ToolTips.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
TransUtils.py 0005785: print statements in Check.py causing a crash in Windows (pythonw.exe) after outputting 4096 characters. Setup logging in gramps.py before anything else; for Windows divert stderr/stdout to a log file; use logging instead of print for errors or warnings. 2012-07-16 22:54:43 +00:00
TreeTips.py missing or malformed SVN "Id" line 2011-10-23 03:13:50 +00:00
UndoHistory.py
Utils.py 5466: On import and Check and Repair need to check references to absent objects 2012-04-14 12:19:00 +00:00