2008-02-24 Raphael Ackermann <raphael.ackermann@gmail.com>

* Editors/_EditRepository.py
	* Editors/_EditFamily.py
	* DisplayTabs/_SourceEmbedList.py
	* DisplayTabs/_PersonRefEmbedList.py
	* DisplayTabs/_RepoEmbedList.py
	* DisplayTabs/_AddrEmbedList.py
	* DisplayTabs/_WebEmbedList.py
	* DisplayTabs/_NameEmbedList.py
	* DisplayTabs/_EventEmbedList.py
	* DisplayTabs/_EmbeddedList.py
	* DisplayTabs/_NoteTab.py
	* DisplayTabs/_LocationEmbedList.py
	* DisplayTabs/_ButtonTab.py
	* DisplayTabs/_DataEmbedList.py
	* DisplayTabs/_AttrEmbedList.py
	* DisplayTabs/_LdsEmbedList.py
	* DisplayTabs/_GrampsTab.py
	add Up and Down buttons to the tabs. Added individual tooltips for buttons
	0001807: Missing buttons MoveUp, MoveDown on a Events list in a person...

svn: r10108
This commit is contained in:
Raphael Ackermann
2008-02-24 18:58:45 +00:00
parent f6f9fbafdc
commit 20426f36e3
18 changed files with 193 additions and 66 deletions

View File

@@ -1,3 +1,24 @@
2008-02-24 Raphael Ackermann <raphael.ackermann@gmail.com>
* Editors/_EditRepository.py
* Editors/_EditFamily.py
* DisplayTabs/_SourceEmbedList.py
* DisplayTabs/_PersonRefEmbedList.py
* DisplayTabs/_RepoEmbedList.py
* DisplayTabs/_AddrEmbedList.py
* DisplayTabs/_WebEmbedList.py
* DisplayTabs/_NameEmbedList.py
* DisplayTabs/_EventEmbedList.py
* DisplayTabs/_EmbeddedList.py
* DisplayTabs/_NoteTab.py
* DisplayTabs/_LocationEmbedList.py
* DisplayTabs/_ButtonTab.py
* DisplayTabs/_DataEmbedList.py
* DisplayTabs/_AttrEmbedList.py
* DisplayTabs/_LdsEmbedList.py
* DisplayTabs/_GrampsTab.py
add Up and Down buttons to the tabs. Added individual tooltips for buttons
0001807: Missing buttons MoveUp, MoveDown on a Events list in a person...
2008-02-22 Gary Burton <gary.burton@zen.co.uk>
* src/Editors/_EditPerson.py: Fixed crash on clicking OK to save name
change. Bug #1783
@@ -16,7 +37,7 @@
* src/glade/gramps.glade: changed tooltip from "close" to "delete"
Gramplets are either undeleted before exit, or they go away
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
2008-02-24 Raphael Ackermann <raphael.ackermann@gmail.com>
* various (294 files)
pep8 doc fixes & pylint fixes