Thorben Kröger

Results 14 issues of Thorben Kröger

I'm using cquery on a project with a compilation database written for g++ 7.3. In the cquery log, I'm getting `libclang had ast read error for... Please try running the...

Right now inthe constructor of VolumeEditorWidget: ``` self._channelSpin = QSpinBox() self._channelSpin.setEnabled(True) self.channelEditBtn = QPushButton('Edit channels') self.channelEditBtn.clicked.connect(self._ve.on_editChannels) ```

refactor
Release 0.6

This functionality should either be implemented in a sane way in the volumeeditor or removed. The previous implementation was removed in volumeeditor 'refactor-to-mvc branch'.

refactor
EasyFix
Release 0.6

Currently we have at least the following widgets: - ImageView2D + its HUD widget - QuadSplitter - OverlayWidget - LabelListWidget - Ribbons (are they completely deprecated?) - Statusbar - Several...

refactor
GUI

Currently, the feature dialog implements its own preview dialog. - Either we re-use the ImageView2D or we show the context size directly in the main window somehow. - If we...

feature
refactor

- http://doc.qt.nokia.com/latest/tools-undoframework.html - http://doc.qt.nokia.com/latest/qundo.html - http://doc.qt.nokia.com/latest/qundocommand.html

enhancement
architecture