]>
spindle.queued.net Git - midori/log
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.
Christian Dywan [Mon, 27 Oct 2008 02:03:20 +0000 (03:03 +0100)]
Cache icons in memory and fix a redirection crasher bug
Christian Dywan [Mon, 27 Oct 2008 02:01:52 +0000 (03:01 +0100)]
Correct a missing differentiation between proxy widgets
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.
Enrico Tröger [Sun, 26 Oct 2008 17:39:06 +0000 (18:39 +0100)]
Implement middle click on bookmarkbar items
Christian Dywan [Sun, 26 Oct 2008 16:08:26 +0000 (17:08 +0100)]
Change tab components again, correct close button placement
Christian Dywan [Sun, 26 Oct 2008 16:07:59 +0000 (17:07 +0100)]
Implement Save As functionality
Christian Dywan [Sat, 25 Oct 2008 23:48:21 +0000 (01:48 +0200)]
Use our own labels for WebKit Settings properties
Christian Dywan [Sat, 25 Oct 2008 23:36:15 +0000 (01:36 +0200)]
Change tab close buttons so they are less missaligned
Christian Dywan [Sat, 25 Oct 2008 22:54:57 +0000 (00:54 +0200)]
Improve OSX adjustments in various places
Christian Dywan [Sat, 25 Oct 2008 14:18:38 +0000 (16:18 +0200)]
Show icons of programs in complex commands as well
Christian Dywan [Sat, 25 Oct 2008 14:16:48 +0000 (16:16 +0200)]
Recognize favicons in domains with no trailing slash
Christian Dywan [Fri, 24 Oct 2008 17:58:58 +0000 (19:58 +0200)]
Finish soup messaging cleanly and free private data
Christian Dywan [Fri, 24 Oct 2008 17:29:57 +0000 (19:29 +0200)]
Set a default Find icon in Search if engines are empty
Dale Whittaker [Thu, 23 Oct 2008 23:35:34 +0000 (01:35 +0200)]
Display relative dates in History panel
Enrico Tröger [Thu, 23 Oct 2008 23:15:43 +0000 (01:15 +0200)]
Preserve extensions for viewing source files
Enrico Tröger [Thu, 23 Oct 2008 22:54:28 +0000 (00:54 +0200)]
Don't needlessly create text buffers
Christian Dywan [Thu, 23 Oct 2008 22:25:17 +0000 (00:25 +0200)]
Blank tabs should be titled "Blank page".
Christian Dywan [Thu, 23 Oct 2008 22:21:04 +0000 (00:21 +0200)]
Set tooltips on the sidepanel toolbar
Christian Dywan [Thu, 23 Oct 2008 22:19:04 +0000 (00:19 +0200)]
Explicitly build with GIO again, Gtk < 2.14 needs that
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.
Christian Dywan [Tue, 21 Oct 2008 22:46:53 +0000 (00:46 +0200)]
Use fallback stock icon if there is no throbber animation
Christian Dywan [Tue, 21 Oct 2008 22:28:49 +0000 (00:28 +0200)]
Show all of Toolsbars in the toolbar context menu
Christian Dywan [Tue, 21 Oct 2008 22:26:20 +0000 (00:26 +0200)]
Show progress in location independant of statusbar visibility
Christian Dywan [Tue, 21 Oct 2008 22:05:04 +0000 (00:05 +0200)]
Use Yes and No without labels in Addon toolbars
Christian Dywan [Tue, 21 Oct 2008 22:01:01 +0000 (00:01 +0200)]
Add Compact sidepanel Preference
Christian Dywan [Tue, 21 Oct 2008 21:07:07 +0000 (23:07 +0200)]
Suppress error when not building from git
Enrico Tröger [Tue, 21 Oct 2008 20:59:57 +0000 (22:59 +0200)]
Focus the location when remotely opening a new window
Christian Dywan [Tue, 21 Oct 2008 20:53:06 +0000 (22:53 +0200)]
Install the EXPAT license file
Christian Dywan [Tue, 21 Oct 2008 20:52:30 +0000 (22:52 +0200)]
Don't use the icon "page-holder", it doesn't exist
Christian Dywan [Mon, 20 Oct 2008 20:25:51 +0000 (22:25 +0200)]
Add source view icons to the location
Christian Dywan [Mon, 20 Oct 2008 19:32:25 +0000 (21:32 +0200)]
Implement View source with external Text editor
Christian Dywan [Mon, 20 Oct 2008 06:50:16 +0000 (08:50 +0200)]
Add an Open external pages in Preference
Christian Dywan [Sun, 19 Oct 2008 22:41:52 +0000 (00:41 +0200)]
Require Gtk 2.10 and don't treat GIO specially anymore
Christian Dywan [Sun, 19 Oct 2008 22:13:41 +0000 (00:13 +0200)]
Implement viewing source with libsoup
Christian Dywan [Sun, 19 Oct 2008 20:53:51 +0000 (22:53 +0200)]
Remove support for GtkSourceView
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.
Christian Dywan [Sat, 18 Oct 2008 23:52:21 +0000 (01:52 +0200)]
Add g_strcmp0 to compat, it's Glib 2.16
Enrico Tröger [Sat, 18 Oct 2008 23:32:38 +0000 (01:32 +0200)]
Compare strings with strcmp, this fixes icons in the location
Christian Dywan [Sat, 18 Oct 2008 22:35:23 +0000 (00:35 +0200)]
Bump version to 0.1.0
Christian Dywan [Sat, 18 Oct 2008 22:15:02 +0000 (00:15 +0200)]
Make the pageholder work again
Christian Dywan [Sat, 18 Oct 2008 21:21:06 +0000 (23:21 +0200)]
Show URL in New Tab menu item only over selections
Enrico Tröger [Sat, 18 Oct 2008 20:50:58 +0000 (22:50 +0200)]
Optimize view popup population
Arnaud Renevier [Sat, 18 Oct 2008 20:07:18 +0000 (22:07 +0200)]
Skip non-strings when loading or saving search engines
Christian Dywan [Sat, 18 Oct 2008 19:56:53 +0000 (21:56 +0200)]
Assign Settings to source views
Christian Dywan [Sat, 18 Oct 2008 19:48:41 +0000 (21:48 +0200)]
List some tool items in Preferences
Christian Dywan [Fri, 17 Oct 2008 22:06:47 +0000 (00:06 +0200)]
Properly reset Manage Search Engines dialog pointer
Christian Dywan [Fri, 17 Oct 2008 21:53:20 +0000 (23:53 +0200)]
Add UndoTabClose to the Dummy menu
Christian Dywan [Fri, 17 Oct 2008 21:30:31 +0000 (23:30 +0200)]
Show toolbar menu when right-clicking the menubar
Christian Dywan [Fri, 17 Oct 2008 21:18:56 +0000 (23:18 +0200)]
Properly create unfullscreen button with the toolbar
Christian Dywan [Fri, 17 Oct 2008 21:15:37 +0000 (23:15 +0200)]
Open all bookmarks in the current tab
Christian Dywan [Fri, 17 Oct 2008 21:14:21 +0000 (23:14 +0200)]
Finish essential KatzeArrayAction functionality
Christian Dywan [Fri, 17 Oct 2008 19:12:16 +0000 (21:12 +0200)]
Disconnect view settings notification in finalize
Christian Dywan [Fri, 17 Oct 2008 18:56:56 +0000 (20:56 +0200)]
Initialize a variable to avoid a warning
Enrico Tröger [Fri, 17 Oct 2008 18:52:39 +0000 (20:52 +0200)]
Correct build dependencies in midori/wscript_build
Christian Dywan [Fri, 17 Oct 2008 06:21:07 +0000 (08:21 +0200)]
Use gint64 format specifier instead of %ld
Christian Dywan [Thu, 16 Oct 2008 18:54:26 +0000 (20:54 +0200)]
Speficy -r or --run to run a file as javascript
Christian Dywan [Thu, 16 Oct 2008 18:36:42 +0000 (20:36 +0200)]
Hitting Return or Enter in a Preferences entry applies it
Brandon Mercer [Thu, 16 Oct 2008 18:29:58 +0000 (20:29 +0200)]
Don't search if there's a colon (:) in a domain
Christian Dywan [Thu, 16 Oct 2008 01:51:39 +0000 (03:51 +0200)]
Display a shaded logo in error pages
Dale Whittaker [Wed, 15 Oct 2008 23:31:47 +0000 (01:31 +0200)]
Implement number of days history is saved
Note that this will 'break' any existing history
and all dates will suddenly jump the beginning
of the unix epoch.
Christian Dywan [Wed, 15 Oct 2008 22:58:22 +0000 (00:58 +0200)]
Implement OSX Preferences style on OSX
Christian Dywan [Wed, 15 Oct 2008 01:32:11 +0000 (03:32 +0200)]
Do not localize object properties, except WebSettings
Property name localization is only useful if the
strings are meant to be used in a user interface,
such as is the case with WebSettings, or for
graphical interface builders, which are not of
our concern, since we don't use Glade and friends
and nobody else is going to use our widgets.
In short, make translation work much easier.
Christian Dywan [Wed, 15 Oct 2008 01:07:38 +0000 (03:07 +0200)]
Undo tabs-in-processes, it didn't work out
We are not literally undoing in the sense of
reverting, this is actually about undoing
the individual parts of the last refactoring
that implemented the socket/ plug logic.
As turned out, the idea was nice but the
implementation was absolutely not, embedding
of processes in a graphical way is not
at all reliable enough for complex use cases.
Naturally this change should solve all sorts
of peculiar issues, including actual
regressions in functionality. Relieving.
Christian Dywan [Mon, 13 Oct 2008 16:29:46 +0000 (18:29 +0200)]
Implement the Remeber last visited pages preference
Christian Dywan [Mon, 13 Oct 2008 15:50:07 +0000 (17:50 +0200)]
Make sqlite history storage truly optional
Christian Dywan [Sun, 12 Oct 2008 20:09:49 +0000 (22:09 +0200)]
Allow hiding the menubar and showing it again
Christian Dywan [Sun, 12 Oct 2008 19:44:00 +0000 (21:44 +0200)]
Keep otherwise unused actions in a Dummy
This is needed for accelerators to work even
if the according actions are not part of the
permanent UI description.
Christian Dywan [Sun, 12 Oct 2008 16:14:57 +0000 (18:14 +0200)]
Create navigationbar from a string of actions
Christian Dywan [Sun, 12 Oct 2008 13:33:28 +0000 (15:33 +0200)]
Make titles show URIs again instead of only about:blank
Christian Dywan [Sat, 11 Oct 2008 05:27:52 +0000 (07:27 +0200)]
Add license note to lots of files and add EXPAT file.
Christian Dywan [Sat, 11 Oct 2008 03:46:26 +0000 (05:46 +0200)]
Add --single-process command line option
Christian Dywan [Sat, 11 Oct 2008 02:02:34 +0000 (04:02 +0200)]
Focus tabs remotely opend in the running instance
Christian Dywan [Sat, 11 Oct 2008 01:36:57 +0000 (03:36 +0200)]
Actually remove old items from the trash again
Enrico Tröger [Sat, 11 Oct 2008 00:40:16 +0000 (02:40 +0200)]
Remove the Encoding key from the Desktop file
Troitskiy Nikita [Fri, 10 Oct 2008 21:40:36 +0000 (23:40 +0200)]
Add Russian translation.
Dale Whittaker [Fri, 10 Oct 2008 21:19:37 +0000 (23:19 +0200)]
Show a dialog before clearing the history
Plus you can now remove history items with Del.
Christian Dywan [Fri, 10 Oct 2008 21:00:33 +0000 (23:00 +0200)]
Notify when the current item changes
This fixes the browser not using the chosen
search engine at all.
Christian Dywan [Fri, 10 Oct 2008 20:50:56 +0000 (22:50 +0200)]
Prevent blank pages from landing in the trash
This actually used to work but meanwhile the
definition of a blank view changed.
Christian Dywan [Fri, 10 Oct 2008 20:31:37 +0000 (22:31 +0200)]
Finish refactoring the toolbar to use only actions
Finally the trash, which was the last item that
needed to be implemented as an action, is an
action, a KatzeArrayAction to be exact.
This simplifies more code and also makes Window
and RecentlyVisited generically implementable.
Incidentally this change also fixes a bug where
the browser tried to add a new tab when the last
one was closed, even while destroying itself.
Furthermore sokoke_image_menu_item_ellipsized
and sokoke_widget_popup were promoted to Katze.
We're still keeping the old functions for now.
Brandon Mercer [Wed, 8 Oct 2008 13:45:34 +0000 (15:45 +0200)]
Don't use 'stdin' or 'stdout' as variable names
Christian Dywan [Tue, 7 Oct 2008 20:30:09 +0000 (22:30 +0200)]
The URI of blank tabs is "", the title is "about:blank".
Something in the stack seems to magically turn
empty strings into about:blank, which is a problem
if we want to be able to start typing right away
when opening blank tabs.
We simply enforce the desired behaviour now.
Christian Dywan [Tue, 7 Oct 2008 01:24:27 +0000 (03:24 +0200)]
Assign KatzeItem property strings properly
Dale Whittaker [Tue, 7 Oct 2008 00:19:33 +0000 (02:19 +0200)]
Implement navigation history backed by sqlite
The implementation relies on KatzeArray for the
most part and only does the storage with sqlite
behind the scenes. The change includes a working
History panel. Changes to the database are
committed in realtime.
Christian Dywan [Sun, 5 Oct 2008 22:27:25 +0000 (00:27 +0200)]
Remove the proxy hack, it's not reliable at all
Christian Dywan [Sun, 5 Oct 2008 21:25:02 +0000 (23:25 +0200)]
Implement the search widget as an action
The most part of the search entry code is merely
moved to the new action. We remove the original
entry now, the action is all we need.
Christian Dywan [Fri, 3 Oct 2008 23:45:17 +0000 (01:45 +0200)]
Add Always Show Tabbar preference
Christian Dywan [Fri, 3 Oct 2008 23:00:34 +0000 (01:00 +0200)]
Move Find items to Edit again
Christian Dywan [Fri, 3 Oct 2008 22:56:05 +0000 (00:56 +0200)]
Undo the Primary Clipboard hack, WebKit has it now
Christian Dywan [Fri, 3 Oct 2008 22:46:54 +0000 (00:46 +0200)]
Connect Help in Preferences to HelpContents
Christian Dywan [Fri, 3 Oct 2008 20:23:00 +0000 (22:23 +0200)]
Integrate documentation, bug tracker and website
Christian Dywan [Fri, 3 Oct 2008 20:14:14 +0000 (22:14 +0200)]
Initial attempt at user documentation
Christian Dywan [Fri, 3 Oct 2008 03:45:10 +0000 (05:45 +0200)]
Make sure to present the window when opening a tab
Christian Dywan [Fri, 3 Oct 2008 01:44:16 +0000 (03:44 +0200)]
Remove User stylesheet entirely, don't support it
Christian Dywan [Fri, 3 Oct 2008 01:42:18 +0000 (03:42 +0200)]
Remove a few still unimplementable items
Remove Page setup, Print preview, Undo, Redo
and Tab overview. We still can't implement any
of these items, so let's just keep focussing on
what we *can* implement.
Christian Dywan [Thu, 2 Oct 2008 22:49:16 +0000 (00:49 +0200)]
Reimplement missing preferences
Implement font properties, web features,
Middle click opens selection,
Open tabs in the background and proxy.
While we are at it, remove Tab label size.
Christian Dywan [Wed, 1 Oct 2008 02:00:16 +0000 (04:00 +0200)]
Finally obsolete KatzeXbelItem
Christian Dywan [Tue, 30 Sep 2008 18:17:20 +0000 (20:17 +0200)]
Fix running standalone javascripts
Christian Dywan [Sun, 28 Sep 2008 14:29:41 +0000 (16:29 +0200)]
Make Find work again, and disable it for source tabs
Christian Dywan [Sun, 28 Sep 2008 09:00:31 +0000 (11:00 +0200)]
Fix Back and Forward sensitivity