Commit graph

2998 commits

Author SHA1 Message Date
Sergio Cipolla 3e5a3e59ae Update Brazilian Portuguese translation 2010-10-03 20:43:47 +02:00
Masato Hashimoto 1669964892 l10n: Updated Japanese (ja) translation to 100%
New status: 659 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-10-03 08:27:32 +02:00
Christian Dywan b6247e3314 Shell quote argv[0] before spawning a process
The path to the executable may contain spaces.
2010-10-03 07:15:44 +02:00
Christian Dywan 9a0e2bffef Remove Remember last downloaded files preference
The preference was never actually implemented.
2010-10-03 07:15:44 +02:00
Christian Dywan bfa8709900 Add a small label to summarise what cookies store 2010-10-03 07:15:44 +02:00
Christian Dywan a37c1df18d Simplify cookie privacy preferences
Instead of choosing what cookies to accept, there is a tick box
if cookies should be deleted when quitting, or in other words
pretending all cookies are session cookies.

The choice of maximum age was replaced with a combo box.
2010-10-03 07:15:44 +02:00
Christian Dywan 28eb039ec0 Only update expiry of cookies if higher than maximum
Also assume 0 days to really mean 1 hour, and set the
maximum age accordingly. Otherwise SoupCookie thinks
that these cookies expire immediately.
2010-10-03 07:15:43 +02:00
Christian Dywan 3c7d4800bc Reset age to enforce session cookies, don't delete
It is more practical to keep long-lived cookies but treat them
as if they were session cookies.
2010-10-03 07:15:43 +02:00
Masato Hashimoto a70ceebd50 l10n: Updated Japanese (ja) translation to 100%
New status: 640 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-10-02 16:49:38 +02:00
Christian Dywan bba6cb76ad Verify that the download location is writable 2010-10-01 01:12:12 +02:00
Christian Dywan 3bb34f9f9b Fallback to the name of an app info if there's no executable
Apparently on Windows command line and executable can be NULL,
but the name appears to be the executable name.
2010-09-30 23:51:46 +02:00
Christian Dywan 08691b7745 Cope with unset history in midori_location_action_toggle_arrow_cb
If history is unset, we don't have any items to populate the
combobox dropdown with. So we should always hide the button. Also
suppress the popup if we have no history.
2010-09-29 01:35:41 +02:00
gianluca foddis 1a404c50b1 l10n: Updated Italian (it) translation to 97%
New status: 636 messages complete with 9 fuzzies and 5 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-27 18:10:32 +02:00
Enrico Tröger 769a1dce17 Define kalistglobal only once, declare it globally
This fixes building with gcc and the -fno-common option. The
option is now added to compiler flags in full debugging mode.
2010-09-25 16:57:18 +02:00
Mike Massonnet 430e754ae0 l10n: Updated French (fr) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-25 11:21:53 +02:00
Christian Dywan 4c90286e09 Make sure there are search engines before populating the menu 2010-09-24 23:35:01 +02:00
Christian Dywan eabf14a6ce Add g_return_val_if_fail to katze_array_peek_items 2010-09-24 23:29:23 +02:00
Oscar Rentzhog 74fa1fabd4 Update Swedish translation 2010-09-24 23:23:16 +02:00
Per Kongstad 94e2fffacc l10n: Updated Danish (da) translation to 99%
New status: 648 messages complete with 0 fuzzies and 2 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-24 22:14:56 +02:00
Sergio Marques a4d9158f14 l10n: Updated Portuguese (pt) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-24 13:40:55 +02:00
Yarema aka Knedlyk 896622c0cb l10n: Updated Ukrainian (uk) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-23 17:16:58 +02:00
David Štancl b2511a2711 l10n: Updated Czech (cs) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-23 08:46:37 +02:00
Christian Dywan e1ae60627e Don't treat « or » as sub page indicators 2010-09-22 23:56:30 +02:00
Christian Dywan 5b3deec628 Add midori-extension.c to translatable files 2010-09-22 23:23:39 +02:00
Kim Boram f29eec46e1 Update Korean translation 2010-09-21 00:25:37 +02:00
Christian Dywan 5bdf376487 Ensure link URI is updated before it is used
Apparently the URI obtained from hovering-over-link can be
mangled, so a # would be interpreted as a fragment identifier.
2010-09-21 00:08:10 +02:00
Christian Dywan 16ce2e9516 Write cookies to a temporary file first, to be safe
It may happen that we are running out of space in the middle
of writing the file, and fopen deleted it already.
2010-09-20 23:37:47 +02:00
Christian Dywan 2c10312ce2 Bump version to 0.2.8 2010-09-19 23:22:41 +02:00
Christian Dywan d0635b4fb2 Update German translation 2010-09-19 23:02:24 +02:00
Christian Dywan 016b6a6306 Remove unused katze_collfold and katze_utf8_stristr 2010-09-18 01:48:55 +02:00
Christian Dywan d0e2433f86 Simplify definitions of katze assignment macros 2010-09-18 01:45:17 +02:00
Sergio Cipolla 304d99903a Update Brazilian Portuguese translation 2010-09-17 23:31:50 +02:00
Christian Dywan 648befe7ca Implement and use midori_view_new_with_uri
The function provides an optimised and quick way to creating
visible views with uri, title and settings. This is how virtually
all views are created.
2010-09-17 22:42:52 +02:00
Christian Dywan 5806cdb884 Return FALSE in _action_bookmarks_populate_folder if db is NULL 2010-09-17 22:42:52 +02:00
Christian Dywan b66902ef7a Make KatzeArrayAction::activate-item-alt fully autonomous
Implementing the signal and returning TRUE makes it unneeded
to implement activate-item as well now.
2010-09-17 22:42:52 +02:00
Xavier Devlamynck dd585da0b0 l10n: Updated French (fr) translation to 100%
New status: 649 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-15 14:34:03 +02:00
Christian Dywan d39148f230 Re-implement 'Bookmarks' menubar and toolbar button 2010-09-15 04:10:55 +02:00
Christian Dywan 34ddb8c2f0 Implement KatzeArrayAction::populate-folder
To go along with that, expose katze_array_action_generate_menu
as a public function to implement the signal.

In essence, this enables populating folders from other sources
than the original array, such as a database, while still
making use of the existing menu generation.
2010-09-15 04:10:55 +02:00
Christian Dywan b80b97b787 Require that the URI passed to katze_load_cached_icon be NULL 2010-09-15 04:10:54 +02:00
Denis Koryavov edf3f95c8b l10n: Updated Russian (ru) translation to 98%
New status: 636 messages complete with 8 fuzzies and 4 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-14 11:24:09 +02:00
Ivica Kolić e2e5ae154b l10n: Updates to Croatian (hr) translation
New status: 518 messages complete with 0 fuzzies and 130 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-14 03:01:49 +02:00
Christian Dywan b7e88574c5 Remove the viewable scheme registration mechanism 2010-09-12 21:03:14 +02:00
Christian Dywan d34da1c500 Remove pointless FIXME and TODO comments from Midori classes 2010-09-12 20:23:39 +02:00
Christian Dywan db6e5954e8 Show statusbar on new transfars if transferbar is visible 2010-09-12 20:14:48 +02:00
Christian Dywan 195c5191ef Showing the (feed) panel needs to be a GtkWidget* 2010-09-12 00:59:24 +02:00
Christian Dywan b07fe09de8 Initialize extension to NULL in midori_load_extensions 2010-09-12 00:59:24 +02:00
Christian Dywan 40dc38fd21 Implement and use KATZE_ARRAY_FOREACH_ITEM
Iterating an array by a GList is considerably faster than
continuously retrieving items, however it is also a lot
more complicated. So the new macro takes care of that and
uses a new semi-private function to avoid copying the list.

Note that the macro can't be nested, which basically isn't
useful in practise anyway.
2010-09-12 00:59:24 +02:00
Christian Dywan db2c204b08 Update French translation 2010-09-12 00:59:24 +02:00
Oscar Rentzhog 793d5e6edf Update Swedish translation 2010-09-12 00:59:23 +02:00
Leandro Regueiro 0536826d54 l10n: Updated Galician (gl) translation to 99%
New status: 647 messages complete with 0 fuzzies and 1 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-09 14:05:23 +02:00