Commit graph

867 commits

Author SHA1 Message Date
Christian Dywan 8e7c445482 Drop Glib < 2.16 and WebKitGTK+ < 1.1.1 compat functions 2009-03-16 01:26:52 +01:00
Christian Dywan 13dc1502c8 Use gtk_show_uri, GIO or Exo to open email adresses 2009-03-16 01:21:59 +01:00
Christian Dywan 5d41589437 Bump requirements to WebKitGTK+, Glib 2.16 and libsoup 2.25.2 2009-03-16 01:18:22 +01:00
Christian Dywan cea8294a18 Enclose MIME type in single quotes in the error message 2009-03-15 18:44:16 +01:00
Anton Shestakov d30f7776a2 Update Russian translation 2009-03-15 18:40:47 +01:00
Sérgio Marques 8086821908 Update Portuguese translation 2009-03-15 18:31:43 +01:00
Pascal Gervais a5015fa027 Update French translation 2009-03-15 00:21:44 +01:00
Pascal Gervais 8054be90c3 Update French translation 2009-03-15 00:10:03 +01:00
Stanley Zhang 856082a7b9 Add Simplified Chinese translation 2009-03-14 23:56:46 +01:00
Christian Dywan bc3e1408b7 Check for and link with libm 2009-03-12 18:20:14 +01:00
Christian Dywan 74cccb0aae Add tooltips to Enable and Disable buttons 2009-03-10 19:35:11 +01:00
Wei-Lun Chao 0b4dee4889 Add Traditional Chinese translation 2009-03-08 02:18:32 +01:00
Anton Shestakov a65e8c9aba Update Russian translation 2009-03-08 00:48:40 +01:00
Sergio Durzu 8f8f00f8b8 Update Italian translation 2009-03-08 00:12:27 +01:00
Christian Dywan 1af23afbe8 Implement Last Visited Pages menu and toolbar item
We use the name of history folders now to store dates instead
of the token. This makes it possible to show history in an action.
2009-03-07 14:00:14 +01:00
Christian Dywan aa181a4a6f Make the proxy insensitive if the array is unset 2009-03-07 13:58:32 +01:00
Christian Dywan abbfc163a3 Use session function in WebKitGTK+ 1.1.1 and prepare the session 2009-03-06 20:29:40 +01:00
Christian Dywan 60d5452b5e Implement a button to use the current page as homepage 2009-03-05 23:36:13 +01:00
Christian Dywan b91b8c5c4b Add unit test for the browser, it tests actions at this point 2009-03-05 23:10:05 +01:00
Christian Dywan 7c10d2078a Make sure there actually is a web view when returning the level 2009-03-05 23:09:22 +01:00
Christian Dywan 1fb5222a3f Fix zooming, and make Zoom Normal work again 2009-03-05 22:45:34 +01:00
Christian Dywan f64547f723 Load and save extension settings automatically 2009-03-05 22:22:18 +01:00
Christian Dywan 7708e90214 Implement bypassing cache when reloading with Shift 2009-03-04 23:23:23 +01:00
Enrico Tröger 40f36328c2 Add WebKit version check to compat.h and use it in Preferences 2009-03-04 23:07:29 +01:00
Christian Dywan abf30976af Always show Network and Cookie prefs if we have WebKitGTK+ 1.1.1 2009-03-04 02:04:37 +01:00
Christian Dywan d9f90f13e6 Avoid having no main frame, this fixes a g_signal_connect warning 2009-03-04 02:03:38 +01:00
Christian Dywan 5e458d2a5a Disable Find inline while typing by default
Some web pages make heavy use of hotkeys with a single letter.
2009-03-03 01:02:28 +01:00
Christian Dywan 3b8b96a52d Update German translation 2009-03-03 01:01:57 +01:00
Christian Dywan f5f3262774 Update translation template 2009-03-03 00:59:19 +01:00
Pascal Gervais bd2e38e0f1 Update French translation 2009-03-03 00:30:25 +01:00
Masato Hashimoto f1950aeff6 Update Japanese translation 2009-03-02 23:57:44 +01:00
Sergio Durzu c87ce08f62 Update Italian translation 2009-03-02 23:54:53 +01:00
Christian Dywan 58920912fc Bump version to 0.1.4 2009-03-01 21:11:31 +01:00
Christian Dywan e12716c917 Update copyright year in --version and about dialog 2009-03-01 21:00:06 +01:00
Pascal Gervais c5c3e040d7 Update French translation 2009-03-01 20:57:48 +01:00
Christian Dywan 7f250e9ee3 Update French translation 2009-03-01 20:39:02 +01:00
Christian Dywan 2433019856 Mention the MIME type of a document that cannot be displayed. 2009-03-01 20:21:35 +01:00
Christian Dywan 73feaf9ae1 Add a Preference to disable automatic inline find while typing 2009-03-01 19:21:27 +01:00
Anton Shestakov 047f086a53 Update Russian translation 2009-03-01 14:55:25 +01:00
Christian Dywan 0380d8bd2e Use libSoup to percent decode scripts, ie. bookmarklets 2009-03-01 00:29:44 +01:00
Christian Dywan ff9085b400 Disable WebKit's authentication dialog if needed
We need to handle WebKit possibly having an authentication
dialog more expressly. Obviously we only ever want to
see one dialog and we choose our own simply because it
is localized.
2009-02-28 23:46:41 +01:00
Christian Dywan dc357a40aa Use the date format of the user locale to display history dates 2009-02-28 23:03:23 +01:00
Christian Dywan f799af8c0c Report to the web view we didn't handle if the MIME type is fine
This caused blank pages to erroneously look as thought they were
loading infinitely. In fact it is due to a bug in WebKit that
this ever worked at all.
2009-02-28 22:33:37 +01:00
Christian Dywan 8ec0e53441 Check for settings and views more properly
These improvements were assisted by a test case that is
going to follow soon.
2009-02-28 14:05:01 +01:00
Christian Dywan 5b2380433b Only apply settings on the web view if we actually have any 2009-02-28 14:03:23 +01:00
Christian Dywan c02e181750 Only disconnect signals when we actually have search engines 2009-02-28 14:02:36 +01:00
Christian Dywan 68f00fb31c Add function to obtain the action group of the browser 2009-02-28 04:15:16 +01:00
Matthias Kruk 7ff1a016f4 Implement activating and deactivating extensions in the panel 2009-02-28 01:59:06 +01:00
Christian Dywan 823f8dbc3f Handle activation and deactivation of Statusbar Features properly 2009-02-28 01:43:20 +01:00
Christian Dywan 9c4d3ea62a Implement Encoding menu 2009-02-27 23:09:36 +01:00