Fixed bug #5688 New friends are not shown on the map
authorSami Rämö <sami.ramo@ixonos.com>
Wed, 12 May 2010 07:29:50 +0000 (10:29 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Wed, 12 May 2010 07:29:50 +0000 (10:29 +0300)
commit3938daee3737716319402e1f77ebb53ab364b5d1
tree10ca662fa2605fa62a3fe353773d43eaa6f15a13
parent971f9371813343e6c46579e52d687df79c90586d
Fixed bug #5688 New friends are not shown on the map

 - refactored whole friend items updating code

 - BaseLocationItem: removed position() and setPosition methods,
   class is not depending from MapEngine anymore

 - TestFriendLocationItem: removed position related tests

 - FriendGroupItem::dropFriend() changed to public
12 files changed:
src/map/baselocationitem.cpp
src/map/baselocationitem.h
src/map/friendgroupitem.cpp
src/map/friendgroupitem.h
src/map/frienditemshandler.cpp
src/map/frienditemshandler.h
src/map/friendlocationitem.cpp
src/map/friendlocationitem.h
src/map/mapengine.cpp
src/map/ownlocationitem.cpp
src/map/ownlocationitem.h
tests/map/friendlocationitem/testfriendlocationitem.cpp