-
Build time takes about an hour on my Mac. If we can bring it down to 30min at least, we can use Travis CI for free to test and deploy builds of klayout. I already have a formula working, but we need t…
-
Imports should be named instead of using `import *`. It would help for introspection for example.
It was suggester first in https://github.com/spyder-ide/qtpy/issues/35#issuecomment-225395535
The mod…
-
```
3> Generating wrap/pyfoo/pyfoo_python.h, wrap/pyfoo/pyfoo_module_wrapper.cpp, wrap/pyfoo/mainwindow_wrapper.h, wrap/pyfoo/mainwindow_wrapper.cpp
3> ** WARNING scope not found for function defi…
-
`QColorDialog` is causing the APK Icon Editor to crash after closing the application.
This Qt [bug](https://bugreports.qt.io/browse/QTBUG-56448) will be fixed in Qt 5.6.3.
Using Qt 5.7.0 is not pr…
-
When going to widgets-> then clicking on nested layouts, the highlight remains on the top layout.
```
#include
#include
#include
#include
int main(int a, char**b)
{
QApplication app(a, b);
…
-
1. Reduce gui code to minimal
- [x] Remove all viewers but volume viewer
- Remove other components that are not essential
- [x] Themes
- [x] Plugins
- [x] Session
- Modularize …
-
Application crashes when setting any language different from English.
The problem occurs only on OS X (tested on OS X 10.10, Qt 5.4.0).
-
`plot([0, 1], [0, 1], color=(0, 0, 0, .5))` (a gray line) then click on the qt editor. Upon clicking on OK, the line becomes black, likely because the alpha value has been discarded.
Tested on 1.5.1 …
-
While I think this could be considered a feature request, you can also take this as a question. In the README under portability, you describe reasons for not removing member from existing modules.
>…
-
Implement a `QColorDialog` as a menu action to allow user to change the pen used to draw the plot lines.