Commit Graph

15613 Commits

Author SHA1 Message Date
Jérôme Rapinat
d1fbb2bff9 3309: HtmlDoc module ignores title-style of reports (contribution by lcc)
svn: r13399
2009-10-24 07:17:04 +00:00
Serge Noiraud
7bf4760409 GeoView : Some minor regressions with python 2.5 and some cleaning
svn: r13398
2009-10-23 21:17:20 +00:00
Gerald Britton
8592d8c68f change str.format calls back to % operations
svn: r13397
2009-10-23 20:43:18 +00:00
Doug Blank
131f5396b6 Use RawConfigParser so that it doesn't try to format string
svn: r13396
2009-10-23 03:28:19 +00:00
Doug Blank
40b9c7a7ca Fixed three errors in date conversions: set_slash didn't work; set_slash2 was missing; and convert_to calendar needed to clear NEWYEAR and SLASHES
svn: r13395
2009-10-23 00:06:14 +00:00
Doug Blank
4ffac19071 Change to test to see if ast.literal_eval exists; if not fallback to eval (which is not safe)
svn: r13394
2009-10-22 23:48:04 +00:00
Serge Noiraud
ed788f0507 GeoView : Removing yahoo and microsoft maps.
javascript and css simplification.
          When possible, usage of python instead of javascript.
          Adding a menubar to manage place lists, years and pages.


svn: r13393
2009-10-22 19:52:27 +00:00
Brian Matherly
4f55365e97 Add translation detection, translation class and report translation option. Leading up to user configurable report translations.
svn: r13391
2009-10-22 04:22:24 +00:00
Doug Blank
c202f43e9b Fixed two errors: simple str(date) now shows alternate newyear day; match with alt newyear day now works correctly
svn: r13390
2009-10-22 04:15:18 +00:00
Jérôme Rapinat
0802b891df 3305: update Brazilian Portuguese translation (by lcc)
svn: r13389
2009-10-20 18:00:46 +00:00
Doug Blank
43cbfbfaca 3301: Error on Gramps Start from trunc (last SVN; for Windows) if using GRAMPSHOME; Rewrote config reader to safely allow all types of Python data, including dict, escaped chars in strings, and unicode; set file encoding to utf-8
svn: r13387
2009-10-20 11:18:06 +00:00
Rob G. Healey
5f52f21bf0 Changed Navigation menu font style.
svn: r13386
2009-10-19 04:34:03 +00:00
Brian Matherly
82a847226e Cleanup gettext configuration (in preparation for custom report translations).
svn: r13385
2009-10-18 22:18:29 +00:00
Doug Blank
3266f85d46 3273: Standard position for child-list descendant numbering in DDR, by lcc
svn: r13382
2009-10-18 01:28:49 +00:00
Doug Blank
d899d1eefd 3296: Data loss during XML-export->import; assumed type was set on name element
svn: r13380
2009-10-17 22:50:35 +00:00
Rob G. Healey
054acb7337 Clean up work on media_link() and doc_link(). Corrected a lot of single quatation marks to double quoteations.
svn: r13379
2009-10-17 20:54:17 +00:00
Doug Blank
a5ac560552 Fixed bug in interpreting int(date_span) which is now in months
svn: r13377
2009-10-16 03:20:07 +00:00
Doug Blank
468be7a75c 3291: "Probably alive" misses persons definitely alive, part 2
svn: r13375
2009-10-16 03:11:16 +00:00
Doug Blank
e420278a13 3291: "Probably alive" misses persons definitely alive
svn: r13374
2009-10-16 02:52:06 +00:00
Gerald Britton
764f5d846d Bug 0003063: gtk.Tooltips is deprecated -- bug in last batch of updates
svn: r13367
2009-10-13 19:11:19 +00:00
Gerald Britton
0ab22f3d76 Bug 0003063: gtk.Tooltips is deprecated -- bug in last batch of updates
svn: r13366
2009-10-13 18:56:14 +00:00
Doug Blank
b0eef2a8ba 3284: Descendant Report omits last-level spouses, by lcc
svn: r13365
2009-10-12 17:33:07 +00:00
Benny Malengier
5504df77ba 3275: PageView reworking-pageview3.patch
svn: r13364
2009-10-11 06:36:56 +00:00
Benny Malengier
3dd41b0444 3275: PageView reworking-move placeview to listview
svn: r13363
2009-10-10 09:10:00 +00:00
Doug Blank
e4be08f332 Added missing module-level functions for config
svn: r13359
2009-10-09 00:26:48 +00:00
Doug Blank
60b0d6bb36 Add new config.py to POTFILES
svn: r13358
2009-10-08 23:51:08 +00:00
Gerald Britton
2b5c94331d Bug 0003063: gtk.Tooltips is deprecated -- last batch of updates
svn: r13357
2009-10-08 20:55:42 +00:00
Serge Noiraud
884d1893e3 GeoView : str to int problem with the new config module.
svn: r13354
2009-10-08 18:01:06 +00:00
Doug Blank
b4b57edab4 Added an emit method, more tests, and some clean up
svn: r13353
2009-10-08 15:22:28 +00:00
Jérôme Rapinat
ce2a168d3a 3199: Localisation in web page report - Problem with word Home, too many meanings
svn: r13352
2009-10-08 12:03:14 +00:00
Doug Blank
5fef504683 Changes in build system related to Config
svn: r13350
2009-10-08 10:43:29 +00:00
Rob G. Healey
be85628214 Cleaned up and fixed all of the WebCal elements also.
svn: r13349
2009-10-08 05:48:43 +00:00
Doug Blank
4abfc5d39d Fixed order issue for 3rd-party config; fixed a reset bug; added more tests
svn: r13348
2009-10-08 05:09:08 +00:00
Doug Blank
9d8ff1bacf Added lists to config type, as a list. Changed data-views to new format; added htmlview.start-url
svn: r13347
2009-10-08 04:47:04 +00:00
Doug Blank
99282aa715 3272: Proposal for updating config settings
svn: r13346
2009-10-08 01:12:51 +00:00
Rob G. Healey
3959b59d40 Added Alphabet Navigation, EventList and EventDetail, RepositoryList elements to all stylesheets. There are no longer vertical alphabet. No longer any problems with the Download page. Navigation menu bar no longer jumps around the screen.
svn: r13345
2009-10-07 22:45:59 +00:00
Rob G. Healey
f2d5deb25a Added alphabet, EventList and EventDetail, and RepositoryList CSS sections.
svn: r13344
2009-10-07 22:30:39 +00:00
Benny Malengier
53251826f7 3275: PageView reworking - change all non person views to new classes
svn: r13343
2009-10-07 20:51:12 +00:00
Benny Malengier
ac74c5bed9 typo bug found here causing crash with tooltip
svn: r13342
2009-10-07 20:46:50 +00:00
Rob G. Healey
e2d1949cf1 New files: listview.py, navigationview.py, and pageview.py were added to the subdirs portion of the Makefile.am, so I put them where they belonged. Running autogen.sh && make will now complete.
svn: r13341
2009-10-07 20:28:18 +00:00
Gerald Britton
bebba4b366 Bug 0003063: gtk.Tooltips is deprecated -- second batch of updates
svn: r13340
2009-10-07 20:01:39 +00:00
Benny Malengier
9a8b5d8743 3275: PageView reworking-adding the new files 2
svn: r13339
2009-10-07 19:58:14 +00:00
Benny Malengier
08b4f8a510 3275: PageView reworking-adding the new files 2
svn: r13338
2009-10-07 19:53:34 +00:00
Benny Malengier
fce9b37a08 3275: PageView reworking-adding the new files
svn: r13337
2009-10-07 19:50:00 +00:00
Gerald Britton
fa0805dc60 Bug 0003063: gtk.Tooltips is deprecated -- first batch of updates
svn: r13335
2009-10-07 18:15:18 +00:00
Jérôme Rapinat
42e06746a2 #3270: update Danish translation (by Morten Bo Johansen)
svn: r13334
2009-10-07 16:26:34 +00:00
Doug Blank
edc6dc8f0f 3259: CSS ordering broken for html text reports from lcc
svn: r13333
2009-10-07 13:18:51 +00:00
Doug Blank
a31d94d2ed 3255: patch for Descendant Report text error from lcc
svn: r13332
2009-10-07 13:13:58 +00:00
Jérôme Rapinat
b2d2820939 3199: Localisation in web page report - Problem with words Name and Home, too many meanings
svn: r13331
2009-10-07 13:00:27 +00:00
Doug Blank
a3d6864f0a #3265: An improvement of calendar report; adds links to NarWeb from WebCal, if you have both. Advanced Options has checkbox and URL prefix to NarWeb/ppl
svn: r13329
2009-10-07 05:15:34 +00:00