Kees Bakker
af4094bb5e
CSS is case sensitive, I think
...
* src/plugins/webreport/WebCal.py
svn: r11992
2009-02-15 13:47:19 +00:00
Kees Bakker
2bbf40e609
Improve the code in display_month_navs a little further.
...
Added the home link in the year pages.
* src/plugins/webreport/WebCal.py
svn: r11991
2009-02-15 13:10:56 +00:00
Benny Malengier
bf305d9251
2665: PDF: Paginate error in descendant chart (graphical) on person without descendants
...
svn: r11986
2009-02-14 13:45:44 +00:00
Benny Malengier
917658df34
bug fix 2714: long note in indiv complete report means infinite loop in cairo
...
The fix consists in allowing cells to be split, so by extension also
rows now split automatically in CairoDoc
svn: r11984
2009-02-14 13:12:59 +00:00
Rob G. Healey
7b85d8e4af
Added date validation to these three reports in collect_data().
...
svn: r11983
2009-02-14 00:57:34 +00:00
Benny Malengier
16257bd0f1
Bug Fix on _all_places iterator method in libmapservice
...
svn: r11979
2009-02-13 09:08:27 +00:00
Kees Bakker
e04fe91f53
A few more entries in the list of possible month spellings
...
svn: r11977
2009-02-12 20:49:59 +00:00
Rob G. Healey
5cc9c483ee
fixed #2682 in NarrativeWeb.py, and fixed highlighting of currentsection in display_month_navs().
...
svn: r11976
2009-02-12 20:06:32 +00:00
Rob G. Healey
ebd18708fc
Fixed home link in display_month_navs().
...
svn: r11973
2009-02-12 10:39:13 +00:00
Rob G. Healey
4730f744ba
Moved CreatorInfo from write_footer() back to write_header(). Removed maximum calendars years, and fixed display_year_nav().
...
svn: r11972
2009-02-12 07:56:51 +00:00
Jérôme Rapinat
a3d33aff16
2704: Translation problem word Title (contribution by jannek)
...
svn: r11970
2009-02-12 07:31:08 +00:00
Benny Malengier
7fefd970c7
Fix problem when markup spans two paragraph in the note: make sure
...
styling stops at paragraph if backend splits the note in pieces
to print
Fix problem with paragraphs written in cells. Paragraphs should
not divide as cells and rows are not allowed to divide. This
forces table to be divided, and full paragraph to be written
svn: r11969
2009-02-11 22:30:59 +00:00
Kees Bakker
3bbb27c3d7
Bug #2433 , issue 4. There was no list of sources anymore. And also the
...
link (in super script) on the Individual page was gone too.
* src/plugins/webreport/NarrativeWeb.py
svn: r11967
2009-02-11 21:27:12 +00:00
Rob G. Healey
599184b0f6
As per Brian, United States and Canada holiday dates are in the best order that I can get them..
...
svn: r11961
2009-02-11 07:16:48 +00:00
Rob G. Healey
ef05acc39e
Revert some of the changes made in r11947. Upon request of Kees and Benny.
...
svn: r11960
2009-02-11 03:39:52 +00:00
Benny Malengier
cfadb3fafc
issue 2688: some wrong bindings and <super> not working yet. All should work now
...
svn: r11957
2009-02-10 23:07:35 +00:00
Kees Bakker
a9a8cb47dc
Remove my own copyright. I don't want to anyone to get the impression
...
that I had anything to do with the code in WebCal.
Remove import of g2iso again. (What's going on with this anyway?)
* src/plugins/webreport/WebCal.py
svn: r11955
2009-02-10 21:36:23 +00:00
Kees Bakker
8236c4f8ce
Solved bug #2676
...
* src/plugins/webreport/NarrativeWeb.py
svn: r11954
2009-02-10 20:51:39 +00:00
Kees Bakker
f5b9632e97
Removed ExportXml ImportGpkg and ImportXml since they have been moved to
...
the export and import directory.
* src/plugins/Makefile.am
svn: r11953
2009-02-10 20:26:00 +00:00
Jérôme Rapinat
fd915ad3af
pylint
...
svn: r11948
2009-02-10 13:23:11 +00:00
Rob G. Healey
f8875759ab
Re-arranged countries. Documentation and clean up. PEP 9.46
...
svn: r11947
2009-02-10 07:19:56 +00:00
Brian Matherly
a356c5aa7c
Move ImportGpkg, ImportXml and ExportXml into their respective directories.
...
svn: r11946
2009-02-10 06:06:14 +00:00
Brian Matherly
5eb3f7e446
Move common XML import/export data into libgrampsxml.py.
...
svn: r11945
2009-02-10 05:59:26 +00:00
Rob G. Healey
2472d94621
Removed partial year from WebCal. Clean up and documenting for PEP compliance of 8.36
...
svn: r11944
2009-02-10 01:38:08 +00:00
Raphael Ackermann
baef4d76a4
fixed indentation issues and mix of tabs and spaces.
...
svn: r11943
2009-02-09 23:37:40 +00:00
Peter Landgren
7f1cbf9063
Unnecessary translation string with spaces made not translateble.
...
svn: r11942
2009-02-09 20:03:17 +00:00
Kees Bakker
4e83f43a6c
Correct a problem with thumbnails for PDFs. Not tested because I don't a
...
proper testing database for this.
http://www.gramps-project.org/bugs/view.php?id=2433
* src/plugins/webreport/NarrativeWeb.py
svn: r11941
2009-02-09 18:58:23 +00:00
Kees Bakker
c7edbc7cdd
Correct some variable names.
...
* src/plugins/webreport/NarrativeWeb.py
svn: r11940
2009-02-09 18:50:23 +00:00
Jérôme Rapinat
3e1ff9bf32
typo on translation strings
...
svn: r11938
2009-02-09 16:27:09 +00:00
Brian Matherly
6e661e9cf2
Remove the ability to execute the "value" field. It is not used and we don't want Python code in holidays.xml.
...
svn: r11937
2009-02-09 13:39:33 +00:00
Brian Matherly
2e976ddf76
Remove the "if" rule from the holidays. Now libholiday does not execute any code in holidays.xml.
...
svn: r11936
2009-02-09 13:31:16 +00:00
Rob G. Healey
dff2d75e26
All if statements have been removed from holidays.xml. Labor Day, Inauguration Day, and Income Texes due have all been changed.
...
svn: r11933
2009-02-09 07:10:42 +00:00
Doug Blank
c08193ea88
pylint cleanups; lots of docstrings; added .version number and .gramps required version to gui gramplets
...
svn: r11931
2009-02-09 04:06:33 +00:00
Rob G. Healey
b13fa013fc
Remove of a line that causes it to not load in plugins status window..
...
svn: r11930
2009-02-09 00:26:07 +00:00
Rob G. Healey
85992c0ff2
Easter and DST functions have been completely removed now.
...
svn: r11929
2009-02-08 23:35:22 +00:00
Rob G. Healey
7ad6cd504e
The final parts of easter(y) and dst(y) have been removed from the holidays.xml file. There is no longer any python code in the file now.
...
svn: r11928
2009-02-08 23:26:38 +00:00
Stéphane Charette
eab0dc057e
revert change I accidently checked in with something else -- see bug report #2695 for unicode normalization
...
svn: r11927
2009-02-08 19:29:35 +00:00
Benny Malengier
c39210b745
latex output was broken. This fixes some things. Also adds style
...
to notes: bold, italic, underline, some fontsize and mono font
Remove verbatim code to indicate preformatted, it is too rigid
svn: r11926
2009-02-08 18:03:10 +00:00
Stéphane Charette
b67fb1c7d7
feature request #2562 - display notes attached to names
...
svn: r11918
2009-02-08 12:49:28 +00:00
Stéphane Charette
256cc54fee
bug #2675 - regression: multiple names not shown correctly
...
svn: r11917
2009-02-08 11:42:43 +00:00
Benny Malengier
09dea89c35
Add styled notes output to all textreports
...
svn: r11916
2009-02-08 11:27:56 +00:00
Benny Malengier
e53c2ae8ad
add credits
...
svn: r11914
2009-02-08 10:01:11 +00:00
Benny Malengier
ac50776d33
Support markup in TextDoc, add implementation in CairoDoc, use in indiv complete report
...
svn: r11913
2009-02-08 09:59:36 +00:00
Stéphane Charette
0b2394fbd9
bug #2693 - regression; places in events were being ignored
...
svn: r11912
2009-02-08 09:42:19 +00:00
Peter Landgren
4eb5eebfb8
Fixed one missed string for translation.
...
svn: r11911
2009-02-08 09:39:27 +00:00
Jérôme Rapinat
ed56bb9be5
typo on translation string
...
svn: r11909
2009-02-08 08:28:36 +00:00
Rob G. Healey
2b2235c3c3
Upon request of Brian, I have been removing the need to have python code in the holidays.xml file. Easter, DST, and Ash Wednesday have been completed for years 1999-2019 in USA so far. Canada will be next ...
...
svn: r11908
2009-02-08 06:17:25 +00:00
Stéphane Charette
5a4fbf1ae4
changes suggested by Benny (code review)
...
svn: r11907
2009-02-08 04:49:15 +00:00
Rob G. Healey
8dd150ad41
cleanup and documentation work done.
...
svn: r11903
2009-02-07 20:41:27 +00:00
Jérôme Rapinat
b1353fad40
Jérôme should not make change with gedit... (indentation error)
...
svn: r11897
2009-02-07 11:07:51 +00:00
Benny Malengier
00a68636a9
0002633: Characters in Notes don't show in report - 3.0.4 and trunk
...
1357: Incorrect marriage event description when outputting to PDF
1328: opened a gedcom, and create a pdf text file
Do it better with a private method so plugin authors don't circumvent
style settings
svn: r11896
2009-02-07 10:39:28 +00:00
Peter Landgren
c5d18aa935
Debug print statements deleted.
...
svn: r11895
2009-02-07 10:38:51 +00:00
Benny Malengier
38c04c0a50
2633: Characters in Notes don't show in report - 3.0.4 and trunk
...
1357: Incorrect marriage event description when outputting to PDF
1328: opened a gedcom, and create a pdf text file
Correctly escape text for cairo layout before writing
svn: r11892
2009-02-07 09:47:25 +00:00
Peter Landgren
32ecf9b59a
Final solution (I hope) for the % issue. Added generation to tool tip.
...
svn: r11890
2009-02-07 08:56:33 +00:00
Peter Landgren
1c0af251ca
Reverted back to %
...
svn: r11884
2009-02-06 13:30:26 +00:00
Jérôme Rapinat
764cc7e083
missing comma
...
svn: r11874
2009-02-05 17:55:59 +00:00
Peter Landgren
69f4b87b20
Fix of % -> %% in translation string.
...
svn: r11872
2009-02-05 14:11:37 +00:00
Jérôme Rapinat
9f3999f7ad
do not use ngettext on string
...
svn: r11868
2009-02-05 12:28:06 +00:00
Jérôme Rapinat
d793645c26
typo on translation string
...
svn: r11867
2009-02-05 12:24:24 +00:00
Peter Landgren
1af3bee32f
Spelling corrected.
...
svn: r11864
2009-02-05 09:46:39 +00:00
Rob G. Healey
dbabadbf05
Fixes the problem with Ancestor Tree -- unlinked persons only being listed without any styling.
...
svn: r11863
2009-02-05 06:17:34 +00:00
Doug Blank
fc5dcee88b
Fixed line ending issues, and syntax errors introduced by translation changes
...
svn: r11860
2009-02-05 02:10:10 +00:00
Gary Burton
f864a324ac
Fix import of note markers. Bug #2568
...
svn: r11855
2009-02-04 20:56:46 +00:00
Peter Landgren
d638c091bd
Spelling correction.
...
svn: r11849
2009-02-04 19:11:22 +00:00
Jérôme Rapinat
d587ffe618
#2657,#1718 use ngettext
...
svn: r11848
2009-02-04 16:58:46 +00:00
Peter Landgren
1e8ec7eb2d
Updated version.
...
svn: r11847
2009-02-04 16:41:16 +00:00
Peter Landgren
78feddd292
Delete of double fix of empty url.
...
svn: r11846
2009-02-04 14:49:03 +00:00
Peter Landgren
5ddf3b46b2
Updated version.
...
svn: r11845
2009-02-04 13:04:54 +00:00
Stéphane Charette
fae629c013
removed 'TEST' debug text left in previous commit
...
svn: r11842
2009-02-04 08:45:21 +00:00
Benny Malengier
7d9d27b22d
Don't display when no url
...
svn: r11841
2009-02-04 08:16:48 +00:00
Stéphane Charette
2176bbfbf9
feature #2634 - display regions overtop of images in narrativeweb gallery
...
svn: r11840
2009-02-04 07:31:15 +00:00
Rob G. Healey
2af0f3a388
Added HTML span element to Ancestor Tree unlinked persons upon request of Jason Simanek. It will allow hm to quickly fix Ancestor Tree.
...
svn: r11839
2009-02-04 07:07:43 +00:00
Rob G. Healey
c5c4b1b3f9
see r11837 for libholiday
...
svn: r11838
2009-02-04 05:45:40 +00:00
Rob G. Healey
ac2e0e2547
removed _make_date module from libholiday as request by Brian. Removed make_date completely and substituted gen.lib.Date() instead for Calendar, BirthdayReport, and WebCal. Changes progress bar text in WebCal and NarrativeWeb.
...
svn: r11837
2009-02-04 05:35:34 +00:00
Brian Matherly
a6fafa5409
Fix the search for holidays.xml in libholiday.
...
svn: r11836
2009-02-04 05:13:20 +00:00
Rob G. Healey
7050989e75
removed <h2> tags as stylesheets disable it anyway.
...
svn: r11835
2009-02-04 02:14:44 +00:00
Rob G. Healey
826b21eedd
More variable name changes and adding documentation changes.
...
svn: r11834
2009-02-04 02:03:27 +00:00
Rob G. Healey
a7ef5d1e43
moved _make_date from Calendar.py, BirthdayReport.py, and WebCal.py into libholiday. Changed variable names in WebCal.py for improved readability.
...
svn: r11833
2009-02-04 00:59:12 +00:00
Peter Landgren
8c2269c58e
Dont call map if URL empty.
...
svn: r11832
2009-02-03 20:26:33 +00:00
Peter Landgren
3de55b3266
new version.
...
svn: r11829
2009-02-03 17:56:18 +00:00
Jérôme Rapinat
ea9ecee8d9
#2657,#1718 use ngettext (contribution by josip)
...
svn: r11826
2009-02-03 13:05:30 +00:00
Jérôme Rapinat
b240878e50
#2657,#1718 use ngettext
...
svn: r11825
2009-02-03 12:59:35 +00:00
Doug Blank
b33c0fc77a
Removed tool/DateParserDisplayTest from distribution
...
svn: r11822
2009-02-03 12:16:59 +00:00
Jérôme Rapinat
be6c00842d
#2657,#1718 use ngettext
...
svn: r11820
2009-02-03 10:33:19 +00:00
Peter Landgren
76ac8c2157
New mapservice added.
...
svn: r11818
2009-02-03 10:11:32 +00:00
Benny Malengier
b3f9adf3fc
Makefile.am for plugins/mapservices
...
svn: r11816
2009-02-03 08:20:56 +00:00
Rob G. Healey
2968250315
Moved revision numbering tag to a better visual area; cleanup of calendar_build(), calendar_common(), get_day_list() in WebCal, removed alphabet_navigation from NarrativeWeb.py.
...
svn: r11814
2009-02-03 08:01:31 +00:00
Benny Malengier
829d78b611
New mapservice plugin structure, as a general solution to #2659
...
* configure.in
* src/DataViews/PlaceView.py
* src/Config/_GrampsConfigKeys.py
* src/gen/plug/_manager.py
* src/plugins/mapservices
* src/plugins/mapservices/googlemap.py
* src/plugins/mapservices/openstreetmap.py
* src/plugins/lib/Makefile.am
* src/plugins/lib/libmapservice.py
* src/plugins/Makefile.am
* src/widgets/menutoolbuttonaction.py
* src/widgets/Makefile.am
* src/PageView.py
* po/POTFILES.in
svn: r11811
2009-02-02 21:55:22 +00:00
Peter Landgren
edad198c12
Fix of issue 2667.
...
svn: r11809
2009-02-02 19:43:21 +00:00
Benny Malengier
00504ab2f4
do not show pyc and Makefile on svn status
...
svn: r11807
2009-02-02 18:35:34 +00:00
Benny Malengier
9378701a16
revert wrong previous commit
...
svn: r11803
2009-02-02 18:30:47 +00:00
Benny Malengier
cc43836a60
do not show pyc on svn status
...
svn: r11802
2009-02-02 18:25:51 +00:00
Jérôme Rapinat
e4f5ad0142
#2657,#1718 use ngettext
...
svn: r11800
2009-02-02 17:13:02 +00:00
Jérôme Rapinat
1ecbaae622
pylint and coherency on Repository references
...
svn: r11799
2009-02-02 14:27:40 +00:00
Brian Matherly
a4ce178893
Patch from James Friedmann <jfriedmannj@gmail.com> to include a heading for spouses. Code cleanup.
...
svn: r11798
2009-02-02 13:19:17 +00:00
Brian Matherly
efd64ad139
Clean up AncestorTree report.
...
svn: r11796
2009-02-02 12:50:24 +00:00
Doug Blank
9bc8d68251
Bug #2625 : Need to bring XML DTD, import, export to use changes in trunk. These changes add support for dualdated and newyear dates.
...
svn: r11794
2009-02-01 22:25:45 +00:00
Doug Blank
bccc1be7f2
Bug #2625 : Need to bring XML DTD, import, export to use changes in trunk. These changes add support for dualdated and newyear dates.
...
svn: r11793
2009-02-01 21:34:07 +00:00
Jérôme Rapinat
ea96136bf9
PythonTidy (PEP-8 format)
...
svn: r11791
2009-02-01 17:25:12 +00:00
Doug Blank
248002b819
Split DefaultGramplets into their respective files
...
svn: r11790
2009-02-01 16:42:57 +00:00
Doug Blank
8af25caf2e
Missing Errors import
...
svn: r11789
2009-02-01 16:19:35 +00:00
Brian Matherly
bd966adafd
Change from using ".dot" to ".gv" for Graphviz files. ".dot" is recognized as MS Word Template file on some systems.
...
svn: r11782
2009-02-01 05:14:20 +00:00
Brian Matherly
3259b393da
Change the way we "launch" files using their default application. Instead of trying to find the application ourselves, use the OS built in functions to open a file with its default application. We no longer show the name of the application that we will open the file with because we don't know.
...
svn: r11781
2009-02-01 04:21:17 +00:00
Doug Blank
6fccf8d75f
Removed fixed font; it is now already applied
...
svn: r11780
2009-02-01 02:12:38 +00:00
Doug Blank
82a7fe725f
Moved Sql.py out of plugins directory and into export/ExportSql.py; this file is in SVN but not in installed code
...
svn: r11775
2009-01-31 14:29:47 +00:00
Jérôme Rapinat
1e6da8730c
#2657,#1718 use ngettext
...
svn: r11773
2009-01-31 11:29:44 +00:00
Doug Blank
0d3201d8ab
removed extra 'of' in translated texts
...
svn: r11771
2009-01-31 05:03:20 +00:00
Doug Blank
5f0447bdf0
Experimental gramplet to find deep connections between home and active
...
svn: r11770
2009-01-31 02:33:43 +00:00
Stéphane Charette
539066320f
fixed bug #2660 - get rid of 'meta robots noindex' tag in html files
...
svn: r11764
2009-01-30 18:08:33 +00:00
Brian Matherly
f7e2cd8e3f
Finish moving libholiday.py and WebCal.py into their new homes.
...
svn: r11760
2009-01-30 02:26:10 +00:00
Brian Matherly
1adf052e55
Move "holiday" functions into its own module named libholiday. libholiday is used by all three calendar based reports.
...
svn: r11759
2009-01-30 02:19:04 +00:00
Rob G. Healey
d842b8d794
Changed alohabet navigation; added Age At Death, got nick name working again.
...
svn: r11756
2009-01-29 02:13:48 +00:00
Jérôme Rapinat
4574406d32
1357: Incorrect marriage event description when outputting to PDF (only ampersand, < > ?)
...
svn: r11751
2009-01-28 09:01:39 +00:00
Rob G. Healey
b0e3ed517a
Color theme update on stylesheet -- still needs work for Ancestor Tree; added feature request #2628 -- alphabetical Navigation; changed stylesheet naming as already in WebCal.py.
...
svn: r11749
2009-01-28 06:15:29 +00:00
Rob G. Healey
1d6ab20eba
Fixed wording in advanced tab; consolidated copy files module; added prefix and suffix to names in surnames. More changes coming.
...
svn: r11748
2009-01-28 01:39:08 +00:00
Rob G. Healey
45a1e7493b
Removed blank calendar year, fixed year_glance filenames, fixed collect_data, fixed one_day, added get_marrital_status, and fill_day_list. More changes will be coming.
...
svn: r11744
2009-01-27 07:49:47 +00:00
Doug Blank
470ad5d62e
Restored 0 years, but with word 'birth' or 'wedding'; removed extra words as they are too long for calendar
...
svn: r11741
2009-01-27 02:28:47 +00:00
Rob G. Healey
b2b0573d36
WebCal.py and NarrativeWeb.py; were sent by mistake. Watch as they are coming... Reverted back to r11481 and r11711 respectively.
...
svn: r11740
2009-01-26 22:57:25 +00:00
Rob G. Healey
b648af6379
Removing old and obsoleted Cascading Stylesheets and javascript files
...
svn: r11737
2009-01-26 22:22:01 +00:00
Kees Bakker
0b0253f6ef
Apply same patch as in branches/gramps30.
...
Process most common (Dutch) surname prefixes.
Date conversion improvement (Dutch month names, etc).
Store patroniem in Patronymic field.
* src/plugins/import/ImportProGen.py
svn: r11735
2009-01-26 20:02:30 +00:00
Benny Malengier
e57f18a698
2586: Add spouses to the Descendant Tree report
...
Avoid crash on no spouse, patch by Craig
svn: r11732
2009-01-26 08:53:29 +00:00
Doug Blank
e2bb66f42a
Renamed Active Person's Relatives to Relatives
...
svn: r11729
2009-01-25 23:32:14 +00:00
Doug Blank
87bb35b64a
Changed title from Person Note to Note
...
svn: r11728
2009-01-25 23:24:54 +00:00
Gary Burton
f8cc962b83
Implement user defined gender colour selection from FamilyLines graph
...
svn: r11726
2009-01-25 21:34:48 +00:00
Doug Blank
6a26dce0b1
Fixed bug in URL formatting in Headline News
...
svn: r11725
2009-01-25 20:51:13 +00:00
Gary Burton
4f32dea6bc
Enable or disable justyears menu option depending on whether dates should be included
...
svn: r11724
2009-01-25 20:39:02 +00:00
Doug Blank
ffc025aeca
Fixed bug in render_text; replaced NewsGramplet with HeadlineNewsGramplet that reads a new wiki page every hour
...
svn: r11723
2009-01-25 20:08:57 +00:00
Gary Burton
1aaa2df5a4
Make GEDCOM export output family event descriptions as type. Bug 2649.
...
svn: r11722
2009-01-25 19:58:00 +00:00
Doug Blank
60d1964ede
Added tooltip to translations
...
svn: r11720
2009-01-25 17:32:34 +00:00
Doug Blank
04b9ec770f
Added uistate to gramplet class; Finished Interactive Fan Chart: right-click gives menu options (same from PedigreeView)
...
svn: r11719
2009-01-25 17:29:59 +00:00
Gary Burton
f071a27cfb
Add option to restrict dates to years only as per Relationship graph
...
svn: r11717
2009-01-25 15:48:45 +00:00
Gary Burton
9bf926274e
Standardise on ReportUtils fallback methods for baptism and burial dates in lieu of birth and death dates. Also some PEP8 fixes.
...
svn: r11716
2009-01-25 15:04:22 +00:00
Doug Blank
d2b481b1a3
Speed ups: cache names---don't re-lookup name; added outer edge to indicate parents; removed simple access
...
svn: r11714
2009-01-25 11:19:13 +00:00
Stéphane Charette
4e5f282137
bug #2648 , 'link home' option was no longer working
...
svn: r11711
2009-01-25 08:24:56 +00:00
Doug Blank
384f574fea
Put the database access at beginning; fixes bug in mailing list from Rob H.
...
svn: r11702
2009-01-24 09:00:19 +00:00
Jérôme Rapinat
0f2222a380
update french translation
...
svn: r11689
2009-01-22 19:17:01 +00:00
Peter Landgren
f5aaef6312
GEDCOM export for Swedish calendar.
...
svn: r11687
2009-01-22 16:11:14 +00:00
Doug Blank
409063ae94
Rotation is now done by dragging in open space (doesn't draw names while dragging to get speed up)
...
svn: r11684
2009-01-22 12:07:36 +00:00
Doug Blank
6815af9303
Rearrange methods to get all of the fanchart business int the widget; fixed a bug in show_parents; general refining
...
svn: r11680
2009-01-22 00:36:26 +00:00
Doug Blank
e23c3e704c
Needed to register event mask to get additional signals; next step: cleanup
...
svn: r11678
2009-01-21 16:12:48 +00:00
Benny Malengier
b742846a7a
2586: Add spouses to the Descendant Tree report
...
svn: r11671
2009-01-20 09:10:01 +00:00
Doug Blank
a02e10a067
Edited some comments; changed rotation to corners---would like to use motion
...
svn: r11670
2009-01-19 21:58:57 +00:00
Benny Malengier
0df7429978
make autotools work again
...
svn: r11666
2009-01-19 20:26:41 +00:00
Peter Landgren
a73b2da699
Swedish calendar added.
...
svn: r11665
2009-01-19 20:09:19 +00:00
Doug Blank
e9c0be1d15
First working version
...
svn: r11663
2009-01-19 16:57:43 +00:00
Doug Blank
7ccee8ab0a
A couple of bugs left
...
svn: r11662
2009-01-19 07:11:48 +00:00
Doug Blank
cd713adf74
Work in progress
...
svn: r11661
2009-01-19 05:42:20 +00:00
Doug Blank
bb2a4fbcb2
Added gc to environment, with preset flags for checking uncollectable objects
...
svn: r11657
2009-01-18 14:47:35 +00:00
Doug Blank
31512878f1
Added a summary count, and line numbers to output to help compare details
...
svn: r11655
2009-01-18 14:12:21 +00:00
Brian Matherly
6c0d015ded
Add docgen to plugins/Makefile.am subdirectories.
...
svn: r11653
2009-01-18 05:00:57 +00:00
Brian Matherly
3f95d8ddb7
Plugins Restructure: Move docgen plugins into plugins/docgen.
...
svn: r11652
2009-01-18 04:59:14 +00:00
Doug Blank
708b00951f
Roundoff error
...
svn: r11651
2009-01-18 03:41:44 +00:00
Doug Blank
33067b97f1
Moved AgeStats.py gramplet to correct subdirectory, and updated Makefile.am and POTFILES.in
...
svn: r11650
2009-01-18 02:20:17 +00:00
Brian Matherly
451aaee4f4
Plugins Restructure: Move NarrativeWeb.py plugins into plugins/webreport.
...
svn: r11649
2009-01-17 23:32:20 +00:00
Doug Blank
bd90c18ed9
An experimental interactive fan chart. Needs some work to be really usable. See bug #2611 for more details.
...
svn: r11648
2009-01-17 22:36:30 +00:00
Doug Blank
4db08cb975
Removed slow stuff on the calendar gramplet... too much work for just bolding the calendar. Now it just runs the Quick View On This Day
...
svn: r11647
2009-01-17 22:34:54 +00:00
Brian Matherly
6671a8f26e
Plugins Restructure: Move import plugins into plugins/import.
...
svn: r11641
2009-01-17 03:36:19 +00:00
Brian Matherly
ea23898403
Plugins Restructure: Move export plugins into plugins/export.
...
svn: r11640
2009-01-17 03:27:21 +00:00
Brian Matherly
8948630cd3
Plugins Restructure: Move graph reports into plugins/graph.
...
svn: r11639
2009-01-17 03:07:31 +00:00
Brian Matherly
853e54a624
Plugins Restructure: Move text reports into plugins/textreport.
...
svn: r11638
2009-01-16 23:10:34 +00:00
Doug Blank
5e74a57142
Plugins restructure: move gramplets to plugins/gramplet/
...
svn: r11636
2009-01-16 23:03:35 +00:00
Brian Matherly
a12989719b
Move all quick views into plugins/quickview.
...
svn: r11635
2009-01-16 21:39:51 +00:00
Brian Matherly
96f9411caa
Move all draw reports into plugins/drawreport.
...
svn: r11634
2009-01-16 21:10:36 +00:00
Brian Matherly
7b47dc61ad
Move all tools into plugins/tool.
...
svn: r11633
2009-01-16 19:54:58 +00:00
Brian Matherly
ec7ded54c6
Move all relationship calculator translators into plugins/rel.
...
svn: r11632
2009-01-16 16:46:40 +00:00
Brian Matherly
dacbd0df19
0002467: Add christening narration to detailed text reports.
...
svn: r11629
2009-01-15 21:40:25 +00:00
Brian Matherly
89bf35e342
0002432: Detailed reports place dots where they do not belong.
...
svn: r11628
2009-01-15 21:09:07 +00:00
Brian Matherly
58222b68b1
0001973: Show all or no half siblings in Detailed Ancestral Report
...
svn: r11626
2009-01-15 16:28:57 +00:00
Doug Blank
bef2ea3b4c
Removed debuging info
...
svn: r11622
2009-01-14 01:00:26 +00:00
Doug Blank
57e07cfd22
Divide by total number of people to get percentage
...
svn: r11618
2009-01-13 21:53:33 +00:00
Doug Blank
68fed70200
Fixed percentages shown in tooltip, thanks /Peter; related to Bug #2598
...
svn: r11617
2009-01-13 11:57:36 +00:00
Doug Blank
48fb1c94f4
Fixed bug #2598 : Cloud gramplets didn't show exactly the right set of names
...
svn: r11616
2009-01-13 01:33:20 +00:00
Doug Blank
6c1fd069f5
Added new Attribute gramplet, quick view, and link (for gramplets)
...
svn: r11604
2009-01-10 16:31:45 +00:00
Doug Blank
39bea3d80c
minor comment change
...
svn: r11602
2009-01-10 16:25:31 +00:00
Gary Burton
4f07e2ed52
New plugin for sorting events within a database
...
svn: r11599
2009-01-10 12:15:54 +00:00
Jérôme Rapinat
d48c45ef40
typo
...
svn: r11596
2009-01-10 11:46:13 +00:00
Doug Blank
01c4b0e81c
Fixes for bug #2416 : added proper name format in gtk tree model, and update on canceled edit; undid previous hack
...
svn: r11584
2009-01-08 02:12:53 +00:00
Doug Blank
4704f01093
Cleanup separation between gui and non-gui; moved toolip to set_tooltip
...
svn: r11582
2009-01-07 22:49:58 +00:00
Doug Blank
1746064f8a
Added copyright and license statements
...
svn: r11578
2009-01-06 05:04:20 +00:00
Doug Blank
3c9ffd061e
New Given Name Cloud Gramplet by Pander Musubi, and new links to run Same Given Quick View
...
svn: r11577
2009-01-06 05:01:17 +00:00
Doug Blank
695c30baab
Added new Quick View for show Same Given Names
...
svn: r11576
2009-01-06 04:56:09 +00:00
Doug Blank
429d53eed8
Bugfix if no event in Data Entry gramplet
...
svn: r11573
2009-01-05 03:57:41 +00:00
Doug Blank
fe3d9d6b0e
rewrote session log gramplet to be simpler and more complete
...
svn: r11572
2009-01-05 02:31:57 +00:00
Doug Blank
d76e9a8363
Removed auto-updates except for when unminimize and db-change
...
svn: r11571
2009-01-05 02:30:28 +00:00
Doug Blank
f9be2655d6
Fix for 2416: don't save translated name-formats in XML
...
svn: r11569
2009-01-04 20:03:22 +00:00
Doug Blank
61ca9201b5
Changes in the manner that date differences are represented and compared
...
svn: r11565
2009-01-04 17:44:33 +00:00
Doug Blank
2347aeeaeb
Added yield statements to update screen more often
...
svn: r11564
2009-01-04 17:41:33 +00:00
Doug Blank
f1a3e40318
Removed bold from Pedigree gramplet
...
svn: r11561
2009-01-03 06:01:47 +00:00
Doug Blank
cb92251995
New gramplet to create a simple interface to edit/add a person's primary notes.
...
svn: r11558
2009-01-01 23:43:01 +00:00
Doug Blank
f018927f5e
Refinements in the Data Entry Gramplet: show/hide init values
...
svn: r11557
2009-01-01 23:40:35 +00:00
Doug Blank
dad8af1cd4
Removed translation hacks and committed WhatsNext and Records to po files
...
svn: r11555
2008-12-31 22:01:03 +00:00
Doug Blank
529dba047a
Fixed log.
...
svn: r11554
2008-12-31 16:48:27 +00:00
Doug Blank
9e74720152
Fixes in logic... in progress
...
svn: r11553
2008-12-31 16:28:16 +00:00
Doug Blank
f017a5020f
Added probably_alive logic
...
svn: r11552
2008-12-31 15:58:53 +00:00
Doug Blank
71ab854115
Typo
...
svn: r11551
2008-12-31 15:45:25 +00:00
Doug Blank
5aa95a60ee
Cleaned up code; added cause of death, cremation, and burial events to be evidence of death
...
svn: r11550
2008-12-31 15:38:49 +00:00
Doug Blank
6d2cc418e4
Fix for #2303 : plugins/Det*Report.py use an outdated method of computing ages. This fix brings it up to date, but needs some additional work once date spans can fully repr themselves.
...
svn: r11549
2008-12-31 14:49:24 +00:00
Peter Landgren
7d1f63341a
Fixed a gettext call.
...
svn: r11548
2008-12-31 14:26:11 +00:00
Doug Blank
36c291ba38
Use new family link; code was ready to fix--thanks
...
svn: r11547
2008-12-31 04:00:55 +00:00
Doug Blank
657b5119a6
Fix for #2582 : lower translated gender terms
...
svn: r11545
2008-12-31 03:12:49 +00:00
Doug Blank
f3ffd3655a
Added the force_update flag to the session log gramplet
...
svn: r11543
2008-12-30 23:11:28 +00:00
Doug Blank
b8a7153e60
Fixed some border issues; decimal format suggestion
...
svn: r11540
2008-12-30 15:46:36 +00:00
Peter Landgren
271f0d5faf
Fixed another typo.
...
svn: r11539
2008-12-30 15:04:36 +00:00
Peter Landgren
5b10d7200c
Fixed typo.
...
svn: r11538
2008-12-30 15:00:44 +00:00
Doug Blank
5560a4f62c
Fix for using only birth relations, by Reinhard Müller
...
svn: r11537
2008-12-30 14:14:37 +00:00
Peter Landgren
fab57f43a3
Changed to percentage distribution.
...
svn: r11536
2008-12-29 15:09:41 +00:00
Doug Blank
6755c96e51
What next will update when the home-person is changed
...
svn: r11535
2008-12-29 14:15:20 +00:00
Doug Blank
b51cf87d8e
Don't reset relation types of data entry gramplet after each save
...
svn: r11533
2008-12-29 03:11:57 +00:00
Doug Blank
c96bf68ee2
Reverted to use regular dates (no partial or inexact), but with a setting to change to include any valid date
...
svn: r11531
2008-12-27 23:56:02 +00:00
Doug Blank
48f3051d25
Date diff Span now can display itself; changed is_regular to is_valid to use partial dates, too
...
svn: r11529
2008-12-27 21:33:39 +00:00
Doug Blank
e9bf31ef33
Versions of Reinhard Müller's WhatsNext and Records gramplets
...
svn: r11526
2008-12-27 20:57:43 +00:00
Doug Blank
f22c6835a2
Data entry gramplet edit button points to parents family, if active person is not a spouse of a family
...
svn: r11525
2008-12-27 17:38:40 +00:00
Doug Blank
b206ca7cda
Added an Edit family button to edit first family
...
svn: r11520
2008-12-27 15:04:25 +00:00
Doug Blank
3307c1a1e9
Tweak on minimum size
...
svn: r11519
2008-12-27 15:02:59 +00:00
Doug Blank
c083591372
New Descendent Gramplet based on the report
...
svn: r11518
2008-12-26 15:19:37 +00:00
Doug Blank
10b0648a45
Added default family relationship of marriage
...
svn: r11517
2008-12-24 19:16:13 +00:00
Doug Blank
2bf693729f
Added default family relationship of marriage; enlarged default gramplet height
...
svn: r11516
2008-12-24 19:15:16 +00:00
Doug Blank
ccbf7717c3
Data entry gramplet complete, ready for feedback
...
svn: r11515
2008-12-24 14:02:02 +00:00
Doug Blank
7ccb661592
Added spouse, sibling, and child relations to data entry gramplet; still missing parent and bugs in finding families
...
svn: r11514
2008-12-24 04:57:09 +00:00
Doug Blank
c1b027e0b5
Data entry gramplet can add spouse and edit active person
...
svn: r11513
2008-12-24 03:55:10 +00:00
Doug Blank
e903179c69
General cleanup of data entry gramplet
...
svn: r11512
2008-12-23 23:10:08 +00:00
Doug Blank
f7155868d8
Removed extra space in name bug; clear data entry between db changes
...
svn: r11510
2008-12-23 17:20:28 +00:00
Doug Blank
5738186e26
Can now add a new person -- no relations yet, and no editing of data
...
svn: r11509
2008-12-23 16:03:21 +00:00
Doug Blank
2fd67ea581
Fixed some spacing issues on Data Entry gramplet
...
svn: r11507
2008-12-22 20:47:23 +00:00
Doug Blank
0d9249b00c
Fixed translation issues
...
svn: r11506
2008-12-22 13:53:23 +00:00
Doug Blank
582d969b4e
Fixed Data Entry height and expandability
...
svn: r11505
2008-12-22 13:38:35 +00:00
Doug Blank
75da8808ab
Fixed issue in showing non-birth children relations; adjusted minimum height
...
svn: r11504
2008-12-22 13:37:22 +00:00
Doug Blank
bb5f463a50
Added options to AgeStats; set order of options; aligned options; added copyright
...
svn: r11502
2008-12-22 01:48:42 +00:00
Doug Blank
e95a318c1b
holidays.xml changes for USA 2009
...
svn: r11501
2008-12-20 18:19:02 +00:00
Doug Blank
3b8ad54a0d
Working on display of Data Entry Gramplet; next will come the actual database changes
...
svn: r11500
2008-12-20 16:41:31 +00:00
Doug Blank
e10cf8deb1
Added new Gramplet: AgeStats.py that creates textual distribution graphs where each row can be double-clicked to show matching groups
...
svn: r11499
2008-12-20 16:37:37 +00:00
Doug Blank
48dc331f3e
Cleaning up Data Entry Gramplet; not editing data yet
...
svn: r11498
2008-12-20 01:40:06 +00:00
Doug Blank
bd44b133ab
First bit of code for a data entry gramplet
...
svn: r11496
2008-12-19 17:20:55 +00:00
Kees Bakker
72e38bbeaa
Before creating the EnumeratedListOption for the name formats we
...
must get the list so we can use the value of the first entry.
Otherwise you'll see "Value -1 not found for option..." on your
command window.
* src/plugins/Calendar.py
svn: r11490
2008-12-17 22:00:12 +00:00
Kees Bakker
60aa458d87
Use progress meter while doing the filtering.
...
* src/plugins/Calendar.py
svn: r11488
2008-12-17 20:57:19 +00:00
Kees Bakker
679392ab4b
Add an option progress meter argument to GenericFilter.apply
...
If present it must be an instance of Utils.ProgressMeter.
* src/Filters/_GenericFilter.py
* src/plugins/WebCal.py
* src/plugins/NarrativeWeb.py
svn: r11481
2008-12-15 21:42:58 +00:00
Doug Blank
fe133c0411
Fixed two holidays: Inaug: wrong year; Yom Kippur wrong day; added New Year's Eve
...
svn: r11480
2008-12-15 13:09:06 +00:00
Doug Blank
ab98ce5d88
Added options to Gramplets
...
svn: r11470
2008-12-14 03:13:45 +00:00
Kees Bakker
091933b576
Fix to get weeks alignment for "blank year" too.
...
* src/plugins/WebCal.py
svn: r11469
2008-12-13 21:19:46 +00:00
Doug Blank
6244a0c033
Added a Gramplet that can run a Quick View
...
svn: r11466
2008-12-13 16:59:14 +00:00
Kees Bakker
992f0534bb
Remove the validator button at the bottom of each generated page.
...
* src/plugins/NarrativeWeb.py
* src/plugins/WebCal.py
svn: r11461
2008-12-12 13:22:35 +00:00
Kees Bakker
8a7b8fe3e3
Bugfix in collect_data. Was overwriting 'year', and then confused
...
the probably_alive call.
* src/plugins/WebCal.py
svn: r11455
2008-12-11 13:08:37 +00:00
Jérôme Rapinat
5a14e3f7e9
2556: Typo (by Joan Creus)
...
svn: r11453
2008-12-11 10:12:40 +00:00
Doug Blank
d2587088e7
Added option to not translate headers in CSV output
...
svn: r11428
2008-12-07 02:07:57 +00:00
Benny Malengier
4bf3182972
002503: Change md5 module by hashlib.
...
Fallback to md5 on importerror (python 2.4 users)
svn: r11420
2008-12-04 21:44:12 +00:00
Kees Bakker
4fe006e575
Correction of CSS and Python code in WebCal.
...
svn: r11418
2008-12-04 20:38:02 +00:00
Benny Malengier
d3cee34e11
0002512: [Python 2.6 support] Change sets module by built-in set types
...
Removed offending code, not used
svn: r11412
2008-12-04 14:29:28 +00:00
Doug Blank
e3bccdad10
Patched an attribute error... two tables left to make
...
svn: r11409
2008-12-04 06:02:55 +00:00
Doug Blank
36411622b1
About 80% done with SQL dump
...
svn: r11399
2008-12-03 03:20:52 +00:00
Peter Landgren
7df272e869
Changes to avoid Alt_C, Alt_O and Alt_H collisions. Also changed short keys for g.j,J,p,q,y as they do not show up in some fonts.
...
svn: r11396
2008-12-02 20:15:41 +00:00
Peter Landgren
c830fec586
Fix of issue 2529.
...
svn: r11392
2008-12-02 14:18:18 +00:00
Jérôme Rapinat
c1f33333ac
typo (wait after 3.0.4 on branch)
...
svn: r11389
2008-12-02 09:25:01 +00:00
Doug Blank
6c48d80ad9
Working on deconstructing data...
...
svn: r11387
2008-12-02 03:41:28 +00:00
Doug Blank
4ca72d905d
Notes in sources are handles (of course)
...
svn: r11383
2008-12-01 17:21:02 +00:00
Doug Blank
7b6d6a7b85
Clean up; reorg
...
svn: r11382
2008-12-01 17:05:33 +00:00
Doug Blank
ca4457332e
Removed main_loc (a location) from places
...
svn: r11381
2008-12-01 16:48:13 +00:00
Doug Blank
1636c00bfb
Error in loading a date in names table
...
svn: r11380
2008-12-01 15:41:10 +00:00
Peter Landgren
cacaeddbbe
Fix of issue 2525 underline in name.
...
svn: r11378
2008-12-01 12:58:59 +00:00
Doug Blank
005bb624e5
Show error query and values
...
svn: r11377
2008-12-01 12:18:42 +00:00
Doug Blank
c61ac47d57
Fixed trim -> strip typo
...
svn: r11375
2008-12-01 04:43:19 +00:00
Doug Blank
ff66065dde
Experimental SQL interface
...
svn: r11374
2008-12-01 04:25:06 +00:00
Doug Blank
94d20c0748
Fixed updating notes in CSV import and fixed a bug on adding notes to marriage when only notes (no other data) and a bug in add marriage notes twice
...
svn: r11366
2008-11-30 01:38:15 +00:00
Brian Matherly
b4b5180ef5
0002495: Detailed Ancestral Report crash when spouse has baptism
...
svn: r11312
2008-11-18 02:27:45 +00:00
Jérôme Rapinat
4e932886bc
update dates for France
...
svn: r11307
2008-11-17 17:33:01 +00:00
Peter Landgren
8d4624bdbc
Fix of issue 2492.
...
svn: r11305
2008-11-16 07:56:34 +00:00
Kees Bakker
5d35e5d867
More cleaning up. Eliminate self.year and more.
...
* src/plugins/WebCal.py
svn: r11286
2008-11-10 22:47:48 +00:00
Kees Bakker
7b6a5144a1
Beginning of a new round of cleanups. The code was a mess, and we need
...
to think about CSS usage once more. I've added a TODO list so that we
have some clue what is to be done. There might be more.
Meanwhile the plugin should remain somewhat usable, but the calendars
could be ugly. Please be patient.
* src/plugins/WebCal.py
svn: r11285
2008-11-10 21:41:38 +00:00
Kees Bakker
3c85a65fd3
Small correction of generated HTML.
...
* src/plugins/NarrativeWeb.py
svn: r11284
2008-11-10 21:37:20 +00:00
Gary Burton
305c20557c
GEDCOM specification fix. Bug 2491.
...
svn: r11281
2008-11-09 21:07:03 +00:00
Peter Landgren
a954db469a
Update due to new context prefix.
...
svn: r11273
2008-11-08 15:35:20 +00:00
Peter Landgren
c9dff4de59
Update due to new context prefix.
...
svn: r11272
2008-11-08 15:34:31 +00:00
Peter Landgren
68ce4136e1
Fixed typos with trailing blanks.
...
svn: r11269
2008-11-08 15:00:13 +00:00
Peter Landgren
9797dbcaa8
Correction/addition/deletion of filenames for make install to work.
...
svn: r11244
2008-11-04 16:05:20 +00:00
Brian Matherly
2e9a488e3e
Refactor export plugin framework. All importers and exporters are now plugins.
...
svn: r11243
2008-11-04 04:12:51 +00:00
Jérôme Rapinat
f9d47dcc14
2463: GVFamilyLines.py, MarkerReport.py and PlaceReport should not require active person for working
...
svn: r11201
2008-10-27 08:29:55 +00:00
Jérôme Rapinat
916abcf430
2462: a mix between ColourOption and ColorOptions after recent changes on plugins management
...
svn: r11200
2008-10-27 08:23:23 +00:00
Jérôme Rapinat
c9cc76704a
2453: Typos/grammar errors (by Joan Creus)
...
svn: r11194
2008-10-25 18:43:58 +00:00
Kees Bakker
70df4b7a4b
Just minor changes to how the progress bar shows up.
...
* src/plugins/ImportProGen.py
svn: r11181
2008-10-21 19:00:45 +00:00
Kees Bakker
0ead404135
Cleanup work to make NarrativeWeb and WebCal. With this they should
...
produce webpages similar to grams 3.x, but under the hood there are a
lot of changes. There are new and improved CSS files and images. And
these are shares between NarrativeWeb and WebCal.
*** Many thanks to Jason and Rob. ***
svn: r11180
2008-10-21 18:57:42 +00:00
Brian Matherly
dfd426e5ca
Move the contents of "_GrampsBSDDB.py" into "ReadGrdb.py" because that is the only place it is used. Then, rename "ReadGrdb.py" to "plugins/ImportGrdb.py" for consistency. Also clean up misc import related code.
...
svn: r11173
2008-10-21 04:22:45 +00:00
Brian Matherly
8e8f37d5d3
Create a new plugin class for Import plugins.
...
svn: r11142
2008-10-14 02:34:28 +00:00
Erik De Richter
77707348ee
changes for wiki manual
...
svn: r11138
2008-10-11 18:32:47 +00:00
Erik De Richter
1dcaa93906
changes for wiki manual
...
svn: r11135
2008-10-11 06:40:15 +00:00
Erik De Richter
f2b11afbcb
corrected Dutch translation
...
GtkSpinButton warning solved
svn: r11133
2008-10-10 13:15:49 +00:00
Kees Bakker
5e8b724872
Changes by Rob Healey.
...
The biggest difference is support for multiple years. But there is more,
such as name handling for female spouses (new option for that).
svn: r11129
2008-10-07 20:11:46 +00:00
Erik De Richter
c1521c5e55
NotRelated is a tool not a report reference to wiki was wrong
...
svn: r11126
2008-10-06 18:26:53 +00:00
Jérôme Rapinat
b58ae794b7
2429: Typos/grammar errors
...
svn: r11122
2008-10-06 12:36:03 +00:00
Stéphane Charette
f26db0ed0a
include thumbnails in ancestor diagram
...
svn: r11103
2008-10-03 10:38:19 +00:00
Brian Matherly
9c364490ce
Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager".
...
svn: r11100
2008-10-02 04:02:10 +00:00
Brian Matherly
b0f5322346
Fix typo in narrative web report that causes crash.
...
svn: r11095
2008-09-29 03:32:51 +00:00
Jérôme Rapinat
a1a744ef8a
#2408 : Cannot translate one string
...
svn: r11094
2008-09-28 09:27:40 +00:00
Brian Matherly
e811924e77
Move PluginUtils._MenuOptions into a new module in gen.plug.menu. Also, put each class in its own file so that it will scale better as new options are added.
...
svn: r11086
2008-09-27 13:56:17 +00:00
Gary Burton
59e5d0e83a
Fix problems remaining since note markup was changed. Remove False parameter in calls to note.get(). Bug #2351
...
svn: r11075
2008-09-18 18:54:14 +00:00
Brian Matherly
e94a81c944
0002389: Command line reference tool is broken (plugins/CmdRef.py)
...
svn: r11070
2008-09-17 12:07:00 +00:00
Jérôme Rapinat
efe110dc7b
better wording and comments
...
svn: r11056
2008-09-13 09:52:28 +00:00
Jérôme Rapinat
65960ec923
pylint and mistake on half_sibling
...
svn: r11054
2008-09-12 17:26:32 +00:00
Peter Landgren
51b0faa473
Revert 11039 and 11040. Fixed by 11043.
...
svn: r11045
2008-09-09 07:03:26 +00:00
Peter Landgren
66b4542bb6
Fix of issue 2373 for trunk.
...
svn: r11040
2008-09-08 18:00:38 +00:00
Peter Landgren
55fed5220f
Fix of issue 2372 for trunk.
...
svn: r11039
2008-09-08 15:01:52 +00:00
Gary Burton
19fab6f11c
Forgot to update makefiles for some recent additions
...
svn: r11035
2008-09-07 10:41:39 +00:00