summaryrefslogtreecommitdiff
path: root/apps
authormickeyl <mickeyl>2004-05-28 23:08:17 (UTC)
committer mickeyl <mickeyl>2004-05-28 23:08:17 (UTC)
commite370bbfbe879086e1e1cb3d856544f231ca614be (patch) (unidiff)
tree7b3e42270ac41c3abd74b922f3a786679b2c9eab /apps
parent08998f34ec77062224dc0783be78d9e6e3bf7910 (diff)
downloadopie-e370bbfbe879086e1e1cb3d856544f231ca614be.zip
opie-e370bbfbe879086e1e1cb3d856544f231ca614be.tar.gz
opie-e370bbfbe879086e1e1cb3d856544f231ca614be.tar.bz2
- add a dedicated tab for Python applications
- add .desktop files for Python examples (will follow later) - add pics for tab and applnk
Diffstat (limited to 'apps') (more/less context) (ignore whitespace changes)
-rw-r--r--apps/Python/.cvsignore16
-rw-r--r--apps/Python/.directory6
-rw-r--r--apps/Python/main-tab.desktop6
-rw-r--r--apps/Python/simple-icon.desktop8
-rw-r--r--apps/Python/simple-main.desktop8
-rw-r--r--apps/Python/simple.desktop8
6 files changed, 52 insertions, 0 deletions
diff --git a/apps/Python/.cvsignore b/apps/Python/.cvsignore
new file mode 100644
index 0000000..af66d7d
--- a/dev/null
+++ b/apps/Python/.cvsignore
@@ -0,0 +1,16 @@
1addressbook
2calculator
3citytime
4clock
5datebook
6embeddedkonsole
7helpbrowser
8keypebble
9konqueror
10mpegplayer
11showimg
12spreadsheet
13sysinfo
14tableviewer
15textedit
16todo
diff --git a/apps/Python/.directory b/apps/Python/.directory
new file mode 100644
index 0000000..81d864b
--- a/dev/null
+++ b/apps/Python/.directory
@@ -0,0 +1,6 @@
1[Desktop Entry]
2File=/opt/opie/apps/Python/.directory
3Icon=pyquicklaunch/icon
4Type=application/octet-stream
5Name=Python
6Name[de]=Python
diff --git a/apps/Python/main-tab.desktop b/apps/Python/main-tab.desktop
new file mode 100644
index 0000000..8d51394
--- a/dev/null
+++ b/apps/Python/main-tab.desktop
@@ -0,0 +1,6 @@
1[Desktop Entry]
2Exec=main-tab.py
3Icon=pyquicklaunch/logo
4Type=Example
5Name=TabWidget Example
6Comment=An Example Program
diff --git a/apps/Python/simple-icon.desktop b/apps/Python/simple-icon.desktop
new file mode 100644
index 0000000..c90359e
--- a/dev/null
+++ b/apps/Python/simple-icon.desktop
@@ -0,0 +1,8 @@
1[Desktop Entry]
2Exec=simple-icon.py
3Icon=pyquicklaunch/logo
4Type=Example
5Name=IconExample
6Comment=An Example Program
7Name[pt]=Exemplo
8Comment[pt]=Um programa de exemplo
diff --git a/apps/Python/simple-main.desktop b/apps/Python/simple-main.desktop
new file mode 100644
index 0000000..867ed93
--- a/dev/null
+++ b/apps/Python/simple-main.desktop
@@ -0,0 +1,8 @@
1[Desktop Entry]
2Exec=simple-main.py
3Icon=pyquicklaunch/logo
4Type=Example
5Name=Simple MainWindow
6Comment=An Example Program
7Name[pt]=Exemplo
8Comment[pt]=Um programa de exemplo
diff --git a/apps/Python/simple.desktop b/apps/Python/simple.desktop
new file mode 100644
index 0000000..e544058
--- a/dev/null
+++ b/apps/Python/simple.desktop
@@ -0,0 +1,8 @@
1[Desktop Entry]
2Exec=python/simple.py
3Icon=pyquicklaunch/logo
4Type=Example
5Name=Simple
6Comment=An Example Program
7Name[pt]=Exemplo
8Comment[pt]=Um programa de exemplo