Merge branch 'master' into disable_panels
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Wed, 1 Sep 2010 11:25:32 +0000 (14:25 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Wed, 1 Sep 2010 11:25:32 +0000 (14:25 +0300)
Conflicts:
src/ui/mainwindow.cpp

1  2 
src/engine/engine.cpp
src/ui/mainwindow.cpp
src/ui/mainwindow.h

Simple merge
@@@ -324,10 -345,9 +345,13 @@@ void MainWindow::buildPanels(
      buildRoutingPanel();
  
      m_tabbedPanel = new TabbedPanel(this);
 -    m_tabbedPanel->addTab(m_userInfoPanel, QIcon(":/res/images/user_info.png"));
 -    m_tabbedPanel->addTab(m_friendsListPanel, QIcon(":/res/images/friend_list.png"));
++    
 +    m_situareTabsIndexes.append(
 +            m_tabbedPanel->addTab(m_userInfoPanel, QIcon(":/res/images/user_info.png")));
 +    m_situareTabsIndexes.append(
 +            m_tabbedPanel->addTab(m_friendsListPanel, QIcon(":/res/images/friend_list.png")));
++
+     m_tabbedPanel->addTab(m_locationSearchPanel, QIcon(":/res/images/compass.png"));
      m_tabbedPanel->addTab(m_routingPanel, QIcon(":/res/images/routing.png"));
  
      connect(m_mapView, SIGNAL(viewResized(QSize)),
Simple merge