Community
Participate
Working Groups
It would be nice to show an icon in the top left corner of a dialog box. This will enhance the look and feel of the COSMOS UI
Moving to i11 since this will improve useabillity and doesn't require alot of changes.
Changing to marting as discussed in our meetings
Added Icon to the Record Details Dialog. Its the same icon as the icon that is pressed to get the dialog up. Its hard-coded into RecordDetailsDialog.js, as we have not defined what icon should be used, and where we should pick them up from. I think we could in i12 create an icons directory that we pick things up from. I still have to add an icon to the other dialogs.
I had to remove RecordDetailDialog.js from the components directory as it is supposed to be in the widgets directory. If I did not remove it, then its the one that is picked up.
There is an images Directory. But I think we should create a separate icons directory. I have seen many products that distinguish between images and icons, even though they are all images. I suggest we create an ER to add an ICONS directory and at the same time we update all the hard coded dialogue icons to point to the icons directory. I see the hard-coding as still staying in the js file, and the js file having the ability to set programatically the icon required.
Dialog boxes : Dialog.html RecordDetailsDialog.html RegisterDialog.html RegisterPartialDialog.html RegisterResponseDialog.html
Add QueryBuilder.html to the list of dialogs. Perhaps all dialogs should have the name Dialog in it? If we eventually change this to a floating pane, that then changes things.
Query Builder Icon changes added to CVS. I used the same icon that the mdr in the DM Tree has.
Checked in changes.
Verified bug with build COSMOS-1.0.0-200806201443
QA review for JUnits/Manual tests: * No explicit tests provided, however this has been tested as part of End2End testing based on http://wiki.eclipse.org/COSMOS_DEMO_i11
Marked as closed based on previous comments.