Hi, could we move qx.ui.list.List to qx.ui.form.list.List ? this way it gets into the form namespace and keeps the 6 classes in the form.list namespace too and they won't float around ?
cheers, Gabi ________________________________________ From: Martin Wittemann [[email protected]] Sent: Thursday, April 07, 2011 9:33 AM To: qooxdoo Development Subject: Re: [qooxdoo-devel] Package and name of virtual widget classes Hey, > I'm curious about what logic is used to determine the package and name > when new virtual widget classes are added. > > Currently, the following virtual widgets are available in 1.4: > - qx.ui.tree.VirtualTree > - qx.ui.list.List > - qx.ui.form.VirtualComboBox > - qx.ui.form.VirtualSelectBox > > Why is the virtual list in its own package, while the combo/select boxes > are in qx.ui.form? We always wanted to have the list in its own package because it has some infrastructure that comes with it so we moved it to its own package. As you see, the new list itself are 6 files which I don't want to float around in the form namespace. > The class naming seems a little inconsistent as well, > as the list does not have the text Virtual prepended to it, nor is it > anywhere in its namespace. The Virtual prefix is more or less connected to the namespace decision. The list has its won namespace so it does not need a prefix. All other three widgets are located besides their non virtual widgets. This means we need to make it clear which widget is on what technical base. Thats why we have the prefix. > Is this intentional? Or is the (apparent) inconsistency only there for > historic reasons? I guess its a bit of everything. ;) Regards, Martin ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Xperia(TM) PLAY It's a major breakthrough. An authentic gaming smartphone on the nation's most reliable network. And it wants your games. http://p.sf.net/sfu/verizon-sfdev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
