From e370bbfbe879086e1e1cb3d856544f231ca614be Mon Sep 17 00:00:00 2001 From: mickeyl Date: Fri, 28 May 2004 23:08:17 +0000 Subject: - add a dedicated tab for Python applications - add .desktop files for Python examples (will follow later) - add pics for tab and applnk --- (limited to 'apps') 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 -- cgit v0.9.0.2