From 7c3261b92001cf8cf0c0418efeb702083b02ad7d Mon Sep 17 00:00:00 2001 From: damien Date: Thu, 4 Jan 2001 23:25:24 +0000 Subject: updated --- control-center | 9 ++++++++ controlcenter.html | 64 +++++++++++++++++++++++------------------------------ screenshot1.png | Bin 40450 -> 16120 bytes screenshot2.png | Bin 15702 -> 18004 bytes screenshot3.png | Bin 17564 -> 18414 bytes 5 files changed, 37 insertions(+), 36 deletions(-) diff --git a/control-center b/control-center index 475541e4..785ad327 100755 --- a/control-center +++ b/control-center @@ -43,6 +43,15 @@ $window_global->border_width(0); $vbox_global = new Gtk::VBox(0, 0); $window_global->add($vbox_global); +######### tree + +my @tree = ( + group1 => ( appli1 => 'drakfont', + appli2 => 'drakfloppy'), + group2 => ( appli1 => 'drakxservices', + appli2 => 'drakboot'), + ); + ######### menus my @item_factory_entries = ( ["/_File", undef, 0, ""], diff --git a/controlcenter.html b/controlcenter.html index b1ed8e81..92ca6360 100644 --- a/controlcenter.html +++ b/controlcenter.html @@ -23,8 +23,7 @@ Note : The previous document is adapted from http://intranet.mandrakesoft.com/products/works-8.0/controlcenter.html - which was ugly. + HREF=http://intranet.mandrakesoft.com/products/works-8.0/controlcenter.html>http://intranet.mandrakesoft.com/products/works-8.0/controlcenter.html. @@ -47,22 +46,16 @@ according to the product
  • -DrakConf will still exist. But the number of item will be reduced. The tools -will be grouped in 6 groups, described here. Here is a screenshot of what it -could be. Some work is still neede to clearly define what will be the look of -this DrakConf. Question : do we want to keep its name 'DrakConf'? It seems that no. It will be named 'Control Center'. -Here is a first screenshot :
    - futur of DrakConf +DrakConf is replaced by a gnomecc like interface. +Left, a tree, right, the applications. By default, an about page. +All applications can be launched in single mode or embedded.
  • -Each group will launch a new window with configurations tools called here -'control window'. Here are some -screenshots of what this window will be :
    +screenshots of the global tool
    screenshot a
    screenshot b
  • -
  • Having a newbie and an expert mode for this tools would be useful.
  • -
  • Having a wizard mode for this tools would be required for some of them, and -useful for the others.
  • +
  • The tools that come from the install and have an expert mode are displayed with an 'expert mode button'.
  • +
  • FIXEME: Draknet and drakegw will have a wizard mode. which other tools?.
  • In 8.0 UTF-8 locales will be available, and migration to UTF-8 will start. Gtk+ toolkits seem to allow on the fly charset conversion of text used by gettext in po files. @@ -75,10 +68,10 @@ Note : every names are here for reference, The names will be replaced by their functions, like before (ex: 'startup services' instead of drakexservices)

    Menu customization

      -
    • Content

      +
    • Content

      • menudrake
      -
    • This group will just launch menudrake without control window. +
    • menudrake in control window.
    • The idea is to transfer the existing menudrake application to the new Control center. Details are given in the Desktop project. @@ -87,20 +80,19 @@ new Control center. Details are given in the Desktop project.

      Boot Configuration

        -
      • Content

        +
      • Content

        • drakboot
        • drakfloppy
        • drakelogo
        • drakxservices
        • a new tool to enable/disable the graphical boot
        -
      • Additional improvements

        +
      • Additional improvements

        • Adapt drakboot to the new model to easily edit the entries of the boot loader.
        • : drakexservices This tool should also be part of the Boot configuration tool. It replaces -the current drakxservices with an interface similar to the -service tool on Windows NT, as shown in the picture below. +the current drakxservices with an interface as shown in the picture below. Each service needs to be documented, so that the user can understand what it does. The screenshot.
        • New tool : Integrate a simple check-box that enable or disables the graphical boot, which @@ -110,21 +102,21 @@ give the choice to the user between classical boot or graphical Aurora bo

        Font Management

          -
        • Content

          -
          • drakfont
          • +
          • Content

            +
            • drakfont in the control center
          • Just adapt the current drakfont program to the new interface guidelines.
          -

          Network and Internet Connection

          +

          Network and Internet Connection

            -
          • Content

            +
          • Content

            • draknet
            • drakgw
            • new tool : firewall conf
            -
          • Additional improvements

            +
          • Additional improvements

            • Adapt drakprofile to be able to select a network profile at boot time (related to draknet)
            • Adapt @@ -133,36 +125,36 @@ able to select a network profile at boot time (related to draknet)
            • Separate as discussed front-end and back-end to isolate the administration part.
            • Minimal firewall : firewall configuration tool. -This tool is described in the Security project.
            • +This tool is described in (and has to be provided by ) the Security project.
          -

          Hardware configuration

          +

          Hardware configuration

            -
          • Content

            +
          • Content

            • XFDrake
            • +
            • harddrake
            • mousedrake
            • printerdrake
            • keyboarddrake
            -
          • Additional improvements

            +
          • Additional improvements

              -
            • IMHO, a merge of all hardware related configuration tool in a harddrake like -application is not possible for the deadline, so this need to be discuss, but -by default, I remove it from here.
            • -
            • Decisions about harddrake an its integrations are opened.
            • +
            • A merge of all hardware related configuration tool in a harddrake like +application is not possible for the deadline, so it's kept separated.
          -

          Users and groups management

          +

          Users and groups management

            -
          • Content

            +
          • Content

            • userdrake
            -
          • Additional improvements

            +
          • Additional improvements

          • Port the current userdrake in the Control Center, with the following functions to add:
            • Delete user & Archive /home/$user folder
            • Add user specific properties (like menus)
            • +
            • Add user language selection
            diff --git a/screenshot1.png b/screenshot1.png index 472d93c9..613e1433 100644 Binary files a/screenshot1.png and b/screenshot1.png differ diff --git a/screenshot2.png b/screenshot2.png index 737c9a59..a2ceca35 100644 Binary files a/screenshot2.png and b/screenshot2.png differ diff --git a/screenshot3.png b/screenshot3.png index 8db685d7..6dda8bf8 100644 Binary files a/screenshot3.png and b/screenshot3.png differ -- cgit v1.2.1