gramps/src
Doug Blank 2f05c0f1b1 3789: Web report crash
svn: r14994
2010-04-01 23:36:21 +00:00
..
cli 3709: Typos and grammar mistakes 2010-03-15 22:11:25 +00:00
data Changed names of Navigation Alphabet stylesheets. Cleanup code and stylesheets. 2010-04-01 15:11:33 +00:00
DateHandler convert localized short months to DateObject 2010-03-26 15:45:31 +00:00
docgen Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Filters 3780: 'Gender contains' filter does not work as I expect 2010-04-01 13:22:58 +00:00
gen 3609: Can't open a gramps 3.1 database from trunk on Windows 7 64 bit from Gramps 3.2 2010-04-01 01:19:04 +00:00
glade activate help buttons in editors 2010-03-10 11:39:23 +00:00
GrampsLocale
GrampsLogger Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
gui 3780: 'Gender contains' filter does not work as I expect 2010-04-01 13:22:58 +00:00
images Some 16x16 images are missing, used by OS or desktop not able to scale SVG images 2010-03-15 13:55:07 +00:00
mapstraction 3672: Crosshair image missing from GeoView 2010-03-07 09:10:49 +00:00
Merge Use built-in functions to replace for loops: 2010-01-25 17:45:21 +00:00
plugins Exacted changes to reflect the change from Web_Alphabet-*.css to Web_Navigation-*.css 2010-04-01 16:16:01 +00:00
PluginUtils 3690: Do not need to use underscore on text for file formats (import/export) 2010-03-21 10:33:08 +00:00
ReportBase 3441: Need to connect on_result_delete_event on glade dialogs - part 2 2010-03-05 22:52:12 +00:00
Simple Attempts to fix unicode column text 2010-01-28 13:57:00 +00:00
test
web Use list comprehensions and built-in functions 2010-01-25 17:40:15 +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 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
config.py Replace pedigree view with new extended pedigree view 2010-03-03 23:12:56 +00:00
const.py.in update copyright year in "about" dialog window 2010-03-10 07:44:29 +00:00
constfunc.py Deleted not used imports. 2010-02-08 08:26:54 +00:00
Date.py
DateEdit.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
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
DisplayState.py Update history and MRU lists when objects are deleted 2010-03-02 15:49:27 +00:00
Errors.py Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display. 2010-01-14 04:08:04 +00:00
ExportAssistant.py new gtk version has also a set_window 2010-02-02 08:09:31 +00:00
ExportOptions.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
glade.py
gramps.py New attemot to improve complete translation in Windows. 2010-02-20 13:21:26 +00:00
GrampsAboutDialog.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
GrampsDisplay.py
ImgManip.py
LdsUtils.py 3475: Sort temple names on LDS Editor 2010-03-20 14:30:35 +00:00
ListModel.py
Lru.py 3527: People View sometimes skips items because of LRU key error 2010-01-21 01:55:48 +00:00
Makefile.am Remove column config from db, move to the plugins 2010-02-01 07:01:45 +00:00
ManagedWindow.py
PlaceUtils.py Handle GEDCOM 5.5.1 formats for latitude and longitude (bug #3743) 2010-03-22 22:35:53 +00:00
QuestionDialog.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
QuickReports.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
RecentFiles.py
Relationship.py Fix of issue 3703. 2010-03-13 20:26: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 3542: Scratchpad does not remove objects when changing database 2010-03-01 12:52:57 +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 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
SubstKeywords.py typo in docstring 2010-03-27 19:30: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 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
TransUtils.py Fixed some misspellings and changed to print instead of a dialog. 2010-02-21 12:38:02 +00:00
TreeTips.py
UndoHistory.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
Utils.py 3789: Web report crash 2010-04-01 23:36:21 +00:00