Doug Blank
|
d0318dd1a2
|
Some basic name editing; moved forms to web/grampsdb
svn: r13833
|
2009-12-17 04:10:41 +00:00 |
|
Doug Blank
|
9f74bdacce
|
Was adding .svn and subdirectories; this should properly limit subdirs
svn: r13832
|
2009-12-17 04:02:04 +00:00 |
|
Doug Blank
|
00f2a1859a
|
First draft of gramps-connect using django Forms
svn: r13831
|
2009-12-17 00:04:22 +00:00 |
|
Nick Hall
|
bfd2a9629f
|
Improved export for hierarchical views
svn: r13830
|
2009-12-16 22:56:55 +00:00 |
|
Serge Noiraud
|
bd961672c8
|
htmlrenderer : The prefs.js was created twice.
We didn't use the locale language.
Adding var args to the gerald's modifications.
svn: r13829
|
2009-12-16 22:09:26 +00:00 |
|
Nick Hall
|
a921cc784f
|
3433: Fix hierarchy problem in place view
svn: r13828
|
2009-12-16 19:40:53 +00:00 |
|
Doug Blank
|
e02df43a66
|
Fixed incorrect fix (thanks Gerald)
svn: r13827
|
2009-12-16 18:55:45 +00:00 |
|
Gerald Britton
|
85c307d174
|
Simplification using list comprehension
svn: r13826
|
2009-12-16 17:51:53 +00:00 |
|
Gerald Britton
|
0caa05e44f
|
Tweak to improve readability and reduce dcalls to write method
svn: r13825
|
2009-12-16 16:56:45 +00:00 |
|
Doug Blank
|
8f2f2f200f
|
Moved gtk imports out of global scope for cli use
svn: r13824
|
2009-12-16 12:43:21 +00:00 |
|
Doug Blank
|
2a047ab65e
|
Sort events by alphabetical type name
svn: r13823
|
2009-12-16 12:04:48 +00:00 |
|
Peter Landgren
|
18eff92c76
|
Fixed some uppercase in filenames to lowercase.
svn: r13822
|
2009-12-16 08:07:52 +00:00 |
|
Brian Matherly
|
2f1c04169a
|
move src/DisplayTabs/* to src/gui/editors/displaytabs as part of GEP008
svn: r13821
|
2009-12-16 06:11:06 +00:00 |
|
Brian Matherly
|
8bb7400ef6
|
Fix POTFILES.in for new selectors location.
svn: r13820
|
2009-12-16 04:36:45 +00:00 |
|
Rob G. Healey
|
b060d4189d
|
Removed Editors and Sekectors directories to allow ./autogen.sh to complete. Fixed attribute type so it is translated. Made option visible, but greyed out if the library is not installed by suggestion from Doug Blank. See feature request 3449.
svn: r13819
|
2009-12-16 03:02:08 +00:00 |
|
Doug Blank
|
cdce67a646
|
Removed some of the too-many progress updates
svn: r13818
|
2009-12-16 01:50:17 +00:00 |
|
Serge Noiraud
|
82d7e93a7c
|
GeoView : Better initialization.
Avoid to create the same page several times.
Don't create the start page twice now we have Web and Geography views.
svn: r13817
|
2009-12-15 23:43:00 +00:00 |
|
Doug Blank
|
69315dc4ba
|
Fixes for some existing filters, and new 3240: New filter to find connections between people by spidering over the database
svn: r13816
|
2009-12-15 22:12:42 +00:00 |
|
Doug Blank
|
49bd78481a
|
Removed as now unneeded with Django-supported interface
svn: r13815
|
2009-12-15 17:32:24 +00:00 |
|
Doug Blank
|
896e157183
|
Renamed Same Given Name duplicate name
svn: r13814
|
2009-12-15 17:14:20 +00:00 |
|
Doug Blank
|
d05e98cbf6
|
Removed as now unneeded with Django-supported interface
svn: r13813
|
2009-12-15 17:11:05 +00:00 |
|
Doug Blank
|
c10493e0ad
|
Moved to gramps-addons
svn: r13812
|
2009-12-15 16:59:18 +00:00 |
|
Doug Blank
|
f2abf6e4c2
|
Removed hacky flag; don't know why it was needed
svn: r13811
|
2009-12-15 16:48:03 +00:00 |
|
Doug Blank
|
cfec1b2092
|
Cleanup treestyle to work across gramps versions
svn: r13810
|
2009-12-15 16:46:40 +00:00 |
|
Gerald Britton
|
0512137d35
|
tweak using enumerate() instead of more complicated zip(range(len())) alternative
svn: r13809
|
2009-12-15 16:21:38 +00:00 |
|
Doug Blank
|
cb721e6ad3
|
Moved DeepConnections.py HeadlineNewsGramplet.py NoteGramplet.py PythonGramplet.py to gramps-addons
svn: r13808
|
2009-12-15 15:19:49 +00:00 |
|
Brian Matherly
|
bbe2b6da0c
|
move src/Editors/* to src/gui/editors as part of GEP008
svn: r13807
|
2009-12-15 05:56:12 +00:00 |
|
Brian Matherly
|
baa13df670
|
Move src/Selectors to src/gui/selectors. Rename files to lower case in conformance with the Gramps coding style.
svn: r13806
|
2009-12-15 03:45:09 +00:00 |
|
Rob G. Healey
|
224c8c1ffc
|
Fixed error causing crash as per Nick Hall. Corrected tags on libhtmlconst and WebCal.
svn: r13805
|
2009-12-15 02:50:46 +00:00 |
|
Gerald Britton
|
04a15c8647
|
tweaks
svn: r13804
|
2009-12-14 18:32:46 +00:00 |
|
Brian Matherly
|
35a29e9ef5
|
add widgets to src/gui/Makefile and po/POTFILES
svn: r13802
|
2009-12-14 12:48:27 +00:00 |
|
Rob G. Healey
|
426691a2ac
|
Not ready yet and I am out of time for now.
svn: r13801
|
2009-12-14 12:31:34 +00:00 |
|
Rob G. Healey
|
ad9dadc30b
|
Added exiftype.pu to POTFILES.
svn: r13800
|
2009-12-14 12:24:58 +00:00 |
|
Rob G. Healey
|
057e8504c0
|
Finished exiftype.py Will add it to POTFILES.IN in the afternoon.
svn: r13799
|
2009-12-14 12:22:17 +00:00 |
|
Rob G. Healey
|
8c5c6a428e
|
Continuation of exiftype. Variables have been completed.
svn: r13798
|
2009-12-14 10:52:57 +00:00 |
|
Rob G. Healey
|
42d45dfa5c
|
Beginning of extending the media exif tags section.
svn: r13797
|
2009-12-14 10:01:57 +00:00 |
|
Rob G. Healey
|
c94c9c588e
|
Cleanup work on attributes and a comment on sort_event_types() in NarrativeWeb. Clean up work on calendar_build() in WebCal.
svn: r13796
|
2009-12-14 08:47:01 +00:00 |
|
Peter Landgren
|
3350a54f0d
|
Deleted ref to src/widgets.
svn: r13795
|
2009-12-14 07:45:14 +00:00 |
|
Rob G. Healey
|
73a8acc7bc
|
Removed debugging code in NarrativeWeb. Adjusted elements in MediaListPage.
svn: r13794
|
2009-12-14 07:04:37 +00:00 |
|
Rob G. Healey
|
e72257b3f5
|
Cleaned up class MediaListPage and added mime type to the MediaListPage.
svn: r13793
|
2009-12-14 06:18:33 +00:00 |
|
Rob G. Healey
|
97f8091467
|
Fix bug report #3276. Link to temp.png should be document.png. Thanks jerome for finding it.
svn: r13792
|
2009-12-14 06:15:59 +00:00 |
|
Brian Matherly
|
0001133eb8
|
move src/widgets/* to src/gui/widgets as part of GEP008
svn: r13791
|
2009-12-14 03:20:19 +00:00 |
|
Brian Matherly
|
ec81292e52
|
Add translated language and country strings to the report transation option.
svn: r13790
|
2009-12-13 21:16:58 +00:00 |
|
Peter Landgren
|
80138e8313
|
After major review.
svn: r13789
|
2009-12-13 19:43:07 +00:00 |
|
Peter Landgren
|
ee65d7f4b1
|
Fix problem cut off messages. gettext can only handle string constants, not string experssions.
svn: r13786
|
2009-12-13 15:56:35 +00:00 |
|
Doug Blank
|
013ef62b6b
|
Four ways to link a row: by object, object/col, (object, handle), [(obj, handle)...]]
svn: r13785
|
2009-12-13 14:45:52 +00:00 |
|
Jérôme Rapinat
|
01c743e6c7
|
1683: Untranslatable text in Relationship calculator window
svn: r13784
|
2009-12-13 14:40:26 +00:00 |
|
Jérôme Rapinat
|
b02a7cb4c6
|
2385: Fan chart and multiple calendars
svn: r13783
|
2009-12-13 14:22:57 +00:00 |
|
Peter Landgren
|
3edb3a88bc
|
Fixed one wrong gettext call and deleted one unnecessary statement.
svn: r13782
|
2009-12-13 14:07:24 +00:00 |
|
Brian Matherly
|
4793422042
|
Don't import removed "unused" module.
svn: r13781
|
2009-12-13 05:36:16 +00:00 |
|