summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--apps/Applications/euroconv.desktop10
-rw-r--r--library/qpeapplication.h2
-rw-r--r--noncore/unsupported/mail2/bend/config.in4
-rw-r--r--noncore/unsupported/mail2/config.in13
-rw-r--r--noncore/unsupported/mail2/libmail/config.in4
-rw-r--r--packages1
6 files changed, 22 insertions, 12 deletions
diff --git a/apps/Applications/euroconv.desktop b/apps/Applications/euroconv.desktop
new file mode 100644
index 0000000..012d26e
--- a/dev/null
+++ b/apps/Applications/euroconv.desktop
@@ -0,0 +1,10 @@
1[Desktop Entry]
2Comment=An Euro converter
3Comment[fr]=Un convertisseur Euro
4Exec=euroconv
5Icon=euroconv/euroconv
6Type=Application
7Name=Euroconv
8Name[fr]=Euroconv
9Name[de]=Euroconv
10
diff --git a/library/qpeapplication.h b/library/qpeapplication.h
index 7f74510..5c18836 100644
--- a/library/qpeapplication.h
+++ b/library/qpeapplication.h
@@ -181,7 +181,7 @@ inline void QPEApplication::setCurrentRotation( int r )
181 } 181 }
182 182
183 qDebug("calling qApp->desktop()->qwsDisplay()->setTransformation( %d )\n", e); 183 qDebug("calling qApp->desktop()->qwsDisplay()->setTransformation( %d )\n", e);
184 qApp->desktop()->qwsDisplay()->setTransformation( e ); 184 //qApp->desktop()->qwsDisplay()->setTransformation( e );
185} 185}
186 186
187 187
diff --git a/noncore/unsupported/mail2/bend/config.in b/noncore/unsupported/mail2/bend/config.in
index 097a965..d784bec 100644
--- a/noncore/unsupported/mail2/bend/config.in
+++ b/noncore/unsupported/mail2/bend/config.in
@@ -1,4 +1,4 @@
1 config BEND 1 config BEND
2 boolean "bend" 2 boolean "bend"
3 default "y" if OPIEMAIL2 3 default "y" if MAIL
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEMAIL2 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBMAIL && LIBOPIE && MAIL
diff --git a/noncore/unsupported/mail2/config.in b/noncore/unsupported/mail2/config.in
index af0fa3c..02006a4 100644
--- a/noncore/unsupported/mail2/config.in
+++ b/noncore/unsupported/mail2/config.in
@@ -1,13 +1,12 @@
1 config OPIEMAIL2
2 boolean "opiemail"
3 default "y"
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL
5
6 config MAIL 1 config MAIL
7 boolean 2 boolean "mail"
8 default "y" if OPIEMAIL 3 default "y" if OPIEMAIL
9 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE
10 5
6 config OPIEMAIL2
7 boolean "opiemail"
8 default "y"
9 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && BEND && LIBMAIL && MAIL
11 10
12 source noncore/mail/bend/config.in 11 source noncore/mail/bend/config.in
13 source noncore/mail/libmail/config.in 12 source noncore/mail/libmail/config.in
diff --git a/noncore/unsupported/mail2/libmail/config.in b/noncore/unsupported/mail2/libmail/config.in
index dd7b2dc..9262679 100644
--- a/noncore/unsupported/mail2/libmail/config.in
+++ b/noncore/unsupported/mail2/libmail/config.in
@@ -1,4 +1,4 @@
1 config LIBMAIL 1 config LIBMAIL
2 boolean "libmail" 2 boolean "libmail"
3 default "y" if OPIEMAIL2 3 default "y" if MAIL
4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIEMAIL2 4 depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && MAIL
diff --git a/packages b/packages
index b05f90a..d9b0b48 100644
--- a/packages
+++ b/packages
@@ -6,6 +6,7 @@ CONFIG_CHESS noncore/games/chess chess.pro
6 CONFIG_CONVERTER noncore/unsupported/opiemail/converterconverter.pro 6 CONFIG_CONVERTER noncore/unsupported/opiemail/converterconverter.pro
7 CONFIG_DIALUP noncore/unsupported/netsetup/dialupdialup.pro 7 CONFIG_DIALUP noncore/unsupported/netsetup/dialupdialup.pro
8 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro 8 CONFIG_DICTIONARY noncore/apps/dictionarydictionary.pro
9 CONFIG_EUROCONV noncore/tools/euroconv/ euroconv.pro
9 CONFIG_GSMTOOL noncore/comm/gsmtoolgsmtool.pro 10 CONFIG_GSMTOOL noncore/comm/gsmtoolgsmtool.pro
10 CONFIG_KEYVIEW development/keyviewkeyview.pro 11 CONFIG_KEYVIEW development/keyviewkeyview.pro
11 CONFIG_LAN noncore/unsupported/netsetup/lanlan.pro 12 CONFIG_LAN noncore/unsupported/netsetup/lanlan.pro