From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/builder/TODO | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 arts/builder/TODO (limited to 'arts/builder/TODO') diff --git a/arts/builder/TODO b/arts/builder/TODO new file mode 100644 index 00000000..139f22b2 --- /dev/null +++ b/arts/builder/TODO @@ -0,0 +1,69 @@ +Bugs: +==== +- docked properties can be removed, but not fetched back + +Wishlist for the artsbuilder app: +================================ +- implement File/New and provide templates +- implement cut/copy/paste +- implement undo +- implement some preferences (e.g. zoom scale) + +- make application more KDE-like: + - icons in menus + - keyboard accelerators + - application icon(s) + - status bar + - session management + - tooltips and help + - kpart? + +- avoid crashing when loading a bad .arts file + (i.e. file open: wrong structure parameters like x/y pos) + +- ability to print a module view + +- don't allow execution of a structure with ports (like an instrument) directly + +- editing of structures while they are running (*) +- wysiwyg editing of visual structures (like qt designer/delphi), requires (*) + +- provide a property dialog like + +----------+--------+ + | property | value | + +----------+--------+ + | caption | hello | + | width | 20 | + | height | 100 | + | x | 30 | + | y | 30 | + +----------+--------+ + this should be very useful in editing objects with lots of properties + (widgets) + +- make _changed signals visible so you can connect the value_changed of a + poti to the frequency of a filter + +- make it possible to edit parent property of widgets (i.e. to insert one + widget into another) + +- add structure property dialog with structure meta information, at least + * (class) name + * (real world) name with i18n (?) + * implemented interfaces + * ports (maybe Details >>, tabbed notebook) - like already implemented + * author + * (category for menues) + * copyright + * license + * whether to publish or not (?) + * template (?) + +Additions "outside" the app code: +================================ +- create standalone command line tool to load modules that does not + depend on KDE + +- write a tutorial in the arts manual + +- create more bitmaps/icons for all modules -- cgit v1.2.1