From 43c17667e65bac319dc96f4f5930ba60e7dcf5d7 Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Wed, 27 Aug 2003 00:32:13 +0000 Subject: [PATCH] * NEWS: Bring up to date. * TODO: Likewise. svn: r2051 --- ChangeLog | 4 ++++ NEWS | 17 ++++++++++++++--- TODO | 17 ----------------- 3 files changed, 18 insertions(+), 20 deletions(-) diff --git a/ChangeLog b/ChangeLog index 483abb8cf..c0b733011 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-08-26 Alex Roitman + * NEWS: Bring up to date. + * TODO: Likewise. + 2003-08-25 Alex Roitman * src/gramps.glade: Minor cleanups for the alternate family view. * src/gramps_main.py: Likewise. diff --git a/NEWS b/NEWS index 399c642f9..3553d4fe3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,5 @@ Version 0.9.4 -- the "This used to bug me..." release * More compliance with GNOME HIG. -* User can choose either the People or Family view as default * Fixed style problems for book items. * New Book item: Custom Text. * New export plugin: Web Family Tree. @@ -10,8 +9,8 @@ Version 0.9.4 -- the "This used to bug me..." release * Various Merge and Import fixes. * More privacy options for GEDCOM export. * New types of filter rules: - (1) iterating over other filters, - (2) specifying number of generations away for ancestors and descendants. + (1) Iterating over other filters; + (2) Specifying number of generations away for ancestors and descendants. * Preliminary support for printing copies of reports. * Performance improvements for list views. * Context menus in Family View upon right-click. @@ -19,6 +18,18 @@ Version 0.9.4 -- the "This used to bug me..." release * Proper saving of standard family relations, event types, and attributes. * New interface for adding/editing filter rules. * Configure/build improvements. +* Removal of intl*.so and switching to Python's gettext. +* Python2.3 compliance. +* User can choose either the People or Family view as default +* New icons for People and Family sidebar buttons. +* History-based browser-style navigation tools: + (1) Back and Forward toolbad buttons; + (2) Go menu with Back, Forward, Home, and History items; + (3) History popups upon right-clicking on Back and Forward buttons; + (4) Context menus in the People, Family, and Pedigree Views. +* User can choose between the usual (left to right) or alternative (top to + bottom) Family View. +* Support for graphics in Book Report. * Fair share of bug fixes. Version 0.9.3 diff --git a/TODO b/TODO index cb075b725..e838f89b7 100644 --- a/TODO +++ b/TODO @@ -1,16 +1,3 @@ -* History of navigation and the Back button. The RFE 747529, see - http://sourceforge.net/tracker/index.php?func=detail&aid=747529&group_id=25770&atid=385140 - asks for the Back button in the Family View, but it'd be more consistent - to enable it in all navigatable views (People, Pedigree, and Family). - We'd have to keep track of the active persons and enable Back-Forward buttons, - maybe even a history popup with the list of those people. Very similar to - browsers and, therefore, very useful and familiar to users. We already have - bookmarks and home button. - - As for the interface, we can have "Go" menu with Back, Forward, and - Home. Back and Forward can have down-arrow popups. Plus, all the views - can have Back and Forward in the context menus. - * Remember where the images are added from (RFE 748974). This is actually very useful when you add 50 new images -- navigating 50 times to the same place is a nightmare. All that's needed is keeping track of a single @@ -21,10 +8,6 @@ tab title. I like the latter because it can be uniformly applied to any notes, not only people's. Not so hard to implement. -* Following the only child in a family view (RFE 750987). If there's a single - kid, an arrow should clearly follow this child, even if (s)he's not selected. - This is a minor thing and also should not be too hard. - * Allow for multiple notes. A tabbed interface would be really useful, since there are no titles for notes. Not all objects would necessarily need multiple notes. Determine which ones should and shouldn't.