Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: dlr-gtlab/python-module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: resources-api-prototype
Choose a base ref
...
head repository: dlr-gtlab/python-module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 54 files changed
  • 6 contributors

Commits on Dec 3, 2025

  1. Update gtpy_scriptcalculator.cpp (#638)

    Hide label property as it is not used in the calculator
    jensschmeink authored Dec 3, 2025
    Configuration menu
    Copy the full SHA
    47ee173 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. add changelog entry

    marvinoe21 committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    53d9179 View commit details
    Browse the repository at this point in the history
  2. adjust changelog entry

    marvinoe21 committed Dec 16, 2025
    Configuration menu
    Copy the full SHA
    f9af47e View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2025

  1. Merge pull request #644 from dlr-gtlab/add-changelog-entry-for-empty-…

    …line-bugfix
    
    Add changelog entry for empty line printing fix
    rainman110 authored Dec 22, 2025
    Configuration menu
    Copy the full SHA
    0e92553 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Use map container properties for process elements (#637)

    * test implementation to use map style containers for easier interface and connection editor improvments
    
    * unlock upcoming upgrade routine only for orrect version
    
    * add relevant python helping functions for access
    
    * integration of review
    jensschmeink authored Feb 2, 2026
    Configuration menu
    Copy the full SHA
    c5b47e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2026

  1. Allow the use of the python module inside a python interpreter

    This minimal patch allows to use the python module from gtlab inside python.
    In particular it
     - Avoids recreating a python interpreter, if it already exists
     - Only redirects print message, of inside the embedded python interpreter
     - Avoids the destruction of the context manager singleton (yes not nice), as it creates segfaults on destruction. I cannot pinpoint, what it causes
    
    Closes #647
    rainman110 committed Feb 25, 2026
    Configuration menu
    Copy the full SHA
    bcd3891 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #648 from dlr-gtlab/647-make-the-python-module-usa…

    …ble-from-inside-the-python-interpreter
    
    Allow the use of the python module inside a python interpreter
    rainman110 authored Feb 25, 2026
    Configuration menu
    Copy the full SHA
    0eead26 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2026

  1. Use devtools cmake package (#633)

    * Use devtools cmake package
    
    * Removed unused MPL license
    
    * Provide backwards compatible GTLAB_DEVTOOLS_DIR variable
    
    ---------
    
    Co-authored-by: marvinoe21 <148885247+marvinoe21@users.noreply.github.com>
    rainman110 and marvinoe21 authored Mar 3, 2026
    Configuration menu
    Copy the full SHA
    7b06b7f View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2026

  1. Fixed accessing task from other task groups (#649)

    * Fixed accessing task from other task groups
    
    I added a small task api, to provide a uniform task access.
    
    Closes #639
    
    * Implemented suggestion from code review
    rainman110 authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    ea4add8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93bdf63 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Configuration menu
    Copy the full SHA
    e99e4f9 View commit details
    Browse the repository at this point in the history
  2. Started Qt6 support

    rainman110 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    1843e05 View commit details
    Browse the repository at this point in the history
  3. Added missing file

    rainman110 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    003223a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1606b55 View commit details
    Browse the repository at this point in the history
  5. Fixup compilation

    rainman110 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    d4b7554 View commit details
    Browse the repository at this point in the history
  6. Added missing licenses

    rainman110 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    b09223d View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. Merge pull request #645 from dlr-gtlab/qt6

    Added Qt6 support
    rainman110 authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    7d4b80f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. Configuration menu
    Copy the full SHA
    dd342a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4497965 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2026

  1. Configuration menu
    Copy the full SHA
    0e45f5e View commit details
    Browse the repository at this point in the history
Loading