Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
midori:roadmap [2017/11/25 10:28] kalikianamidori:roadmap [2017/12/17 18:05] – [Planned] kalikiana
Line 8: Line 8:
  
   * Rewrite existing C code in Vala   * Rewrite existing C code in Vala
-    * ⭕ browser +    * ⭕ browser (requires: View) 
-    * ⭕ app +      * ⚙️ bookmarks toolbar [[https://code.launchpad.net/~midori/midori/clippyBookmarks/+merge/334283|MR]] //kalikiana// 
-    * ⭕ view+      * ⚙️ bookmarks editor [[https://code.launchpad.net/~midori/midori/clippyEditor/+merge/334320|MR]] //kalikiana// 
 +      * ⭕ update history functions 
 +    * ⭕ app (requires: Browser) 
 +    * ⚙️ panel //kalikiana// (requires: Browser.get_for_widget) 
 +    * ⭕ history 
 +    * ⭕ view (requires: SearchAction, Browser.get_for_widget)
     * //more to be added...//     * //more to be added...//
 +    * extensions
 +      * ⚙️ colorful tabs //jamesaxl//
 +      * ⭕ shortcuts
 +      * ⭕ toolbar editor
 +      * ⭕ tab panel
 +      * ⭕ statusbar features
 +      * //more to be added...//
   * Revamp extensions system   * Revamp extensions system
     * ⭕ based on libpeas <del>[[https://code.launchpad.net/~midori/midori/peas|branch]]</del> <del>[[https://code.launchpad.net/~midori/midori/moreBeans/+merge/262521|MR]]</del> <del>[[https://code.launchpad.net/~midori/midori/hstsWebExtension/+merge/261897|MR]]</del>     * ⭕ based on libpeas <del>[[https://code.launchpad.net/~midori/midori/peas|branch]]</del> <del>[[https://code.launchpad.net/~midori/midori/moreBeans/+merge/262521|MR]]</del> <del>[[https://code.launchpad.net/~midori/midori/hstsWebExtension/+merge/261897|MR]]</del>
Line 19: Line 31:
   * ⭕ Investigate moving to GitHub   * ⭕ Investigate moving to GitHub
   * ✅ Ship a snap package in the store [[https://code.launchpad.net/~midori/midori/snapcraft/+merge/330129|MR]] //kalikiana//   * ✅ Ship a snap package in the store [[https://code.launchpad.net/~midori/midori/snapcraft/+merge/330129|MR]] //kalikiana//
 +  * ⭕ Build snap with [[https://launchpad.net/~vala-team/+archive/ubuntu/ppa|Vala 0.36]]
   * ⭕ symbolic icons in the toolbar (test with Adwaita)   * ⭕ symbolic icons in the toolbar (test with Adwaita)
   * ⭕ correct icon for CompactMenu <del>[[https://code.launchpad.net/~midori/midori/openMenuSymbolic/+merge/269580|MR]]</del>   * ⭕ correct icon for CompactMenu <del>[[https://code.launchpad.net/~midori/midori/openMenuSymbolic/+merge/269580|MR]]</del>
Line 28: Line 41:
   * ⭕ re-implement menus in Gtk.Application   * ⭕ re-implement menus in Gtk.Application
   * ⭕ move trash to notebook   * ⭕ move trash to notebook
-  * ⚙️ turn statusbar into an extension-only feature <del>MR</del> //kalikiana//+  * ⚙️ turn statusbar into an extension-only feature [[https://code.launchpad.net/~midori/midori/statusbar-for-extensions-only|branch]] //kalikiana//
   * ⭕ side panel with Gtk.StackSwitcher and Headerbar   * ⭕ side panel with Gtk.StackSwitcher and Headerbar
   * ⭕ rewrite autocompletion   * ⭕ rewrite autocompletion
Line 36: Line 49:
     * ⭕ extensions     * ⭕ extensions
     * ⭕ settings     * ⭕ settings
 +  * proxy exception list: hosts and networks bypassing the proxy [[https://webkitgtk.org/reference/webkit2gtk/stable/WebKitWebContext.html#webkit-web-context-set-network-proxy-settings|WebKit API]]
 +  * language selection dialog
 +  * gpsd as a source for the javascript geolocation api
 +  * tabs on top (requires: using Gtk.Switcher for tabs)