gramps/src/gui
Gerald Britton 1f2469b09f Simplify with built-in functions where possible. e.g.
change [x for x in y if x] to filter(None, y)
change [f(x) for x in y] to map(f, x)
change [x for x in y] to list(y)

These changes reduce source code size and complexity and produce some minor performance gains

svn: r14104
2010-01-21 18:42:53 +00:00
..
editors Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
selectors 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
views Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
widgets 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
__init__.py move src/Editors/* to src/gui/editors as part of GEP008 2009-12-15 05:56:12 +00:00
dbguielement.py 3217: All views except Person View are NOT updated when adding or deleting entries 2009-10-06 19:13:28 +00:00
dbloader.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
dbman.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
filtereditor.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
grampsgui.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
Makefile.am Continued work on GEP008: Consolidate src/FilterEditor files into one file and move it to gui/filtereditor.py. 2010-01-14 04:58:30 +00:00
pluginmanager.py Simplify with built-in functions where possible. e.g. 2010-01-21 18:42:53 +00:00
utils.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
viewmanager.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