.. |
BasicUtils
|
Fix of issue 3480.
|
2010-01-08 15:56:39 +00:00 |
cli
|
3275: PageView reworking, changes by B. Malengier and N.Hall
|
2010-01-09 11:10:32 +00:00 |
data
|
Refinements on gramps-connect editing people, families, and events
|
2010-01-02 02:09:09 +00:00 |
DateHandler
|
2385: last minor improvements (wording, import gen.lib.date)
|
2009-12-28 08:08:49 +00:00 |
docgen
|
Remove unused "SpreadSheet" document generators.
|
2009-12-29 19:38:07 +00:00 |
FilterEditor
|
move src/DisplayTabs/* to src/gui/editors/displaytabs as part of GEP008
|
2009-12-16 06:11:06 +00:00 |
Filters
|
Add missing import
|
2010-01-08 21:46:36 +00:00 |
gen
|
Tweaks and simplifications
|
2010-01-08 21:47:02 +00:00 |
glade
|
Update for consistent use of ZIP/Postal code. See issue 3355.
|
2009-11-17 20:53:19 +00:00 |
GrampsLocale
|
2730: numeric dates on windows not correct
|
2009-02-27 07:37:16 +00:00 |
GrampsLogger
|
First update for consistent use of Gramps. See issue 3355.
|
2009-11-17 20:14:53 +00:00 |
gui
|
3275: PageView reworking, changes by B. Malengier and N.Hall
|
2010-01-09 11:10:32 +00:00 |
images
|
Fourth update for consistent use of Gramps. See issue 3355.
|
2009-11-19 17:40:24 +00:00 |
mapstraction
|
GeoView : Some css correction.
|
2009-09-30 21:41:50 +00:00 |
Merge
|
gen.lib and gen.utils are independent; removed gen.utils.dbutils --- moved db methods to gen.db.base
|
2009-12-21 04:18:31 +00:00 |
Mime
|
Moved import gtk to make Mime module cli usable
|
2009-12-30 20:53:38 +00:00 |
plugins
|
Fixed code that gave warning: GtkWarning: gtk_box_pack: assertion 'child->parent == NULL' failed
|
2010-01-09 13:40:40 +00:00 |
PluginUtils
|
Allow notebook to expand; remove unneeded table (leftover?)
|
2010-01-07 14:57:37 +00:00 |
ReportBase
|
3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods
|
2009-12-23 15:55:58 +00:00 |
Simple
|
Add ability for Table to have toggle-able rows; also keeps track of raw data
|
2010-01-07 21:42:43 +00:00 |
test
|
Remove GEDCOM tests - they are broken and not used.
|
2009-12-25 20:39:02 +00:00 |
web
|
Removed items generated from Makefile
|
2010-01-07 14:16:33 +00:00 |
ansel_utf8.py
|
Bug 3018: remove calls to keys() dictionary method where possible
|
2009-05-22 18:43:40 +00:00 |
Assistant.py
|
Third update for consistent use of Gramps. See issue 3355.
|
2009-11-19 17:32:11 +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
|
First update for consistent use of Gramps. See issue 3355.
|
2009-11-17 20:14:53 +00:00 |
ColumnOrder.py
|
Add glade.py with Glade class and use instead of gtk.Builder throughout project
|
2009-05-14 20:15:59 +00:00 |
config.py
|
Changed default date range to 50 years for before, after, and about (50 before and 50 after)
|
2010-01-06 01:39:23 +00:00 |
const.py.in
|
Third update for consistent use of Gramps. See issue 3355.
|
2009-11-19 17:32:11 +00:00 |
Date.py
|
2007-10-08 Don Allingham <don@gramps-project.org>
|
2007-10-08 16:41:39 +00:00 |
DateEdit.py
|
Make short and long month strings constants in the DateDisplay class instead of using the localized month strings detected by GrampsLocale. This will allow DateDisplayers to work for languages other than the current locale - will be useful for user selectable report translations.
|
2009-10-28 03:25:57 +00:00 |
DbState.py
|
Temporary workaround for NAV constants
|
2010-01-02 23:51:00 +00:00 |
DdTargets.py
|
cleanup (reordering alphabetically of DnD types)
|
2009-08-12 10:01:28 +00:00 |
DisplayState.py
|
Sometimes, the pending events can get into an infinite loop of causing more events to be handled; this fix makes it finite
|
2009-12-12 17:01:06 +00:00 |
Errors.py
|
remove GConfSchemaError as it is not used anymore
|
2009-08-14 07:05:59 +00:00 |
ExportAssistant.py
|
3412: Export types are not in any particular order in ExportAssistant
|
2009-12-05 05:56:10 +00:00 |
ExportOptions.py
|
3272: Proposal for updating config settings
|
2009-10-08 01:12:51 +00:00 |
glade.py
|
Fixed svn Id property
|
2009-12-21 13:43:50 +00:00 |
gramps.py
|
First update for consistent use of Gramps. See issue 3355.
|
2009-11-17 20:14:53 +00:00 |
GrampsAboutDialog.py
|
First update for consistent use of Gramps. See issue 3355.
|
2009-11-17 20:14:53 +00:00 |
GrampsCfg.py
|
2385: last minor improvements (wording, import gen.lib.date)
|
2009-12-28 08:08:49 +00:00 |
GrampsDisplay.py
|
Factored out common code into find_binary function
|
2009-09-19 10:47:24 +00:00 |
ImgManip.py
|
Move gtk-based items out of scope of import for cli
|
2009-11-16 22:39:54 +00:00 |
LdsUtils.py
|
Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
|
2009-05-26 20:48:09 +00:00 |
ListModel.py
|
3347: /src/Selectors/_SelectPlace.py is still looking for DataViews
|
2009-11-12 21:53:47 +00:00 |
Lru.py
|
pep8 fixes
|
2009-08-09 17:09:32 +00:00 |
Makefile.am
|
Move _GedcomParse.py to src/plugins/lib/libgedcom.py. Remove GrampsDbUtils.
|
2009-12-29 19:20:16 +00:00 |
ManagedWindow.py
|
Third update for consistent use of Gramps. See issue 3355.
|
2009-11-19 17:32:11 +00:00 |
Navigation.py
|
pep8 fixes & typos
|
2009-08-12 09:59:41 +00:00 |
PlaceUtils.py
|
Tweaks to use inplace arithmetic
|
2009-09-10 18:49:48 +00:00 |
QuestionDialog.py
|
Third update for consistent use of Gramps. See issue 3355.
|
2009-11-19 17:32:11 +00:00 |
QuickReports.py
|
Enabled Quickviews on all list views; enabled References Quickview for all views
|
2009-12-31 14:59:44 +00:00 |
RecentFiles.py
|
Tweaks to use inplace arithmetic
|
2009-09-10 18:49:48 +00:00 |
Relationship.py
|
pylint
|
2010-01-05 18:07:09 +00:00 |
Reorder.py
|
Add glade.py with Glade class and use instead of gtk.Builder throughout project
|
2009-05-14 20:15:59 +00:00 |
ScratchPad.py
|
3272: Proposal for updating config settings
|
2009-10-08 01:12:51 +00:00 |
Sort.py
|
Moved fallback functions from Db to gen.utils
|
2009-12-21 05:58:55 +00:00 |
soundex.py
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
|
2008-02-24 13:55:55 +00:00 |
Spell.py
|
Further hacking to make testing locales faster, but still work in a limited fashion when pyenchant is not installed
|
2009-11-12 02:58:33 +00:00 |
SubstKeywords.py
|
Moved fallback functions from Db to gen.utils
|
2009-12-21 05:58:55 +00:00 |
ThumbNails.py
|
typo & pep8 fixes
|
2009-08-10 21:23:38 +00:00 |
TipOfDay.py
|
3272: Proposal for updating config settings
|
2009-10-08 01:12:51 +00:00 |
ToolTips.py
|
Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
|
2009-05-26 20:48:09 +00:00 |
TransUtils.py
|
Fix of issue 3480.
|
2010-01-08 15:54:47 +00:00 |
TreeTips.py
|
0002897: Clipboard's Source Reference popup lingers forever
|
2009-04-10 03:01:42 +00:00 |
UndoHistory.py
|
Implement restructured database objects
|
2009-08-31 18:42:29 +00:00 |
Utils.py
|
Take advantage of refactored functionality in EventType and EventRoleType
|
2009-12-20 22:21:00 +00:00 |