Andrei Kopats
Andrei Kopats
https://github.com/pypa/manylinux Now we can release to PyPi only py-only version
@SergeySatskiy , I hope you don't mind if I publish the mail here. (Russinan) ``` Для анализа я инструментировал код с помощью guppy. Идея была простая: - инициализация - установка...
I was about to change the shortcut, but found, that Shift+Backspace is used to Unindent by 1 space. Current map: - Shift+Space - indent with 1 space - Shift+Backspace -...
Now if pylint rc file exists, the plugin generated an error dialogue on every execution
Hi Thank you for useful script. https://github.com/hlamer/qutepart started from the first attempt. I think this script can remove lines like this ``` import sip sip.setapi('QString', 2) ```
Dock tool bar is drawn incorrectly, if I insert action before title. https://picasaweb.google.com/lh/photo/KfDYhu-CYQrndp7-b0Poct0jWa0e4BHJ60P61UBnJVc?feat=directlink I fixed the bug and simplified the code. https://github.com/hlamer/mksv3/blob/master/mks/fresh/dockwidget/pDockWidgetTitleBar.py
Hi I wrote a Makefile, which builds .deb package for few Ubuntu and Debian releases, but, not only for oneiric. It is 90% finished. I don't need it now, but...
pToolButton: You forgot to initialize mDirection, but in setDirection check, if value is changed QSize pDockWidgetTitleBar::sizeHint() const { if ( mDock->features() & QDockWidget::DockWidgetVerticalTitleBar ) { size.rheight() += fm.width( mDock->windowTitle() )...