Commit graph

3035 commits

Author SHA1 Message Date
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
Ričardas Vasiulis 9228246b32 l10n: Lithuanian translation
New status: 47 messages complete with 0 fuzzies and 593 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-08 19:42:31 +02:00
Christian Dywan 7ac801799f Remove katze_net_new and katze_net_get_session 2010-09-07 22:39:51 +02:00
Christian Dywan 1b80f16bf4 Remove browser-count, midori_panel_set_compact, console toolbar 2010-09-07 22:24:11 +02:00
Christian Dywan 38d75adc28 Search inline with at least 2, not 3 characters 2010-09-07 21:39:52 +02:00
Christian Dywan d8b4eaa566 Do smart case for inline search while typing 2010-09-07 21:30:45 +02:00
Benjamin Maisonnas 1856912fd1 Update French translation 2010-09-06 23:04:13 +02:00
Christian Dywan c4d0f3e730 Update German translation 2010-09-06 03:03:07 +02:00
Christian Dywan 802c1eb462 Always allocate and free formatted dates in history panel 2010-09-06 03:03:07 +02:00
Christian Dywan be1a66349f The background colour is not used in completion text rendering 2010-09-06 03:03:07 +02:00
Christian Dywan 0cc46d6285 Don't leak the filename in katze_load_cached_icon 2010-09-06 03:03:07 +02:00
Yarema aka Knedlyk 879938393f l10n: Updated Ukrainian (uk) translation to 100%
New status: 648 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-05 22:44:20 +02:00
David Štancl 5a42b37797 l10n: Updated Czech (cs) translation to 100%
New status: 648 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-05 16:10:25 +02:00
Christian Dywan 65931c3f91 Use Ctrl+Shift modifiers for Bookmarks, History and Transfers
For one, previously modifiers were missing on History and Transfers.

Further more, Ctrl+B conflicts with Bold in rich text fields, and
for consistency, panels should have the same modfiers.
2010-09-04 23:42:53 +02:00