Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Display unpack output in Dialog | Arno | 2014-07-08 | 1 | -1/+88 |
| | | | | | This was a difficult one. Got lost in the Semantics of QThread once again, but just 2 days later it works :) | ||||
* | Create new, empty Seriespart by contect menu | Arno | 2014-04-07 | 1 | -0/+45 |
| | | | | | Preparation for drag and drop. Also make it possible to delete Seriesparts without files. | ||||
* | Center Dialogs on screen | Arno | 2011-08-17 | 1 | -0/+15 |
Since I'm now using a tiling window manager dialogs have to center themselves on the screen. Otherwise they end up at QPoint(0,0). Not very nice. Subclassed QDialog to SmDialog and converted all dialogs. |