View Single Post
Posts: 237 | Thanked: 274 times | Joined on Jul 2010
#24
thanks a lot ! your work is really appreciated.

below are a couple of suggestions/requests.

feature request 1 :

In Catorise Gui, can you please add an "Edit directory" button to allow the user to rename a directory or change it's icon without either deleting it first or changing the values manually by modifying the directory file.

feature request 2 :
(quite hard but useful )

can you please add a section, or a secondary list/tree to specify where the directories should be placed, and modify Catorise to build the sections accordingly.

this is useful for having sub directories within main directories.
ex.
Games
> arcade
> puzzle
> emulators

to achieve the above (ex. to add an emulators directory within games)
the games section in the hildon.menu should look like :
Code:
  <Menu>
    <Name>games</Name>
    <Directory>games.directory</Directory>
    <Include>
    <Filename>100boxes.desktop</Filename>
    <Filename>maemoblocks.desktop</Filename>
    <Filename>tuxrace.desktop</Filename>
    </Include>
    <Layout>
    <Menuname>emulators</Menuname>
    <Filename>100boxes.desktop</Filename>
    <Filename>maemoblocks.desktop</Filename>
    <Filename>tuxrace.desktop</Filename>
    </Layout>
       <Menu>
         <Name>emulators</Name>
         <Directory>emulators.directory</Directory>
         <Include>
         <Filename>vgb.desktop</Filename>
         <Filename>vgba.desktop</Filename>
         </Include>
         <Layout>
         <Filename>vgb.desktop</Filename>
         <Filename>vgba.desktop</Filename>
         </Layout>         
       </Menu>
  </Menu>
emulators directory is to be created exactly the same way that it is being created now through Catorise Gui, just needs an addtional section to specify directory tree.

then catorise is to read that configuration, and place subdirectories within correct parent directories rather than all being inside the root directory.

Thanks in advance !

Last edited by ivyking; 2011-06-03 at 01:10.
 

The Following User Says Thank You to ivyking For This Useful Post: