Commit Graph

5308 Commits

Author SHA1 Message Date
Christian Dywan 673856ab81 Simplify MidoriPanel, remove Private 2008-06-19 20:40:37 +02:00
Christian Dywan 585977cb02 Simplify MidoriConsole, remove Private 2008-06-19 20:40:01 +02:00
Christian Dywan a7ebd75387 Simplify MidoriBrowser, remove Private 2008-06-19 20:39:00 +02:00
Christian Dywan dd03a8cbe5 Updated German translation 2008-06-17 19:20:53 +02:00
Przemysław Sitek 3fceedcaa5 Updated Polish translation 2008-06-17 19:15:48 +02:00
Christian Dywan 38c48dd9f6 Finish missing web search functionality 2008-06-16 01:13:27 +02:00
Christian Dywan f628b7dc5f Add a Bookmark Add item to the link context menu. 2008-06-15 13:29:30 +02:00
Christian Dywan 4e39a4feef Include compat.h to build with Gtk+ 2.10 again 2008-06-15 12:02:01 +02:00
Christian Dywan 7df5d483f9 Complete move of webSearch, third step of refactoring web search 2008-06-15 04:02:56 +02:00
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