Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: Add qMRMLTreeView::setSortFilterProxyModel function to be able to set custom proxy models to the tree view #29

Closed
wants to merge 22 commits into from
Closed

ENH: Add qMRMLTreeView::setSortFilterProxyModel function to be able to set custom proxy models to the tree view #29

wants to merge 22 commits into from

Conversation

cpinter
Copy link
Member

@cpinter cpinter commented Jan 23, 2013

No description provided.

Csaba Pinter added 22 commits October 16, 2012 13:35
…d line for python tests. This way a possible --additional-module-paths argument does not invalidate the rest of the command line, and so the python code calling

Fixes #2652
…ientHierarchy branch considering a given lowest common level
…o set custom proxy models to the tree view
@jcfr
Copy link
Member

jcfr commented Mar 6, 2013

Integrated into trunk with r21633. See https://viewvc.slicer.org/viewvc.cgi/Slicer4?view=revision&revision=21633

@jcfr jcfr closed this Mar 6, 2013
jcfr added a commit to jcfr/SlicerGitSVNArchive that referenced this pull request Aug 1, 2014
$ git shortlog 3ac5311..849b434 --no-merges
Andras Lasso (1):
      Add the MSG_NOSIGNAL flag to socket send calls to prevent application crash on disconnect on linux systems

Gergely Zombori (1):
      Bug #1912 - Merged the changes and enhancements from upstream into 'master'

Isaiah Norton (1):
      BUG: use shutdown() instead of close() for sockets

Junichi Tokuda (7):
      BUG: Address issue Slicer#29: copy igtl_win32hearder.h to the install directory.
      ENH: Update patch number.
      STYLE: Update patch number.
      COMP: Fix compilation error due to lack of MSG_NOSIGNAL option in send() in Mac OS X. For Mac OS X, call setsockopt() with SO_NOSIGPIPE instead.
      STYLE: Update revision number.
      BUG: Set timestamp zero, when no timestamp object is registered to image meta message.
      STYLE: Update patch number

Laurent Chauvin (1):
      BUG: Initialize ImageMessage matrix to identity (issue Slicer#39)

Matt Clarkson (3):
      Slicer#44: Put nanosleep in loop to ensure sleep is for the correct time.
      Slicer#49: Avoid crash on division by zero, which should never happen
      Slicer#50: Convenience methods to set/get igtl_image matrix from 4x4 array of floats

z0022myy (1):
      BUG: Intializing pointer should not be in a loop
jcfr added a commit that referenced this pull request Aug 13, 2014
$ git shortlog 3ac5311..849b434 --no-merges
Andras Lasso (1):
      Add the MSG_NOSIGNAL flag to socket send calls to prevent application crash on disconnect on linux systems

Gergely Zombori (1):
      Bug #1912 - Merged the changes and enhancements from upstream into 'master'

Isaiah Norton (1):
      BUG: use shutdown() instead of close() for sockets

Junichi Tokuda (7):
      BUG: Address issue #29: copy igtl_win32hearder.h to the install directory.
      ENH: Update patch number.
      STYLE: Update patch number.
      COMP: Fix compilation error due to lack of MSG_NOSIGNAL option in send() in Mac OS X. For Mac OS X, call setsockopt() with SO_NOSIGPIPE instead.
      STYLE: Update revision number.
      BUG: Set timestamp zero, when no timestamp object is registered to image meta message.
      STYLE: Update patch number

Laurent Chauvin (1):
      BUG: Initialize ImageMessage matrix to identity (issue #39)

Matt Clarkson (3):
      #44: Put nanosleep in loop to ensure sleep is for the correct time.
      #49: Avoid crash on division by zero, which should never happen
      #50: Convenience methods to set/get igtl_image matrix from 4x4 array of floats

z0022myy (1):
      BUG: Intializing pointer should not be in a loop

git-svn-id: https://svn.slicer.org/Slicer4/trunk@23565 3bd1e089-480b-0410-8dfb-8563597acbee
finetjul pushed a commit to finetjul/Slicer that referenced this pull request Aug 31, 2014
$ git shortlog 3ac5311..849b434 --no-merges
Andras Lasso (1):
      Add the MSG_NOSIGNAL flag to socket send calls to prevent application crash on disconnect on linux systems

Gergely Zombori (1):
      Bug #1912 - Merged the changes and enhancements from upstream into 'master'

Isaiah Norton (1):
      BUG: use shutdown() instead of close() for sockets

Junichi Tokuda (7):
      BUG: Address issue Slicer#29: copy igtl_win32hearder.h to the install directory.
      ENH: Update patch number.
      STYLE: Update patch number.
      COMP: Fix compilation error due to lack of MSG_NOSIGNAL option in send() in Mac OS X. For Mac OS X, call setsockopt() with SO_NOSIGPIPE instead.
      STYLE: Update revision number.
      BUG: Set timestamp zero, when no timestamp object is registered to image meta message.
      STYLE: Update patch number

Laurent Chauvin (1):
      BUG: Initialize ImageMessage matrix to identity (issue Slicer#39)

Matt Clarkson (3):
      Slicer#44: Put nanosleep in loop to ensure sleep is for the correct time.
      Slicer#49: Avoid crash on division by zero, which should never happen
      Slicer#50: Convenience methods to set/get igtl_image matrix from 4x4 array of floats

z0022myy (1):
      BUG: Intializing pointer should not be in a loop

git-svn-id: https://svn.slicer.org/Slicer4/trunk@23565 3bd1e089-480b-0410-8dfb-8563597acbee
jcfr added a commit that referenced this pull request Nov 15, 2016
This the first step toward the support of Python 3

$ git shortlog b012e1e..39ccab0 --no-merges
David Brooks (3):
      Allow a Python build to be part of a larger CMake project.
      Make it easier to specify the version of Python to build.
      Update the default Python to 2.7.12.

Isaiah Norton (1):
      pyconfig: guard '_LARGEFILE_SOURCE' to reduce warnings

Jean-Christophe Fillion-Robin (99):
      Do not install test scripts if BUILD_TESTING is OFF. Fixes #110
      Update travis and appveyor settings to specify major/minor/patch versions.
      Fix setting of HAVE_LCHMOD
      Reorganize libpython sources
      Add "generate_graminit" target
      Add "generate_python_ast_h" and "generate_python_ast_c" targets
      Add "generate_opcode_h" target
      Sort test list alphabetically
      Fix execution of "test_doctest"
      libpython: Remove redundant settings of POSITION_INDEPENDENT_CODE property
      Set minimum required version of OpenSSL to 0.9.7
      Fix "test_gdb" configuring and installing "python-gdb.py"
      Fix test_asdl_parser
      Add option WITH_COMPUTED_GOTOS for Python >= 2.7.11
      Update "add_python_extension" function adding "ALWAYS_BUILTIN" option.
      bdist_wininst: Fix configuration error due to not found ZLIB_LIBRARIES
      extensions/CMakeLists.txt: Add comments
      Add /Zm200 microsoft compiler flag
      add_python_extension: Re-organize code to call target_link_libraries once.
      Ensure extension include directories are associated with only one extension
      Fix "test_asdl_parser" on windows
      Add USE_BUILTIN_ZLIB option. Fixes #14
      add_python_extension: Add support for NO_INSTALL option.
      Add support for building Python 3.5.1
      python3: Fix tests like "test_loads_recursion" failing on windows
      python3: Fix "test_no_comdat_folding" disabling COMDAT folding.
      python3: Add support for _decimal extension
      python3: Fix build of _scproxy
      python3: Support building xxlimited extension
      python3: Build "python3dll" and fix msvc "xxlimited" link issue.
      python3: Add target to run "Argument Clinic"
      python3: Associate ABIFLAGS with shared/static libraries
      python3: Export and install libpython3-shared
      python3: Build libpython3-shared on unix
      appveyor: Disable Debug configuration
      appveyor: Associate python "3.5.1" with "Visual Studio 12 2013" generator
      python3: Fix MaxOSX build
      python3: Fix HAVE_READV and HAVE_WRITEV configuration check on MacOSX
      python3: Fix windows error when building 32-bit by excluding vcdiv64.asm
      python3: Associate correct architecture with python3stub.lib
      python3: Fix windows build of _decimal extension
      python3: Fix build of decimal extension
      Add configure check for HAVE_UCS4_TCL
      python2: Support setting Py_UNICODE_SIZE. Fixes #106
      Install LICENSE file. Fixes #29
      Install man pages. Fixes #30
      Generate and install grammar tables. Fixes #28
      Add configure check for MACOSX_DEPLOYMENT_TARGET.
      extension_ctypes: Simplify code introducing ctypes_COMMON_SOURCES var
      extension_ctypes: Support MacOSX build. Fixes #18
      Fix configure check HAVE_READLINE_READLINE_H on MacOSX
      python3: Do not include system processor when setting SOABI on MacOSX
      python3: Fix name of crypt extension
      Cache results of CMake checks
      Use CMake module "CheckTypeSize" and remove custom "CheckTypeExists"
      libpython-static: Use CMAKE_DL_LIBS instead to initialize CMAKE_DL_LIBS
      Add WITH_STATIC_DEPENDENCIES option (available only on Unix)
      Add INSTALL_DEVELOPMENT option
      Add INSTALL_MANUAL option
      Add INSTALL_TEST option
      Support system where libutil and libm are builtin the standard library
      Support building with HAVE_LIBDL set to False
      Build threadmodule only if WITH_THREAD is ON
      Associate "semaphore.c" with multiprocessing module only if it applies
      decimal: Display selected libmpdec_config
      python2: Add option to build threadmodule
      Exclude targets not relevant when cross compiling
      libmpdec_config: Add note for possible tweak
      circle: Add initial configuration
      circle: Cache docker images
      Associate cross-compiling emulator with custom commands & targets and tests
      Fix compilation of getpath.c crosscompiling using MinGW
      extension_datetime: Fix reference to MSVC_BUILTIN
      extensions: Generalize the built-in of Windows extensions to all compilers
      extension_ctypes: Fix indent
      Add BUILD_LIBPYTHON_SHARED option, deprecate BUILD_SHARED and BUILD_STATIC
      Consistently set LIBPYTHON_VERSION checking for WIN32 instead of MSVC
      bdist_wininst: Do not build by default if crosscompiling.
      config-mingw: Create copy of "PC/pyconfig.h"
      config-mingw: Replace "tab" with "2 spaces"
      config-mingw: Remove WINCE related config
      config-mingw: Remove support for older version of Visual Studio
      config-mingw: Remove support for Borland, egcs/gnu-win32 and lcc-win32 compiler
      config-mingw: Remove support for Intel compiler
      config-mingw: Add (i686|x86_64)-w64-mingw32 toolchain support from MXE
      fficonfig: Add test to set HAVE_MMAP_FILE
      fficonfig: Fix HAVE_AS_CFI_PSEUDO_OP test
      fficonfig: Update package metadata and fix typos
      fficonfig: Add missing SIZEOF_SIZE_T define
      fficonfig: Add test placeholders for new options introduced in libffi >= 3.0.13
      fficonfig: Add HAVE_AS_ASCII_PSEUDO_OP test
      fficonfig: Add HAVE_AS_STRING_PSEUDO_OP test
      fficonfig: Ensure HAVE_RO_EH_FRAME value is configured
      python3: Fix setting of WITH_HASH_ALGORITHM option properties
      sqlite3: Always expect the library and headers top be on the system
      circle: Fix build renaming all image references
      CMakeLists: Tweak "unknown python version" error message text
      gitignore: Ignore python source archives
      README: Minor tweaks

Jonathan White (2):
      Set target properties only if decimal/readline extensions are builtin.
      Fixed error in naming of dbm and gdbm modules when compiling for Python 3.x

Marcel Metz (1):
      Remove arguments from else and end* block termination commands

Matt McCormick (5):
      Add Python 2.7.12 MD5
      ci: Add Python 2.7.12 support
      test_coding and test_pep263 renamed to test_source_coding in 2.7.12
      test_pep293 rename to test_string in Python 2.7.12
      circle: Use dockcross images

Max Smolens (1):
      Support Python 3.5.2

Tony Narlock (7):
      Fix #132 libffi directory on FreeBSD 11-CURRENT
      Prevent BSD systems from being tagged as Linux
      ConfigureChecks: Correct HAVE_SYS_SYS_DOMAIN_H include check
      makefile-variables: Remove obsolete OTHER_LIBTOOL_OPT
      Rename fficonfig.h to fficonfig.h.in and configure it during configuration
      pyconfig.h: Add missing test for SETPGRP_HAVE_ARG
      Configure fficonfig.h using system introspection. See #135

bamboo (1):
      README: Fix typo.

git-svn-id: https://svn.slicer.org/Slicer4/trunk@25537 3bd1e089-480b-0410-8dfb-8563597acbee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants