Merge lp://staging/~kalikiana/midori/beans into lp://staging/midori
Proposed by
Cris Dywan
Status: | Work in progress | ||||||||
---|---|---|---|---|---|---|---|---|---|
Proposed branch: | lp://staging/~kalikiana/midori/beans | ||||||||
Merge into: | lp://staging/midori | ||||||||
Diff against target: |
220 lines (+97/-6) 7 files modified
CMakeLists.txt (+2/-1) extensions/example.plugin (+9/-0) extensions/example.py (+14/-0) katze/midori-paths.vala (+16/-0) midori/midori-app.c (+1/-1) midori/midori-view.c (+51/-4) midori/midori-websettings.c (+4/-0) |
||||||||
To merge this branch: | bzr merge lp://staging/~kalikiana/midori/beans | ||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Midori Devs | Pending | ||
Review via email: mp+183371@code.staging.launchpad.net |
Commit message
Implement libpeas extension support and example plugin
Description of the change
TODO: sort out libpeas/ Python on Win32 - contact dieterv in #win32 on gimpnet
To post a comment you must log in.
Unmerged revisions
- 6377. By Cris Dywan
-
Rename test extension to example to avoid confusion
- 6376. By Cris Dywan
-
Implement libpeas extension support and example plugin