]> spindle.queued.net Git - midori/log
midori
16 years agoMake mouse click handling more consistent
Enrico Tröger [Tue, 11 Nov 2008 23:47:09 +0000 (00:47 +0100)]
Make mouse click handling more consistent

16 years agoUse custom key modifier mask
Enrico Tröger [Tue, 11 Nov 2008 23:16:03 +0000 (00:16 +0100)]
Use custom key modifier mask

16 years agoUse event->state instead of manually retrieving the state
Enrico Tröger [Tue, 11 Nov 2008 22:42:22 +0000 (23:42 +0100)]
Use event->state instead of manually retrieving the state

16 years agoOpen links in new tabs using Control and Left mouse button
Alexander Hesse [Tue, 11 Nov 2008 21:12:26 +0000 (22:12 +0100)]
Open links in new tabs using Control and Left mouse button

16 years agoAdd Turkish translation
Mirat Can Bayrak [Tue, 11 Nov 2008 20:58:08 +0000 (21:58 +0100)]
Add Turkish translation

16 years agoAdd Indonesian translation
Andhika Padmawan [Tue, 11 Nov 2008 20:39:31 +0000 (21:39 +0100)]
Add Indonesian translation

16 years agoUpdate location icon even if it's not in the history
Christian Dywan [Mon, 10 Nov 2008 23:51:28 +0000 (00:51 +0100)]
Update location icon even if it's not in the history

16 years agoAdd a note about LINGUAS to TRANSLATE
Christian Dywan [Mon, 10 Nov 2008 21:48:54 +0000 (22:48 +0100)]
Add a note about LINGUAS to TRANSLATE

16 years agoAdd Dutch translation
Vincent Tunru [Mon, 10 Nov 2008 21:23:42 +0000 (22:23 +0100)]
Add Dutch translation

16 years agoPrint warnings after configuring if packages are missing
Christian Dywan [Mon, 10 Nov 2008 21:18:35 +0000 (22:18 +0100)]
Print warnings after configuring if packages are missing

16 years agoUnset the tab icon if it is destroyed
Christian Dywan [Mon, 10 Nov 2008 21:02:43 +0000 (22:02 +0100)]
Unset the tab icon if it is destroyed

16 years agoAdd translation template to the repository
Christian Dywan [Mon, 10 Nov 2008 21:01:53 +0000 (22:01 +0100)]
Add translation template to the repository

16 years agoExpressly say Print background *images*
Christian Dywan [Mon, 10 Nov 2008 02:04:35 +0000 (03:04 +0100)]
Expressly say Print background *images*

16 years agoRepair completion popup to actually open the selection
Christian Dywan [Mon, 10 Nov 2008 02:03:36 +0000 (03:03 +0100)]
Repair completion popup to actually open the selection

16 years agoFaciliate translation workflow, look at TRANSLATE for details
Christian Dywan [Mon, 10 Nov 2008 00:08:38 +0000 (01:08 +0100)]
Faciliate translation workflow, look at TRANSLATE for details

Also three strings are marked untranslatable since they never
appear in the user interface and 'Unhandled settings value'
is reworded to 'Invalid configuration value'.

16 years agoImplement Save As for arbitrary links
Christian Dywan [Sun, 9 Nov 2008 21:07:42 +0000 (22:07 +0100)]
Implement Save As for arbitrary links

16 years agoMake Open selected URL in New Tab work again
Christian Dywan [Sun, 9 Nov 2008 18:51:12 +0000 (19:51 +0100)]
Make Open selected URL in New Tab work again

16 years agoMove around history loading in MidoriBrowser
Christian Dywan [Sun, 9 Nov 2008 18:26:48 +0000 (19:26 +0100)]
Move around history loading in MidoriBrowser

16 years agoMove completion logic from LocationEntry to LocationAction
Christian Dywan [Sun, 9 Nov 2008 18:09:35 +0000 (19:09 +0100)]
Move completion logic from LocationEntry to LocationAction

This resolves various indirections, and since we are always
using the action anyway, we finally move all logic to one
place. There should be room for optimizations now.
Incidentally this also keeps the completion intact if
the entry needs to be recreated.

16 years agoUpdate Finnish translation
Elias Julkunen [Sat, 8 Nov 2008 12:17:53 +0000 (13:17 +0100)]
Update Finnish translation

16 years agoRemove sqlite header check, it turns out to be wrong
Christian Dywan [Sat, 8 Nov 2008 12:12:54 +0000 (13:12 +0100)]
Remove sqlite header check, it turns out to be wrong

16 years agoDo not load icons automatically everywhere
Christian Dywan [Sat, 8 Nov 2008 02:24:02 +0000 (03:24 +0100)]
Do not load icons automatically everywhere

KatzeNet won't attempt to load icons that are not
cached unless the caller provides an icon callback.
For the moment, this means much less loading
for items that are not actually visible, but for
visiting pages or looking at bookmark menus.

16 years agoIntroduce descriptive comments meant to help translators
Christian Dywan [Sat, 8 Nov 2008 02:05:30 +0000 (03:05 +0100)]
Introduce descriptive comments meant to help translators

intltool automatically embeds comments in the po template
if they are directly before a translatable string. From
now on we will try to avoid leaving accidental comments
and instead put descriptive comments for translators
before strings, starting with 'i18n'.

16 years agoImplement sorting location items by the number of visits
Dale Whittaker [Sat, 8 Nov 2008 01:23:08 +0000 (02:23 +0100)]
Implement sorting location items by the number of visits

For the moment, a define in the code decides whether items
are sorted based on when they were added or how often
a page was visited. The 'visits' property and respective
database column is unused (we keep it for compatibility).
It turns out it's enough to store that information in
the tree model.

The visit based sorting is not enabled because it is
simply delaying startup incredibly. It will have to be
decided whether to introduce a preference, or always use
a visited based sorting once the startup delay is fixed.

History items are also deleted from the tree model now
if they are too old, according to the preference.

16 years agoConditionally silence JavaScriptCore deprecation warning
Christian Dywan [Thu, 6 Nov 2008 00:51:46 +0000 (01:51 +0100)]
Conditionally silence JavaScriptCore deprecation warning

16 years agoBolden completion matches and gray URIs instead of small font
Christian Dywan [Thu, 6 Nov 2008 00:40:06 +0000 (01:40 +0100)]
Bolden completion matches and gray URIs instead of small font

16 years agoRemove unused gdk_pixbuf_new_from_stream and sokoke_web_icon
Christian Dywan [Thu, 6 Nov 2008 00:36:57 +0000 (01:36 +0100)]
Remove unused gdk_pixbuf_new_from_stream and sokoke_web_icon

16 years agoSmall adjustments to the History panel
Christian Dywan [Thu, 6 Nov 2008 00:32:42 +0000 (01:32 +0100)]
Small adjustments to the History panel

Based on suggestions by Dale

16 years agoShow title in location combo and the URI below in small font
Christian Dywan [Tue, 4 Nov 2008 01:50:25 +0000 (02:50 +0100)]
Show title in location combo and the URI below in small font

16 years agoImplement history based auto completion in the location
Dale Whittaker [Tue, 4 Nov 2008 01:10:51 +0000 (02:10 +0100)]
Implement history based auto completion in the location

16 years agoUpdate Spanish translation
Christian Dywan [Sun, 2 Nov 2008 23:47:15 +0000 (00:47 +0100)]
Update Spanish translation

16 years agoUpdate French translation
Christian Dywan [Sun, 2 Nov 2008 23:21:15 +0000 (00:21 +0100)]
Update French translation

16 years agoUpdate German translation
Christian Dywan [Sun, 2 Nov 2008 23:19:47 +0000 (00:19 +0100)]
Update German translation

16 years agoAdd file TRANSLATE with tips for translating Midori
Christian Dywan [Sun, 2 Nov 2008 23:19:11 +0000 (00:19 +0100)]
Add file TRANSLATE with tips for translating Midori

16 years agoImprove strings for the sake of better localization
Christian Dywan [Sun, 2 Nov 2008 23:17:43 +0000 (00:17 +0100)]
Improve strings for the sake of better localization

16 years agoSimplify Download menu item and hide WebKit's item
Christian Dywan [Sat, 1 Nov 2008 18:25:13 +0000 (19:25 +0100)]
Simplify Download menu item and hide WebKit's item

16 years agoCorrect erroneous strings
Christian Dywan [Sat, 1 Nov 2008 18:19:28 +0000 (19:19 +0100)]
Correct erroneous strings

16 years agoInitial support for the Web Inspector
Christian Dywan [Sat, 1 Nov 2008 18:15:58 +0000 (19:15 +0100)]
Initial support for the Web Inspector

16 years agoMarge some more of history and bookmark handling
Christian Dywan [Fri, 31 Oct 2008 00:38:18 +0000 (01:38 +0100)]
Marge some more of history and bookmark handling

16 years agoUse Yes and No for enabling and disabling addons
Christian Dywan [Fri, 31 Oct 2008 00:35:20 +0000 (01:35 +0100)]
Use Yes and No for enabling and disabling addons

Incidentally this implicitly corrects the Clear History
dialog which used to display Enable and Disable buttons.

16 years agoFix tab icon alignment and hiding throbber fallback when needed
Christian Dywan [Thu, 30 Oct 2008 21:17:19 +0000 (22:17 +0100)]
Fix tab icon alignment and hiding throbber fallback when needed

16 years agoAdd Finnish translation.
Elias Julkunen [Thu, 30 Oct 2008 01:34:40 +0000 (02:34 +0100)]
Add Finnish translation.

16 years agoApply some cleanup with regard to referencing and more
Christian Dywan [Thu, 30 Oct 2008 01:21:19 +0000 (02:21 +0100)]
Apply some cleanup with regard to referencing and more

16 years agoRefactor bookmark context menu, apply it on the bookmarkbar
Christian Dywan [Thu, 30 Oct 2008 01:19:52 +0000 (02:19 +0100)]
Refactor bookmark context menu, apply it on the bookmarkbar

16 years agoEllipsize bookmarkbar items reasonably
Christian Dywan [Wed, 29 Oct 2008 03:07:37 +0000 (04:07 +0100)]
Ellipsize bookmarkbar items reasonably

16 years agoAllow adding bookmarks from history items
Dale Whittaker [Wed, 29 Oct 2008 02:43:08 +0000 (03:43 +0100)]
Allow adding bookmarks from history items

16 years agoExplain how to debug Midori in INSTALL file
Christian Dywan [Mon, 27 Oct 2008 21:57:28 +0000 (22:57 +0100)]
Explain how to debug Midori in INSTALL file

16 years agoLimit the number of items in the location popup
Dale Whittaker [Mon, 27 Oct 2008 21:43:27 +0000 (22:43 +0100)]
Limit the number of items in the location popup

16 years agoDon't doublicate the "." in cached filenames
Enrico Tröger [Mon, 27 Oct 2008 21:36:41 +0000 (22:36 +0100)]
Don't doublicate the "." in cached filenames

16 years agoShare net between browser and views
Christian Dywan [Mon, 27 Oct 2008 03:23:41 +0000 (04:23 +0100)]
Share net between browser and views

16 years agoPreserve location entry model beyond widget lifetime
Christian Dywan [Mon, 27 Oct 2008 02:35:37 +0000 (03:35 +0100)]
Preserve location entry model beyond widget lifetime

16 years agoFirst stab at integration history with the location
Dale Whittaker [Mon, 27 Oct 2008 02:12:09 +0000 (03:12 +0100)]
First stab at integration history with the location

For starters, the location contains items from the
history and not only from the current session.

16 years agoCache icons in memory and fix a redirection crasher bug
Christian Dywan [Mon, 27 Oct 2008 02:03:20 +0000 (03:03 +0100)]
Cache icons in memory and fix a redirection crasher bug

16 years agoCorrect a missing differentiation between proxy widgets
Christian Dywan [Mon, 27 Oct 2008 02:01:52 +0000 (03:01 +0100)]
Correct a missing differentiation between proxy widgets

16 years agoRevamp bookmarkbar items based on KatzeArrayAction
Christian Dywan [Sun, 26 Oct 2008 21:22:26 +0000 (22:22 +0100)]
Revamp bookmarkbar items based on KatzeArrayAction

Some refactoring in KatzeArrayAction and the addition
of a function to create arbitrary bookmark tool items
allows us to easily revamp the bookmarkbar so that
it finally reflectls changes to the bookmarks,
including adding and removing items.

16 years agoImplement middle click on bookmarkbar items
Enrico Tröger [Sun, 26 Oct 2008 17:39:06 +0000 (18:39 +0100)]
Implement middle click on bookmarkbar items

16 years agoChange tab components again, correct close button placement
Christian Dywan [Sun, 26 Oct 2008 16:08:26 +0000 (17:08 +0100)]
Change tab components again, correct close button placement

16 years agoImplement Save As functionality
Christian Dywan [Sun, 26 Oct 2008 16:07:59 +0000 (17:07 +0100)]
Implement Save As functionality

16 years agoUse our own labels for WebKit Settings properties
Christian Dywan [Sat, 25 Oct 2008 23:48:21 +0000 (01:48 +0200)]
Use our own labels for WebKit Settings properties

16 years agoChange tab close buttons so they are less missaligned
Christian Dywan [Sat, 25 Oct 2008 23:36:15 +0000 (01:36 +0200)]
Change tab close buttons so they are less missaligned

16 years agoImprove OSX adjustments in various places
Christian Dywan [Sat, 25 Oct 2008 22:54:57 +0000 (00:54 +0200)]
Improve OSX adjustments in various places

16 years agoShow icons of programs in complex commands as well
Christian Dywan [Sat, 25 Oct 2008 14:18:38 +0000 (16:18 +0200)]
Show icons of programs in complex commands as well

16 years agoRecognize favicons in domains with no trailing slash
Christian Dywan [Sat, 25 Oct 2008 14:16:48 +0000 (16:16 +0200)]
Recognize favicons in domains with no trailing slash

16 years agoFinish soup messaging cleanly and free private data
Christian Dywan [Fri, 24 Oct 2008 17:58:58 +0000 (19:58 +0200)]
Finish soup messaging cleanly and free private data

16 years agoSet a default Find icon in Search if engines are empty
Christian Dywan [Fri, 24 Oct 2008 17:29:57 +0000 (19:29 +0200)]
Set a default Find icon in Search if engines are empty

16 years agoDisplay relative dates in History panel
Dale Whittaker [Thu, 23 Oct 2008 23:35:34 +0000 (01:35 +0200)]
Display relative dates in History panel

16 years agoPreserve extensions for viewing source files
Enrico Tröger [Thu, 23 Oct 2008 23:15:43 +0000 (01:15 +0200)]
Preserve extensions for viewing source files

16 years agoDon't needlessly create text buffers
Enrico Tröger [Thu, 23 Oct 2008 22:54:28 +0000 (00:54 +0200)]
Don't needlessly create text buffers

16 years agoBlank tabs should be titled "Blank page".
Christian Dywan [Thu, 23 Oct 2008 22:25:17 +0000 (00:25 +0200)]
Blank tabs should be titled "Blank page".

16 years agoSet tooltips on the sidepanel toolbar
Christian Dywan [Thu, 23 Oct 2008 22:21:04 +0000 (00:21 +0200)]
Set tooltips on the sidepanel toolbar

16 years agoExplicitly build with GIO again, Gtk < 2.14 needs that
Christian Dywan [Thu, 23 Oct 2008 22:19:04 +0000 (00:19 +0200)]
Explicitly build with GIO again, Gtk < 2.14 needs that

16 years agoImplement KatzeNet as a generic URI loader
Christian Dywan [Thu, 23 Oct 2008 22:09:12 +0000 (00:09 +0200)]
Implement KatzeNet as a generic URI loader

KatzeNet can from now on be used where
URIs are handled and one would have used
libSoup and/ or local file handling as
appropriate, whereas KatzeNet does both.

Since we are displaying icons in several
places KatzeNet also provides an icon
loader that saves us from doublicating
even more code.

All bookmarks and also history items have
icons now, since KatzeNet makes that
incredibly easy.

Search engines are also using favicons
now, and right now custom icons don't
work, we still need to fix that.

Note that only icons are cached, nothing
else and the code is known to have a
hidden, hard to reproduce crasher which
may appear when an icon is newly loaded.

16 years agoUse fallback stock icon if there is no throbber animation
Christian Dywan [Tue, 21 Oct 2008 22:46:53 +0000 (00:46 +0200)]
Use fallback stock icon if there is no throbber animation

16 years agoShow all of Toolsbars in the toolbar context menu
Christian Dywan [Tue, 21 Oct 2008 22:28:49 +0000 (00:28 +0200)]
Show all of Toolsbars in the toolbar context menu

16 years agoShow progress in location independant of statusbar visibility
Christian Dywan [Tue, 21 Oct 2008 22:26:20 +0000 (00:26 +0200)]
Show progress in location independant of statusbar visibility

16 years agoUse Yes and No without labels in Addon toolbars
Christian Dywan [Tue, 21 Oct 2008 22:05:04 +0000 (00:05 +0200)]
Use Yes and No without labels in Addon toolbars

16 years agoAdd Compact sidepanel Preference
Christian Dywan [Tue, 21 Oct 2008 22:01:01 +0000 (00:01 +0200)]
Add Compact sidepanel Preference

16 years agoSuppress error when not building from git
Christian Dywan [Tue, 21 Oct 2008 21:07:07 +0000 (23:07 +0200)]
Suppress error when not building from git

16 years agoFocus the location when remotely opening a new window
Enrico Tröger [Tue, 21 Oct 2008 20:59:57 +0000 (22:59 +0200)]
Focus the location when remotely opening a new window

16 years agoInstall the EXPAT license file
Christian Dywan [Tue, 21 Oct 2008 20:53:06 +0000 (22:53 +0200)]
Install the EXPAT license file

16 years agoDon't use the icon "page-holder", it doesn't exist
Christian Dywan [Tue, 21 Oct 2008 20:52:30 +0000 (22:52 +0200)]
Don't use the icon "page-holder", it doesn't exist

16 years agoAdd source view icons to the location
Christian Dywan [Mon, 20 Oct 2008 20:25:51 +0000 (22:25 +0200)]
Add source view icons to the location

16 years agoImplement View source with external Text editor
Christian Dywan [Mon, 20 Oct 2008 19:32:25 +0000 (21:32 +0200)]
Implement View source with external Text editor

16 years agoAdd an Open external pages in Preference
Christian Dywan [Mon, 20 Oct 2008 06:50:16 +0000 (08:50 +0200)]
Add an Open external pages in Preference

16 years agoRequire Gtk 2.10 and don't treat GIO specially anymore
Christian Dywan [Sun, 19 Oct 2008 22:41:52 +0000 (00:41 +0200)]
Require Gtk 2.10 and don't treat GIO specially anymore

16 years agoImplement viewing source with libsoup
Christian Dywan [Sun, 19 Oct 2008 22:13:41 +0000 (00:13 +0200)]
Implement viewing source with libsoup

16 years agoRemove support for GtkSourceView
Christian Dywan [Sun, 19 Oct 2008 20:53:51 +0000 (22:53 +0200)]
Remove support for GtkSourceView

16 years agoLoad and cache favicons with libsoup instead of GIO
Christian Dywan [Sun, 19 Oct 2008 20:18:07 +0000 (22:18 +0200)]
Load and cache favicons with libsoup instead of GIO

The previous code relied on GIO implementing HTTP
with libsoup, so this is effectively not a new
dependency. And since many people don't have GVfs
and even if they do, somehow GIO doesn't work as
good as one should expect, direct use of libsoup
is actually an improvement. Plus the new code
caches icons on disk which we didn't do before.

16 years agoAdd g_strcmp0 to compat, it's Glib 2.16
Christian Dywan [Sat, 18 Oct 2008 23:52:21 +0000 (01:52 +0200)]
Add g_strcmp0 to compat, it's Glib 2.16

16 years agoCompare strings with strcmp, this fixes icons in the location
Enrico Tröger [Sat, 18 Oct 2008 23:32:38 +0000 (01:32 +0200)]
Compare strings with strcmp, this fixes icons in the location

16 years agoBump version to 0.1.0
Christian Dywan [Sat, 18 Oct 2008 22:35:23 +0000 (00:35 +0200)]
Bump version to 0.1.0

16 years agoMake the pageholder work again
Christian Dywan [Sat, 18 Oct 2008 22:15:02 +0000 (00:15 +0200)]
Make the pageholder work again

16 years agoShow URL in New Tab menu item only over selections
Christian Dywan [Sat, 18 Oct 2008 21:21:06 +0000 (23:21 +0200)]
Show URL in New Tab menu item only over selections

16 years agoOptimize view popup population
Enrico Tröger [Sat, 18 Oct 2008 20:50:58 +0000 (22:50 +0200)]
Optimize view popup population

16 years agoSkip non-strings when loading or saving search engines
Arnaud Renevier [Sat, 18 Oct 2008 20:07:18 +0000 (22:07 +0200)]
Skip non-strings when loading or saving search engines

16 years agoAssign Settings to source views
Christian Dywan [Sat, 18 Oct 2008 19:56:53 +0000 (21:56 +0200)]
Assign Settings to source views

16 years agoList some tool items in Preferences
Christian Dywan [Sat, 18 Oct 2008 19:48:41 +0000 (21:48 +0200)]
List some tool items in Preferences

16 years agoProperly reset Manage Search Engines dialog pointer
Christian Dywan [Fri, 17 Oct 2008 22:06:47 +0000 (00:06 +0200)]
Properly reset Manage Search Engines dialog pointer

16 years agoAdd UndoTabClose to the Dummy menu
Christian Dywan [Fri, 17 Oct 2008 21:53:20 +0000 (23:53 +0200)]
Add UndoTabClose to the Dummy menu

16 years agoShow toolbar menu when right-clicking the menubar
Christian Dywan [Fri, 17 Oct 2008 21:30:31 +0000 (23:30 +0200)]
Show toolbar menu when right-clicking the menubar