..
cli
0004637: GraphViz reports should be runnable from the command line
2011-03-30 01:50:08 +00:00
data
Merging trunk r16855:r16856 - add self to authors
2011-03-20 08:41:54 +00:00
DateHandler
Harmonise parser with displayer - accept genitive case for months
2011-03-19 15:20:27 +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
Made a typo in commit 16884.
2011-03-22 18:03:07 +00:00
gen
4796: merge (trunk -> 3.3)
2011-03-31 12:13:29 +00:00
glade
4783: l10n not enabled for "Install Selected _Addons" button in the update addons dialog
2011-03-27 18:27:17 +00:00
GrampsLocale
4532: Patch for Windows (by josip)
2011-01-15 09:43:34 +00:00
GrampsLogger
Some bsddb changes
2011-01-23 21:25:51 +00:00
gui
Fix of errormsg when loading unknown gramplet.
2011-04-01 06:46:44 +00:00
guiQML
undo revision 16673
2011-03-02 11:31:57 +00:00
images
Add icon for merge button
2011-03-09 16:16:17 +00:00
Merge
Add merge unittests
2011-03-27 21:11:50 +00:00
plugins
updates to the Graphical Ancestor and Descendant reports.
2011-04-03 01:07:52 +00:00
Simple
add missing gettext module
2010-10-30 09:32:01 +00:00
test
Remove unneeded line continuations and tidy up
2011-01-26 20:10:22 +00:00
web
4198: Person view does not remove a row correctly when two people are merged.
2011-02-20 10:52:06 +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
Bookmarks.py
Add move_up and move_down methods to ListModel
2010-09-20 23:58:16 +00:00
config.py
Some bsddb changes
2011-01-23 21:25:51 +00:00
const.py.in
Made a typo in commit 16884.
2011-03-22 18:03:07 +00:00
constfunc.py
Workaround to suppress gtk bogus warning regarding non-string items in sys.argv, error reported upstream as gnome (pygtk) #637877
2010-12-25 16:55:28 +00:00
Date.py
DateEdit.py
4383: Error while attempt to edit family
2011-01-25 12:45:49 +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
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
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
One more string to translate.
2011-03-01 13:11:21 +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
Some bsddb changes
2011-01-23 21:25:51 +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
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
4647: Fix ListModel so that it uses the correct sort column
2011-02-15 11:12:57 +00:00
Lru.py
4333: memory leak in 3.2
2010-10-31 07:33:17 +00:00
Makefile.am
GEPS 008: File Organization : about dialog in gui + pylint fixes + real modal
2011-01-24 21:50:06 +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
Relationship.py
Simplify code by replacing references with module-level variables
2011-02-09 19:06:47 +00:00
Reorder.py
4198: Person view does not remove a row correctly when two people are merged.
2011-02-20 10:52:06 +00:00
ScratchPad.py
Remove unneeded line continuations and tidy up
2011-01-26 20:10:22 +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
Spanish didn't like this string
2011-02-11 14:18:29 +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
4532: Patch for Windows (by josip)
2011-01-15 09:43:34 +00:00
TreeTips.py
UndoHistory.py
Updates to undo/redo logic:
2010-05-20 18:32:08 +00:00
Utils.py
4796: merge (trunk -> 3.3)
2011-03-31 12:13:29 +00:00