-
serval2412 committed
Nov 16, 2014 [libavogadro/src/textrenderer_p.cpp:215]: (error) Memory leak: rawbitmap [libavogadro/src/textrenderer_p.cpp:249]: (error) Memory leak: glyphbitmap [libavogadro/src/textrenderer_p.cpp:267]: (error) Memory leak: outlinebitmap [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:415] -> [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:417]: (warning) Variable 'skip' is reassigned a value before the old one has been used. 'break;' missing? [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:417] -> [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:419]: (warning) Variable 'skip' is reassigned a value before the old one has been used. 'break;' missing? [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:419] -> [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:421]: (warning) Variable 'skip' is reassigned a value before the old one has been used. 'break;' missing? [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:421] -> [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:423]: (warning) Variable 'skip' is reassigned a value before the old one has been used. 'break;' missing? [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:423] -> [libavogadro/src/extensions/surfaces/openqube/gaussianset.cpp:425]: (warning) Variable 'skip' is reassigned a value before the old one has been used. 'break;' missing? [libavogadro/src/extensions/quantuminput/gamessinputdata.cpp:42]: (style) Array index 'test' is used before limits check. [libavogadro/src/extensions/quantuminput/gamessinputdata.cpp:1654]: (style) Array index 'TitleStart' is used before limits check.
-
Fixed SIP major API version - should have been 4.
cryos committedJan 31, 2011 The SIP_API_MAJOR_NR and MINOR are always defined, so stopped being overly defensive (if they are not then we have more problems than that). I got the initial mapping from version number to API version wrong - most of them should have referred to 4. Change-Id: I79e8863981f7c494b6d1ab48e8d2b20ae466c1f5
-
Clean up the SIP support, import suggested fixes.
cryos committedJan 21, 2011 This will also apply cleanly to the 1.0 branch. I have tested with both master and 1.0 using SIP 4.12. Get rid of the symbol definitions - use the ones provided by SIP instead. This means we no longer need to run the sip binary to get the SIP version. Thanks to all the distro guys for putting patches up pointing me in the right direction. Change-Id: I96f8277dd63a3ad726869b1123e2238aad114c97
-
Fixed compatibility with SIP API >= 8.0 (SIP 4.11)
annulen committedNov 12, 2010
-
Make sure Avogdro.toPyQt works with MeshGenerator
timvdm committedMar 11, 2010
-
Python: toPyQt(): convert GLWidget to QWdiget instead of QGLWidget (w…
timvdm committedOct 6, 2009 …as not working here...)
-
Fixed Avogadro failing to load python scripts when built with SIP 4.8.x
ssmir committedJul 10, 2009
-
Update python, cleanup & added docstrings (copied from doxygen docs).…
timvdm committedJun 20, 2009 … Also checked function overloading & default arguments. Minor code changes in cpp files: Animation: implement dynamicBonds() Bond: initialize m_aromaticity to false in ctor. Molecule::calculateAromaticity(): prevent crash (use OBMol::NumBonds() instead of numBonds() when accessing bonds from an OBMol.)
-
timvdm committed
Jun 17, 2009 -
Some more sip 4.8 changes (python)
timvdm committedJun 17, 2009
-
timvdm committed
Jun 16, 2009
-
Finish merge of OpenbabelWrapper -- didn't get Python code.
ghutchis committedJun 10, 2009
-
Some changes to the way python is initialized.
timvdm committedMay 16, 2009
-
Add readSettings/writeSettings to pythonextension (TODO: Tool & Engine)
timvdm committedFeb 15, 2009
-
timvdm committed
Feb 14, 2009 -
Various python updates. All ownership issues should be solved now...
timvdm committedFeb 14, 2009
-
Change the python dependency detection: All python dependencies are now
timvdm committedJan 27, 2009 in the cmake/modules/FindAllPython.cmake. Python support is only enabled when all dependencies (python interp+libs, boost python, sip, numpy) are found. Also, in the message saying X can't be found, I added the package names for debian/ubuntu. Perhaps we should do something similar for other distros/dependencies.
-
Python SIP initialization: Add more verbose error output...
timvdm committedJan 26, 2009
-
python/sip.cpp: Add from python converter for QList<QAction*>
timvdm committedDec 22, 2008 git-svn-id: https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk@1843 af78ad9f-9711-0410-ba57-a8eff4914ec4
-
timvdm committed
Dec 11, 2008 git-svn-id: https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk@1781 af78ad9f-9711-0410-ba57-a8eff4914ec4
-
timvdm committed
Dec 8, 2008 git-svn-id: https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk@1759 af78ad9f-9711-0410-ba57-a8eff4914ec4
-
update python bindings, including cube, fix bond & atom errors in uni…
timvdm committedDec 8, 2008 …t tests, add std::vector<double>* to converter, unit test for GLWidget, simplify & document sip.cpp implementation a bit. Wrap GLHit and add QList<GLHit> to python converter. git-svn-id: https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk@1758 af78ad9f-9711-0410-ba57-a8eff4914ec4
-
We now have signals/slots in python :-)
timvdm committedDec 7, 2008 git-svn-id: https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk@1749 af78ad9f-9711-0410-ba57-a8eff4914ec4
-
Fix Atom::valence and update unit test
timvdm committedDec 6, 2008 git-svn-id: https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk@1748 af78ad9f-9711-0410-ba57-a8eff4914ec4
-
More python classes & unit tests. Also add converters to allow us to …
timvdm committedDec 6, 2008 …return PyQt (SIP) wrapped objects and accept them as parameters. git-svn-id: https://avogadro.svn.sourceforge.net/svnroot/avogadro/trunk@1747 af78ad9f-9711-0410-ba57-a8eff4914ec4