Commit graph

599 commits

Author SHA1 Message Date
Christian Dywan
3ac8bdb438 Introduce MidoriWebList, second step of refactoring web search 2008-06-14 02:23:33 +02:00
Christian Dywan
86129a03da Merge MidoriAddonsPrivate with MidoriAddons and hide it 2008-06-12 23:58:08 +02:00
Christian Dywan
1ffbfaded9 Merge MidoriAppPrivate with MidoriApp and hide it 2008-06-12 23:46:08 +02:00
Christian Dywan
f9fdf1af63 Merge KatzeThrobberPrivate with KatzeThrobber and hide it 2008-06-12 23:44:34 +02:00
Christian Dywan
276309f481 Update French translation. 2008-06-10 22:58:33 +02:00
Christian Dywan
06d6aa46af Update German translation. 2008-06-10 22:18:09 +02:00
Christian Dywan
2aeca51fbe Print an error message if midori fails to run 2008-06-10 16:20:02 +02:00
Christian Dywan
074d239b3c Fix autotools build. 2008-06-09 19:32:55 +02:00
Christian Dywan
f2aff5f290 Introduce WebItem, first step of refactoring web search 2008-06-09 03:17:01 +02:00
Christian Dywan
8e8e9f3663 Remove zoom compatibility, use new API or fall through 2008-06-09 03:13:08 +02:00
Christian Dywan
0cf86e0ee0 Move tooltip API from sokoke to compat 2008-06-08 19:45:33 +02:00
Christian Dywan
13f8171e24 Add Zoom Stepping Value to Preferences 2008-06-08 18:42:39 +02:00
Christian Dywan
066c5a11c7 Enable mouse wheel zoom bindings. 2008-06-08 17:49:59 +02:00
Christian Dywan
7e46d4e880 Remove 'midori' from .gitignore 2008-06-08 17:47:06 +02:00
Christian Dywan
65c0195501 Introduce compat.h which provides new api for old libraries 2008-06-08 17:46:24 +02:00
Christian Dywan
cdadca0d0c Cleanup and fix a race condition causing an ugly warning. 2008-06-08 16:58:03 +02:00
Christian Dywan
6d35511604 Fix segfault on quit, improve app and browser interface 2008-06-08 01:25:57 +02:00
Christian Dywan
674b237f97 Fix last commit, one file was not updated. 2008-06-08 01:16:06 +02:00
Christian Dywan
f1166afa0a Remove version strings from build and --version output 2008-06-07 13:02:18 +02:00
Mike Massonnet
bbd404eba5 Run 'configure' implicitly from autogen.sh 2008-06-07 12:32:03 +02:00
Enrico Tröger
17c5191100 Fix desktop file install, use DATADIR properly 2008-06-07 11:54:40 +02:00
Christian Dywan
c1573fd10e Update waf to 1.4.2 from svn including po fix 2008-06-03 23:10:46 +02:00
Christian Dywan
3af84ebfd6 Default to current URI and page for Bookmark Add 2008-06-02 23:57:53 +02:00
Christian Dywan
c7626bfda2 Fix and update translation template handling 2008-06-02 01:54:38 +02:00
Christian Dywan
a97264a090 Fix 'missing cursor' in entries 2008-06-01 23:58:00 +02:00
Christian Dywan
b511f12b9b Rename folder 'src' to 'midori' 2008-06-01 23:47:27 +02:00
Christian Dywan
ad44a94354 Install scalable icon with autotools 2008-06-01 21:57:27 +02:00
Christian Dywan
5fcb26b123 Cleanup sokoke 2008-06-01 17:39:57 +02:00
Christian Dywan
84036dc39e Change a few strings, particularly New Bookmark => Add Bookmark 2008-06-01 16:40:44 +02:00
Enrico Tröger
f79806bb27 Fix opening files from command line with a relative path 2008-06-01 15:24:55 +02:00
Christian Dywan
4e5afd5041 Check for unistd.h in waf, update cache on (un)install only 2008-06-01 15:16:40 +02:00
Enrico Tröger
8495ffa571 Fix superuser warning bar 2008-06-01 15:15:38 +02:00
Christian Dywan
aa6c1ccec4 Fill in discriptions for tooltips 2008-06-01 14:08:48 +02:00
Christian Dywan
714f7c65f6 Add print support via javascript 2008-06-01 11:43:55 +02:00
Christian Dywan
a61568c16a Add zoom functionality, if webkit supports it 2008-06-01 11:26:10 +02:00
Christian Dywan
8e494ba206 Provide action signals as javascript functions
From javscript C functions cannot be called, but signals
are available through the GObject type system. So
we allow javascript to call action signals like functions.

At the same time we modify a few browser functions, so
that they are functions that are available as signals.
2008-06-01 00:21:08 +02:00
Christian Dywan
54ea63f161 Update icon cache on uninstall, catch missing gtk-update-icon-cache 2008-05-31 14:57:07 +02:00
Christian Dywan
f00522ac27 Use 'midori' icon and update icon cache in waf 2008-05-31 14:31:10 +02:00
Christian Dywan
3ea30bfd4e Use 'pproc' in waf in place of subprocess 2008-05-31 13:51:03 +02:00
Christian Dywan
4f0b7bea63 Mark required packages as 'mandatory' in waf 2008-05-31 12:43:37 +02:00
Christian Dywan
2f93031755 Add svg icon and according waf logic 2008-05-31 12:14:15 +02:00
Christian Dywan
95cbba2548 First attempt at a waf build system 2008-05-31 12:04:52 +02:00
Christian Dywan
29e87133ae Updated AUTHORS file. 2008-05-23 02:02:21 +02:00
Enrico Tröger
a6aa345316 Do not set a tooltip on tool items if the text is empty 2008-05-23 01:58:44 +02:00
Christian Dywan
4a488da7b1 Implement MidoriApp singleton and improve multiple window support
The new singleton holds the shared settings and trash. It is
further more used to keep track of all open windows and quits
when the last window was closed. It also watches the focus in
case you need something like a "current" browser.
2008-05-23 00:17:10 +02:00
Christian Dywan
61d26feae8 Apply a few small corrections. 2008-05-22 14:32:54 +02:00
Christian Dywan
6982b226b8 Do not call setlocale, let gtk handle this. 2008-05-22 14:30:52 +02:00
Christian Dywan
6bc5150ea2 Add Show Homepage option, remove Form Fill and Small Toolbar 2008-05-20 03:21:11 +02:00
Enrico Tröger
ebdedf6f31 Remember the last opened folder for File Open
The File Open dialog should remember the last opened folder
or try to obtain it from the currently opened web view.
Besides the dialog ought to be transient.
2008-05-20 03:01:54 +02:00
SZERVÁC Attila
773f5d8d35 Add Hungarian translation. 2008-05-12 01:26:25 +02:00