Commit Graph

14174 Commits

Author SHA1 Message Date
Gerald Britton
6b2b52552d Revert 10874 changes to _FilterParser.py
svn: r10878
2008-07-18 14:06:42 +00:00
Gerald Britton
437bde6e5c Revert 10874 changes to base.py and _FilterParser.py
svn: r10877
2008-07-18 13:15:15 +00:00
Kees Bakker
0cabb9161c Addition of two (arrow) GIFs.
Updated stylesheets by Rob Healey.
	* src/images/arrow{102,231}.gif
	* src/data/Web_Print-Default.css
	* src/data/Web_Evergreen.css


svn: r10876
2008-07-18 07:10:15 +00:00
Gerald Britton
49316e07e8 Revert 10874 changes to dbdir.py and _GrampsBSDDB.py
svn: r10875
2008-07-17 21:03:26 +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
Kees Bakker
a6a264d1ce A bunch of miscelaneous corrections.
- variable names
- added several notes about things todo
- replaced store_file() with copy_file() from NarrativeWeb
- and more
	* src/plugins/WebCal.py


svn: r10873
2008-07-17 14:48:54 +00:00
Kees Bakker
6d67535bf9 Major change from Rob Healey and Jason Simanek.
* src/plugins/WebCal.py


svn: r10872
2008-07-17 13:05:15 +00:00
Kees Bakker
7c11d6bf70 Translation issues found by Peter Landgren.
* src/plugins/NarrativeWeb.py


svn: r10871
2008-07-17 12:10:17 +00:00
Kees Bakker
63a936c593 Several fixes. "styles" directory was not present before copying
files into. Correction of filename in copyright part. Eliminate
store_file and replaced by copy_file (takes care of directory creation
and error message.)
	* src/plugins/NarrativeWeb.py


svn: r10870
2008-07-17 11:54:33 +00:00
Kees Bakker
445da31691 Update from Rob Healey and Jason Simanek: new stylesheets and
some (small?) changes in the generated HTML.
(( Not fully tested, please give it a try ))
	* src/plugins/NarrativeWeb.py


svn: r10869
2008-07-16 07:59:29 +00:00
Kees Bakker
0ffd81bac2 Setting svn:mime-type to text/x-javascript instead of application/x-javascript
because SVN gets confused thinking it is binary.
	* src/data/Web_styleswitcher*.js


svn: r10868
2008-07-16 07:43:30 +00:00
Kees Bakker
40f8d655f5 Adding new javascript files to be used by NarrativeWeb and WebCal
* src/data/Web_styleswitcher*.js
	* src/data/Makefile.am


svn: r10867
2008-07-16 07:32:46 +00:00
Kees Bakker
50fc6180c3 Setting svn props for the new CSS files. I forgot about
x ~/.subversion/config "enable-auto-props = yes"


svn: r10866
2008-07-16 07:20:23 +00:00
Kees Bakker
ddac2e073d Adding new CSS files for the upcoming NarrativeWeb and WebCal update.
svn: r10865
2008-07-16 07:07:21 +00:00
Mirko Leonhäuser
6c1ec4e34c Updated German translation
svn: r10864
2008-07-15 17:40:28 +00:00
Kees Bakker
de7fd94504 (Changes by Rob Healey)
Rename display_header, display_footer to write_header, write_footer.
A couple format changes in the HTML output.
	* src/plugins/NarrativeWeb.py


svn: r10863
2008-07-15 13:37:17 +00:00
Erik De Richter
ea16e6a304 svn: r10862 2008-07-15 05:58:32 +00:00
Peter Landgren
7b9a2713ba Fix of issue 2253 in trunk
svn: r10861
2008-07-14 18:56:39 +00:00
Erik De Richter
6a69166ae8 updated gramps.pot
svn: r10859
2008-07-14 18:28:46 +00:00
Gerald Britton
709c58b4eb Replace __call__ in dir(*) with callable(*) for performance gain
svn: r10856
2008-07-14 15:47:15 +00:00
Benny Malengier
dda6988dfc ticket 2244 Date parser for Norwegian locale, allow 'b' for month
svn: r10854
2008-07-14 12:14:43 +00:00
Erik De Richter
3b8297e861 corrected Dutch translation
svn: r10852
2008-07-14 07:25:51 +00:00
Gary Burton
6e0995d409 Fix rename button. Broken in an earlier revision
svn: r10851
2008-07-09 21:08:36 +00:00
Gerald Britton
9d0a699e4f Replace map with list comprehension
svn: r10850
2008-07-09 20:34:17 +00:00
Erik De Richter
587e367836 updated gramps.pot and nl.po
svn: r10849
2008-07-09 18:53:56 +00:00
Gerald Britton
02484820e2 Replace map with list comprehensions
svn: r10848
2008-07-09 14:39:10 +00:00
Gerald Britton
4afaea5c72 Replace filter with any for performace gain
svn: r10847
2008-07-07 19:50:35 +00:00
Gary Burton
3cc07e26dd Apply referenced proxy to remove unused objects when a filter or one of the other proxies is applied.
svn: r10846
2008-07-07 19:32:18 +00:00
Gary Burton
b2f0e1e537 New database proxy which passes through objects which are referenced by at least one another object.
svn: r10845
2008-07-07 19:25:18 +00:00
Stéphane Charette
2824964116 report #2270 - NarrativeWeb skips over step-siblings
svn: r10844
2008-07-06 08:40:47 +00:00
Gerald Britton
6037e9fdd4 Replace lambdas with list comprehensions
svn: r10843
2008-07-04 17:27:51 +00:00
Jérôme Rapinat
7120655439 update
svn: r10842
2008-07-04 09:08:03 +00:00
Kees Bakker
e749210de2 Use list comprehension instead of filter(lambda as suggested by Gerald.
* src/plugins/ImportProGen.py


svn: r10841
2008-07-03 21:05:06 +00:00
Kees Bakker
eff4c42626 Fix for bug 2232. Thank you, sanjuro, for the patch.
* src/plugins/NarrativeWeb.py


svn: r10840
2008-07-03 19:46:50 +00:00
Kees Bakker
b2625ec23f Fix for bug 1969. There were two places where a .html extension was
missing. I'll have to check if bugs 2230 and 2232 are solved as well.
        * src/plugins/NarrativeWeb.py


svn: r10839
2008-07-03 19:10:05 +00:00
Gerald Britton
2e4d57ea28 Fix isinstance error and replace lambdas with list comprehensions
svn: r10838
2008-07-03 18:30:00 +00:00
Gerald Britton
6926f71869 Simplify coordinate checking
svn: r10837
2008-07-03 18:28:44 +00:00
Kees Bakker
e4f568cd01 NavWebReport.copy_file correction variable name.
DownloadPage.__init__ correction of parameter for display_header (found by Jason).
	* src/plugins/NarrativeWeb.py


svn: r10835
2008-07-01 08:34:08 +00:00
Gary Burton
445c32f425 Add support for filtering on event and media attributes
svn: r10834
2008-06-28 22:53:36 +00:00
Gary Burton
c82c8d58dc Editing rules crashes because value and string attrbutes are now protected on GrampsType so get via a different method
svn: r10833
2008-06-28 22:02:05 +00:00
Gary Burton
656b4da5ab Make sure Gedcom ADDR token if location is populated. Bug #2216
svn: r10832
2008-06-28 11:50:41 +00:00
Gary Burton
31ab1294c4 Apply scrollbars to tabs on main Gramps window when there is not enough room on screen to display all the tabs. Useful for small screen devices like Asus eee PC
svn: r10830
2008-06-24 20:27:01 +00:00
Stéphane Charette
90df86f127 fix for bug #0002240; Events show up as blank lines when removing unused objects; merged from gramps30
svn: r10829
2008-06-24 17:51:55 +00:00
Erik De Richter
036e0ec65c updated gramps.pot and nl.po
svn: r10827
2008-06-23 19:37:11 +00:00
Gary Burton
e1d0e29eac Allow Gramps to work full screen. Useful for small screen devices like Asus eee PC
svn: r10826
2008-06-22 14:34:18 +00:00
Alex Roitman
2d73aa8f93 Use proper path for source file
svn: r10825
2008-06-21 21:14:42 +00:00
Stéphane Charette
ae2a2917c4 bug report #2234; notes should be separated from the previous text to which they apply; merged from gramps30
svn: r10824
2008-06-21 08:42:31 +00:00
Jérôme Rapinat
ae5ba9a180 #2144: Example database contains absolute path for media file
svn: r10822
2008-06-21 07:08:54 +00:00
Gerald Britton
fb5b8250c4 Fix typo in NarrativeWeb.py: Bug 002231
svn: r10820
2008-06-19 14:41:04 +00:00
Gerald Britton
5d8934efa2 Fix 0002184: BUG: IndexError: tuple index out of range
svn: r10819
2008-06-18 13:17:36 +00:00