Go to file
Andrew Productengine 2a1d4b375e STORM-187 FIXED Fixed chatbar not getting back its width after opening/closing sidetray.
The bug reproduced not only for opening/closing sidetray, but also when viewer window was resized.
The chatbar's width was set to default on width increase, it was also shrunk even when there was enough space for it, and buttons could be shrunk instead.
Also, width to which user resized it manually, was not used in resizes. Gave priority on resizes to nearby chat - i.e.:
Before this fix priorities were- buttons are visible -> buttons are as wide as possible -> nearby is stretched.
After this fix priorities are- buttons are visible -> nearby is stretched -> buttons are as wide as possible.

- Added new member which stores width of nearbychat(either value that was recorded after user's manual resize of chatbar or default). Used it as a value to which chatbar tries to be resized on resizes.

- Implemented the change of priorities described above in processWidthIncreased() and processWidthDecreased() methods.
2010-09-22 18:20:01 +03:00
doc merge storm-162 2010-09-22 10:03:30 +01:00
etc
indra STORM-187 FIXED Fixed chatbar not getting back its width after opening/closing sidetray. 2010-09-22 18:20:01 +03:00
scripts STORM-168 : Python modules cleanup 2010-09-16 14:27:42 -07:00
.hgignore added ignore for avatar.log 2010-05-29 13:29:37 -07:00
.hgtags Tag for beta 2.1.3 2010-09-21 12:00:07 -04:00
BuildParams Enable all platforms, show changes since a recent merge 2010-09-17 09:57:24 -07:00
build.sh Use CMAKE_VERBOSE_MAKEFILE:BOOL=TRUE 2010-09-15 16:37:08 -07:00
install.xml VWR-22759 : port of SNOW-667, Automatic language translation of chat messages 2010-09-01 14:41:51 -07:00
viewer-hg-convert.shamap Removing two extraneous entries from viewer-hg-convert.shamap. 2010-08-27 16:54:41 -07:00