|
diff --git a/ChangeLog b/ChangeLog index d343f54..5ccad50 100644 --- a/ ChangeLog+++ b/ ChangeLog |
|
@@ -4,17 +4,21 @@ |
4 | ------------ |
4 | ------------ |
5 | * PackageManager supports installation of local ipkg files (drw) |
5 | * PackageManager supports installation of local ipkg files (drw) |
6 | |
6 | |
7 | Fixed Bugs |
7 | Fixed Bugs |
8 | ---------- |
8 | ---------- |
9 | * #1464 - Packagemanager dont set active filter after install a package (drw) |
9 | * #1464 - Packagemanager dont set active filter after install a package (drw) |
10 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) |
10 | * n.a. - PackageManager - (Minor UI tweak) in filter dialog, when option is enabled, set focus to widget that corresponds to that option (drw) |
11 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) |
11 | * n.a. - PackageManager - (Minor UI tweak) fix double entry in source feed configuration when adding a new feed (drw) |
12 | |
12 | |
| |
13 | Internal |
| |
14 | -------- |
| |
15 | * Moved libopie1 to unsupported (mickeyl) |
| |
16 | |
13 | 2004-11-14Opie 1.1.7 |
17 | 2004-11-14Opie 1.1.7 |
14 | |
18 | |
15 | New Features |
19 | New Features |
16 | ------------ |
20 | ------------ |
17 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
21 | * libOpieDB now uses SQLite V3 instead V2. Remember to upgrade your database files! (eilers) |
18 | * Backup now uses the busy indicator when backing up and restore (ar) |
22 | * Backup now uses the busy indicator when backing up and restore (ar) |
19 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
23 | * OpiePlayer2 gained adding of Directories to the playlist (zecke) |
20 | * OpiePlayer2 better error handling (zecke) |
24 | * OpiePlayer2 better error handling (zecke) |
@@ -49,18 +53,21 @@ |
49 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) |
53 | * #1450 - ZSame didn't clear the bonus item after winning a game (zecke) |
50 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) |
54 | * #1482 - Fix OFileSelector to be able to sort by size (zecke) |
51 | * n.a. - Opie-mail: fixed some crasher, some layout-problems |
55 | * n.a. - Opie-mail: fixed some crasher, some layout-problems |
52 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) |
56 | * n.a. - Converted applications to not hardcode /opt/QtPalmtop but to use QPEApplication::qpeDir (zecke) |
53 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) |
57 | * n.a. - Converted usage of qpeDir() not to include a '/' as first charachter of the string (zecke) |
54 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) |
58 | * n.a. - Build system: Enable distcc and ccache when crosscompiling too, and use them everywhere we can (clem) |
55 | * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) |
59 | * n.a. - Build system: Fix deps in several config.in (and fix scripts/deps.pl too) to stop breaking builds, especially with make -j highNumber (clem) |
56 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) |
60 | * n.a. - Removed hardcoded icon size in a couple of applets (mickeyl) |
57 | * n.a. - Opie-Qashmoney has been moved to unsupported (mickeyl) |
61 | |
58 | * n.a. - Opie-Ubrowser has been moved to unsupported (mickeyl) |
62 | Internal |
| |
63 | -------- |
| |
64 | * Opie-Qashmoney has been moved to unsupported (mickeyl) |
| |
65 | * Opie-Ubrowser has been moved to unsupported (mickeyl) |
59 | |
66 | |
60 | 2004-09-17Opie 1.1.6 |
67 | 2004-09-17Opie 1.1.6 |
61 | |
68 | |
62 | New Features |
69 | New Features |
63 | ------------ |
70 | ------------ |
64 | * Fifteen gained configurable number of items (zecke) |
71 | * Fifteen gained configurable number of items (zecke) |
65 | * Fifteen can have custom background images (zecke) |
72 | * Fifteen can have custom background images (zecke) |
66 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
73 | * Added daemonizing capabilities to QWS Server [via Qt/Embedded] (mickeyl) |
|
|
|
|
@@ -160,21 +160,16 @@ $(OPIEDIR)/stamp-headers : |
160 | $(TOPDIR)/include/opie \ |
160 | $(TOPDIR)/include/opie \ |
161 | $(TOPDIR)/include/opie2 \ |
161 | $(TOPDIR)/include/opie2 \ |
162 | $(TOPDIR)/include/opie2/private \ |
162 | $(TOPDIR)/include/opie2/private \ |
163 | $(TOPDIR)/include/qtopia/private \ |
163 | $(TOPDIR)/include/qtopia/private \ |
164 | $(TOPDIR)/include/sl |
164 | $(TOPDIR)/include/sl |
165 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
165 | ( cd include/qpe && rm -f *.h; ln -sf ../../library/*.h .; ln -sf ../../library/backend/*.h .; rm -f *_p.h; ) |
166 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
166 | ( cd include/qtopia && rm -f *.h; ln -sf ../../library/*.h .; ) |
167 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
167 | ( cd include/qtopia/private && rm -f *.h; ln -sf ../../../library/backend/*.h .; ) |
168 | ifeq ($(CONFIG_LIBOPIE),y) |
| |
169 | # libopie1 |
| |
170 | ( cd include/opie && rm -f *.h; ln -sf ../../libopie/*.h .; rm -f *_p.h; ) |
| |
171 | ( cd include/opie && ln -sf ../../libopie/pim/*.h .; ) |
| |
172 | endif |
| |
173 | # libopie2 |
168 | # libopie2 |
174 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) |
169 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/*.h .; ) |
175 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; ) |
170 | ( cd include/opie2 && ln -sf ../../libopie2/opiecore/device/*.h .; ) |
176 | ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) |
171 | ( cd include/opie2 && ln -sf ../../libopie2/opiemm/*.h .; ) |
177 | ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) |
172 | ( cd include/opie2 && ln -sf ../../libopie2/opiedb/*.h .; ) |
178 | ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) |
173 | ( cd include/opie2 && ln -sf ../../libopie2/opienet/*.h .; ) |
179 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) |
174 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/*.h .; ) |
180 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; ) |
175 | ( cd include/opie2 && ln -sf ../../libopie2/opiepim/core/*.h .; ) |
@@ -187,20 +182,16 @@ endif |
187 | ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) |
182 | ( cd include/opie2 && ln -sf ../../libopie2/opiesecurity/*.h .; ) |
188 | # auxilliary libraries |
183 | # auxilliary libraries |
189 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) |
184 | ( cd include/opie2 && ln -sf ../../libqtaux/*.h .; ) |
190 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) |
185 | ( cd include/sl && ln -sf ../../libslcompat/*.h .; ) |
191 | ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) |
186 | ( cd include/ && ln -sf ../noncore/net/ftplib/*.h .; ) |
192 | ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; ) |
187 | ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardcfg.h .; ) |
193 | ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; ) |
188 | ( cd include/ && ln -sf ../inputmethods/pickboard/pickboardpicks.h .; ) |
194 | # all |
189 | # all |
195 | ifeq ($(CONFIG_LIBOPIE),y) |
| |
196 | ( cd include/opie; for generatedHeader in `cd ../../libopie; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
| |
197 | ln -sf ../../libopie/$$generatedHeader $$generatedHeader; done ) |
| |
198 | endif |
| |
199 | ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opieui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
190 | ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opieui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
200 | ln -sf ../../libopie2/opieui/$$generatedHeader $$generatedHeader; done ) |
191 | ln -sf ../../libopie2/opieui/$$generatedHeader $$generatedHeader; done ) |
201 | ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opiepim/ui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
192 | ( cd include/opie2; for generatedHeader in `cd ../../libopie2/opiepim/ui; ls *.ui | sed -e "s,\.ui,\.h,g"`; do \ |
202 | ln -sf ../../libopie2/opiepim/ui/$$generatedHeader $$generatedHeader; done ) |
193 | ln -sf ../../libopie2/opiepim/ui/$$generatedHeader $$generatedHeader; done ) |
203 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
194 | ln -sf ../../library/custom.h $(TOPDIR)/include/qpe/custom.h |
204 | touch $@ |
195 | touch $@ |
205 | |
196 | |
206 | $(OPIEDIR)/stamp-headers-x11 : |
197 | $(OPIEDIR)/stamp-headers-x11 : |
|
|
diff --git a/config.in b/config.in index 372ecfb..8cffa38 100644 --- a/ config.in+++ b/ config.in |
|
@@ -176,18 +176,16 @@ endmenu |
176 | |
176 | |
177 | menu "Base" |
177 | menu "Base" |
178 | choice |
178 | choice |
179 | prompt "Qpe Library Selection" |
179 | prompt "Qpe Library Selection" |
180 | default LIBQPE |
180 | default LIBQPE |
181 | source library/config.in |
181 | source library/config.in |
182 | source x11/config.in |
182 | source x11/config.in |
183 | endchoice |
183 | endchoice |
184 | source libopie/config.in |
| |
185 | |
| |
186 | source libopie2/config.in |
184 | source libopie2/config.in |
187 | source libqtaux/config.in |
185 | source libqtaux/config.in |
188 | source rsync/config.in |
186 | source rsync/config.in |
189 | source core/opie-login/config.in |
187 | source core/opie-login/config.in |
190 | source core/opiealarm/config.in |
188 | source core/opiealarm/config.in |
191 | source core/tools/quicklauncher/config.in |
189 | source core/tools/quicklauncher/config.in |
192 | source core/launcher/config.in |
190 | source core/launcher/config.in |
193 | source core/symlinker/config.in |
191 | source core/symlinker/config.in |
|
|
diff --git a/packages b/packages index ac614f2..e84184c 100644 --- a/ packages+++ b/ packages |
|
@@ -6,17 +6,17 @@ CONFIG_APPLET_EXAMPLE examples/applet example.pro |
6 | CONFIG_APPSKEY noncore/settings/appskeyappskey.pro |
6 | CONFIG_APPSKEY noncore/settings/appskeyappskey.pro |
7 | CONFIG_AQPKG noncore/settings/aqpkgaqpkg.pro |
7 | CONFIG_AQPKG noncore/settings/aqpkgaqpkg.pro |
8 | CONFIG_AUTOROTATEAPPLET noncore/applets/autorotateappletautorotateapplet.pro |
8 | CONFIG_AUTOROTATEAPPLET noncore/applets/autorotateappletautorotateapplet.pro |
9 | CONFIG_BACKGAMMONnoncore/games/backgammon backgammon.pro |
9 | CONFIG_BACKGAMMONnoncore/games/backgammon backgammon.pro |
10 | CONFIG_BACKUP noncore/settings/backupbackup.pro |
10 | CONFIG_BACKUP noncore/settings/backupbackup.pro |
11 | CONFIG_BARTENDER noncore/apps/opie-bartenderbartender.pro |
11 | CONFIG_BARTENDER noncore/apps/opie-bartenderbartender.pro |
12 | CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro |
12 | CONFIG_BATTERYAPPLET core/applets/batteryappletbatteryapplet.pro |
13 | CONFIG_BEND noncore/unsupported/mail2/bendbend.pro |
13 | CONFIG_BEND noncore/unsupported/mail2/bendbend.pro |
14 | CONFIG_BIGSCREEN_EXAMPLE libopie/big-screen/example osplitter_mail.pro |
14 | CONFIG_BIGSCREEN_EXAMPLE unsupported/libopie/big-screen/example osplitter_mail.pro |
15 | CONFIG_BINARY noncore/tools/calc2/binarybinary.pro |
15 | CONFIG_BINARY noncore/tools/calc2/binarybinary.pro |
16 | CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro |
16 | CONFIG_BLUE-PIN noncore/net/opietooth/blue-pinblue-pin.pro |
17 | CONFIG_BOUNCE noncore/games/bouncebounce.pro |
17 | CONFIG_BOUNCE noncore/games/bouncebounce.pro |
18 | CONFIG_BRIGHTNESSAPPLET noncore/applets/brightnessappletbrightnessapplet.pro |
18 | CONFIG_BRIGHTNESSAPPLET noncore/applets/brightnessappletbrightnessapplet.pro |
19 | CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro |
19 | CONFIG_BUTTON-SETTINGS core/settings/buttonbutton.pro |
20 | CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro |
20 | CONFIG_BUZZWORD noncore/games/buzzwordbuzzword.pro |
21 | CONFIG_CALC2 noncore/tools/calc2calc.pro |
21 | CONFIG_CALC2 noncore/tools/calc2calc.pro |
22 | CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro |
22 | CONFIG_CALCULATOR noncore/tools/calculatorcalculator.pro |
@@ -80,19 +80,18 @@ CONFIG_LIBMPEG3 core/multimedia/opieplayer/libmpeg3 libmpeg3.pro |
80 | CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro |
80 | CONFIG_LIBOPIE2CORE libopie2/opiecoreopiecore.pro |
81 | CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro |
81 | CONFIG_LIBOPIE2DB libopie2/opiedbopiedb.pro |
82 | CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro |
82 | CONFIG_LIBOPIE2EXAMPLES libopie2/examplesexamples.pro |
83 | CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro |
83 | CONFIG_LIBOPIE2MM libopie2/opiemmopiemm.pro |
84 | CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro |
84 | CONFIG_LIBOPIE2NET libopie2/opienetopienet.pro |
85 | CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro |
85 | CONFIG_LIBOPIE2PIM libopie2/opiepimopiepim.pro |
86 | CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro |
86 | CONFIG_LIBOPIE2SECURITYlibopie2/opiesecurity opiesecurity.pro |
87 | CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro |
87 | CONFIG_LIBOPIE2UI libopie2/opieuiopieui.pro |
88 | CONFIG_LIBOPIE libopielibopie.pro |
| |
89 | CONFIG_LIBOPIE_PIM libopie/pimpim.pro |
| |
90 | CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro |
88 | CONFIG_LIBOPIETOOTH noncore/net/opietooth/liblib.pro |
| |
89 | CONFIG_LIBOPIEnoncore/unsupported/libopie libopie.pro |
91 | CONFIG_LIBQPE librarylibrary.pro |
90 | CONFIG_LIBQPE librarylibrary.pro |
92 | CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro |
91 | CONFIG_LIBQPE-X11 x11/libqpe-x11libqpe-x11.pro |
93 | CONFIG_LIBQRSYNC rsync rsync.pro |
92 | CONFIG_LIBQRSYNC rsync rsync.pro |
94 | CONFIG_LIBQTAUX libqtauxlibqtaux.pro |
93 | CONFIG_LIBQTAUX libqtauxlibqtaux.pro |
95 | CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro |
94 | CONFIG_LIBSLCOMPAT libslcompatlibslcompat.pro |
96 | CONFIG_LIBSQL libsqllibsql.pro |
95 | CONFIG_LIBSQL libsqllibsql.pro |
97 | CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro |
96 | CONFIG_LIBTREMOR core/multimedia/opieplayer/vorbis/tremor tremor.pro |
98 | CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro |
97 | CONFIG_LIBTREMORPLUGIN core/multimedia/opieplayer/vorbis libtremor.pro |
|