Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-03-14 | Revert "add check to prevent extensions from being loaded multiple times" | monsta | 1 | -15/+5 | |
This reverts commit 4b5bcc5c67a070e6f29376213e3da993553d8f2b. It proved to break the actual fix, so reverting it for now. Note that you will see duplicates in the extensions list now, but it's better than non-working Python extensions. :-/ | |||||
2016-03-14 | add check to prevent extensions from being loaded multiple times | Alexander van der Meij | 1 | -5/+15 | |
2015-07-20 | removed useless call to g_list_free | Monsta | 1 | -1/+1 | |
- first, we must not free the list of extensions at this point - second, the call did nothing as the argument is NULL after exiting the for loop | |||||
2014-11-03 | Add about dialog for extensions | Stefano Karapetsas | 1 | -1/+9 | |
2014-10-27 | Allow extensions to define an ini file with name, icon and description | Stefano Karapetsas | 1 | -10/+22 | |
2014-10-27 | implementation of extension interface and status management (gsoc2014) | Alexander van der Meij | 1 | -0/+205 | |