-rw-r--r-- | lib/README | 1 | ||||
-rw-r--r-- | libopie/libopie.control | 8 | ||||
-rw-r--r-- | libopie/libopie.pro | 2 | ||||
-rw-r--r-- | library/library.pro | 3 |
4 files changed, 3 insertions, 11 deletions
diff --git a/lib/README b/lib/README new file mode 100644 index 0000000..48cdce8 --- a/dev/null +++ b/lib/README | |||
@@ -0,0 +1 @@ | |||
placeholder | |||
diff --git a/libopie/libopie.control b/libopie/libopie.control deleted file mode 100644 index 6bf3883..0000000 --- a/libopie/libopie.control +++ b/dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | Files: $QTDIR/lib/libopie.so.1.0.0 $QTDIR/lib/libopie.so.1.0 $QTDIR/lib/libopie.so.1 pics/opie/* | ||
2 | Priority: optional | ||
3 | Section: opie/system | ||
4 | Maintainer: - | ||
5 | Architecture: arm | ||
6 | Version: $QPE_VERSION-$SUB_VERSION | ||
7 | Depends: qt-embedded (>=$QTE_VERSION) | ||
8 | Description: Opie library | ||
diff --git a/libopie/libopie.pro b/libopie/libopie.pro index a2d8faa..799f3b0 100644 --- a/libopie/libopie.pro +++ b/libopie/libopie.pro | |||
@@ -1,108 +1,108 @@ | |||
1 | TEMPLATE = lib | 1 | TEMPLATE = lib |
2 | CONFIG += qte warn_on release | 2 | CONFIG += qte warn_on release |
3 | HEADERS = ofontmenu.h \ | 3 | HEADERS = ofontmenu.h \ |
4 | ocolorbutton.h \ | 4 | ocolorbutton.h \ |
5 | ofiledialog.h ofileselector.h tododb.h \ | 5 | ofiledialog.h ofileselector.h tododb.h \ |
6 | ocheckitem.h todoevent.h todoresource.h \ | 6 | ocheckitem.h todoevent.h todoresource.h \ |
7 | todovcalresource.h xmltree.h \ | 7 | todovcalresource.h xmltree.h \ |
8 | colordialog.h colorpopupmenu.h \ | 8 | colordialog.h colorpopupmenu.h \ |
9 | oclickablelabel.h oprocctrl.h \ | 9 | oclickablelabel.h oprocctrl.h \ |
10 | oprocess.h odevice.h odevicebutton.h \ | 10 | oprocess.h odevice.h odevicebutton.h \ |
11 | otimepicker.h otabwidget.h \ | 11 | otimepicker.h otabwidget.h \ |
12 | otabbar.h otabinfo.h \ | 12 | otabbar.h otabinfo.h \ |
13 | ofontselector.h \ | 13 | ofontselector.h \ |
14 | pim/opimrecord.h \ | 14 | pim/opimrecord.h \ |
15 | pim/otodo.h \ | 15 | pim/otodo.h \ |
16 | pim/orecordlist.h \ | 16 | pim/orecordlist.h \ |
17 | pim/opimaccesstemplate.h \ | 17 | pim/opimaccesstemplate.h \ |
18 | pim/opimaccessbackend.h \ | 18 | pim/opimaccessbackend.h \ |
19 | pim/otodoaccess.h \ | 19 | pim/otodoaccess.h \ |
20 | pim/otodoaccessbackend.h \ | 20 | pim/otodoaccessbackend.h \ |
21 | pim/ocontact.h \ | 21 | pim/ocontact.h \ |
22 | pim/ocontactaccess.h \ | 22 | pim/ocontactaccess.h \ |
23 | pim/ocontactaccessbackend.h \ | 23 | pim/ocontactaccessbackend.h \ |
24 | pim/ocontactaccessbackend_xml.h \ | 24 | pim/ocontactaccessbackend_xml.h \ |
25 | pim/ocontactaccessbackend_vcard.h \ | 25 | pim/ocontactaccessbackend_vcard.h \ |
26 | pim/obackendfactory.h \ | 26 | pim/obackendfactory.h \ |
27 | pim/opimcache.h \ | 27 | pim/opimcache.h \ |
28 | pim/otodoaccessvcal.h \ | 28 | pim/otodoaccessvcal.h \ |
29 | pim/orecur.h \ | 29 | pim/orecur.h \ |
30 | pim/opimstate.h \ | 30 | pim/opimstate.h \ |
31 | pim/opimxrefpartner.h \ | 31 | pim/opimxrefpartner.h \ |
32 | pim/opimxref.h \ | 32 | pim/opimxref.h \ |
33 | pim/opimxrefmanager.h \ | 33 | pim/opimxrefmanager.h \ |
34 | pim/opimmaintainer.h \ | 34 | pim/opimmaintainer.h \ |
35 | pim/opimnotify.h \ | 35 | pim/opimnotify.h \ |
36 | pim/opimnotifymanager.h \ | 36 | pim/opimnotifymanager.h \ |
37 | pim/opimmainwindow.h \ | 37 | pim/opimmainwindow.h \ |
38 | pim/opimresolver.h \ | 38 | pim/opimresolver.h \ |
39 | orecurrancewidget.h \ | 39 | orecurrancewidget.h \ |
40 | oticker.h | 40 | oticker.h |
41 | # pim/otodoaccesssql.h \ | 41 | # pim/otodoaccesssql.h \ |
42 | 42 | ||
43 | SOURCES = ofontmenu.cc \ | 43 | SOURCES = ofontmenu.cc \ |
44 | ocolorbutton.cpp \ | 44 | ocolorbutton.cpp \ |
45 | sharp_compat.cpp \ | 45 | sharp_compat.cpp \ |
46 | xmltree.cc \ | 46 | xmltree.cc \ |
47 | ofiledialog.cc ofileselector.cc \ | 47 | ofiledialog.cc ofileselector.cc \ |
48 | ocheckitem.cpp tododb.cpp todoevent.cpp \ | 48 | ocheckitem.cpp tododb.cpp todoevent.cpp \ |
49 | todovcalresource.cpp colordialog.cpp \ | 49 | todovcalresource.cpp colordialog.cpp \ |
50 | colorpopupmenu.cpp oclickablelabel.cpp \ | 50 | colorpopupmenu.cpp oclickablelabel.cpp \ |
51 | oprocctrl.cpp oprocess.cpp \ | 51 | oprocctrl.cpp oprocess.cpp \ |
52 | odevice.cpp odevicebutton.cpp otimepicker.cpp \ | 52 | odevice.cpp odevicebutton.cpp otimepicker.cpp \ |
53 | otabwidget.cpp otabbar.cpp \ | 53 | otabwidget.cpp otabbar.cpp \ |
54 | ofontselector.cpp \ | 54 | ofontselector.cpp \ |
55 | pim/otodo.cpp \ | 55 | pim/otodo.cpp \ |
56 | pim/opimrecord.cpp \ | 56 | pim/opimrecord.cpp \ |
57 | pim/otodoaccess.cpp \ | 57 | pim/otodoaccess.cpp \ |
58 | pim/otodoaccessbackend.cpp \ | 58 | pim/otodoaccessbackend.cpp \ |
59 | pim/otodoaccessxml.cpp \ | 59 | pim/otodoaccessxml.cpp \ |
60 | pim/ocontact.cpp \ | 60 | pim/ocontact.cpp \ |
61 | pim/ocontactaccess.cpp \ | 61 | pim/ocontactaccess.cpp \ |
62 | pim/ocontactaccessbackend_vcard.cpp \ | 62 | pim/ocontactaccessbackend_vcard.cpp \ |
63 | pim/otodoaccessvcal.cpp \ | 63 | pim/otodoaccessvcal.cpp \ |
64 | pim/orecur.cpp \ | 64 | pim/orecur.cpp \ |
65 | pim/opimstate.cpp \ | 65 | pim/opimstate.cpp \ |
66 | pim/opimxrefpartner.cpp \ | 66 | pim/opimxrefpartner.cpp \ |
67 | pim/opimxref.cpp \ | 67 | pim/opimxref.cpp \ |
68 | pim/opimxrefmanager.cpp \ | 68 | pim/opimxrefmanager.cpp \ |
69 | pim/opimmaintainer.cpp \ | 69 | pim/opimmaintainer.cpp \ |
70 | pim/opimnotify.cpp \ | 70 | pim/opimnotify.cpp \ |
71 | pim/opimnotifymanager.cpp \ | 71 | pim/opimnotifymanager.cpp \ |
72 | pim/opimmainwindow.cpp \ | 72 | pim/opimmainwindow.cpp \ |
73 | pim/opimresolver.cpp \ | 73 | pim/opimresolver.cpp \ |
74 | orecurrancewidget.cpp \ | 74 | orecurrancewidget.cpp \ |
75 | oticker.cpp | 75 | oticker.cpp |
76 | # pim/otodoaccesssql.cpp \ | 76 | # pim/otodoaccesssql.cpp \ |
77 | 77 | ||
78 | TARGET = opie | 78 | TARGET = opie |
79 | INCLUDEPATH += $(OPIEDIR)/include | 79 | INCLUDEPATH += $(OPIEDIR)/include |
80 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 80 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
81 | #VERSION = 1.0.0 | 81 | #VERSION = 1.0.0 |
82 | 82 | ||
83 | LIBS += -lqpe | 83 | LIBS += -lqpe |
84 | 84 | ||
85 | # LIBS += -lopiesql | 85 | # LIBS += -lopiesql |
86 | 86 | ||
87 | INTERFACES = otimepickerbase.ui orecurrancebase.ui | 87 | INTERFACES = otimepickerbase.ui orecurrancebase.ui |
88 | 88 | ||
89 | TRANSLATIONS = ../i18n/de/libopie.ts \ | 89 | TRANSLATIONS = ../i18n/de/libopie.ts \ |
90 | ../i18n/xx/libopie.ts \ | 90 | ../i18n/xx/libopie.ts \ |
91 | ../i18n/en/libopie.ts \ | 91 | ../i18n/en/libopie.ts \ |
92 | ../i18n/es/libopie.ts \ | 92 | ../i18n/es/libopie.ts \ |
93 | ../i18n/fr/libopie.ts \ | 93 | ../i18n/fr/libopie.ts \ |
94 | ../i18n/hu/libopie.ts \ | 94 | ../i18n/hu/libopie.ts \ |
95 | ../i18n/ja/libopie.ts \ | 95 | ../i18n/ja/libopie.ts \ |
96 | ../i18n/ko/libopie.ts \ | 96 | ../i18n/ko/libopie.ts \ |
97 | ../i18n/no/libopie.ts \ | 97 | ../i18n/no/libopie.ts \ |
98 | ../i18n/pl/libopie.ts \ | 98 | ../i18n/pl/libopie.ts \ |
99 | ../i18n/pt/libopie.ts \ | 99 | ../i18n/pt/libopie.ts \ |
100 | ../i18n/pt_BR/libopie.ts \ | 100 | ../i18n/pt_BR/libopie.ts \ |
101 | ../i18n/sl/libopie.ts \ | 101 | ../i18n/sl/libopie.ts \ |
102 | ../i18n/zh_CN/libopie.ts \ | 102 | ../i18n/zh_CN/libopie.ts \ |
103 | ../i18n/zh_TW/libopie.ts \ | 103 | ../i18n/zh_TW/libopie.ts \ |
104 | ../i18n/da/libopie.ts | 104 | ../i18n/da/libopie.ts |
105 | 105 | ||
106 | 106 | ||
107 | 107 | ||
108 | include ( ../include.pro ) | 108 | include ( ../include.pro ) |
diff --git a/library/library.pro b/library/library.pro index a04d3f0..b0d07b8 100644 --- a/library/library.pro +++ b/library/library.pro | |||
@@ -1,150 +1,149 @@ | |||
1 | TEMPLATE= lib | 1 | TEMPLATE= lib |
2 | CONFIG += qt warn_on release | 2 | CONFIG += qt warn_on release |
3 | HEADERS= calendar.h \ | 3 | HEADERS= calendar.h \ |
4 | global.h \ | 4 | global.h \ |
5 | resource.h \ | 5 | resource.h \ |
6 | xmlreader.h \ | 6 | xmlreader.h \ |
7 | mimetype.h \ | 7 | mimetype.h \ |
8 | menubutton.h \ | 8 | menubutton.h \ |
9 | network.h \ | 9 | network.h \ |
10 | networkinterface.h \ | 10 | networkinterface.h \ |
11 | filemanager.h \ | 11 | filemanager.h \ |
12 | fontmanager.h \ | 12 | fontmanager.h \ |
13 | qdawg.h \ | 13 | qdawg.h \ |
14 | datebookmonth.h \ | 14 | datebookmonth.h \ |
15 | fileselector.h \ | 15 | fileselector.h \ |
16 | fileselector_p.h \ | 16 | fileselector_p.h \ |
17 | imageedit.h \ | 17 | imageedit.h \ |
18 | qcopenvelope_qws.h \ | 18 | qcopenvelope_qws.h \ |
19 | qpedecoration_qws.h \ | 19 | qpedecoration_qws.h \ |
20 | qpeapplication.h \ | 20 | qpeapplication.h \ |
21 | qpestyle.h \ | 21 | qpestyle.h \ |
22 | qpedialog.h \ | 22 | qpedialog.h \ |
23 | lightstyle.h \ | 23 | lightstyle.h \ |
24 | config.h \ | 24 | config.h \ |
25 | applnk.h \ | 25 | applnk.h \ |
26 | sound.h \ | 26 | sound.h \ |
27 | tzselect.h \ | 27 | tzselect.h \ |
28 | qmath.h \ | 28 | qmath.h \ |
29 | datebookdb.h \ | 29 | datebookdb.h \ |
30 | alarmserver.h \ | 30 | alarmserver.h \ |
31 | process.h \ | 31 | process.h \ |
32 | password.h \ | 32 | password.h \ |
33 | timestring.h \ | 33 | timestring.h \ |
34 | fontfactoryinterface.h \ | 34 | fontfactoryinterface.h \ |
35 | fontdatabase.h \ | 35 | fontdatabase.h \ |
36 | power.h \ | 36 | power.h \ |
37 | storage.h \ | 37 | storage.h \ |
38 | qpemessagebox.h \ | 38 | qpemessagebox.h \ |
39 | timeconversion.h \ | 39 | timeconversion.h \ |
40 | qpedebug.h \ | 40 | qpedebug.h \ |
41 | qpemenubar.h \ | 41 | qpemenubar.h \ |
42 | qpetoolbar.h \ | 42 | qpetoolbar.h \ |
43 | backend/categories.h \ | 43 | backend/categories.h \ |
44 | stringutil.h \ | 44 | stringutil.h \ |
45 | backend/palmtoprecord.h \ | 45 | backend/palmtoprecord.h \ |
46 | backend/task.h \ | 46 | backend/task.h \ |
47 | backend/event.h \ | 47 | backend/event.h \ |
48 | backend/contact.h\ | 48 | backend/contact.h\ |
49 | categorymenu.h \ | 49 | categorymenu.h \ |
50 | categoryedit_p.h \ | 50 | categoryedit_p.h \ |
51 | categoryselect.h \ | 51 | categoryselect.h \ |
52 | categorywidget.h \ | 52 | categorywidget.h \ |
53 | ir.h \ | 53 | ir.h \ |
54 | backend/vobject_p.h \ | 54 | backend/vobject_p.h \ |
55 | findwidget_p.h \ | 55 | findwidget_p.h \ |
56 | finddialog.h \ | 56 | finddialog.h \ |
57 | lnkproperties.h \ | 57 | lnkproperties.h \ |
58 | windowdecorationinterface.h \ | 58 | windowdecorationinterface.h \ |
59 | textcodecinterface.h \ | 59 | textcodecinterface.h \ |
60 | imagecodecinterface.h \ | 60 | imagecodecinterface.h \ |
61 | qt_override_p.h | 61 | qt_override_p.h |
62 | 62 | ||
63 | SOURCES= calendar.cpp \ | 63 | SOURCES= calendar.cpp \ |
64 | global.cpp \ | 64 | global.cpp \ |
65 | xmlreader.cpp \ | 65 | xmlreader.cpp \ |
66 | mimetype.cpp \ | 66 | mimetype.cpp \ |
67 | menubutton.cpp \ | 67 | menubutton.cpp \ |
68 | network.cpp \ | 68 | network.cpp \ |
69 | networkinterface.cpp \ | 69 | networkinterface.cpp \ |
70 | filemanager.cpp \ | 70 | filemanager.cpp \ |
71 | fontmanager.cpp \ | 71 | fontmanager.cpp \ |
72 | qdawg.cpp \ | 72 | qdawg.cpp \ |
73 | datebookmonth.cpp \ | 73 | datebookmonth.cpp \ |
74 | fileselector.cpp \ | 74 | fileselector.cpp \ |
75 | imageedit.cpp \ | 75 | imageedit.cpp \ |
76 | resource.cpp \ | 76 | resource.cpp \ |
77 | qpedecoration_qws.cpp \ | 77 | qpedecoration_qws.cpp \ |
78 | qcopenvelope_qws.cpp \ | 78 | qcopenvelope_qws.cpp \ |
79 | qpeapplication.cpp \ | 79 | qpeapplication.cpp \ |
80 | qpestyle.cpp \ | 80 | qpestyle.cpp \ |
81 | qpedialog.cpp \ | 81 | qpedialog.cpp \ |
82 | lightstyle.cpp \ | 82 | lightstyle.cpp \ |
83 | config.cpp \ | 83 | config.cpp \ |
84 | applnk.cpp \ | 84 | applnk.cpp \ |
85 | sound.cpp \ | 85 | sound.cpp \ |
86 | tzselect.cpp \ | 86 | tzselect.cpp \ |
87 | qmath.c \ | 87 | qmath.c \ |
88 | datebookdb.cpp \ | 88 | datebookdb.cpp \ |
89 | alarmserver.cpp \ | 89 | alarmserver.cpp \ |
90 | password.cpp \ | 90 | password.cpp \ |
91 | process.cpp \ | 91 | process.cpp \ |
92 | process_unix.cpp \ | 92 | process_unix.cpp \ |
93 | timestring.cpp \ | 93 | timestring.cpp \ |
94 | fontdatabase.cpp \ | 94 | fontdatabase.cpp \ |
95 | power.cpp \ | 95 | power.cpp \ |
96 | storage.cpp \ | 96 | storage.cpp \ |
97 | qpemessagebox.cpp \ | 97 | qpemessagebox.cpp \ |
98 | backend/timeconversion.cpp \ | 98 | backend/timeconversion.cpp \ |
99 | qpedebug.cpp \ | 99 | qpedebug.cpp \ |
100 | qpemenubar.cpp \ | 100 | qpemenubar.cpp \ |
101 | qpetoolbar.cpp \ | 101 | qpetoolbar.cpp \ |
102 | backend/categories.cpp \ | 102 | backend/categories.cpp \ |
103 | backend/stringutil.cpp \ | 103 | backend/stringutil.cpp \ |
104 | backend/palmtoprecord.cpp \ | 104 | backend/palmtoprecord.cpp \ |
105 | backend/task.cpp \ | 105 | backend/task.cpp \ |
106 | backend/event.cpp \ | 106 | backend/event.cpp \ |
107 | backend/contact.cpp \ | 107 | backend/contact.cpp \ |
108 | categorymenu.cpp \ | 108 | categorymenu.cpp \ |
109 | categoryedit_p.cpp \ | 109 | categoryedit_p.cpp \ |
110 | categoryselect.cpp \ | 110 | categoryselect.cpp \ |
111 | categorywidget.cpp \ | 111 | categorywidget.cpp \ |
112 | ir.cpp \ | 112 | ir.cpp \ |
113 | backend/vcc_yacc.cpp \ | 113 | backend/vcc_yacc.cpp \ |
114 | backend/vobject.cpp \ | 114 | backend/vobject.cpp \ |
115 | findwidget_p.cpp \ | 115 | findwidget_p.cpp \ |
116 | finddialog.cpp \ | 116 | finddialog.cpp \ |
117 | lnkproperties.cpp \ | 117 | lnkproperties.cpp \ |
118 | qt_override.cpp | 118 | qt_override.cpp |
119 | 119 | ||
120 | # Qt 3 compatibility | 120 | # Qt 3 compatibility |
121 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h | 121 | HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h |
122 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp | 122 | SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp |
123 | INCLUDEPATH += $(OPIEDIR)/include backend | 123 | INCLUDEPATH += $(OPIEDIR)/include backend |
124 | LIBS += -ldl -lcrypt -lm | 124 | LIBS += -ldl -lcrypt -lm |
125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui | 125 | INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui |
126 | TARGET = qpe | 126 | TARGET = qpe |
127 | DESTDIR = $(QTDIR)/lib$(PROJMAK) | 127 | DESTDIR = $(OPIEDIR)/lib$(PROJMAK) |
128 | # This is set by configure$(OPIEDIR). | ||
129 | VERSION = 1.5.0.1 | 128 | VERSION = 1.5.0.1 |
130 | 129 | ||
131 | TRANSLATIONS = ../i18n/de/libqpe.ts \ | 130 | TRANSLATIONS = ../i18n/de/libqpe.ts \ |
132 | ../i18n/xx/libqpe.ts \ | 131 | ../i18n/xx/libqpe.ts \ |
133 | ../i18n/en/libqpe.ts \ | 132 | ../i18n/en/libqpe.ts \ |
134 | ../i18n/es/libqpe.ts \ | 133 | ../i18n/es/libqpe.ts \ |
135 | ../i18n/fr/libqpe.ts \ | 134 | ../i18n/fr/libqpe.ts \ |
136 | ../i18n/hu/libqpe.ts \ | 135 | ../i18n/hu/libqpe.ts \ |
137 | ../i18n/ja/libqpe.ts \ | 136 | ../i18n/ja/libqpe.ts \ |
138 | ../i18n/ko/libqpe.ts \ | 137 | ../i18n/ko/libqpe.ts \ |
139 | ../i18n/no/libqpe.ts \ | 138 | ../i18n/no/libqpe.ts \ |
140 | ../i18n/pl/libqpe.ts \ | 139 | ../i18n/pl/libqpe.ts \ |
141 | ../i18n/pt/libqpe.ts \ | 140 | ../i18n/pt/libqpe.ts \ |
142 | ../i18n/pt_BR/libqpe.ts \ | 141 | ../i18n/pt_BR/libqpe.ts \ |
143 | ../i18n/sl/libqpe.ts \ | 142 | ../i18n/sl/libqpe.ts \ |
144 | ../i18n/zh_CN/libqpe.ts \ | 143 | ../i18n/zh_CN/libqpe.ts \ |
145 | ../i18n/it/libqpe.ts \ | 144 | ../i18n/it/libqpe.ts \ |
146 | ../i18n/zh_TW/libqpe.ts \ | 145 | ../i18n/zh_TW/libqpe.ts \ |
147 | ../i18n/da/libqpe.ts | 146 | ../i18n/da/libqpe.ts |
148 | 147 | ||
149 | 148 | ||
150 | include ( ../include.pro ) | 149 | include ( ../include.pro ) |