User:Tibob

From Gramps
Revision as of 21:39, 15 July 2008 by Tibob (talk | contribs)

I'm trying to understand gramps tree code :

      • src/gen/lib
        • src/gen/lib/test
      • src/gen/proxy
      • src/gen/utils
        • src/gen/utils/test
    • src/glade
    • src/GrampsDbUtils
      • src/GrampsDbUtils/test
    • src/GrampsLocale
    • src/GrampsLogger
    • src/images
      • src/images/16x16
      • src/images/22x22
      • src/images/48x48
      • src/images/scalable
    • src/Merge
    • src/Mime
    • src/Models
    • src/plugins
    • src/PluginUtils
    • src/ReportBase
    • src/Selectors
    • src/Simple
    • src/test
    • src/test/test
    • src/widgets
data various data files used by gramps (icons, mime types...)
data/man manpages (translators, you can help here!)
debian files needed to build a debian package
example gramps database and gedcom examples
help Gramps manual, empty now as it is maintained in the wiki
m4 autobuild tools ?
po translations
src source code of Gramps
src/BasicUtils Basic functions to be called from other Gramps code
src/Config This package implements access to GRAMPS configuration.

It provides the choice between different storage backends.

src/data Data for Gramps (What is the difference with the root data folder ?)
src/DataViews Gramps Main Views (PersonView, FamilyList...)
src/DateHandler Class handling language-specific selection for date parser and displayer.
src/DisplayModels ??
src/DisplayTabs ??
src/docgen Gramps Document Generator (for reports)
src/Editors Editors for the different Gramps Objects (Person, Place...)
src/FilterEditor Filter Editor
src/Filters Package providing filtering framework for GRAMPS
src/gen The core of Gramps ?
src/gen/db Gramps Database Handling
test
  • test/GrampsDb
  • test/GrampsLogger
  • test/RelLib
windows files needed to build a Windows package