Arnaud Renevier
3a9071a761
Skip non-strings when loading or saving search engines
2008-10-18 22:08:51 +02:00
Christian Dywan
8ad5649422
Assign Settings to source views
2008-10-18 21:56:53 +02:00
Christian Dywan
26ac7a379d
List some tool items in Preferences
2008-10-18 21:48:41 +02:00
Christian Dywan
fa9becaf83
Properly reset Manage Search Engines dialog pointer
2008-10-18 00:06:47 +02:00
Christian Dywan
5ec06f6d2e
Add UndoTabClose to the Dummy menu
2008-10-17 23:53:20 +02:00
Christian Dywan
d53ef7c92f
Show toolbar menu when right-clicking the menubar
2008-10-17 23:30:31 +02:00
Christian Dywan
741c5b953a
Properly create unfullscreen button with the toolbar
2008-10-17 23:18:56 +02:00
Christian Dywan
7b82ccc139
Open all bookmarks in the current tab
2008-10-17 23:15:37 +02:00
Christian Dywan
ee3b7a3b51
Finish essential KatzeArrayAction functionality
2008-10-17 23:14:21 +02:00
Christian Dywan
3f5ac14b45
Disconnect view settings notification in finalize
2008-10-17 21:12:16 +02:00
Christian Dywan
171030a3a8
Initialize a variable to avoid a warning
2008-10-17 20:56:56 +02:00
Enrico Tröger
6eefea515e
Correct build dependencies in midori/wscript_build
2008-10-17 20:52:39 +02:00
Christian Dywan
49956f6b9b
Use gint64 format specifier instead of %ld
2008-10-17 08:21:07 +02:00
Christian Dywan
6cd7e61c61
Speficy -r or --run to run a file as javascript
2008-10-16 20:54:26 +02:00
Christian Dywan
a12f3d10e0
Hitting Return or Enter in a Preferences entry applies it
2008-10-16 20:36:42 +02:00
Brandon Mercer
43b1959762
Don't search if there's a colon (:) in a domain
2008-10-16 20:29:58 +02:00
Christian Dywan
7849f28e08
Display a shaded logo in error pages
2008-10-16 03:51:39 +02:00
Dale Whittaker
49a4b00b71
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.
2008-10-16 01:31:47 +02:00
Christian Dywan
ae14651145
Implement OSX Preferences style on OSX
2008-10-16 00:58:22 +02:00
Christian Dywan
58255d19aa
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.
2008-10-15 03:32:11 +02:00
Christian Dywan
7597e2026d
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.
2008-10-15 03:07:38 +02:00
Christian Dywan
d72579711c
Implement the Remeber last visited pages preference
2008-10-13 18:29:46 +02:00
Christian Dywan
68cf3388f6
Make sqlite history storage truly optional
2008-10-13 17:50:07 +02:00
Christian Dywan
36a99b9d22
Allow hiding the menubar and showing it again
2008-10-12 22:09:49 +02:00
Christian Dywan
552854c11f
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.
2008-10-12 21:44:00 +02:00
Christian Dywan
91ea115171
Create navigationbar from a string of actions
2008-10-12 18:25:26 +02:00
Christian Dywan
b7bc4af7ce
Make titles show URIs again instead of only about:blank
2008-10-12 15:33:28 +02:00
Christian Dywan
c1aff9030f
Add license note to lots of files and add EXPAT file.
2008-10-11 07:27:52 +02:00
Christian Dywan
cee341f407
Add --single-process command line option
2008-10-11 05:53:59 +02:00
Christian Dywan
9f2418d455
Focus tabs remotely opend in the running instance
2008-10-11 04:02:34 +02:00
Christian Dywan
1bc9238f87
Actually remove old items from the trash again
2008-10-11 03:36:57 +02:00
Enrico Tröger
ca411ee2b3
Remove the Encoding key from the Desktop file
2008-10-11 02:40:16 +02:00
Troitskiy Nikita
b343611f5f
Add Russian translation.
2008-10-10 23:41:16 +02:00
Dale Whittaker
77a813dba2
Show a dialog before clearing the history
...
Plus you can now remove history items with Del.
2008-10-10 23:19:37 +02:00
Christian Dywan
52c9eca92a
Notify when the current item changes
...
This fixes the browser not using the chosen
search engine at all.
2008-10-10 23:00:33 +02:00
Christian Dywan
06aa03c6a6
Prevent blank pages from landing in the trash
...
This actually used to work but meanwhile the
definition of a blank view changed.
2008-10-10 22:50:56 +02:00
Christian Dywan
e1b828edf2
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.
2008-10-10 22:31:37 +02:00
Brandon Mercer
16e47a6a1f
Don't use 'stdin' or 'stdout' as variable names
2008-10-08 15:45:34 +02:00
Christian Dywan
9abfe87be9
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.
2008-10-07 22:30:09 +02:00
Christian Dywan
63fc20b6f4
Assign KatzeItem property strings properly
2008-10-07 03:24:27 +02:00
Dale Whittaker
d445745787
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.
2008-10-07 02:19:33 +02:00
Christian Dywan
a13f8b64b3
Remove the proxy hack, it's not reliable at all
2008-10-06 00:27:25 +02:00
Christian Dywan
ba6386850e
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.
2008-10-05 23:25:02 +02:00
Christian Dywan
aa5602ec9e
Add Always Show Tabbar preference
2008-10-04 01:45:17 +02:00
Christian Dywan
f7436303f6
Move Find items to Edit again
2008-10-04 01:00:34 +02:00
Christian Dywan
ba681359f5
Undo the Primary Clipboard hack, WebKit has it now
2008-10-04 00:56:05 +02:00
Christian Dywan
5eb74b6bf3
Connect Help in Preferences to HelpContents
2008-10-04 00:46:54 +02:00
Christian Dywan
8953a9b26b
Integrate documentation, bug tracker and website
2008-10-03 22:23:00 +02:00
Christian Dywan
e4238d7c73
Initial attempt at user documentation
2008-10-03 22:14:14 +02:00
Christian Dywan
c36784229c
Make sure to present the window when opening a tab
2008-10-03 05:45:10 +02:00