author | mickeyl <mickeyl> | 2004-05-28 23:08:17 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-05-28 23:08:17 (UTC) |
commit | e370bbfbe879086e1e1cb3d856544f231ca614be (patch) (side-by-side diff) | |
tree | 7b3e42270ac41c3abd74b922f3a786679b2c9eab /apps | |
parent | 08998f34ec77062224dc0783be78d9e6e3bf7910 (diff) | |
download | opie-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
-rw-r--r-- | apps/Python/.cvsignore | 16 | ||||
-rw-r--r-- | apps/Python/.directory | 6 | ||||
-rw-r--r-- | apps/Python/main-tab.desktop | 6 | ||||
-rw-r--r-- | apps/Python/simple-icon.desktop | 8 | ||||
-rw-r--r-- | apps/Python/simple-main.desktop | 8 | ||||
-rw-r--r-- | apps/Python/simple.desktop | 8 |
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 @@ +addressbook +calculator +citytime +clock +datebook +embeddedkonsole +helpbrowser +keypebble +konqueror +mpegplayer +showimg +spreadsheet +sysinfo +tableviewer +textedit +todo 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 @@ +[Desktop Entry] +File=/opt/opie/apps/Python/.directory +Icon=pyquicklaunch/icon +Type=application/octet-stream +Name=Python +Name[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 @@ +[Desktop Entry] +Exec=main-tab.py +Icon=pyquicklaunch/logo +Type=Example +Name=TabWidget Example +Comment=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 @@ +[Desktop Entry] +Exec=simple-icon.py +Icon=pyquicklaunch/logo +Type=Example +Name=IconExample +Comment=An Example Program +Name[pt]=Exemplo +Comment[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 @@ +[Desktop Entry] +Exec=simple-main.py +Icon=pyquicklaunch/logo +Type=Example +Name=Simple MainWindow +Comment=An Example Program +Name[pt]=Exemplo +Comment[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 @@ +[Desktop Entry] +Exec=python/simple.py +Icon=pyquicklaunch/logo +Type=Example +Name=Simple +Comment=An Example Program +Name[pt]=Exemplo +Comment[pt]=Um programa de exemplo |