Commit Graph

15945 Commits

Author SHA1 Message Date
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
Brian Matherly
098e6c427d Remove widgets/unused.py for obvious reasons.
svn: r13780
2009-12-13 04:43:05 +00:00
Doug Blank
1206598620 Sorts event by ID, date
svn: r13779
2009-12-13 01:04:09 +00:00
Doug Blank
58dc389e48 Sometimes, the pending events can get into an infinite loop of causing more events to be handled; this fix makes it finite
svn: r13778
2009-12-12 17:01:06 +00:00
Doug Blank
b1254d7820 gtk is hidden in methods to not import it overall for cli
svn: r13777
2009-12-12 13:03:57 +00:00
Rob G. Healey
1f6d87182b Cleanup of little things in WebCal.
svn: r13775
2009-12-12 07:42:42 +00:00
Rob G. Healey
8af5f5f532 Moved "import gtk" from several different places to the area where all imports are located. Had a problem with set_header() in class progressMeter.
svn: r13774
2009-12-12 07:41:09 +00:00
Rob G. Healey
bfbba59482 Changed how EventPage works. Cleanup work on NarrativeWeb. Changed some elements in stylesheet that is specific to Visually impaired only.
svn: r13773
2009-12-12 07:38:10 +00:00
Doug Blank
ec24ff86fb Added options for font sizes and count
svn: r13772
2009-12-12 04:18:04 +00:00
Doug Blank
6183947763 Fixed wrong value for 'track' for detached gramplets
svn: r13771
2009-12-12 03:07:19 +00:00
Mirko Leonhäuser
e762e39f53 Update german translation
svn: r13770
2009-12-12 00:46:24 +00:00
Doug Blank
cc768b3d36 Proper default value for lookup_calendar
svn: r13769
2009-12-11 23:09:02 +00:00
Doug Blank
a547cc8658 RuntimeWarning: missing handler 'on_delete_event'
svn: r13768
2009-12-11 17:39:43 +00:00
Gerald Britton
54e5538c2d Readability and performance tweaks
svn: r13767
2009-12-11 17:30:54 +00:00
Doug Blank
fae07ee445 3415: gtk.HBox in src/widgets/statusbar.py; changes in latest gtk
svn: r13766
2009-12-11 17:28:42 +00:00
Erik De Richter
bf858dd930 update nl translation
svn: r13765
2009-12-11 17:26:59 +00:00
Doug Blank
966ecbf20c Convieniences: get_year_calendar(int) or get_year_calendar(name); date.to_calendar(int) or to_calendar(name)
svn: r13764
2009-12-11 15:17:39 +00:00
Doug Blank
b1e51013e6 Updated date_test to test swedish dates more
svn: r13763
2009-12-11 15:06:21 +00:00
Doug Blank
96737bf442 Refined calendar lookup
svn: r13762
2009-12-11 15:05:29 +00:00
Doug Blank
6d245db5fc Fixed error in get_year_calendar
svn: r13761
2009-12-11 14:27:50 +00:00
Doug Blank
c78d7f6759 RuntimeWarning: missing handler 'on_delete_event'
svn: r13760
2009-12-11 13:04:50 +00:00
Brian Matherly
3dd5506903 Remove unneeded TranslationOption import.
svn: r13759
2009-12-11 12:38:43 +00:00
Brian Matherly
c3546880fc Fix translated dates in Ancestor Report. Currently, dates for other than the current locale will print in ISO format.
svn: r13758
2009-12-11 05:55:30 +00:00
Brian Matherly
04a1da3daf Fix crash in NavWeb when accessing uninitiailzed variables.
svn: r13757
2009-12-11 05:51:16 +00:00
Doug Blank
8b326b49d2 3394: Pango Warning for Fanchartview during start
svn: r13756
2009-12-11 03:19:06 +00:00
Doug Blank
91fb951d04 Fixed two bugs with one check: last wart is gone in config
svn: r13755
2009-12-11 03:11:48 +00:00
Doug Blank
011b875540 Charts to Ancestry view category renaming
svn: r13754
2009-12-11 01:48:22 +00:00
Doug Blank
f21ae833ca Defaults are written to .ini as comments
svn: r13753
2009-12-11 01:36:30 +00:00
Gerald Britton
a82b115192 Tweaks
svn: r13752
2009-12-10 21:06:00 +00:00