36 Commits

Author SHA1 Message Date
kulath
503d3bf6ca 8196: Spurious spaces in CLI List Family Trees, tab delimited output.
Print statements changed to assemble the whole line before output.
2014-11-24 18:13:06 +00:00
Paul Franklin
97a1419281 7784 "IndexError: list index out of range" on [initial CLI "gramps -t"] 2014-06-05 08:01:14 -07:00
Nick Hall
679dcf1b6e 7152: Fix error when importing database from the CLI 2014-05-20 13:29:51 +01:00
Paul Franklin
0be260b01d 6821: CLI asks forever when trying to overwrite while exporting
svn: r22540
2013-06-20 16:33:40 +00:00
Tim G L Lyons
828060d2eb 0006529: Cancelling database upgrade can corrupt the database. Check whether the bsddb version has changed (or was originally unknown). If it is an upgrade, ask the user whether he has made a backup, and is ready to upgrade. If so, made a zip backup and open the database with the new bsddb version. Make messages on the dialogues more explicit with the version numbers mentioned.
svn: r21850
2013-04-02 16:01:50 +00:00
Tim G L Lyons
7a82cf5104 0006483: Listing the Family Trees can corrupt them. Changed get_dbdir_summary to exit if the bsddb_version is not the current bsddb and to return both BSDDB and schema version. Changed family_tree_summary to output both versions. Changed argparser and arghandler to additionally support -t (table) option to list family tree in tab delimited format.
svn: r21826
2013-03-31 22:08:17 +00:00
Peter Landgren
410985b0e1 Fix of issue 6058 and printing of non ascii strings in Windows.
svn: r20445
2012-09-25 16:51:45 +00:00
Peter Landgren
08df4e0376 Fix for issue 6056. Coding errors for non-ascii.
svn: r20421
2012-09-19 17:40:58 +00:00
Paul Franklin
da16f93a45 5394: Gramps support for backup/restore of multiple trees needs to be better thought out
partial fix (nothing done about media directories);
original patch by Doug Blank, then modified by me


svn: r18845
2012-02-10 18:38:27 +00:00
Paul Franklin
9ec782fe92 typo
svn: r18720
2012-01-07 23:41:58 +00:00
Paul Franklin
f34f19d357 better PEP08, shorten some lines
svn: r18719
2012-01-07 22:55:04 +00:00
Paul Franklin
03ed481f50 shorten some lines (better PEP08), translate some strings
svn: r18611
2011-12-16 22:00:52 +00:00
Paul Franklin
3c54cda718 typos
svn: r18594
2011-12-13 17:10:21 +00:00
Paul Franklin
0c346aa16c handle CLI EOFError
svn: r18561
2011-12-09 21:29:36 +00:00
Brian Matherly
bb17fd2af0 Add support for lists on the command line.
svn: r17691
2011-06-06 02:06:18 +00:00
Doug Blank
320cbb0308 Cleanup of CLI output (sorts lists, gives additional help, straight columns) and don't crash on non-gui Options
svn: r16312
2010-12-25 16:52:12 +00:00
Doug Blank
217316ccf5 4114: Would like to use stdin and stdout for command line import/export by MD Nauta
svn: r16308
2010-12-23 17:47:01 +00:00
Peter Landgren
ed6f4a0080 Issue 4276: Gramps cli interface for user with non latin characters in name. Mostly Windows.
svn: r15984
2010-10-14 11:46:05 +00:00
Peter Landgren
a1cf8a387a Updates to allow for Family Tree names, with non latin characters in Windows, in -l/-L commands.
svn: r15943
2010-09-30 14:33:11 +00:00
Brian Matherly
df32be43de 0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
svn: r15294
2010-05-01 04:12:42 +00:00
Raphael Ackermann
3e7f5993e3 improve error message when missing report name
svn: r15048
2010-04-06 19:59:58 +00:00
Benny Malengier
585e0fa85d 3709: Typos and grammar mistakes
svn: r14841
2010-03-15 22:11:25 +00:00
Brian Matherly
f04880ec09 Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
svn: r14091
2010-01-18 04:42:17 +00:00
Doug Blank
ab3dfe1415 3465: Create a new hierarchy of base classes for gramps cor databases (read, write) and add methods
svn: r13894
2009-12-23 15:55:58 +00:00
Peter Landgren
0b711b211c Third update for consistent use of Gramps. See issue 3355.
svn: r13633
2009-11-19 17:32:11 +00:00
Peter Landgren
900d1c57f4 Second update for consistent use of Gramps. See issue 3355.
svn: r13611
2009-11-17 20:45:58 +00:00
Benny Malengier
d25cdc3958 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
Improvements: gen.plug only depends on gen, relationship default is moved
to Relationship.py, and config for hidden to a gui.pluginmanager


svn: r13405
2009-10-25 13:52:29 +00:00
Benny Malengier
ed619cfdd6 3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
svn: r13400
2009-10-24 13:53:20 +00:00
Brian Matherly
2234f82e1a Remove the "check" and "summary" CLI actions. Those plugins can be run using "-a tool -p name=check" and "-a report -p name=summary" respectively.
svn: r13153
2009-09-03 04:12:11 +00:00
Raphael Ackermann
d5f186e3ee import cleanup & doc fixes
svn: r12974
2009-08-12 09:56:07 +00:00
Raphael Ackermann
65f72560d1 pep8 fixes
fixing typos


svn: r12934
2009-08-09 17:09:32 +00:00
Doug Blank
a717faf4d6 Experimental --server mode
svn: r12858
2009-08-02 03:31:39 +00:00
Benny Malengier
0d7c048052 svn id tag
svn: r12764
2009-07-04 15:55:43 +00:00
Benny Malengier
9d417e2cd6 Split Utils in a non GUI and GUI part
move GrampsCfg utils to Utils
improve import strategy


svn: r12680
2009-06-19 15:23:58 +00:00
Benny Malengier
5f77bfea3b pylint fixes and bug fixes for CLI/GUI split
svn: r12677
2009-06-19 08:46:17 +00:00
Benny Malengier
4b7692708c Split CLI from GUI. These changes allow CLI to work without GTK
Part 1. To do: pylint on new files.


svn: r12674
2009-06-18 21:56:37 +00:00