update to 0.1.8
changes: Performance of working with multiple windows was improved. The download dialogue and the Transfer panel were enhanced. An annoying bug was fixed that rendered Mouse Gestures virtually unusable. Alt +n now does switch to the n-th tab as asked for by several users. Another popular question in its own right was using Midori with no menubar, for which now there is a menu button that appears upon hiding the menubar and provides features missing from the context menu. Through two new extensions finally keyboard shortcuts can be edited comfortably and a toolbar editor makes customizing the toolbar layout a walk in the park.
This commit is contained in:
parent
b38de44fc7
commit
f930fde4a0
3 changed files with 15 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.11 2009/07/22 09:01:51 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2009/07/26 20:20:51 drochner Exp $
|
||||
|
||||
DISTNAME= midori-0.1.7
|
||||
DISTNAME= midori-0.1.8
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/midori/
|
||||
|
||||
|
|
|
@ -1,11 +1,14 @@
|
|||
@comment $NetBSD: PLIST,v 1.9 2009/06/14 22:00:28 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.10 2009/07/26 20:20:51 drochner Exp $
|
||||
bin/midori
|
||||
lib/midori/libcolorful-tabs.so
|
||||
lib/midori/libcookie-manager.so
|
||||
lib/midori/libfeed-panel.so
|
||||
lib/midori/libmouse-gestures.so
|
||||
lib/midori/libpage-holder.so
|
||||
lib/midori/libshortcuts.so
|
||||
lib/midori/libstatusbar-features.so
|
||||
lib/midori/libtab-panel.so
|
||||
lib/midori/libtoolbar-editor.so
|
||||
share/applications/midori.desktop
|
||||
share/doc/midori/AUTHORS
|
||||
share/doc/midori/COPYING
|
||||
|
@ -21,6 +24,9 @@ share/icons/hicolor/16x16/status/news-feed.png
|
|||
share/icons/hicolor/22x22/apps/midori.png
|
||||
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
|
||||
|
@ -48,6 +54,8 @@ share/locale/pt/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/uk/LC_MESSAGES/midori.mo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.5 2009/06/08 21:17:04 ahoka Exp $
|
||||
$NetBSD: distinfo,v 1.6 2009/07/26 20:20:51 drochner Exp $
|
||||
|
||||
SHA1 (midori-0.1.7.tar.bz2) = 29ee96a632eacbfd40852f9ae386ea666f7f9fdb
|
||||
RMD160 (midori-0.1.7.tar.bz2) = cd17daad777242c5f2b7e4c85c2e28b2cf22d0d9
|
||||
Size (midori-0.1.7.tar.bz2) = 463060 bytes
|
||||
SHA1 (midori-0.1.8.tar.bz2) = 14a76d88c402ef325db7212fb1768c68abf9ab9b
|
||||
RMD160 (midori-0.1.8.tar.bz2) = 2dbf6596fa6011c12581aa9a4d07cd74dca810f0
|
||||
Size (midori-0.1.8.tar.bz2) = 512095 bytes
|
||||
SHA1 (patch-aa) = e8b1576dc4b42756d33eb260eab4d7fa88d4117b
|
||||
|
|
Loading…
Reference in a new issue