Raphael Ackermann
9868432522
2008-03-09 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/gen/lib/data.py (Date.get_sort_value):Add updated description to
what a sortval is. Also add reference to Julian Day on Wikipedia.
svn: r10242
2008-03-09 19:51:36 +00:00
Doug Blank
6ab09e3d39
2008-03-09 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/ReportBase/_WebReportDialog.py:
* src/ReportBase/_ReportDialog.py:
* src/ReportBase/_GraphvizReportDialog.py:
* src/ReportBase/_DocReportDialog.py:
* src/ReportBase/_BareReportDialog.py:
0001814: Applied patch to move print options below option tabs
svn: r10240
2008-03-09 19:39:56 +00:00
Erik De Richter
1be88088cb
new gramps.pot
...
svn: r10239
2008-03-09 19:32:09 +00:00
Frode Jemtland
b10730895c
Added translation proposals for the rest of the untranslated strings. They are all marked as fuzzy.
...
svn: r10238
2008-03-09 18:40:57 +00:00
Frode Jemtland
2e110e343c
Updated some strings
...
svn: r10237
2008-03-09 18:11:02 +00:00
Benny Malengier
957239950d
2008-03-09 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/gen/db/base.py: add docstring to find functions, #1866
* src/gen/db/dbdir.py: add docstring to find functions, #1866
svn: r10236
2008-03-09 18:10:13 +00:00
Brian Matherly
c247caa5e9
0001917: UI font gets small when creating PDF documents.
...
svn: r10233
2008-03-09 03:33:11 +00:00
Brian Matherly
fa0b508924
0001863: <gramps> tags in notes, consistency. This should be in all notes or only in the ones that have markup
...
Markup has been disabled for notes. A new strategy is being worked on to allow styles for notes.
svn: r10230
2008-03-08 21:20:42 +00:00
Doug Blank
b04ef64231
Indicate mouse clicks properly handled by returning True
...
svn: r10229
2008-03-08 20:23:11 +00:00
Doug Blank
a3013e55d6
fixed issue with reattaching detached gramplet after a col change
...
svn: r10228
2008-03-08 20:11:53 +00:00
Doug Blank
f761e01f52
2008-03-08 Douglas S. Blank <dblank@saliva.brynmawr.edu>
...
* src/DataViews/GrampletView.py (GrampletWindow.close):
fixed issue with reattaching detached window after a col change
svn: r10227
2008-03-08 20:10:47 +00:00
Luigi Toscano
123b1d7a9a
Italian translation updates for the current trunk (-> 3.0).
...
Still far from completion.
svn: r10226
2008-03-08 19:28:49 +00:00
Kees Bakker
c7226e1c04
Corrected the path for somerights20.gif.
...
Removed all trailing whitespace. Added a few spaces here and there to
improve readability.
* src/plugins/NarrativeWeb.py
svn: r10225
2008-03-08 16:40:19 +00:00
Doug Blank
d7317da933
Fixed issue exhibited on Windows with buttons becoming dead
...
svn: r10224
2008-03-08 15:55:06 +00:00
Kees Bakker
18f5768c2d
Changed the use of "main1.css" to _CSS_FILES[0][1] so that the filenames
...
are maintained in one place. Making the first entry the default.
svn: r10223
2008-03-08 11:48:53 +00:00
Kees Bakker
d425133e8e
Solved a problem with <li>..</li>
...
Reorganized the of.write() statements so that the text won't have
multiple newlines in them. And introduced so for-loops instead of
repetition of multiple lines of code.
* src/plugins/NarrativeWeb.py
svn: r10222
2008-03-08 11:30:59 +00:00
Peter Landgren
d6806733a2
Fixed issues #1881 , #1910
...
svn: r10221
2008-03-08 10:53:35 +00:00
Peter Landgren
e31ffee680
Fixed issues #1881 , #1910
...
svn: r10220
2008-03-08 10:51:33 +00:00
Kees Bakker
ca85ef1151
Cleanup whitespace.
...
* src/images/Makefile.am
* src/data/Makefile.am
svn: r10219
2008-03-08 10:45:44 +00:00
Jérôme Rapinat
a063ec6ae9
2008-03-08 Jerome Rapinat <romjerome@yahoo.fr>
...
* fr.po: Translation update
svn: r10218
2008-03-08 10:20:21 +00:00
Doug Blank
1dd9751556
Moved News Gramplet to beginning after load
...
svn: r10217
2008-03-07 22:29:55 +00:00
Peter Landgren
8f3413abc7
Update author info
...
svn: r10216
2008-03-07 17:38:49 +00:00
Peter Landgren
92b0b5d079
Update author info
...
svn: r10215
2008-03-07 17:36:15 +00:00
Peter Landgren
91a37b4c08
Update author info
...
svn: r10214
2008-03-07 17:33:47 +00:00
Raphael Ackermann
e32b53f8fe
2008-03-05 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/data/Makefile.am: add new css files and delete old ones.
* src/images/Makefile.am: add new images for Narrative web report
0001912: make fails
svn: r10213
2008-03-07 17:30:23 +00:00
Benny Malengier
6499abe5af
2008-03-07 Benny Malengier <benny.malengier@gramps-project.org>
...
* src/const.py.in : new const for third party plugin page
* src/ViewManager.py: in help, menu option for the third party plugins
svn: r10212
2008-03-07 14:31:04 +00:00
Doug Blank
52e250979b
2008-03-07 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/QuickReports.py: optionally pass in kwargs
* src/plugins/DefaultGramplets.py: added generation summary to pedigree
* src/plugins/FilterByName.py: new filter "people by list"
* src/DataViews/GrampletView.py: handle "people by list" links
svn: r10211
2008-03-07 14:19:30 +00:00
Peter Landgren
0a71655918
Removal of xml-autobackup
...
svn: r10210
2008-03-07 14:15:57 +00:00
Peter Landgren
c06e105002
Removal of xml-autobackup
...
svn: r10209
2008-03-07 14:12:43 +00:00
Peter Landgren
a0f67c9c53
Removal of xml-autobackup
...
svn: r10208
2008-03-07 14:09:33 +00:00
Peter Landgren
cedda37345
Removal of xml-autobackup
...
svn: r10207
2008-03-07 14:07:00 +00:00
Doug Blank
5585ebdf4a
Fixed issue with non-object Gramplets
...
svn: r10206
2008-03-07 12:31:11 +00:00
Doug Blank
0b60f234a7
2008-03-07 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/DataViews/GrampletView.py (GrampletView):
turned GrampletView into a PersonNavView to get Forward/Next/Home
* src/GrampsDbUtils/_WriteGedcom.py: #1849 gedcom output: omit 'Y'
* src/test/gedread_util.py: update test utility per r10169 changes that
svn: r10205
2008-03-07 12:05:34 +00:00
James G Sack
9a0a08bfd2
#1849 : omit Y if person/family event has subordinate data
...
svn: r10204
2008-03-07 07:28:15 +00:00
James G Sack
1cebcf182d
forgot Changelog for r10202
...
svn: r10203
2008-03-07 07:21:48 +00:00
James G Sack
fb2059c13f
fix test util per r10169 removal of TRANSACTIONS
...
svn: r10202
2008-03-07 07:04:26 +00:00
Brian Matherly
455ecc4007
Patch from Jason Simanek <jsimanek@gmail.com>:
...
0001803: Narrative Web Report Update
Multiple updates to improve the narrative web report.
svn: r10201
2008-03-06 13:07:37 +00:00
Doug Blank
9175b40cb4
2008-03-06 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/plugins/SameSurnames.py:
* src/plugins/DefaultGramplets.py:
* src/plugins/FilterByName.py:
Fixes for proper surname grouping; fix for all of a person's name
svn: r10200
2008-03-06 12:33:02 +00:00
Espen Berg
8401d18738
Updated Norwegian locales
...
svn: r10199
2008-03-06 08:22:16 +00:00
Doug Blank
fb875bd69e
* src/plugins/FilterByName.py (run):
...
fixed a couple of missing translations; name counts were slightly off
2008-03-05 Douglas S. Blank <dblank@cs.brynmawr.edu>
svn: r10198
2008-03-06 01:36:54 +00:00
Doug Blank
0e0733c5aa
2008-03-05 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/DataViews/GrampletView.py (make_requested_gramplet):
fixed bug in showing options with new gramplets
svn: r10197
2008-03-05 23:58:55 +00:00
Raphael Ackermann
3650d1c564
2008-03-05 Raphael Ackermann <raphael.ackermann@gmail.com>
...
* src/ReportBase/_CommandLineReport.py: print warning if show=option is
not a valid option. Addresses some of 0001891.
svn: r10196
2008-03-05 20:31:20 +00:00
Jérôme Rapinat
81974e12c2
2008-03-05 Jerome Rapinat <romjerome@yahoo.fr>
...
* src/plugins/DateParserDisplayTest.py: allow to translate QuestionDialog
svn: r10195
2008-03-05 14:00:38 +00:00
Doug Blank
a32cd288f0
2008-03-05 Douglas S. Blank <dblank@cs.brynmawr.edu>
...
* src/docgen/TextBufDoc.py: fixed translations of Quick View
* src/plugins/References.py: fixed translations of ref types
svn: r10194
2008-03-05 12:02:22 +00:00
Peter Landgren
d0bc876a6b
Updates and spelling fixes
...
svn: r10193
2008-03-05 08:51:40 +00:00
Raphael Ackermann
b4cde9a54b
2008-03-05 Łukasz Rymarczyk <yenidai(at)poczta(dot)onet(dot)pl>
...
* src/plugins/rel_pl.py: 0001776: Relationship calculator, update Polish
Rewritten for 3.x version
svn: r10192
2008-03-05 07:39:45 +00:00
Doug Blank
e051772305
Added FilterByName.py quick report
...
svn: r10191
2008-03-05 04:58:22 +00:00
Doug Blank
671891b816
Refinements on previous commit; new filter by name 'media by size'
...
svn: r10190
2008-03-05 04:34:28 +00:00
Doug Blank
e63589a044
new QR MISC category
...
svn: r10189
2008-03-05 04:03:50 +00:00
Doug Blank
2ef34cf90a
* src/Simple/_SimpleTable.py:
...
added callback for click/doubleclick manual override for rows
added numeric sorting
* src/QuickReports.py: added run_quick_report_by_name_direct
that allows one quick report to run another
* src/plugins/DefaultGramplets.py: made stats gramplet show
details when drilling down with double-click
* src/plugins/SameSurnames.py: allow running by string rather than
person object
* src/DataViews/GrampletView.py: added Filter type of link; fixed
bug in drag and drop from earlier option infrastructure
* src/plugins/FilterByName.py: quick report that runs a filter by
name
2008-03-04 Douglas S. Blank <dblank@cs.brynmawr.edu>
svn: r10188
2008-03-05 04:01:27 +00:00