Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
PluginPage.patch | Typo fixed | Alf Gaida <agaida@siduction.org> | no | |||
fix-fm-start-crash.patch | Fix fm start crash The file manager plugin already created widgets while it was temporarily loaded for getting its attributes on application start. The new TreeView widget then caused a crash later because its implementation was unloaded with the deactivated plugin. This was fixed by now creating the widgets in the plugin's init() method which is only called for enabled plugins. |
Philipp Wiesemann <philipp.wiesemann@arcor.de> | no | |||
fix-symbolbrowser-remaining.patch | Fix SymbolBrowser getting no symbols and crashing If the last document is closed then a new untitled document is created. But this document did no get "activated" and therefore did not get any symbols which in turn led to a null pointer crash when trying to save later. The actual bug was a kept pointer to the previously closed and deleted document. If the new document was accidentally created at the same memory address then it was handled as the old and not "activated". |
Philipp Wiesemann <philipp.wiesemann@arcor.de> | no | |||
new-qsci-name.patch | use new qsci name | no | ||||
qscintilla.patch | Fix build with QScintilla-2.10.3 Ported back from upstream PR 102 | no | 2018-04-29 |