Erkan Ozgur Yilmaz

Results 60 issues of Erkan Ozgur Yilmaz

In terms of GUI usability there need to be a "Login" option somewhere in the UI to switch between Visor / God modes. Currently it is too much hidden in...

So, this one was on my list for quite long time. What I mean by simultaneous rendering is to use different versions of the same application. For example, rendering with...

feature request

Hey Timur, I want to implement the ability to send one Maya Redshift job to a single computer that has multiple GPU's and run each task on a different GPU...

feature request

Under Wayland, the Argyll measure frame is not displaying in the correct position where the ``wxMeasureFrame`` has been set.

bug

Running ``python3 setup.py install`` skips the following files and folders to be included in the installation: ``` lang presets ref theme ti1 xrc ```

``0Install`` was already not recommended by the original DisplayCAL, so remove anything related to ``0Install`` from ``setup.py``.

feature request

We have mysterious ``TypeError`` messages without a traceback output. ```python TypeError: TypeError('cannot use a string pattern on a bytes-like object') TypeError: TypeError('cannot use a string pattern on a bytes-like object')...

The code contains a ton of implicit variable assignments, like: ```python for i in range(...): if some_condition is True or False or whatever: break # and use the i below...

feature request

Update the ``Remaining time`` calculation during profiling to estimate the time by also considering the luminance of the remaining patches to have a better estimation. Because, patches with higher luminance...

feature request

Organize the module structure, move UI related stuff in to ``ui`` module etc., move non-source files into their own folders and ``data``.

feature request