Merge branch 'current_position_marker'
authorSami Rämö <sami.ramo@ixonos.com>
Mon, 17 May 2010 12:48:59 +0000 (15:48 +0300)
committerSami Rämö <sami.ramo@ixonos.com>
Mon, 17 May 2010 12:48:59 +0000 (15:48 +0300)
Conflicts:
images.qrc

1  2 
src/map/mapengine.cpp
src/map/mapengine.h
src/map/mapview.cpp
src/map/mapview.h
src/ui/mapviewscreen.cpp

Simple merge
@@@ -279,19 -293,9 +293,19 @@@ signals
      /**
      * @brief Signal to notify map scrolling.
      */
-     void mapScrolled();
+     void mapScrolledManually();
  
      /**
 +    * @brief Signal to notify when map is zoomed in to the maxmimum.
 +    */
 +    void maxZoomLevelReached();
 +
 +    /**
 +    * @brief Signal to notify when map is zoomed out to the minimum.
 +    */
 +    void minZoomLevelReached();
 +
 +    /**
      * @brief Signal for zoom level change
      *
      * @param newZoomLevel New zoom level
   * DATA MEMBERS
   ******************************************************************************/
  private:
 -    bool m_autoCenteringEnabled;    ///< Auto centering enabled
 +    bool m_autoCenteringEnabled; ///< Auto centering enabled
      QPoint m_centerTile; ///< Current center tile
      FriendItemsHandler *m_friendItemsHandler; ///< Handler for friend and group items
+     GPSLocationItem *m_gpsLocationItem; ///< Item pointing current location from GPS
      QPoint m_lastManualPosition;  ///< Last manually set position in scene coordinate
      MapFetcher *m_mapFetcher; ///< Fetcher for map tiles
      MapScene *m_mapScene; ///< Scene for map tiles
Simple merge
Simple merge
Simple merge