Skip to content
Snippets Groups Projects
Commit b9f3c0c0 authored by Bertrand Bellenot's avatar Bertrand Bellenot
Browse files

Update release notes

git-svn-id: http://root.cern.ch/svn/root/trunk@35708 27541ba8-7e3a-0410-8455-c3a389f83636
parent f0d9bb20
No related branches found
No related tags found
No related merge requests found
......@@ -3,14 +3,15 @@
<a name="gui"></a>
<h3>GUI</h3>
<h4>TRootContextMenu</h4>
<h4>TGFileDialog</h4>
<ul>
<li> Close the context menu if the selected object is being deleted in the RecursiveRemove() operation.</li>
<li> Properly change directory when navigating in the directory tree.</li>
<li> Make the File Dialog resizable.</li>
</ul>
<h4>TRootCanvas/TRootEmbeddedCanvas</h4>
<h4>TGFSContainer</h4>
<ul>
<li> Drag and drop improvements for images (don't add margins between the canvas/pad border and the picture itself).</li>
<li> Create specific icons for symlinks (add a small arrow on the bottom left corner of the original icon).</li>
</ul>
<h4>TGListBox</h4>
......@@ -28,9 +29,15 @@
</pre></li>
</ul>
<h4>TGFileDialog</h4>
<h4>TGSlider</h4>
<ul>
<li> Properly change directory when navigating in the directory tree.</li>
<li> Added <tt>SetEnabled(Bool_t)</tt> and <tt>SetState(Bool_t)</tt>, allowing to disable or enable the TGSlider widgets (will be greyed if disabled).</li>
</ul>
<h4>TGToolTip</h4>
<ul>
<li> Use a better way of positionning tooltips when they go out of screen</li>
<li> Avoid to overlap the mouse pointer when repositioning it (flickering effect!)</li>
</ul>
<h4>TRootBrowser</h4>
......@@ -45,8 +52,13 @@ Refreshing now checks also if files still exist in the current directory
<li> Size of directories, trees, and objects associated to keys inside Root files, or any kind of browsable object can be displayed in their associated tooltip, as soon as their GetObjectInfo() method returns their size as a long long int formatted in a const char * ("%lld")</li>
</ul>
<h4>TGSlider</h4>
<h4>TRootContextMenu</h4>
<ul>
<li> Added <tt>SetEnabled(Bool_t)</tt> and <tt>SetState(Bool_t)</tt>, allowing to disable or enable the TGSlider widgets (will be greyed if disabled).</li>
<li> Close the context menu if the selected object is being deleted in the RecursiveRemove() operation.</li>
</ul>
<h4>TRootCanvas/TRootEmbeddedCanvas</h4>
<ul>
<li> Drag and drop improvements for images (don't add margins between the canvas/pad border and the picture itself).</li>
</ul>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment