Josip Pisoj
53c9c30890
bug #5554 : Automake problem
...
svn: r18851
2012-02-10 20:25:15 +00:00
Paul Franklin
c83653f017
for Python files and Makefile.am files in the "src" (only) sub-tree:
...
1) add SVN svn:keywords "Id" property if it didn't have it
2) add SVN svn:mime-type "text/plain" property if it didn't have it
3) add SVN "Id" line to the file if it had none
svn: r18554
2011-12-06 16:56:50 +00:00
Paul Franklin
1a4f9cdca7
added GPLv2 and SVN Id line
...
svn: r18345
2011-10-18 18:14:07 +00:00
Benny Malengier
b3beba53d8
Some bsddb changes
...
* allow to use bsddb3 as database via a config setting
* set async write to disk to improve speed, eg import * 40
svn: r16446
2011-01-23 21:25:51 +00:00
Peter Landgren
4e929d3595
Added info about DB version.
...
svn: r15487
2010-05-27 11:04:45 +00:00
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
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
Benny Malengier
08c8edb43d
More info on gtk in error report & remove duplicate PYTHON line
...
svn: r14004
2010-01-09 15:16:50 +00:00
Peter Landgren
33686fcf18
First update for consistent use of Gramps. See issue 3355.
...
svn: r13610
2009-11-17 20:14:53 +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
Gerald Britton
021b754939
Bug 3011: change old-style classes to new-style classes
...
svn: r12559
2009-05-21 17:19:50 +00:00
Jérôme Rapinat
279882c853
2748: Some URLs still point user to wiki manual version 3.0
...
svn: r12132
2009-02-26 10:02:00 +00:00
Raphael Ackermann
baef4d76a4
fixed indentation issues and mix of tabs and spaces.
...
svn: r11943
2009-02-09 23:37:40 +00:00
Gerald Britton
882199f1c2
Replace dict.has_key(x) with x in dict for performance gain
...
svn: r10874
2008-07-17 18:10:32 +00:00
Brian Matherly
a46e733398
Remove the "target" parameter from GrampsDisplay.help(). It was used for the old help system. We now link directly to the wiki.
...
svn: r10474
2008-04-05 14:17:15 +00:00
Erik De Richter
e9d978d646
wiki manual link
...
svn: r10119
2008-02-25 11:46:19 +00:00
Raphael Ackermann
c962d5e6e1
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* various (294 files)
pep8 doc fixes & pylint fixes
svn: r10103
2008-02-24 13:55:55 +00:00
Raphael Ackermann
bedafa494a
2008-01-13 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/gramps_main.py: Add dots to list of things in Betawarning
to make it consistent
* src/GrampsLogger/_ErrorReportAssistant.py: Disable sending emails to the
bug list and add button to file bug report on gramps issue tracker
svn: r9794
2008-01-13 15:05:41 +00:00
Brian Matherly
bf3900f043
Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files
...
svn: r9713
2008-01-05 20:10:26 +00:00
Don Allingham
a65a73d1d7
* various: const.py changes
...
2007-09-07 Don Allingham <don@gramps-project.org>
* src/DateHandler/_Date_fr.py: fix indentation errors
2007-09-07 Don Allingham <don@gramps-project.org>
svn: r8948
2007-09-08 05:54:02 +00:00
Zsolt Foldvari
ecbfe5bf78
2007-01-09 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
...
* src/GrampsWidget.py: set_completion_mode() added, exact_completion
fixed, cleanup
* src/GrampsLogger/_ErrorView.py: missing help_clicked method added
* src/Editors/_EditEventRef.py: reminder about missing help handle
svn: r7887
2007-01-09 22:10:36 +00:00
Alex Roitman
7e0a28b827
* src/GrampsLogger/_ErrorReportAssistant.py
...
(_get_sys_information): Report BSDDB version.
svn: r7698
2006-11-26 03:28:01 +00:00
Don Allingham
71bddf1ac2
2006-10-03 Don Allingham <don@gramps-project.org>
...
* src/GrampsLogger/_ErrorReportAssistant.py: capitalize "GRAMPS"
* src/ViewManager.py: display buttons on first open
* src/Editors/_EditSourceRef.py: fix cancelling of text (bug #450 )
* src/DisplayTabs/_NoteTab.py: fix cancelling of text
* src/DisplayTabs/_TextTab.py: fix cancelling of text
svn: r7345
2006-10-03 16:59:51 +00:00
Brian Matherly
503498b858
* src/GrampsLogger/_ErrorReportAssistant.py: Fix typo.
...
svn: r7332
2006-09-27 03:21:21 +00:00
Don Allingham
0d820794d5
2006-09-25 Don Allingham <don@gramps-project.org>
...
* src/GrampsDb/_GrampsDBCallback.py: catch db transaction problem
* src/GrampsCfg.py: reset PORT_WARN when TRANSACTION re-enabled
* src/QuestionDialog.py: sync changes to config value
* src/GrampsLogger/_ErrorReportAssistant.py: fix typo
svn: r7330
2006-09-26 02:07:03 +00:00
Brian Matherly
41935cac69
* src/_ErrorReportAssistant.py: Fix email client launch ( #455 )
...
svn: r7329
2006-09-25 03:29:38 +00:00
Alex Roitman
132746bdd2
* src/GrampsLogger/_ErrorReportAssistant.py (__init__): Properly
...
call Assistant.
* src/plugins/GraphViz.py (get_event_string): Stop using cause.
svn: r7273
2006-08-27 06:30:56 +00:00
Alex Roitman
b6be1b4369
* src/GrampsLogger/_ErrorReportAssistant.py (build_page5): Typo.
...
svn: r7116
2006-08-03 22:11:48 +00:00
Brian Matherly
13e3d9e505
src/GampsLogger/_ErrorReportAssistant.py: fix error message in Windows
...
svn: r6970
2006-06-28 02:52:38 +00:00
Alex Roitman
0e141aacd4
* src/GrampsLogger/_ErrorReportAssistant.py (__init__): Adapt to
...
the Assistant change.
* src/Assistant.py: Convert to working both with and without
ManagedWindow.
(__init__): Adapt to the Assistant change.
svn: r6895
2006-06-15 18:24:43 +00:00
Alex Roitman
7b3030a87f
* src/GrampsLogger/_ErrorReportAssistant.py
...
(ErrorReportAssistant._get_sys_information): Add LANG to report.
svn: r6458
2006-04-27 01:40:32 +00:00
Alex Roitman
dc434a5736
* src/Makefile.am: Clean byte-compiled files.
...
* src/DataViews/Makefile.am: Clean byte-compiled files.
* src/GrampsDb/Makefile.am: Clean byte-compiled files.
* src/Config/Makefile.am: Clean byte-compiled files.
* src/RelLib/Makefile.am: Clean byte-compiled files.
* src/Editors/Makefile.am: Clean byte-compiled files.
* src/plugins/Makefile.am: Clean byte-compiled files.
* src/ObjectSelector/Makefile.am: Clean byte-compiled files.
* src/TreeViews/Makefile.am: Clean byte-compiled files.
* src/Models/Makefile.am: Clean byte-compiled files.
* src/Mime/Makefile.am: Clean byte-compiled files.
* src/GrampsLogger/Makefile.am: Clean byte-compiled files.
* src/PluginUtils/Makefile.am: Clean byte-compiled files.
* src/docgen/Makefile.am: Clean byte-compiled files.
* src/DateHandler/Makefile.am: Clean byte-compiled files.
svn: r6295
2006-04-10 01:02:50 +00:00
Alex Roitman
57d6df04c9
* various: Revert back to using gettext except for the modules that need context -- those will use TransUtils.sgettext
...
svn: r6282
2006-04-06 22:02:46 +00:00
Alex Roitman
93add4967a
* various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context.
...
svn: r6155
2006-03-16 20:24:27 +00:00
Don Allingham
b012610f40
make distcheck fixes
...
svn: r6039
2006-03-02 21:28:27 +00:00
Alex Roitman
7a0e24136b
* src/GrampsLogger/Makefile.am (pkgdata_PYTHON): Typo.
...
* configure.in: Generate Makefile-s in new directories.
* src/Makefile.am (SUBDIRS): Typo.
svn: r6036
2006-03-02 20:44:39 +00:00
Alex Roitman
b3798a9f30
Remove .cvsignore files from all directories.
...
svn: r6034
2006-03-02 19:30:29 +00:00
Don Allingham
5517c499ed
Changes for distcheck
...
svn: r6031
2006-03-02 18:06:21 +00:00
Alex Roitman
27289bf1ca
* src/Assistant.py: Many changes.
...
* src/Exporter.py: Work with new Assistant.
* src/StartupDialog.py: Work with new Assistant.
* src/GrampsLogger/_ErrorReportAssistant.py: Work with new Assistant.
* src/gedcomexport.glade, src/gedcomimport.glade: Move to GrampsDb.
svn: r5725
2006-01-12 06:09:14 +00:00
Richard Taylor
09292cbc15
replace DisplayTrace with logger
...
svn: r5702
2006-01-09 11:28:44 +00:00
Richard Taylor
d123f6ef77
minor wording changes.
...
svn: r5701
2006-01-09 10:53:50 +00:00
Richard Taylor
b0bba43803
polish error report UI
...
svn: r5700
2006-01-09 10:21:24 +00:00
Richard Taylor
2f1a21fb6e
dont show exception twice.
...
svn: r5696
2006-01-08 20:31:39 +00:00
Richard Taylor
b39afbb8f9
improvements to Assistant and ErrorReportAssistant.
...
svn: r5695
2006-01-08 15:19:46 +00:00
Don Allingham
50dc374fe8
* src/GrampsLogger/_ErrorView.py: make dialog more HIG compliant
...
svn: r5690
2006-01-07 18:54:13 +00:00
Alex Roitman
4846d3bc4a
Update
...
svn: r5683
2006-01-06 20:56:06 +00:00
Richard Taylor
9b7a711d99
converted Assistant to gobject and added signals
...
svn: r5681
2006-01-06 17:40:54 +00:00
Richard Taylor
cfb8cc47a4
enabled rotate_handler output.
...
svn: r5674
2006-01-05 19:07:27 +00:00
Richard Taylor
ce52de5804
added initial logging framwork.
...
svn: r5673
2006-01-05 16:02:27 +00:00