pkgsrc/www/midori/PLIST

90 lines
3.3 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.15 2011/01/26 19:35:20 drochner Exp $
bin/midori
lib/midori/libadblock.so
lib/midori/libaddons.so
lib/midori/libcolorful-tabs.so
lib/midori/libcookie-manager.so
lib/midori/libcopy-tabs.so
lib/midori/libfeed-panel.so
Update midori to 0.2.4. v0.2.4 + Prevent completion from overlapping + Fix tab order when restoring session + Ignore accidentally middle click search + Implement bookmark export to XBEL + Provide scroll hotkeys, default to Vim + Store and complete search in location + Fix opening externally with multiple windows + Only use icons in panel buttons + Fix build with different GTK+ versions + Omit micro version and arch from ident string v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item + Use new GTK+ accessors where available + Allow searching freely in History panel + Re-implement completion based on sqlite + Re-implement completion suggestion popup + Simplify sqlite use towards efficient calls + Move panel icons to the bottom + Merge Netscape Plugins and Extensions panels + Implement 'about:version' special page + Implement 'Preferred languages' preference + Improve window raising behaviour + Allow Ctrl+Right-click to suppress javascript menu + Add 'Open link as web app' in context menu + Add 'Block image' menu item to Adblock + Location progress and compat code refactored + Implement 'Paste and proceed' in location + Move DNS prefetching into the core + Allow selecting and deleting multiple cookies + Support attaching/ detaching web inspector + Always enable web inspector + --diagnostic-dialog command line switch + Faster file existence checks + Simplified, faster adblock implementation v0.2.2 + Turn libnotify into a proper build-time dependency + Use Ctrl + Return to open tabs from the location entry + Support right-click on bookmark menu items + Support -e in midori -a and with multiple commands + Make Middle click open selection search if needed + Make Ctrl+C work as expected again + Fix order of History, Trash and Recently opened pages + Revise Shortcuts dialogue to fix oddities + Perform Form history completion case insensitive + Add 'Web Cache' to Delete Private data dialogue + Load accels from /etc/xdg if present + Improve XBEL format compatibility and performance + Fix inline find by correcting key handling + Add option to open panels in separate windows + Support Portrait orientation in Fremantle + Support Hildon MIME and URI handling + Check status before caching in Web Cache + Show popup menu on news feed icon if needed + Support Colourful Tabs with Tab Panel + Tweak sqlite and dbus handling for Win32 + 'Run as web app' and 'Show in toolbar' for bookmarks + Add 'Small icons' toolbar style + Fix build with Glib < 2.20 and GTK+ < 2.12 + Add Import bookmarks for XBEL, Opera and RDF + Add Open Link in Foreground/ Background Tab menu + Allow closing all tabs + Hildon file chooser support v0.2.1 + Fix Mouse Gestures to work after activation + Explicitly link to X11 to support gold + Implement various Hildon specific features + Hide the navigationbar in fullscreen + Implement permanent storage of form history + Support keyboard shortcuts like Ctrl+Tab or "a" + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + Make creation of new windows fast + Introduce the Tab History List extension + Load icons laziy at startup to speed up startup + Introduce a Web Cache extension + Refactor and tweak the Preferences dialogue + Implement combos to choose external applications v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher + Faster Adblock with element blocking, for all WebKitGTK+ versions + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + Add a DNS prefetching extension + Better IDN handling + Add a form history extension + Restore scrolling positions from the session + Keep typed address when switching tabs + Avoid storing duplicate history items per day + Fix multiple duplicate HTTP authentication dialogs + Pass mailto: links to the email client + Improve context menu with WebKitGTK+ 1.1.15 + Checkbox "Remember password" in HTTP authentication + Fix a crasher when modifying bookmarks + Support page icons other than favicon.ico + iPhone identity in Network preferences v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API + Greatly improve the address completion + Always show news feed icon + Better handling of feeds in the feed panel + Add Gtk+ and WebKit version to the About dialog + Improve tab panel and support minimized tabs + Implement disabling of extensions in crahs dialog + Don't make the web inspector transient + Tidy up the Preferences a bit + Load default bookmarks and config from /etc + Do not use xprop at runtime + Use GNOME proxy server if libsoup-gnome is installed + Integrate Save As with transfers + Save HTTP logins in a text file + Support Undo and Redo with WebKitGTK+ 1.1.14
2010-04-10 02:57:06 +02:00
lib/midori/libformhistory.so
lib/midori/libmouse-gestures.so
lib/midori/libpage-holder.so
lib/midori/libshortcuts.so
lib/midori/libstatus-clock.so
lib/midori/libstatusbar-features.so
lib/midori/libtab-panel.so
lib/midori/libtabs-minimized.so
lib/midori/libtoolbar-editor.so
Update midori to 0.2.4. v0.2.4 + Prevent completion from overlapping + Fix tab order when restoring session + Ignore accidentally middle click search + Implement bookmark export to XBEL + Provide scroll hotkeys, default to Vim + Store and complete search in location + Fix opening externally with multiple windows + Only use icons in panel buttons + Fix build with different GTK+ versions + Omit micro version and arch from ident string v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item + Use new GTK+ accessors where available + Allow searching freely in History panel + Re-implement completion based on sqlite + Re-implement completion suggestion popup + Simplify sqlite use towards efficient calls + Move panel icons to the bottom + Merge Netscape Plugins and Extensions panels + Implement 'about:version' special page + Implement 'Preferred languages' preference + Improve window raising behaviour + Allow Ctrl+Right-click to suppress javascript menu + Add 'Open link as web app' in context menu + Add 'Block image' menu item to Adblock + Location progress and compat code refactored + Implement 'Paste and proceed' in location + Move DNS prefetching into the core + Allow selecting and deleting multiple cookies + Support attaching/ detaching web inspector + Always enable web inspector + --diagnostic-dialog command line switch + Faster file existence checks + Simplified, faster adblock implementation v0.2.2 + Turn libnotify into a proper build-time dependency + Use Ctrl + Return to open tabs from the location entry + Support right-click on bookmark menu items + Support -e in midori -a and with multiple commands + Make Middle click open selection search if needed + Make Ctrl+C work as expected again + Fix order of History, Trash and Recently opened pages + Revise Shortcuts dialogue to fix oddities + Perform Form history completion case insensitive + Add 'Web Cache' to Delete Private data dialogue + Load accels from /etc/xdg if present + Improve XBEL format compatibility and performance + Fix inline find by correcting key handling + Add option to open panels in separate windows + Support Portrait orientation in Fremantle + Support Hildon MIME and URI handling + Check status before caching in Web Cache + Show popup menu on news feed icon if needed + Support Colourful Tabs with Tab Panel + Tweak sqlite and dbus handling for Win32 + 'Run as web app' and 'Show in toolbar' for bookmarks + Add 'Small icons' toolbar style + Fix build with Glib < 2.20 and GTK+ < 2.12 + Add Import bookmarks for XBEL, Opera and RDF + Add Open Link in Foreground/ Background Tab menu + Allow closing all tabs + Hildon file chooser support v0.2.1 + Fix Mouse Gestures to work after activation + Explicitly link to X11 to support gold + Implement various Hildon specific features + Hide the navigationbar in fullscreen + Implement permanent storage of form history + Support keyboard shortcuts like Ctrl+Tab or "a" + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + Make creation of new windows fast + Introduce the Tab History List extension + Load icons laziy at startup to speed up startup + Introduce a Web Cache extension + Refactor and tweak the Preferences dialogue + Implement combos to choose external applications v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher + Faster Adblock with element blocking, for all WebKitGTK+ versions + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + Add a DNS prefetching extension + Better IDN handling + Add a form history extension + Restore scrolling positions from the session + Keep typed address when switching tabs + Avoid storing duplicate history items per day + Fix multiple duplicate HTTP authentication dialogs + Pass mailto: links to the email client + Improve context menu with WebKitGTK+ 1.1.15 + Checkbox "Remember password" in HTTP authentication + Fix a crasher when modifying bookmarks + Support page icons other than favicon.ico + iPhone identity in Network preferences v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API + Greatly improve the address completion + Always show news feed icon + Better handling of feeds in the feed panel + Add Gtk+ and WebKit version to the About dialog + Improve tab panel and support minimized tabs + Implement disabling of extensions in crahs dialog + Don't make the web inspector transient + Tidy up the Preferences a bit + Load default bookmarks and config from /etc + Do not use xprop at runtime + Use GNOME proxy server if libsoup-gnome is installed + Integrate Save As with transfers + Save HTTP logins in a text file + Support Undo and Redo with WebKitGTK+ 1.1.14
2010-04-10 02:57:06 +02:00
lib/midori/libweb-cache.so
share/applications/midori.desktop
share/doc/midori/AUTHORS
share/doc/midori/COPYING
share/doc/midori/ChangeLog
share/doc/midori/EXPAT
share/doc/midori/README
2008-12-18 01:40:42 +01:00
share/doc/midori/user/midori.html
share/examples/midori/extensions/libadblock.so/config
share/examples/midori/search
share/icons/hicolor/16x16/apps/midori.png
2008-12-12 15:35:55 +01:00
share/icons/hicolor/16x16/categories/extension.png
share/icons/hicolor/16x16/status/news-feed.png
share/icons/hicolor/22x22/apps/midori.png
2008-12-12 15:35:55 +01:00
share/icons/hicolor/22x22/categories/extension.png
share/icons/hicolor/22x22/status/news-feed.png
share/icons/hicolor/24x24/apps/midori.png
share/icons/hicolor/24x24/categories/extension.png
share/icons/hicolor/24x24/status/news-feed.png
share/icons/hicolor/32x32/apps/midori.png
share/icons/hicolor/32x32/categories/extension.png
share/icons/hicolor/32x32/status/news-feed.png
share/icons/hicolor/48x48/apps/midori.png
share/icons/hicolor/48x48/categories/extension.png
share/icons/hicolor/48x48/status/news-feed.png
share/icons/hicolor/scalable/apps/midori.svg
share/icons/hicolor/scalable/categories/extension.svg
share/icons/hicolor/scalable/status/news-feed.svg
Update midori to 0.2.4. v0.2.4 + Prevent completion from overlapping + Fix tab order when restoring session + Ignore accidentally middle click search + Implement bookmark export to XBEL + Provide scroll hotkeys, default to Vim + Store and complete search in location + Fix opening externally with multiple windows + Only use icons in panel buttons + Fix build with different GTK+ versions + Omit micro version and arch from ident string v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item + Use new GTK+ accessors where available + Allow searching freely in History panel + Re-implement completion based on sqlite + Re-implement completion suggestion popup + Simplify sqlite use towards efficient calls + Move panel icons to the bottom + Merge Netscape Plugins and Extensions panels + Implement 'about:version' special page + Implement 'Preferred languages' preference + Improve window raising behaviour + Allow Ctrl+Right-click to suppress javascript menu + Add 'Open link as web app' in context menu + Add 'Block image' menu item to Adblock + Location progress and compat code refactored + Implement 'Paste and proceed' in location + Move DNS prefetching into the core + Allow selecting and deleting multiple cookies + Support attaching/ detaching web inspector + Always enable web inspector + --diagnostic-dialog command line switch + Faster file existence checks + Simplified, faster adblock implementation v0.2.2 + Turn libnotify into a proper build-time dependency + Use Ctrl + Return to open tabs from the location entry + Support right-click on bookmark menu items + Support -e in midori -a and with multiple commands + Make Middle click open selection search if needed + Make Ctrl+C work as expected again + Fix order of History, Trash and Recently opened pages + Revise Shortcuts dialogue to fix oddities + Perform Form history completion case insensitive + Add 'Web Cache' to Delete Private data dialogue + Load accels from /etc/xdg if present + Improve XBEL format compatibility and performance + Fix inline find by correcting key handling + Add option to open panels in separate windows + Support Portrait orientation in Fremantle + Support Hildon MIME and URI handling + Check status before caching in Web Cache + Show popup menu on news feed icon if needed + Support Colourful Tabs with Tab Panel + Tweak sqlite and dbus handling for Win32 + 'Run as web app' and 'Show in toolbar' for bookmarks + Add 'Small icons' toolbar style + Fix build with Glib < 2.20 and GTK+ < 2.12 + Add Import bookmarks for XBEL, Opera and RDF + Add Open Link in Foreground/ Background Tab menu + Allow closing all tabs + Hildon file chooser support v0.2.1 + Fix Mouse Gestures to work after activation + Explicitly link to X11 to support gold + Implement various Hildon specific features + Hide the navigationbar in fullscreen + Implement permanent storage of form history + Support keyboard shortcuts like Ctrl+Tab or "a" + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + Make creation of new windows fast + Introduce the Tab History List extension + Load icons laziy at startup to speed up startup + Introduce a Web Cache extension + Refactor and tweak the Preferences dialogue + Implement combos to choose external applications v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher + Faster Adblock with element blocking, for all WebKitGTK+ versions + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + Add a DNS prefetching extension + Better IDN handling + Add a form history extension + Restore scrolling positions from the session + Keep typed address when switching tabs + Avoid storing duplicate history items per day + Fix multiple duplicate HTTP authentication dialogs + Pass mailto: links to the email client + Improve context menu with WebKitGTK+ 1.1.15 + Checkbox "Remember password" in HTTP authentication + Fix a crasher when modifying bookmarks + Support page icons other than favicon.ico + iPhone identity in Network preferences v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API + Greatly improve the address completion + Always show news feed icon + Better handling of feeds in the feed panel + Add Gtk+ and WebKit version to the About dialog + Improve tab panel and support minimized tabs + Implement disabling of extensions in crahs dialog + Don't make the web inspector transient + Tidy up the Preferences a bit + Load default bookmarks and config from /etc + Do not use xprop at runtime + Use GNOME proxy server if libsoup-gnome is installed + Integrate Save As with transfers + Save HTTP logins in a text file + Support Undo and Redo with WebKitGTK+ 1.1.14
2010-04-10 02:57:06 +02:00
share/locale/ast/LC_MESSAGES/midori.mo
share/locale/ca/LC_MESSAGES/midori.mo
share/locale/cs/LC_MESSAGES/midori.mo
share/locale/da/LC_MESSAGES/midori.mo
share/locale/de/LC_MESSAGES/midori.mo
share/locale/el/LC_MESSAGES/midori.mo
share/locale/en_GB/LC_MESSAGES/midori.mo
share/locale/es/LC_MESSAGES/midori.mo
share/locale/et/LC_MESSAGES/midori.mo
share/locale/fi/LC_MESSAGES/midori.mo
share/locale/fr/LC_MESSAGES/midori.mo
share/locale/gl/LC_MESSAGES/midori.mo
share/locale/he/LC_MESSAGES/midori.mo
share/locale/hr/LC_MESSAGES/midori.mo
share/locale/hu/LC_MESSAGES/midori.mo
share/locale/id/LC_MESSAGES/midori.mo
share/locale/it/LC_MESSAGES/midori.mo
share/locale/ja/LC_MESSAGES/midori.mo
Update midori to 0.2.4. v0.2.4 + Prevent completion from overlapping + Fix tab order when restoring session + Ignore accidentally middle click search + Implement bookmark export to XBEL + Provide scroll hotkeys, default to Vim + Store and complete search in location + Fix opening externally with multiple windows + Only use icons in panel buttons + Fix build with different GTK+ versions + Omit micro version and arch from ident string v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item + Use new GTK+ accessors where available + Allow searching freely in History panel + Re-implement completion based on sqlite + Re-implement completion suggestion popup + Simplify sqlite use towards efficient calls + Move panel icons to the bottom + Merge Netscape Plugins and Extensions panels + Implement 'about:version' special page + Implement 'Preferred languages' preference + Improve window raising behaviour + Allow Ctrl+Right-click to suppress javascript menu + Add 'Open link as web app' in context menu + Add 'Block image' menu item to Adblock + Location progress and compat code refactored + Implement 'Paste and proceed' in location + Move DNS prefetching into the core + Allow selecting and deleting multiple cookies + Support attaching/ detaching web inspector + Always enable web inspector + --diagnostic-dialog command line switch + Faster file existence checks + Simplified, faster adblock implementation v0.2.2 + Turn libnotify into a proper build-time dependency + Use Ctrl + Return to open tabs from the location entry + Support right-click on bookmark menu items + Support -e in midori -a and with multiple commands + Make Middle click open selection search if needed + Make Ctrl+C work as expected again + Fix order of History, Trash and Recently opened pages + Revise Shortcuts dialogue to fix oddities + Perform Form history completion case insensitive + Add 'Web Cache' to Delete Private data dialogue + Load accels from /etc/xdg if present + Improve XBEL format compatibility and performance + Fix inline find by correcting key handling + Add option to open panels in separate windows + Support Portrait orientation in Fremantle + Support Hildon MIME and URI handling + Check status before caching in Web Cache + Show popup menu on news feed icon if needed + Support Colourful Tabs with Tab Panel + Tweak sqlite and dbus handling for Win32 + 'Run as web app' and 'Show in toolbar' for bookmarks + Add 'Small icons' toolbar style + Fix build with Glib < 2.20 and GTK+ < 2.12 + Add Import bookmarks for XBEL, Opera and RDF + Add Open Link in Foreground/ Background Tab menu + Allow closing all tabs + Hildon file chooser support v0.2.1 + Fix Mouse Gestures to work after activation + Explicitly link to X11 to support gold + Implement various Hildon specific features + Hide the navigationbar in fullscreen + Implement permanent storage of form history + Support keyboard shortcuts like Ctrl+Tab or "a" + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + Make creation of new windows fast + Introduce the Tab History List extension + Load icons laziy at startup to speed up startup + Introduce a Web Cache extension + Refactor and tweak the Preferences dialogue + Implement combos to choose external applications v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher + Faster Adblock with element blocking, for all WebKitGTK+ versions + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + Add a DNS prefetching extension + Better IDN handling + Add a form history extension + Restore scrolling positions from the session + Keep typed address when switching tabs + Avoid storing duplicate history items per day + Fix multiple duplicate HTTP authentication dialogs + Pass mailto: links to the email client + Improve context menu with WebKitGTK+ 1.1.15 + Checkbox "Remember password" in HTTP authentication + Fix a crasher when modifying bookmarks + Support page icons other than favicon.ico + iPhone identity in Network preferences v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API + Greatly improve the address completion + Always show news feed icon + Better handling of feeds in the feed panel + Add Gtk+ and WebKit version to the About dialog + Improve tab panel and support minimized tabs + Implement disabling of extensions in crahs dialog + Don't make the web inspector transient + Tidy up the Preferences a bit + Load default bookmarks and config from /etc + Do not use xprop at runtime + Use GNOME proxy server if libsoup-gnome is installed + Integrate Save As with transfers + Save HTTP logins in a text file + Support Undo and Redo with WebKitGTK+ 1.1.14
2010-04-10 02:57:06 +02:00
share/locale/ko/LC_MESSAGES/midori.mo
share/locale/lt/LC_MESSAGES/midori.mo
share/locale/nl/LC_MESSAGES/midori.mo
Update midori to 0.2.4. v0.2.4 + Prevent completion from overlapping + Fix tab order when restoring session + Ignore accidentally middle click search + Implement bookmark export to XBEL + Provide scroll hotkeys, default to Vim + Store and complete search in location + Fix opening externally with multiple windows + Only use icons in panel buttons + Fix build with different GTK+ versions + Omit micro version and arch from ident string v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item + Use new GTK+ accessors where available + Allow searching freely in History panel + Re-implement completion based on sqlite + Re-implement completion suggestion popup + Simplify sqlite use towards efficient calls + Move panel icons to the bottom + Merge Netscape Plugins and Extensions panels + Implement 'about:version' special page + Implement 'Preferred languages' preference + Improve window raising behaviour + Allow Ctrl+Right-click to suppress javascript menu + Add 'Open link as web app' in context menu + Add 'Block image' menu item to Adblock + Location progress and compat code refactored + Implement 'Paste and proceed' in location + Move DNS prefetching into the core + Allow selecting and deleting multiple cookies + Support attaching/ detaching web inspector + Always enable web inspector + --diagnostic-dialog command line switch + Faster file existence checks + Simplified, faster adblock implementation v0.2.2 + Turn libnotify into a proper build-time dependency + Use Ctrl + Return to open tabs from the location entry + Support right-click on bookmark menu items + Support -e in midori -a and with multiple commands + Make Middle click open selection search if needed + Make Ctrl+C work as expected again + Fix order of History, Trash and Recently opened pages + Revise Shortcuts dialogue to fix oddities + Perform Form history completion case insensitive + Add 'Web Cache' to Delete Private data dialogue + Load accels from /etc/xdg if present + Improve XBEL format compatibility and performance + Fix inline find by correcting key handling + Add option to open panels in separate windows + Support Portrait orientation in Fremantle + Support Hildon MIME and URI handling + Check status before caching in Web Cache + Show popup menu on news feed icon if needed + Support Colourful Tabs with Tab Panel + Tweak sqlite and dbus handling for Win32 + 'Run as web app' and 'Show in toolbar' for bookmarks + Add 'Small icons' toolbar style + Fix build with Glib < 2.20 and GTK+ < 2.12 + Add Import bookmarks for XBEL, Opera and RDF + Add Open Link in Foreground/ Background Tab menu + Allow closing all tabs + Hildon file chooser support v0.2.1 + Fix Mouse Gestures to work after activation + Explicitly link to X11 to support gold + Implement various Hildon specific features + Hide the navigationbar in fullscreen + Implement permanent storage of form history + Support keyboard shortcuts like Ctrl+Tab or "a" + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + Make creation of new windows fast + Introduce the Tab History List extension + Load icons laziy at startup to speed up startup + Introduce a Web Cache extension + Refactor and tweak the Preferences dialogue + Implement combos to choose external applications v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher + Faster Adblock with element blocking, for all WebKitGTK+ versions + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + Add a DNS prefetching extension + Better IDN handling + Add a form history extension + Restore scrolling positions from the session + Keep typed address when switching tabs + Avoid storing duplicate history items per day + Fix multiple duplicate HTTP authentication dialogs + Pass mailto: links to the email client + Improve context menu with WebKitGTK+ 1.1.15 + Checkbox "Remember password" in HTTP authentication + Fix a crasher when modifying bookmarks + Support page icons other than favicon.ico + iPhone identity in Network preferences v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API + Greatly improve the address completion + Always show news feed icon + Better handling of feeds in the feed panel + Add Gtk+ and WebKit version to the About dialog + Improve tab panel and support minimized tabs + Implement disabling of extensions in crahs dialog + Don't make the web inspector transient + Tidy up the Preferences a bit + Load default bookmarks and config from /etc + Do not use xprop at runtime + Use GNOME proxy server if libsoup-gnome is installed + Integrate Save As with transfers + Save HTTP logins in a text file + Support Undo and Redo with WebKitGTK+ 1.1.14
2010-04-10 02:57:06 +02:00
share/locale/no/LC_MESSAGES/midori.mo
share/locale/pa/LC_MESSAGES/midori.mo
share/locale/pl/LC_MESSAGES/midori.mo
share/locale/pt/LC_MESSAGES/midori.mo
Update midori to 0.2.4. v0.2.4 + Prevent completion from overlapping + Fix tab order when restoring session + Ignore accidentally middle click search + Implement bookmark export to XBEL + Provide scroll hotkeys, default to Vim + Store and complete search in location + Fix opening externally with multiple windows + Only use icons in panel buttons + Fix build with different GTK+ versions + Omit micro version and arch from ident string v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item + Use new GTK+ accessors where available + Allow searching freely in History panel + Re-implement completion based on sqlite + Re-implement completion suggestion popup + Simplify sqlite use towards efficient calls + Move panel icons to the bottom + Merge Netscape Plugins and Extensions panels + Implement 'about:version' special page + Implement 'Preferred languages' preference + Improve window raising behaviour + Allow Ctrl+Right-click to suppress javascript menu + Add 'Open link as web app' in context menu + Add 'Block image' menu item to Adblock + Location progress and compat code refactored + Implement 'Paste and proceed' in location + Move DNS prefetching into the core + Allow selecting and deleting multiple cookies + Support attaching/ detaching web inspector + Always enable web inspector + --diagnostic-dialog command line switch + Faster file existence checks + Simplified, faster adblock implementation v0.2.2 + Turn libnotify into a proper build-time dependency + Use Ctrl + Return to open tabs from the location entry + Support right-click on bookmark menu items + Support -e in midori -a and with multiple commands + Make Middle click open selection search if needed + Make Ctrl+C work as expected again + Fix order of History, Trash and Recently opened pages + Revise Shortcuts dialogue to fix oddities + Perform Form history completion case insensitive + Add 'Web Cache' to Delete Private data dialogue + Load accels from /etc/xdg if present + Improve XBEL format compatibility and performance + Fix inline find by correcting key handling + Add option to open panels in separate windows + Support Portrait orientation in Fremantle + Support Hildon MIME and URI handling + Check status before caching in Web Cache + Show popup menu on news feed icon if needed + Support Colourful Tabs with Tab Panel + Tweak sqlite and dbus handling for Win32 + 'Run as web app' and 'Show in toolbar' for bookmarks + Add 'Small icons' toolbar style + Fix build with Glib < 2.20 and GTK+ < 2.12 + Add Import bookmarks for XBEL, Opera and RDF + Add Open Link in Foreground/ Background Tab menu + Allow closing all tabs + Hildon file chooser support v0.2.1 + Fix Mouse Gestures to work after activation + Explicitly link to X11 to support gold + Implement various Hildon specific features + Hide the navigationbar in fullscreen + Implement permanent storage of form history + Support keyboard shortcuts like Ctrl+Tab or "a" + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + Make creation of new windows fast + Introduce the Tab History List extension + Load icons laziy at startup to speed up startup + Introduce a Web Cache extension + Refactor and tweak the Preferences dialogue + Implement combos to choose external applications v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher + Faster Adblock with element blocking, for all WebKitGTK+ versions + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + Add a DNS prefetching extension + Better IDN handling + Add a form history extension + Restore scrolling positions from the session + Keep typed address when switching tabs + Avoid storing duplicate history items per day + Fix multiple duplicate HTTP authentication dialogs + Pass mailto: links to the email client + Improve context menu with WebKitGTK+ 1.1.15 + Checkbox "Remember password" in HTTP authentication + Fix a crasher when modifying bookmarks + Support page icons other than favicon.ico + iPhone identity in Network preferences v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API + Greatly improve the address completion + Always show news feed icon + Better handling of feeds in the feed panel + Add Gtk+ and WebKit version to the About dialog + Improve tab panel and support minimized tabs + Implement disabling of extensions in crahs dialog + Don't make the web inspector transient + Tidy up the Preferences a bit + Load default bookmarks and config from /etc + Do not use xprop at runtime + Use GNOME proxy server if libsoup-gnome is installed + Integrate Save As with transfers + Save HTTP logins in a text file + Support Undo and Redo with WebKitGTK+ 1.1.14
2010-04-10 02:57:06 +02:00
share/locale/pt_BR/LC_MESSAGES/midori.mo
share/locale/ro/LC_MESSAGES/midori.mo
share/locale/ru/LC_MESSAGES/midori.mo
share/locale/sk/LC_MESSAGES/midori.mo
share/locale/sr/LC_MESSAGES/midori.mo
share/locale/sr@latin/LC_MESSAGES/midori.mo
share/locale/sv/LC_MESSAGES/midori.mo
share/locale/tr/LC_MESSAGES/midori.mo
share/locale/ug/LC_MESSAGES/midori.mo
share/locale/uk/LC_MESSAGES/midori.mo
share/locale/zh_CN/LC_MESSAGES/midori.mo
share/locale/zh_TW/LC_MESSAGES/midori.mo
Update midori to 0.2.4. v0.2.4 + Prevent completion from overlapping + Fix tab order when restoring session + Ignore accidentally middle click search + Implement bookmark export to XBEL + Provide scroll hotkeys, default to Vim + Store and complete search in location + Fix opening externally with multiple windows + Only use icons in panel buttons + Fix build with different GTK+ versions + Omit micro version and arch from ident string v0.2.3 + Improve relocatability for Win32 + Implement 'Close other tabs' menu item + Use new GTK+ accessors where available + Allow searching freely in History panel + Re-implement completion based on sqlite + Re-implement completion suggestion popup + Simplify sqlite use towards efficient calls + Move panel icons to the bottom + Merge Netscape Plugins and Extensions panels + Implement 'about:version' special page + Implement 'Preferred languages' preference + Improve window raising behaviour + Allow Ctrl+Right-click to suppress javascript menu + Add 'Open link as web app' in context menu + Add 'Block image' menu item to Adblock + Location progress and compat code refactored + Implement 'Paste and proceed' in location + Move DNS prefetching into the core + Allow selecting and deleting multiple cookies + Support attaching/ detaching web inspector + Always enable web inspector + --diagnostic-dialog command line switch + Faster file existence checks + Simplified, faster adblock implementation v0.2.2 + Turn libnotify into a proper build-time dependency + Use Ctrl + Return to open tabs from the location entry + Support right-click on bookmark menu items + Support -e in midori -a and with multiple commands + Make Middle click open selection search if needed + Make Ctrl+C work as expected again + Fix order of History, Trash and Recently opened pages + Revise Shortcuts dialogue to fix oddities + Perform Form history completion case insensitive + Add 'Web Cache' to Delete Private data dialogue + Load accels from /etc/xdg if present + Improve XBEL format compatibility and performance + Fix inline find by correcting key handling + Add option to open panels in separate windows + Support Portrait orientation in Fremantle + Support Hildon MIME and URI handling + Check status before caching in Web Cache + Show popup menu on news feed icon if needed + Support Colourful Tabs with Tab Panel + Tweak sqlite and dbus handling for Win32 + 'Run as web app' and 'Show in toolbar' for bookmarks + Add 'Small icons' toolbar style + Fix build with Glib < 2.20 and GTK+ < 2.12 + Add Import bookmarks for XBEL, Opera and RDF + Add Open Link in Foreground/ Background Tab menu + Allow closing all tabs + Hildon file chooser support v0.2.1 + Fix Mouse Gestures to work after activation + Explicitly link to X11 to support gold + Implement various Hildon specific features + Hide the navigationbar in fullscreen + Implement permanent storage of form history + Support keyboard shortcuts like Ctrl+Tab or "a" + Handle SIGHUP, SIGINT, SIGTERM and SIGQUIT + Make creation of new windows fast + Introduce the Tab History List extension + Load icons laziy at startup to speed up startup + Introduce a Web Cache extension + Refactor and tweak the Preferences dialogue + Implement combos to choose external applications v0.2.0 + (Kinetic) drag scrolling on touchscreen devices + Workaround a speed dial crasher + Faster Adblock with element blocking, for all WebKitGTK+ versions + Stripped menu, toolbar and tap on hold on Maemo, and 5.0 menu support + Add a DNS prefetching extension + Better IDN handling + Add a form history extension + Restore scrolling positions from the session + Keep typed address when switching tabs + Avoid storing duplicate history items per day + Fix multiple duplicate HTTP authentication dialogs + Pass mailto: links to the email client + Improve context menu with WebKitGTK+ 1.1.15 + Checkbox "Remember password" in HTTP authentication + Fix a crasher when modifying bookmarks + Support page icons other than favicon.ico + iPhone identity in Network preferences v0.1.10: + Fix freezing when opening multiple windows + Revamp Adblock with WebKitGTK+ 1.1.14 API + Greatly improve the address completion + Always show news feed icon + Better handling of feeds in the feed panel + Add Gtk+ and WebKit version to the About dialog + Improve tab panel and support minimized tabs + Implement disabling of extensions in crahs dialog + Don't make the web inspector transient + Tidy up the Preferences a bit + Load default bookmarks and config from /etc + Do not use xprop at runtime + Use GNOME proxy server if libsoup-gnome is installed + Integrate Save As with transfers + Save HTTP logins in a text file + Support Undo and Redo with WebKitGTK+ 1.1.14
2010-04-10 02:57:06 +02:00
share/midori/res/autosuggestcontrol.css
share/midori/res/autosuggestcontrol.js
share/midori/res/error.html
share/midori/res/logo-shade.png
share/midori/res/mootools.js
share/midori/res/speeddial-head.html
share/midori/res/speeddial.json