Difference between revisions of "User:Tibob"

From Gramps
Jump to: navigation, search
Line 29: Line 29:
 
| Basic functions to be called from other Gramps code
 
| Basic functions to be called from other Gramps code
 
|-
 
|-
| ** src/Config
+
| src/Config
** src/data
+
| This package implements access to GRAMPS configuration.
** src/data/templates
+
It provides the choice between different storage backends.
** src/DataViews
+
|-
** src/DateHandler
+
| src/data
** src/DisplayModels
+
| Data for Gramps ('''What is the difference with the root data folder ?''')
** src/DisplayTabs
+
|-
** src/docgen
+
| src/DataViews
** src/Editors
+
| Gramps Main Views (PersonView, FamilyList...)
** src/FilterEditor
+
|-
** src/Filters
+
| src/DateHandler
*** src/Filters/Rules
+
| Class handling language-specific selection for date parser and displayer.
**** src/Filters/Rules/Event
+
|-
**** src/Filters/Rules/Family
+
| src/DisplayModels
**** src/Filters/Rules/MediaObject
+
| ??
**** src/Filters/Rules/Note
+
|-
**** src/Filters/Rules/Person
+
| src/DisplayTabs
**** src/Filters/Rules/Place
+
| ??
**** src/Filters/Rules/Repository
+
|-
**** src/Filters/Rules/Source
+
| src/docgen
*** src/Filters/SideBar
+
| Gramps Document Generator (for reports)
** src/gen
+
|-
*** src/gen/db
+
| 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
 +
|-
 
*** src/gen/lib
 
*** src/gen/lib
 
**** src/gen/lib/test
 
**** src/gen/lib/test

Revision as of 21:39, 15 July 2008

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