Commit graph

2969 commits

Author SHA1 Message Date
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
Christian Dywan 28bdabd928 Hide statusbar in app mode by default 2010-09-03 00:32:48 +02:00
Christian Dywan 91328aef2e Use Alt+Shift+Left/ Right for Previous and Next actions
Control+Left/ Right conflicts with text cursor movement.
2010-09-03 00:21:03 +02:00
Sergio Marques ea319f531b l10n: Updated Portuguese (pt) translation to 100%
New status: 648 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-03 00:09:44 +02:00
Per Kongstad de91b26ba0 l10n: Updated Danish (da) translation to 99%
New status: 646 messages complete with 0 fuzzies and 2 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-02 23:12:26 +02:00
Per Kongstad e6b577df47 l10n: Updated Danish (da) translation to 99%
New status: 646 messages complete with 0 fuzzies and 2 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-02 23:11:14 +02:00
Christian Dywan 3b4ae37664 Always free uri of the web view after applying addons 2010-09-01 23:56:03 +02:00
Christian Dywan c808e9ce43 Enable copy menu item in transfer context menu 2010-09-01 23:14:37 +02:00
Paweł Forysiuk f7a6011d1b Provide a context menu for scripts and styles 2010-09-01 22:39:09 +02:00
Paweł Forysiuk 8448eabd26 Add button to open folder of scripts/ styles 2010-09-01 22:28:32 +02:00
Paweł Forysiuk 65338e5ab0 Remove button labels and separator from addon toolbar 2010-09-01 22:08:21 +02:00
Natanael Copa 7820e209f8 Only use git describe as version string if .git dir exists
We don't want to pick up the git version string on distros
which have build scripts in git.
2010-09-01 20:47:01 +02:00
Leandro Regueiro e25516a58b l10n: Updated Galician (gl) translation to 99%
New status: 642 messages complete with 0 fuzzies and 1 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-01 13:12:34 +02:00
Leandro Regueiro 24c4185a4c l10n: Updated Galician (gl) translation to 99%
New status: 640 messages complete with 1 fuzzy and 2 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-01 13:11:47 +02:00
Leandro Regueiro 5a2c0193a2 l10n: Updated Galician (gl) translation to 99%
New status: 639 messages complete with 1 fuzzy and 3 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-01 13:10:14 +02:00
Leandro Regueiro f5e1a383ef l10n: Updated Galician (gl) translation to 98%
New status: 635 messages complete with 5 fuzzies and 3 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-09-01 13:09:08 +02:00
Javier Sánchez Reinosa 60d8bca6e0 l10n: Updated Spanish (Castilian) (es) translation to 96%
New status: 623 messages complete with 20 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-08-31 19:22:19 +02:00