Changes

Jump to: navigation, search

Category:GEPS

2,163 bytes added, 20:59, 9 January 2013
m
'
:Here they are listed in numerical order:
{| class="wikitable sortable" {{Prettytable}}
|+ GRAMPS Enhancement Proposals (GEPS) - Summary
|-
| <!-- GEPS - Title -->[[GEPS 008: File Organization]]
| <!-- Proposed -->2008
| <!-- Status -->''In progress'Finished'''| <!-- Released -->?Gramps 4.0| <!-- Note -->?
| <!-- SVN -->
|-
|-
| <!-- GEPS - Title -->[[GEPS 011: Tagging]]
| <!-- Proposed -->2008<br />2012| <!-- Status -->'''Finished'''<br />''In progress''| <!-- Released -->Gramps 3.3<br />Target Gramps 3.5| <!-- Note -->-Tagging only the persons, families, media and notes objects.<br />Tagging be extendend to all primary objects.
| <!-- SVN -->
|-
| <!-- Released -->Gramps 3.3
| <!-- Note -->-
| <!-- SVN -->[httpshttp://grampssvn.svncode.sourceforgesf.net/svnrootp/gramps/code/branches/geps/gep-021-name/ SVN]
|-
| <!-- GEPS - Title -->[[GEPS 022: Narrative Website Refactor]]
| <!-- GEPS - Title -->[[GEPS 023: Storing data from large sources]]
| <!-- Proposed -->2010
| <!-- Status -->''In progress'Finished'''| <!-- Released -->?Gramps 3.4| <!-- Note -->?-| <!-- SVN -->Current code is now in trunk [http://gramps.1791082.n4.nabble.com/GEPS023-merged-into-trunk-td4157519.html] <!--[httpshttp://grampssvn.svncode.sourceforgesf.net/svnrootp/gramps/code/branches/geps/gep-023-large-sources/ SVN] -->
|-
| <!-- GEPS - Title -->[[GEPS 024: Certificates]]
| <!-- Released -->Gramps 3.3
| <!-- Note -->-
| <!-- SVN -->[httpshttp://grampssvn.svncode.sourceforgesf.net/svnrootp/gramps/code/branches/geps/gep-025-name/ SVN]?|-| <!-- GEPS - Title -->[[GEPS 026: Replace 'make' for Gramps build]]| <!-- Proposed -->2012| <!-- Status -->'''Finished'''| <!-- Released -->Gramps 4.0| <!-- Note -->Move Gramps away from using Makefiles and to using setup.py and/or DistUtils[http://sourceforge.net/mailarchive/message.php?msg_id=28984484][http://sourceforge.net/mailarchive/message.php?msg_id=28969888][http://sourceforge.net/mailarchive/message.php?msg_id=27984817]{{bug|2621}}| <!-- SVN -->[http://svn.code.sf.net/p/gramps/code/branches/geps/gep-026-replace-make/ SVN]|- | <!-- GEPS - Title -->[[GEPS 027: Gender as an Entry Field]]| <!-- Proposed -->2012| <!-- Status -->| <!-- Released -->| <!-- Note --> Proposal to make gender selection be decided in an ComboBoxEntry field, to allow for options outside of male, female or unknown| <!-- SVN -->|-| <!-- GEPS - Title -->[[GEPS 028: Media Management]]| <!-- Proposed -->2012| <!-- Status -->| <!-- Released -->| <!-- Note --> Proposal to make Gramps do more to help media management| <!-- SVN -->|-| <!-- GEPS - Title -->[[GEPS 029: GTK3-GObject introspection Conversion]]| <!-- Proposed -->2012| <!-- Status -->'''Finished'''| <!-- Released -->4.0.0| <!-- Note -->Conversion to the new version of GTK using the new python bindings based on introspection.| <!-- SVN -->[http://svn.code.sf.net/p/gramps/code/branches/geps/gep-029-gtk3/ SVN]|-| <!-- GEPS - Title -->[[GEPS 030: New Visualization Techniques]]| <!-- Proposed -->2012| <!-- Status -->''In Progress''| <!-- Released -->| <!-- Note -->Discussion of new visualization techniques for possible inclusion in Gramps. | <!-- SVN -->|-| <!-- GEPS - Title -->[[GEPS 031: Python 3 support]]| <!-- Proposed -->2012| <!-- Status -->'''Finished'''| <!-- Released -->4.0.0| <!-- Note -->At some time, we need to move to python 3 ...| <!-- SVN -->
|-
| <!-- GEPS - Title -->
If a GEP is disruptive, a specific branch is used to develop it. First check out trunk
svn checkout https://grampssvn.svncode.sourceforgesf.net/svnrootp/gramps/code/trunk geps-021
cd geps-021
Create a new branch
svn copy https://grampssvn.svncode.sourceforgesf.net/svnrootp/gramps/code/trunk https://grampssvn.svncode.sourceforgesf.net/svnrootp/gramps/code/branches/geps/gep-021-name
and switch the repository to that branch
svn switch https://grampssvn.svncode.sourceforgesf.net/svnrootp/gramps/code/branches/geps/gep-021-name
When finished, merge the changes back in trunk with [http://svnbook.red-bean.com/en/1.0/ch04s04.html this guide].

Navigation menu