<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Flaimo.com RSS Builder [2010-03-18 04:03:37]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<docs>http://www.gccxml.org/Bug/</docs>
<description>Mantis - ISSUES</description>
<link>http://www.gccxml.org/Bug/</link>
<title>Mantis - ISSUES</title>
<image>
<title>Mantis - ISSUES</title>
<url>http://www.gccxml.org/Bug/images/mantis_logo_button.gif</url>
<link>http://www.gccxml.org/Bug/</link>
<description>Mantis - ISSUES</description>
</image>
<category>All Projects</category>
<ttl>10</ttl>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2010-03-18T04:03:36-04:00</sy:updateBase>
<item>
<title>0010176: Add Support for IAR compiler</title>
<link>http://www.gccxml.org/Bug/view.php?id=10176</link>
<description>Add support for IAR compiler. CMakeCCompilerId.c.in has such definition already&lt;br /&gt;
/* IAR Systems compiler for embedded systems.&lt;br /&gt;
   &lt;a href=&quot;http://www.iar.com&quot;&gt;http://www.iar.com&lt;/a&gt; [&lt;a href=&quot;http://www.iar.com&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
   Not supported yet by CMake&lt;br /&gt;
#elif defined(__IAR_SYSTEMS_ICC__)&lt;br /&gt;
# define COMPILER_ID &quot;IAR&quot; */</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10176</guid>
<author>daniil &lt;daniil@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10176#bugnotes</comments>
</item>
<item>
<title>0008486: Additional platforms support (Windows CE and Symbian)</title>
<link>http://www.gccxml.org/Bug/view.php?id=8486</link>
<description>Hi, we have implemented the subj and you can find the source here: &lt;a href=&quot;http://github.com/AlexeyS/cmake/tree/master&quot;&gt;http://github.com/AlexeyS/cmake/tree/master&lt;/a&gt; [&lt;a href=&quot;http://github.com/AlexeyS/cmake/tree/master&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
There are two main branches in the repo:&lt;br /&gt;
 * WindowsCE   - Windows CE MSVS project generator&lt;br /&gt;
 * Symbian     - Symbian .mmp project generator&lt;br /&gt;
&lt;br /&gt;
Also we have implemented one additional feature: defining a set of valid values for a CMake variable. This feature was inspired by the need to enter long and boring Windows CE platform name (like &quot;Windows Mobile 5.0 Smartphone&quot;). This feature introduces SET_VALID_VALUES command, so CMake now can validate all the values you assign to the variable. Most importantly this allows us to introduce comboboxes for such variables in the CMake GUIs. The comboboxes feature is also implemented for the Qt frontend and for the MFC one. You can find this code in the ValidValues branch.&lt;br /&gt;
&lt;br /&gt;
The rest are merged branches:&lt;br /&gt;
&lt;br /&gt;
 * WindowsCEwithValidValues - [WindowsCE + ValidValues] - WindowsCE generator now fills the combobox with platform names for which installed SDKs were detected.&lt;br /&gt;
&lt;br /&gt;
 * all - [WindowsCEwithValidValues + Symbian]&lt;br /&gt;
&lt;br /&gt;
We would be happy to contribute this code to the CMake upstream.&lt;br /&gt;
Thank you for such a great tool as CMake.&lt;br /&gt;
&lt;br /&gt;
Looking forwards for your comments, criticism, else.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=8486</guid>
<author>Sergey Rudchenko &lt;Sergey Rudchenko@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=8486#bugnotes</comments>
</item>
<item>
<title>0010435: Volume rendering and opacity are bad for numerous servers</title>
<link>http://www.gccxml.org/Bug/view.php?id=10435</link>
<description>ParaView trunk, 6 servers, XP client (and also Linux client)&lt;br /&gt;
&lt;br /&gt;
Open g1s1.&lt;br /&gt;
Change Opacity to 0.3.&lt;br /&gt;
(Make sure you are remote rendering.)&lt;br /&gt;
Everything goes really, really bad.  See attached screenshot.&lt;br /&gt;
(Make sure you are remote rendering, local rendering works OK.)</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10435</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10435#bugnotes</comments>
</item>
<item>
<title>0010434: Integrate variables by volume filter</title>
<link>http://www.gccxml.org/Bug/view.php?id=10434</link>
<description>We need to create a filter that integrates variables by volume of cells, not just adding up the cells.  For instance, with AMR data, the integrateVariables filter is useless.&lt;br /&gt;
&lt;br /&gt;
Also, we need to document the integrateVariables filter to clarify whether it does so by volume (which I believe it doesn't, or just by adding up each cell (which I believe it does).</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10434</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10434#bugnotes</comments>
</item>
<item>
<title>0010432: kwsysProcessKill() does not kill child process on kFreeBSD</title>
<link>http://www.gccxml.org/Bug/view.php?id=10432</link>
<description>It does not kill them because it does not know how to get process list on this platform. The method (ps) used for Linux/FreeBSD should work fine. The patch can be found at:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://git.debian.org/?p=collab-maint/cmake.git;a=blob;f=debian/patches/kFreeBSD_fixes.diff;h=4b4d78e89ba18ae4dac8de52299ec538fbef6e61;hb=fbe3d22bec52073ec39b9d3845ade36c369a2c76&quot;&gt;http://git.debian.org/?p=collab-maint/cmake.git;a=blob;f=debian/patches/kFreeBSD_fixes.diff;h=4b4d78e89ba18ae4dac8de52299ec538fbef6e61;hb=fbe3d22bec52073ec39b9d3845ade36c369a2c76&lt;/a&gt; [&lt;a href=&quot;http://git.debian.org/?p=collab-maint/cmake.git;a=blob;f=debian/patches/kFreeBSD_fixes.diff;h=4b4d78e89ba18ae4dac8de52299ec538fbef6e61;hb=fbe3d22bec52073ec39b9d3845ade36c369a2c76&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10432</guid>
<author>Modestas Vainius &lt;Modestas Vainius@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10432#bugnotes</comments>
</item>
<item>
<title>0010433: Generate cell volume filter</title>
<link>http://www.gccxml.org/Bug/view.php?id=10433</link>
<description>Users have requested the ability to get at the volume of cells.  One of the primary uses of this is to calculate density - density = mass (an input var) / cell volume.  This needs to work correctly for strange size cells, such as cells around a cylinder.  &lt;br /&gt;
&lt;br /&gt;
Please create a filter that generates and returns cell volume.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10433</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10433#bugnotes</comments>
</item>
<item>
<title>0010430: 2d plots - Specify Each of the Axis Labels is missing</title>
<link>http://www.gccxml.org/Bug/view.php?id=10430</link>
<description>We use to have Specify Each of the Axis Labels on 2d plots.  This is very useful functionality.  Please add it once again.&lt;br /&gt;
&lt;br /&gt;
Plot Over Line filter.&lt;br /&gt;
View options (then labeled as Chart Options).&lt;br /&gt;
Bottom Axis/ Layout/ Specify Each of the Axis Labels.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10430</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10430#bugnotes</comments>
</item>
<item>
<title>0010399: 2.8.0 uses low resoultion title bar icon on Windows</title>
<link>http://www.gccxml.org/Bug/view.php?id=10399</link>
<description>2.8.0 uses low resoultion title bar icon on Windows where as 2.6.4 uses the nicer high resolution version. See attached image.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10399</guid>
<author>David Partyka &lt;David Partyka@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10399#bugnotes</comments>
</item>
<item>
<title>0008607: (Venus - Medium) Axis layout with logarithmic scale writes numbers on top of each other</title>
<link>http://www.gccxml.org/Bug/view.php?id=8607</link>
<description>ParaView trunk, XP, local server.&lt;br /&gt;
Open disk_out_ref.exo&lt;br /&gt;
Plot Over Line.&lt;br /&gt;
View options (then labeled as Chart Options).&lt;br /&gt;
Bottom Axis - Make sure that Show Axis Labels when Space is Available is checked.&lt;br /&gt;
Bottom Axis/ Layout/ Specify Each of the Axis Labels.&lt;br /&gt;
Select Use Logarithmic Scale When Available.&lt;br /&gt;
Generate - From 1 To 1e4 Steps 50.  Unselect Use Logarithmic Scale.  OK.&lt;br /&gt;
&lt;br /&gt;
Everything is on top of each other.  This is a bug.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=8607</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=8607#bugnotes</comments>
</item>
<item>
<title>0006770: ParaView does not read exodus data with many blocks well</title>
<link>http://www.gccxml.org/Bug/view.php?id=6770</link>
<description>When ParaView tries to read in a dataset with a large number of blocks, it acts very, very badly.  I have a dataset of 1500 blocks, the whole dataset which is only 17 MBytes in size.  paraviewInternals sucks up about 1.2 GBytes of memory reading in this data.&lt;br /&gt;
&lt;br /&gt;
I have a user that would really like this fixed.  He does not have any other workarounds, since EnSight also fails.&lt;br /&gt;
&lt;br /&gt;
Setting to high, since there are no workarounds.&lt;br /&gt;
&lt;br /&gt;
File is many.e.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=6770</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=6770#bugnotes</comments>
</item>
<item>
<title>0009007: 2d axis enhancements</title>
<link>http://www.gccxml.org/Bug/view.php?id=9007</link>
<description>* If possible, it would be really nice to have an optional grid right across the object - so you could actually figure out where some point on the object was without moving it half off the screen.  Visibility selectable.&lt;br /&gt;
&lt;br /&gt;
* If possible, add axis labels that stick to the edges of the objects.  This would be more professional looking for using with screenshots that go in PowerPoint slides.  Then, allow user to select which type of axes he/she wants.&lt;br /&gt;
&lt;br /&gt;
* Some way of getting more axis ticks - that are obvious what they represent - would be really nice.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=9007</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=9007#bugnotes</comments>
</item>
<item>
<title>0009692: Make the extract  block filter selection aware</title>
<link>http://www.gccxml.org/Bug/view.php?id=9692</link>
<description>We really should make the extract block filter selection aware.  In other words, I would like to be able to do the following:&lt;br /&gt;
* Open Can.exo.&lt;br /&gt;
* Select the plate block.&lt;br /&gt;
* Filters/Extract Block.&lt;br /&gt;
&lt;&lt;Feature&gt;&gt; - Now, have the selected block already checked in the Extract Block filter.&lt;br /&gt;
&lt;br /&gt;
Additionally:&lt;br /&gt;
In the extract block filter, when you click on a block or series of blocks, have then highlighted. &lt;br /&gt;
&lt;br /&gt;
I am marking this high priority, since I think it would be a very, very useful feature.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=9692</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=9692#bugnotes</comments>
</item>
<item>
<title>0009716: Exodus reader put out too many warning messages</title>
<link>http://www.gccxml.org/Bug/view.php?id=9716</link>
<description>The Exodus II reader is putting out the following error message, up to bazillions of times.  This is effectively freezing ParaView.&lt;br /&gt;
&lt;br /&gt;
I think the solution would be to put out some reasonable number of messages, and then stop putting more out (at least for this iteration through the reader) - preferably with a message saying that warnings are being shut off.&lt;br /&gt;
&lt;br /&gt;
Warning: In ..\..\..\..\src\ParaView3\VTK\Hybrid\vtkExodusIIReader.cxx, line 5266&lt;br /&gt;
vtkExodusIIReaderPrivate (06CCAB88): You requested attribute 18 in a collection of only 15 attribute.&lt;br /&gt;
&lt;br /&gt;
Ask me for a dataset that shows off this bug.  It is OsShip.zip.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=9716</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=9716#bugnotes</comments>
</item>
<item>
<title>0009785: Extract CTH Parts has bugs</title>
<link>http://www.gccxml.org/Bug/view.php?id=9785</link>
<description>We are finding bugs with the ExtractCTHParts filter.  It seems to be dropping cells.  Here is, I believe, a way to replicate these bugs.&lt;br /&gt;
&lt;br /&gt;
ParaView 3.6.2, Linux, numerous servers (16 pvservers, but I bet this can be replicated on fewer).&lt;br /&gt;
&lt;br /&gt;
Open Dave's large CTH dataset.&lt;br /&gt;
Filters/ ExtractCTHParts for material volume fraction 1.  Default values, Apply.&lt;br /&gt;
Select spcta (input dataset) once again.&lt;br /&gt;
Filters/ ExtractCTHParts for material volume fraction 2.  Default values, Apply.&lt;br /&gt;
Leave everything coloring by it's Material volume fraction.&lt;br /&gt;
Go to last time step.&lt;br /&gt;
Notice that, on the back of the &quot;floor&quot;, is an area that looks like it has three missing &quot;tiles&quot;.  &lt;br /&gt;
Go back one more timestep.  Notice that there are new areas that are wrong.&lt;br /&gt;
&lt;br /&gt;
I will include a screenshot.&lt;br /&gt;
&lt;br /&gt;
Since this is a primary tool for work on large CTH datasets, this needs to be fixed for 3.8.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=9785</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=9785#bugnotes</comments>
</item>
<item>
<title>0009926: Surfaces and overlapping lines are displaced.</title>
<link>http://www.gccxml.org/Bug/view.php?id=9926</link>
<description>Here is a bug from the mail group - Benjamin Schindler [&lt;a href=&quot;mailto:bschindler@inf.ethz.ch&quot;&gt;bschindler@inf.ethz.ch&lt;/a&gt;]:&lt;br /&gt;
&lt;br /&gt;
 This is a known issue. This happens due to the coincident topology &lt;br /&gt;
 resolution techniques employed to rendering surfaces with overlapping &lt;br /&gt;
 lines correctly. We are working on a fix for this issue.&lt;br /&gt;
&lt;br /&gt;
 Utkarsh&lt;br /&gt;
&lt;br /&gt;
 &gt;&lt;br /&gt;
 &gt; I have a very odd problem with paraview 3.6.1 (debug build directly from sources):&lt;br /&gt;
 &gt;&lt;br /&gt;
 &gt; When displaying different objects, they are not properly laid into space, probably due to projection problems. One way to very easily see this is to display a line and then use the spreadsheet view to select a vertex of that line. The purple dot which highlights the point is then not on the vertex itself, but at some offset which varies depending on the viewing direction. I took a screenshot (and taking the screenshot itself changed the position of the highlight it seemed) to illustrate the problem.&lt;br /&gt;
 &lt;br /&gt;
 &gt; This is extremely annoying as also datasets/lines are not properly laid into space so there is no way to tell how the two objects relate to each other. The same problem happens when selecting objects (see second screenshot)&lt;br /&gt;
&lt;br /&gt;
 &gt; Is this a known issue/is there already a fix for this?</description>
<guid>http://www.gccxml.org/Bug/view.php?id=9926</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=9926#bugnotes</comments>
</item>
<item>
<title>0010377: OS X internal library paths wrong in installed development tree binaries</title>
<link>http://www.gccxml.org/Bug/view.php?id=10377</link>
<description>Using OS X (10.6.2 in my case), when PARAVIEW_INSTALL_DEVELOPMENT is turned on, and you do a &quot;make install&quot;, the library paths in the executable binaries installed in the development tree at [install_prefix]/bin/ are incorrect. &lt;br /&gt;
&lt;br /&gt;
So, when trying to do things like build a branded app against the installed development tree, I get things like:&lt;br /&gt;
&lt;br /&gt;
  dyld: Library not loaded: libvtkCommon.pv3.7.dylib&lt;br /&gt;
   Referenced from: /usr/local/ParaView/bin/kwProcessXML&lt;br /&gt;
   Reason: image not found&lt;br /&gt;
&lt;br /&gt;
If I run &quot;otool -L&quot; on kwProcessXML (or on any app in that directory), the library paths don't point to the correct lib directories:&lt;br /&gt;
&lt;br /&gt;
emo2:/usr/local/ParaView/bin&gt; otool -L kwProcessXML &lt;br /&gt;
  kwProcessXML:&lt;br /&gt;
	libvtkCommon.pv3.7.dylib (compatibility version 0.0.0, current version 0.0.0)&lt;br /&gt;
	libvtksys.pv3.7.dylib (compatibility version 0.0.0, current version 0.0.0)&lt;br /&gt;
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 123.0.0)&lt;br /&gt;
	/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.9.0)&lt;br /&gt;
&lt;br /&gt;
It looks like the application installed at /Applications/ParaView 3.7.0.app/ has all of the correct paths, though, so this part is working fine.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10377</guid>
<author>Eric Monson &lt;Eric Monson@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10377#bugnotes</comments>
</item>
<item>
<title>0010278: wedge15 draws incorrectly</title>
<link>http://www.gccxml.org/Bug/view.php?id=10278</link>
<description>The dataset wedge15 draws incorrectly.  It should look like a cube.  EnSight does draw this dataset correctly.&lt;br /&gt;
&lt;br /&gt;
I will pass this dataset to Nathan.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10278</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10278#bugnotes</comments>
</item>
<item>
<title>0005675: Write out global exodus variables</title>
<link>http://www.gccxml.org/Bug/view.php?id=5675</link>
<description>The exodus writer doesn't support this yet. Should be easy to pull the arrays from the input vtkFieldData. The problem will be in differentiating which arrays are global variables (defined over time) and which are not.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=5675</guid>
<author>Eric Stanton &lt;Eric Stanton@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=5675#bugnotes</comments>
</item>
<item>
<title>0010097: Pipeline browser does not follow selected window.</title>
<link>http://www.gccxml.org/Bug/view.php?id=10097</link>
<description>ParaView trunk, XP, local server.&lt;br /&gt;
&lt;br /&gt;
The pipeline browser does not follow the selected window, but should.&lt;br /&gt;
Open ParaView.&lt;br /&gt;
Open can.exo, apply.&lt;br /&gt;
Open disk_out_ref.exo. Apply.&lt;br /&gt;
Split window.&lt;br /&gt;
In left window, turn only the eyeball for disk_out_ref.exo on.  Highlight disk_out_ref.exo.&lt;br /&gt;
In right window, turn only the eyeball for can.exo on.  Highlight can.exo.&lt;br /&gt;
&lt;br /&gt;
Now, notice that (if you did exactly as stated below), not matter which window you highlight, can.exo has focus in the pipeline browser.  Either 1) the pipeline browser should be window aware, and go to the last highlight for that window, or 2) as you switch, you should always highlight the bottom filter that has visibility.&lt;br /&gt;
&lt;br /&gt;
This would REALLY help usability.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10097</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10097#bugnotes</comments>
</item>
<item>
<title>0009929: FindQt4: the search for additional libraries does not prefer the output from qmake</title>
<link>http://www.gccxml.org/Bug/view.php?id=9929</link>
<description>When searching the additional libraries, like e.g. libSM.so parsed from the Qt config file, the libraries are searched using:&lt;br /&gt;
find_library(.... PATHS ${some_dir})&lt;br /&gt;
&lt;br /&gt;
This has the effect that on a 64bit system it found /usr/X11R6/lib/libSM.so, while Qt said it should look it /usr/X11R6/lib64/.&lt;br /&gt;
&lt;br /&gt;
The find_xxx() calls should be changed to use HINTS instead of PATHS.&lt;br /&gt;
This fixes the problem (tested here).&lt;br /&gt;
&lt;br /&gt;
Alex</description>
<guid>http://www.gccxml.org/Bug/view.php?id=9929</guid>
<author>Alex Neundorf &lt;Alex Neundorf@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=9929#bugnotes</comments>
</item>
<item>
<title>0007823: Near plane clipping problem with vktRenderer and vtkCamera</title>
<link>http://www.gccxml.org/Bug/view.php?id=7823</link>
<description>I have noticed that it is very easy to cause the near clipping plane to cut-off the model when in parallel projection mode.&lt;br /&gt;
&lt;br /&gt;
I ran into this recently when adding a vtkBoxWidget and scaling a simple cube a few times after rotating it so that one of the corners points towards the viewer.&lt;br /&gt;
&lt;br /&gt;
I tried calling vtkRenderer::ResetCameraClippingRange() to no avail. vtkRenderer::ResetCamera() fixed the problem, but would lose my camera setting.&lt;br /&gt;
&lt;br /&gt;
After searching fruitlessly in the vtkusers archives, I decided to trace into the code and I discovered that there is code in vtkRenderer::ResetCameraClippingRange() and vtkCamera::SetClippingRange() that modifies the near plane value to &quot;fix&quot; potential camera and depth buffer problems. In my opinion, these fixes are valid, but only for perspective projections. For parallel projections, they are unnecessary and in fact cause the clipping problem I was encountering. To test this, I modified the code and rebuilt and lo and behold, no more near plane clipping!&lt;br /&gt;
&lt;br /&gt;
Attached is my modified version of vtkCamera.cxx and vtkRenderer.cxx along with the patch files relative to version 5.2.0 (only vtkCamera.cxx has changed since then). The changes are small and localized.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=7823</guid>
<author>Serge Lalonde &lt;Serge Lalonde@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=7823#bugnotes</comments>
</item>
<item>
<title>0010337: GetPrerequisites.cmake should allow an override when deciding whether an item belongs to the system or not</title>
<link>http://www.gccxml.org/Bug/view.php?id=10337</link>
<description>Sometimes it is necessary to distribute a library in the installer even though it comes from a &quot;system&quot; location, such as /usr/lib, e.g. when it was installed with a binary installer which puts it there.&lt;br /&gt;
&lt;br /&gt;
Similar to gp_item_default_embedded_path_override and gp_resolve_item_override it would make sense to have a gp_resolved_file_type_override function which one could use to override this decision.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10337</guid>
<author>Michael Wild &lt;Michael Wild@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10337#bugnotes</comments>
</item>
<item>
<title>0010429: Daylight savings time makes days disappear</title>
<link>http://www.gccxml.org/Bug/view.php?id=10429</link>
<description>If a project's submission time lies near the &quot;missing hours&quot; (roughly midnight to 2AM), the day in which DST occurs goes missing.&lt;br /&gt;
&lt;br /&gt;
Two examples:&lt;br /&gt;
&lt;a href=&quot;http://my.cdash.org/index.php?project=CURL&amp;date=2010-03-15&quot;&gt;http://my.cdash.org/index.php?project=CURL&amp;date=2010-03-15&lt;/a&gt; [&lt;a href=&quot;http://my.cdash.org/index.php?project=CURL&amp;date=2010-03-15&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;a href=&quot;http://my.cdash.org/index.php?project=Teem&amp;date=2010-03-15&quot;&gt;http://my.cdash.org/index.php?project=Teem&amp;date=2010-03-15&lt;/a&gt; [&lt;a href=&quot;http://my.cdash.org/index.php?project=Teem&amp;date=2010-03-15&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
Use the &quot;Previous&quot; button, which'll skip from Monday to Saturday.  From Saturday, the &quot;Next&quot; button will find Sunday, but won't go on to Monday.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=10429</guid>
<author>Mike Stricklin &lt;Mike Stricklin@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=10429#bugnotes</comments>
</item>
<item>
<title>0009998: Installation Issues</title>
<link>http://www.gccxml.org/Bug/view.php?id=9998</link>
<description>This bug collects numerous installation issues people have run into with previous ParaView installs.&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------&lt;br /&gt;
All Platforms:&lt;br /&gt;
-------------------------------------------------------------&lt;br /&gt;
* Make install doesn't work well -- looks like prefix is being ignored.&lt;br /&gt;
* Development install doesn't work well.&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------&lt;br /&gt;
Linux:&lt;br /&gt;
-------------------------------------------------------------&lt;br /&gt;
* Plugins are being installed under &quot;/bin&quot;. &lt;br /&gt;
* Documentation is not installed at standard locations&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------&lt;br /&gt;
Windows:&lt;br /&gt;
-------------------------------------------------------------&lt;br /&gt;
* &quot;bin&quot; and &quot;lib&quot; dirs are created which seems unnecessary. On Windows, we can just put everything under the same dir.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
-------------------------------------------------------------&lt;br /&gt;
Mac:&lt;br /&gt;
-------------------------------------------------------------&lt;br /&gt;
* ... please remember that Qt-cocoa needs the qt_menu.nib directory in the Resources. Also, I think I had trouble with QT_QTCLUCENE_LIBRARY not being included in the bundle and a missing empty qt.conf file (to prevent Qt from loading png/tiff plugins). ~ Michael Wild</description>
<guid>http://www.gccxml.org/Bug/view.php?id=9998</guid>
<author>Utkarsh Ayachit &lt;Utkarsh Ayachit@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=9998#bugnotes</comments>
</item>
<item>
<title>0009423: Python Trace generator doesn't do screenshots.</title>
<link>http://www.gccxml.org/Bug/view.php?id=9423</link>
<description>* ParaView trunk, XP, local server.&lt;br /&gt;
* Tools/ Python Shell/ Trace/ Start trace&lt;br /&gt;
* Sources/ Cone.  Apply.&lt;br /&gt;
* File/ Save Screenshot. Save this somewhere.&lt;br /&gt;
* Tools/ Python Shell/ Trace/ Stop trace&lt;br /&gt;
* Tools/ Python Shell/ Trace/ Show trace&lt;br /&gt;
&lt;&lt;Bug&gt;&gt; - there is no save screenshot.  I tested this by saving the trace, and then executing it, and it did not save a file.&lt;br /&gt;
&lt;br /&gt;
&lt;&lt;Note - I didn't check animations, but I bet the same problem exists&gt;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Since this is such basic functionality, it must be fixed for 3.6.2.</description>
<guid>http://www.gccxml.org/Bug/view.php?id=9423</guid>
<author>Alan &lt;Alan@example.com&gt;</author>
<comments>http://www.gccxml.org/Bug/view.php?id=9423#bugnotes</comments>
</item>
</channel>
</rss>
