Activity for Steve Pieper

  • Steve Pieper Steve Pieper committed [f9abc6] on teem

    COMP: fix capitalization on teem install library name and ENH: add demo application that builds against a built or installed teem using cmake

  • Steve Pieper Steve Pieper committed [2ef6cd] on teem

    BUG: use all caps for #define symbols for consistency with the rest of the source code

  • Steve Pieper Steve Pieper committed [b487e2] on teem

    COMP: put dll in bin and optionally put lib in TEEM-X.Y subdir

  • Steve Pieper Steve Pieper committed [4b3f21] on teem

    COMP: fix installation path so that shared libraries are installed in the TEEM-1.10 directory

  • Steve Pieper Steve Pieper committed [1fd4db] on teem

    change from option to set for path

  • Steve Pieper Steve Pieper committed [42ea65] on teem

    ENH: added support for building with VTK's zlib and PNG

  • Steve Pieper Steve Pieper committed [e00dce] on teem

    STYLE: fix typo in name

  • Steve Pieper Steve Pieper committed [df18a9] on teem

    fix uninitialized dummy variable (led to runtime error condition on windows debug builds)

  • Steve Pieper Steve Pieper committed [a7ff5c] on teem

    TEST: one character change to test checkin permission

  • Steve Pieper Steve Pieper committed [9126ab] on teem

    added options for pointing to the dll config headers for png and zlib built by vtk

  • Steve Pieper Steve Pieper committed [705b4e] on teem

    COMP: added math lib linkage for executables to support solaris (and other unices)

  • Steve Pieper Steve Pieper committed [d309e2] on teem

    fixed cross-platform math lib linking

  • Steve Pieper Steve Pieper committed [714984] on teem

    added new source file

  • Steve Pieper Steve Pieper committed [5dee43] on teem

    added explicit linkage to math lib

  • Steve Pieper Steve Pieper committed [7d8c24] on teem

    added the binary include directory to the include path for builds

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    For our PythonQt app (3D Slicer, slicer.org), we bundle the ctkPythonConsole, which is great for easy access to basically everything in the system. http://www.commontk.org/index.php/Documentation/ImageGallery#Scripting.2FPython But people have also set up so that you can connect to the same python environment from many IDEs: https://www.slicer.org/wiki/Documentation/Nightly/Extensions/DebuggingTools And there's also now a way to use the python environment from Jupyter https://discourse.slicer.org/t/jupyter-notebooks-are-now-usable-in-3d-slicer/3438...

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    What's the next step on your end - will you make a new set of generated_cpp files in svn? As you know we try to keep the patched fork in CTK as close to your version as possible. https://github.com/commontk/PythonQt Thanks again for the fix!

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    Oops, sorry - my mistake: I forgot to include the patch to PythonQtMethodInfo.cpp. With that it's working!

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    I rebuilt with the current svn trunk of PythonQt. The QSocketNotifier include in qtscript_masterinclude.h was not needed. Unfortunately the new wrappings don't work for me - the constructor exists but it's not callable with a python integer. Is there a way to cast a python integer to a qintptr? This is the error message: File "/Users/pieper/slicer4/latest/SlicerWeb/WebServer/WebServer.py", line 1841, in start self.notifier = qt.QSocketNotifier(self.socket.fileno(),qt.QSocketNotifier.Read) ValueError:...

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    I call it the result of fileno() on python socket object. The python docs say this is "a small integer".

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    Sounds good. I can try some experiments in our fork and send you the diffs.

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    Okay, I guess I figured it out - adding this <primitive-type name="qintptr"/> to the end of line 168 of typesystem_core.xml appears to fix the wrapping fpr the socket classes (not tested yet, but the generated code looks like what I expect. There are many other rejected functions in the log so maybe it would be good to make a pass through and add more types?

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    Thanks Florian. I was able to run the generator with this command: $ QTDIR=~/Qt/5.8/gcc_64/ ./pythonqt_generator $ grep QSocketNotifier *.log mjb_rejected_functions.log:QSocketNotifier::d_func mjb_rejected_functions.log:QSocketNotifier::QSocketNotifier qintptr mjb_rejected_functions.log:QSocketNotifier::socket qintptr It looks like qintptr is not in the type system? There are a bunch of other socket-related classes listed in the rejected function log.

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    Hi Florian - It is indeed strange - everything else I've tried seems work fine. Maybe I'm the only one who used QSocketNotifier from PythonQt. If you look at the generated code from 4.8 in [1] it has the constructors and all the methods while the while the ones for 5.0 [2] only three methods. So the class is not completely skipped but it is incomplete for some reason. I agree the Qt headers look essentially the same so I suppose something happened in the generator process. In my workaround I copy...

  • Steve Pieper Steve Pieper posted a comment on discussion Open Discussion

    Hi - We are in the process of switching from Qt 4.8 to Qt 5.10 for our app and most things work fine, but I recently noticed that QSocketNotifier is not available. Error is: >>> qsn = qt.QSocketNotifier() Traceback (most recent call last): File "<console>", line 1, in <module> ValueError: No constructors available for QSocketNotifier I was able to manually work around this by copying over the generated code from the older Qt version (see diff in link below) but I wonder if anyone knows how to fix...

  • Steve Pieper Steve Pieper committed [r150]

    eintrag eclipselink.ddl-generation create-tables

  • Steve Pieper Steve Pieper committed [r320]

    * change pom.xml to SNAPSHOT

  • Steve Pieper Steve Pieper committed [r323]

    add releng, updatesite and feature

  • Steve Pieper Steve Pieper committed [r321]

    * change encoding to utf-8

  • Steve Pieper Steve Pieper committed [r336]

    * add config for kepler build

  • Steve Pieper Steve Pieper committed [r335]

    * update projects maven repository

  • Steve Pieper Steve Pieper committed [r334]

    * update maven build

  • Steve Pieper Steve Pieper committed [r324]

    * add poms ...

  • Steve Pieper Steve Pieper committed [r337]

    * add license information to feature

  • Steve Pieper Steve Pieper committed [r319]

    add maven pom, uncomment GreeceImageTest

  • Steve Pieper Steve Pieper committed [r306]

    copy/delete works, MinimalWebApplicationCdi bui...

  • Steve Pieper Steve Pieper committed [r303]

    rm classes and bin folder

  • Steve Pieper Steve Pieper committed [r302]

    add MinimalWebApplication7 with Maven pom

  • Steve Pieper Steve Pieper committed [r342]

    * update maven pom

  • Steve Pieper Steve Pieper committed [r340]

    * change jarsigner certificate

  • Steve Pieper Steve Pieper committed [r339]

    * mv jarsigner to plugins

  • Steve Pieper Steve Pieper committed [r338]

    * add jarsigner plugin

  • Steve Pieper Steve Pieper committed [r309]

    properties in pom.xml einlesen

  • Steve Pieper Steve Pieper committed [r374]

    * add product pom

  • Steve Pieper Steve Pieper committed [r376]

    * set appname in builder

  • Steve Pieper Steve Pieper committed [r375]

    * get Eclipse from master

  • Steve Pieper Steve Pieper committed [r369]

    * update jacoco

  • Steve Pieper Steve Pieper committed [r387]

    * add xdoc and website generator

  • Steve Pieper Steve Pieper committed [r390]

    * Version Bump to 1.1.8

  • Steve Pieper Steve Pieper committed [r404]

    * update website

  • Steve Pieper Steve Pieper committed [r412]

    * add favicon.ico

  • Steve Pieper Steve Pieper committed [r402]

    * use new signing plugin

  • Steve Pieper Steve Pieper committed [r415]

    * add Features

  • Steve Pieper Steve Pieper committed [r398]

    * rename Preferences Page from Dsl to JEE6 Gen...

  • Steve Pieper Steve Pieper committed [r405]

    * rename website project

  • Steve Pieper Steve Pieper committed [r406]

    * add help plugin

  • Steve Pieper Steve Pieper committed [r355]

    * remove jboss banner

  • Steve Pieper Steve Pieper committed [r394]

    * remove juno, add luna

  • Steve Pieper Steve Pieper committed [r386]

    * fix zip ending

  • Steve Pieper Steve Pieper committed [r400]

    * update website

  • Steve Pieper Steve Pieper committed [r351]

    * prepare for update site

  • Steve Pieper Steve Pieper committed [r392]

    * add jee32.gif to bin.includes

  • Steve Pieper Steve Pieper committed [r396]

    * change updatesite facade

  • Steve Pieper Steve Pieper committed [r384]

    * update eclipse version for distro

  • Steve Pieper Steve Pieper committed [r407]

    * add doc plugin to feature

  • Steve Pieper Steve Pieper committed [r353]

    * update index.html

  • Steve Pieper Steve Pieper committed [r397]

    * update updatesite pom

  • Steve Pieper Steve Pieper committed [r413]

    * add plugin.xml to build.properties

  • Steve Pieper Steve Pieper committed [r391]

    * update update-site

  • Steve Pieper Steve Pieper committed [r385]

    * build distros for all Platforms

  • Steve Pieper Steve Pieper committed [r408]

    * add aboutus

  • Steve Pieper Steve Pieper committed [r368]

    * update utils to 1.1.9-SNAPSHOT

  • Steve Pieper Steve Pieper committed [r395]

    * Add version names

  • Steve Pieper Steve Pieper committed [r401]

    * set fqn for macbuilds

  • Steve Pieper Steve Pieper committed [r403]

    * configure signer from pom

  • Steve Pieper Steve Pieper committed [r425]

    * neu

  • Steve Pieper Steve Pieper committed [r453]

    * remove unused css files from old template

  • Steve Pieper Steve Pieper committed [r454]

    * Druckvorschau eingerichtet

  • Steve Pieper Steve Pieper committed [r455]

    * Drucklayout verbessert,

  • Steve Pieper Steve Pieper committed [r436]

    * yakindu.com links nutzen nun die bilder lokal

  • Steve Pieper Steve Pieper committed [r441]

    * delete images from xtext website

  • Steve Pieper Steve Pieper committed [r444]

    * Downloadseite und Generator angepasst

  • Steve Pieper Steve Pieper committed [r486]

    * fix releng link

  • Steve Pieper Steve Pieper committed [r485]

    * Move Distro build

  • Steve Pieper Steve Pieper committed [r429]

    * deutsches Impressum

  • Steve Pieper Steve Pieper committed [r420]

    * delete unused images

  • Steve Pieper Steve Pieper committed [r433]

    * Farben auf der Download seite von Rot auf Blau

  • Steve Pieper Steve Pieper committed [r484]

    * Update OAWTools

  • Steve Pieper Steve Pieper committed [r430]

    * entry-Methode im FAQ entfernt

  • Steve Pieper Steve Pieper committed [r439]

    * fix typo

  • Steve Pieper Steve Pieper committed [r449]

    * update design

  • Steve Pieper Steve Pieper committed [r418]

    * add css

  • Steve Pieper Steve Pieper committed [r427]

    * add logos

  • Steve Pieper Steve Pieper committed [r440]

    * delete generated files

  • Steve Pieper Steve Pieper committed [r446]

    * Bilder und Fonts aus dem alten Design entfernt

  • Steve Pieper Steve Pieper committed [r447]

    * neue Button

  • Steve Pieper Steve Pieper committed [r419]

    * add javascript

  • Steve Pieper Steve Pieper committed [r426]

    * revert

  • Steve Pieper Steve Pieper committed [r445]

    * unnötige Styleanweisungen aus dem HTML entfernt

  • Steve Pieper Steve Pieper committed [r482]

    * Update OAWtools

1 >