Added new images.
authorJussi Laitinen <jupe@l3l7588.ixonos.local>
Mon, 30 Aug 2010 08:33:19 +0000 (11:33 +0300)
committerJussi Laitinen <jupe@l3l7588.ixonos.local>
Mon, 30 Aug 2010 08:33:19 +0000 (11:33 +0300)
16 files changed:
res/images/chat.png [new file with mode: 0644]
res/images/chat_btn.png [new file with mode: 0644]
res/images/chat_btn_d.png [new file with mode: 0644]
res/images/chat_btn_s.png [new file with mode: 0644]
res/images/chat_button.png [new file with mode: 0644]
res/images/chat_button_s.png [new file with mode: 0644]
res/images/contact_btn.png [new file with mode: 0644]
res/images/contact_btn_d.png [new file with mode: 0644]
res/images/contact_btn_s.png [new file with mode: 0644]
res/images/meet_people.png [new file with mode: 0644]
res/images/tag.png [new file with mode: 0644]
res/images/tag_btn.png [new file with mode: 0644]
res/images/tag_btn_d.png [new file with mode: 0644]
res/images/tag_btn_s.png [new file with mode: 0644]
tests/ui/meetpeoplepanel/meetpeoplepanel.pro [new file with mode: 0644]
tests/ui/meetpeoplepanel/testmeetpeoplepanel.cpp [new file with mode: 0644]

diff --git a/res/images/chat.png b/res/images/chat.png
new file mode 100644 (file)
index 0000000..5745223
Binary files /dev/null and b/res/images/chat.png differ
diff --git a/res/images/chat_btn.png b/res/images/chat_btn.png
new file mode 100644 (file)
index 0000000..ad43f9a
Binary files /dev/null and b/res/images/chat_btn.png differ
diff --git a/res/images/chat_btn_d.png b/res/images/chat_btn_d.png
new file mode 100644 (file)
index 0000000..2a08a63
Binary files /dev/null and b/res/images/chat_btn_d.png differ
diff --git a/res/images/chat_btn_s.png b/res/images/chat_btn_s.png
new file mode 100644 (file)
index 0000000..e26ab57
Binary files /dev/null and b/res/images/chat_btn_s.png differ
diff --git a/res/images/chat_button.png b/res/images/chat_button.png
new file mode 100644 (file)
index 0000000..e9e3962
Binary files /dev/null and b/res/images/chat_button.png differ
diff --git a/res/images/chat_button_s.png b/res/images/chat_button_s.png
new file mode 100644 (file)
index 0000000..a7df30d
Binary files /dev/null and b/res/images/chat_button_s.png differ
diff --git a/res/images/contact_btn.png b/res/images/contact_btn.png
new file mode 100644 (file)
index 0000000..d5aa9cc
Binary files /dev/null and b/res/images/contact_btn.png differ
diff --git a/res/images/contact_btn_d.png b/res/images/contact_btn_d.png
new file mode 100644 (file)
index 0000000..1a516f3
Binary files /dev/null and b/res/images/contact_btn_d.png differ
diff --git a/res/images/contact_btn_s.png b/res/images/contact_btn_s.png
new file mode 100644 (file)
index 0000000..ad2e3e0
Binary files /dev/null and b/res/images/contact_btn_s.png differ
diff --git a/res/images/meet_people.png b/res/images/meet_people.png
new file mode 100644 (file)
index 0000000..20302d5
Binary files /dev/null and b/res/images/meet_people.png differ
diff --git a/res/images/tag.png b/res/images/tag.png
new file mode 100644 (file)
index 0000000..3f9ace8
Binary files /dev/null and b/res/images/tag.png differ
diff --git a/res/images/tag_btn.png b/res/images/tag_btn.png
new file mode 100644 (file)
index 0000000..60cf753
Binary files /dev/null and b/res/images/tag_btn.png differ
diff --git a/res/images/tag_btn_d.png b/res/images/tag_btn_d.png
new file mode 100644 (file)
index 0000000..b496f8e
Binary files /dev/null and b/res/images/tag_btn_d.png differ
diff --git a/res/images/tag_btn_s.png b/res/images/tag_btn_s.png
new file mode 100644 (file)
index 0000000..56d132e
Binary files /dev/null and b/res/images/tag_btn_s.png differ
diff --git a/tests/ui/meetpeoplepanel/meetpeoplepanel.pro b/tests/ui/meetpeoplepanel/meetpeoplepanel.pro
new file mode 100644 (file)
index 0000000..b195c37
--- /dev/null
@@ -0,0 +1,10 @@
+CONFIG += qtestlib
+DEFINES += QT_NO_DEBUG_OUTPUT
+INCLUDEPATH += . \
+    ../../../src/
+HEADERS += ../../../src/ui/meetpeoplepanel.h \
+           ../../../src/ui/panelbase.h
+SOURCES += ../../../src/ui/meetpeoplepanel.cpp \
+           ../../../src/ui/panelbase.cpp \
+           testmeetpeoplepanel.cpp
+RESOURCES += ../../../images.qrc
diff --git a/tests/ui/meetpeoplepanel/testmeetpeoplepanel.cpp b/tests/ui/meetpeoplepanel/testmeetpeoplepanel.cpp
new file mode 100644 (file)
index 0000000..58203dd
--- /dev/null
@@ -0,0 +1,51 @@
+/*
+   Situare - A location system for Facebook
+   Copyright (C) 2010  Ixonos Plc. Authors:
+
+       Jussi Laitinen - jussi.laitinen@ixonos.com
+
+   Situare is free software; you can redistribute it and/or
+   modify it under the terms of the GNU General Public License
+   version 2 as published by the Free Software Foundation.
+
+   Situare is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with Situare; if not, write to the Free Software
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301,
+   USA.
+*/
+
+#include <QtTest>
+#include <QtGui>
+
+#include "ui/meetpeoplepanel.h"
+
+class TestMeetPeoplePanel: public QObject
+{
+    Q_OBJECT
+
+private slots:
+    void cleanupTestCase();
+    void initTestCase();
+
+private:
+    MeetPeoplePanel *m_meetPeoplePanel;
+};
+
+void TestMeetPeoplePanel::cleanupTestCase()
+{
+    delete m_meetPeoplePanel;
+}
+
+void TestMeetPeoplePanel::initTestCase()
+{
+    m_meetPeoplePanel = new MeetPeoplePanel();
+    QVERIFY(m_meetPeoplePanel != 0);
+}
+
+QTEST_MAIN(TestMeetPeoplePanel)
+#include "testmeetpeoplepanel.moc"