From 405f6b90fab7ba6b734775b1f2a767bdd1f95645 Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 13 Nov 2006 16:11:07 +0000 Subject: [PATCH] improved detection of 'active' plugin for marking in the main menu plugin plugin_manager: prevent browser from caching repeatitive actions plugin plugin_manager: add support for properties/volume visibility plugins: moved message handling to central header file (templates/header.cs) splitted 'volume_props' into 'volume_rename' and 'volume_chpasswd' volume_props: turned into a container for small property changes renamed 'format_fs' to 'volume_format_fs' moved inclusion of 'show_volume_[header|footer].cs' to central header file --- plugins/date/form_date.cs | 2 - plugins/disks/disks.cs | 2 - plugins/format_fs/volume_format.cs | 37 ------- plugins/format_fs/volume_format_luks.cs | 32 ------ plugins/help/doc.cs | 2 - .../language_selection/language_selection.cs | 2 - plugins/network/form_network.cs | 2 - plugins/partition/select_device.cs | 2 - plugins/partition/set_partitions.cs | 2 - plugins/partition/show_format_progress.cs | 2 - plugins/plugin-interface.txt | 3 +- plugins/plugin_manager/lang/en.hdf | 3 +- plugins/plugin_manager/plugin_list.cs | 24 +++-- plugins/shutdown/form_shutdown.cs | 2 - plugins/shutdown/progress_reboot.cs | 2 - plugins/shutdown/progress_shutdown.cs | 2 - plugins/system_preferences/show_plugins.cs | 10 +- plugins/user_manager/user_list.cs | 2 - plugins/volume_chpasswd/lang/en.hdf | 36 +++++++ plugins/volume_chpasswd/unittests.py | 11 ++ plugins/volume_chpasswd/volume_chpasswd.cs | 33 ++++++ plugins/volume_chpasswd/volume_chpasswd.py | 53 ++++++++++ plugins/volume_details/volume_details.cs | 7 +- .../format_fs.py | 0 .../lang/en.hdf | 2 +- .../plugin_icon.gif | Bin .../plugin_icon.png | Bin .../unittests.py | 2 +- plugins/volume_format_fs/volume_format.cs | 32 ++++++ plugins/volume_format_fs/volume_format_fs.py | 96 +++++++++++++++++ .../volume_format_fs/volume_format_luks.cs | 27 +++++ plugins/volume_mount/lang/en.hdf | 2 +- plugins/volume_mount/volume_mount.cs | 4 +- plugins/volume_mount/volume_status.cs | 3 - plugins/volume_mount/volume_umount.cs | 4 +- plugins/volume_props/lang/en.hdf | 54 +--------- plugins/volume_props/volume_properties.cs | 71 +------------ plugins/volume_props/volume_props.py | 99 +++++++----------- plugins/volume_rename/lang/en.hdf | 38 +++++++ plugins/volume_rename/unittests.py | 11 ++ plugins/volume_rename/volume_rename.cs | 14 +++ plugins/volume_rename/volume_rename.py | 54 ++++++++++ 42 files changed, 480 insertions(+), 306 deletions(-) delete mode 100644 plugins/format_fs/volume_format.cs delete mode 100644 plugins/format_fs/volume_format_luks.cs create mode 100644 plugins/volume_chpasswd/lang/en.hdf create mode 100644 plugins/volume_chpasswd/unittests.py create mode 100644 plugins/volume_chpasswd/volume_chpasswd.cs create mode 100644 plugins/volume_chpasswd/volume_chpasswd.py rename plugins/{format_fs => volume_format_fs}/format_fs.py (100%) rename plugins/{format_fs => volume_format_fs}/lang/en.hdf (96%) rename plugins/{format_fs => volume_format_fs}/plugin_icon.gif (100%) rename plugins/{format_fs => volume_format_fs}/plugin_icon.png (100%) rename plugins/{format_fs => volume_format_fs}/unittests.py (74%) create mode 100644 plugins/volume_format_fs/volume_format.cs create mode 100644 plugins/volume_format_fs/volume_format_fs.py create mode 100644 plugins/volume_format_fs/volume_format_luks.cs create mode 100644 plugins/volume_rename/lang/en.hdf create mode 100644 plugins/volume_rename/unittests.py create mode 100644 plugins/volume_rename/volume_rename.cs create mode 100644 plugins/volume_rename/volume_rename.py diff --git a/plugins/date/form_date.cs b/plugins/date/form_date.cs index 3dd732a..fe378b1 100644 --- a/plugins/date/form_date.cs +++ b/plugins/date/form_date.cs @@ -2,8 +2,6 @@

- -


diff --git a/plugins/disks/disks.cs b/plugins/disks/disks.cs index 8857774..099d77e 100644 --- a/plugins/disks/disks.cs +++ b/plugins/disks/disks.cs @@ -2,8 +2,6 @@

- - diff --git a/plugins/format_fs/volume_format.cs b/plugins/format_fs/volume_format.cs deleted file mode 100644 index 4b87f7a..0000000 --- a/plugins/format_fs/volume_format.cs +++ /dev/null @@ -1,37 +0,0 @@ - - - - -

- - - - - - - - - - -

- -

- -

- -

- -

- - - - - diff --git a/plugins/format_fs/volume_format_luks.cs b/plugins/format_fs/volume_format_luks.cs deleted file mode 100644 index 9a229e1..0000000 --- a/plugins/format_fs/volume_format_luks.cs +++ /dev/null @@ -1,32 +0,0 @@ - - - - -

- - - - - - - - - - -

:

-

:

- -

-

-

- - - -

- - - - - diff --git a/plugins/help/doc.cs b/plugins/help/doc.cs index 57bfdad..af93071 100644 --- a/plugins/help/doc.cs +++ b/plugins/help/doc.cs @@ -2,8 +2,6 @@
- -
diff --git a/plugins/language_selection/language_selection.cs b/plugins/language_selection/language_selection.cs index 4e7b213..cae329c 100644 --- a/plugins/language_selection/language_selection.cs +++ b/plugins/language_selection/language_selection.cs @@ -2,8 +2,6 @@

- -