added readme.txt file
authorJohn Kern <johnk@symbian.org>
Thu, 19 Aug 2010 19:21:12 -0700
changeset 36 2886a23e4d5d
parent 35 0cb8cc1ee8f5
child 37 1ced6e446fd4
added readme.txt file
contactengine/contactengine.pro
contactengine/readme.txt
--- a/contactengine/contactengine.pro	Thu Aug 19 13:16:27 2010 -0700
+++ b/contactengine/contactengine.pro	Thu Aug 19 19:21:12 2010 -0700
@@ -1,49 +1,52 @@
-#-------------------------------------------------
-#
-# Project created by QtCreator 2010-08-03T16:15:24
-#
-#-------------------------------------------------
-
-QT       += core gui sql svg
-
-TARGET = contactengine
-TEMPLATE = app
-
-CONFIG += debug
-
-SOURCES += main.cpp\
-        mainwindow.cpp \
-    contactsengine.cpp \
-    dbtools.cpp \
-    detailsgv.cpp
-
-HEADERS  += mainwindow.h \
-    contactsengine.h \
-    database.h \
-    dbtools.h \
-    database.h \
-    detailsgv.h
-
-
-FORMS    += mainwindow.ui
-
-CONFIG += mobility
-MOBILITY = contacts
-
-unix:INCLUDEPATH += /home/johnk/libs/include/QtContacts /home/johnk/libs/include/
-unix:LIBS += -L/home/johnk/libs/lib -lQtContacts
-
-databasefiles.sources = contacts.csv
-databasefiles.path = .
-
-DEPLOYMENT += databasefiles
-
-symbian {
-    TARGET.UID3 = 0xec200759
-    TARGET.CAPABILITY += ReadUserData WriteUserData
-    TARGET.EPOCSTACKSIZE = 0x14000
-    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
-}
-
-RESOURCES += \
-    resouce.qrc
+#-------------------------------------------------
+#
+# Project created by QtCreator 2010-08-03T16:15:24
+#
+#-------------------------------------------------
+
+QT       += core gui sql svg
+
+TARGET = contactengine
+TEMPLATE = app
+
+CONFIG += debug
+
+SOURCES += main.cpp\
+        mainwindow.cpp \
+    contactsengine.cpp \
+    dbtools.cpp \
+    detailsgv.cpp
+
+HEADERS  += mainwindow.h \
+    contactsengine.h \
+    database.h \
+    dbtools.h \
+    database.h \
+    detailsgv.h
+
+
+FORMS    += mainwindow.ui
+
+CONFIG += mobility
+MOBILITY = contacts
+
+unix:INCLUDEPATH += /home/johnk/libs/include/QtContacts /home/johnk/libs/include/
+unix:LIBS += -L/home/johnk/libs/lib -lQtContacts
+
+databasefiles.sources = contacts.csv
+databasefiles.path = .
+
+DEPLOYMENT += databasefiles
+
+symbian {
+    TARGET.UID3 = 0xec200759
+    TARGET.CAPABILITY += ReadUserData WriteUserData
+    TARGET.EPOCSTACKSIZE = 0x14000
+    TARGET.EPOCHEAPSIZE = 0x020000 0x800000
+}
+
+RESOURCES += \
+    resouce.qrc
+
+OTHER_FILES += \
+    readme.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/contactengine/readme.txt	Thu Aug 19 19:21:12 2010 -0700
@@ -0,0 +1,12 @@
+John Kern is writing this up. It is very much work in progress. It will be moved
+to the public wiki when it is reasonability complete. You can find it here
+http://mywiki.symbian.org/wiki/User:Johnk/S3UI
+
+Wish list
+This is simply a list of possible interesting ideas to implement.
+
+* Get the users picture from facebook.
+* Get the linkedIn profile. Users might want to review it before
+visiting with someone who they haven't seen in awhile.
+* dynamically determine if it is a touch or non-touch device.
+* beef up QStackedView to associated the options menu with the page in questions.