Commit graph

2478 commits

Author SHA1 Message Date
Christian Dywan 63a5eeb0f0 Output adblock debug if variable MIDORI_ADBLOCK set
If Midori is compiled with full debug mode, and the environment
variable MIDORI_ADBLOCK is set, Adblock will output a lot of
debugging information.
This spares testers from editing code. grep is recommended.
2010-04-08 21:39:05 +02:00
Piotr Sokół 8f3fcec13e l10n: Updated Polish (pl) translation to 85%
New status: 518 messages complete with 28 fuzzies and 59 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-08 16:30:16 +02:00
Sergio Marques c4710bd7a1 l10n: Updated Portuguese (pt) translation to 100%
New status: 605 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-07 23:13:03 +02:00
Leandro Regueiro c1948017a1 l10n: Updated Galician (gl) translation to 100%
New status: 605 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-07 15:15:04 +02:00
Leandro Regueiro da2bd1aeb9 l10n: Updated Galician (gl) translation to 99%
New status: 599 messages complete with 2 fuzzies and 4 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-07 15:10:49 +02:00
Leandro Regueiro 6fce4fbd5d l10n: Updated Galician (gl) translation to 97%
New status: 588 messages complete with 7 fuzzies and 10 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-07 15:08:39 +02:00
Yarema aka Knedlyk d803c02c3e l10n: Updated Ukrainian (uk) translation to 100%
New status: 605 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-07 10:26:40 +02:00
Xu Meihong 3929a26380 l10n: Updated Chinese (China) (zh_CN) translation to 100%
New status: 605 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-06 07:35:16 +02:00
A S Alam f85f141cff l10n: Punjabi Translation Added
New status: 211 messages complete with 0 fuzzies and 394 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-06 04:28:53 +02:00
Christian Dywan 95358acc82 Handle https:// URIs in Adblock properly
We mark URIs as 'disabled' by replacing the : with a -. This
fails if there is an https:// URI and we want to restore it.

For clarity, the macros ADBLOCK_FILTER_SET and
ADBLOCK_FILTER_IS_SET are introduced to handle the details.
2010-04-06 02:41:29 +02:00
Christian Dywan 51b1f87400 Reindent author and license definitions 2010-04-04 21:38:16 +02:00
Christian Dywan 82ee513a96 Reindent entries, toggle_entries, encoding_entries 2010-04-04 21:38:16 +02:00
Christian Dywan 23b093a248 Reindent actions in Tools menu in MidoriBrowser 2010-04-04 21:38:16 +02:00
Christian Dywan 2b66adabf2 Reindent ui_markup definition in MidoriBrowser 2010-04-04 21:38:16 +02:00
Masato Hashimoto e87705dc2a l10n: Updated Japanese (ja) translation to 100%
New status: 605 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-04 13:57:10 +02:00
Jari Rahkonen 64e0637263 l10n: Updated Finnish (fi) translation to 100%
New status: 605 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-04 11:10:17 +02:00
Christian Dywan bde7495e6c Implement -b, --blocked-uris command line option
Using a regular expression of blocked URIs makes it possible to
restrict the locations that can be visited. Any URI matching
the expression will be replaced with "http://.invalid".

The option works in --app and normal mode.
2010-04-04 01:43:56 +02:00
David Štancl b3efe80656 l10n: Updated Czech (cs) translation to 100%
New status: 603 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-03 13:51:17 +02:00
Yarema aka Knedlyk 1f09860e47 l10n: Updated Ukrainian (uk) translation to 100%
New status: 603 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-03 11:55:01 +02:00
Yarema aka Knedlyk 642cf15879 l10n: Updated Ukrainian (uk) translation to 99%
New status: 602 messages complete with 1 fuzzy and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-03 11:54:32 +02:00
Jari Rahkonen 2ad80c5996 l10n: Updated Finnish (fi) translation to 100%
New status: 603 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-03 09:31:54 +02:00
Masato Hashimoto 4a79fba33d l10n: Updated Japanese (ja) translation to 100%
New status: 603 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-03 08:32:20 +02:00
Yarema aka Knedlyk 7ac618124e l10n: Updated Ukrainian (uk) translation to 100%
New status: 597 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-02 22:02:17 +02:00
Christian Dywan e886293ebf Implement 'Proxy type' preference which can be Auto, HTTP or None 2010-04-02 20:41:39 +02:00
Christian Dywan 476f64e9bc Pass the correct parent in the web-view-ready callback
This was overlooked when changing the packing of the view.
2010-04-02 19:14:22 +02:00
Christian Dywan f2f0f16dd2 Update uses of deprecated GTK+ macros and API 2010-04-02 18:54:29 +02:00
Christian Dywan 12b4859dc7 Use gtk_widget_get_visible rather than GTK_WIDGET_VISIBLE 2010-04-02 18:38:56 +02:00
Christian Dywan 2f1ae3feba Make use of the XScreenSaver extension optional
The extension is only needed for the --inactivity-reset option,
so most users building Midori won't need it.
We also need to check for the according header file.
2010-04-01 18:25:30 +02:00
Per Kongstad 497c73b972 l10n: Updated Danish (da) translation to 99%
New status: 596 messages complete with 0 fuzzies and 1 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-01 16:26:15 +02:00
David Štancl 08232e95c6 l10n: Updated Czech (cs) translation to 100%
New status: 597 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-01 15:57:35 +02:00
Jari Rahkonen 0b31a8ec1c l10n: Updated Finnish (fi) translation to 100%
New status: 597 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-04-01 10:07:08 +02:00
Christian Dywan 37e2216775 Implement -i, --inactivity-reset command line option
The use case is kiosk systems where leaving the application
idle for a period of time means that the user left, and the
session is reset so the next user starts off clean.

The implementation uses libXss and uses XScreenSaverQueryExtension
which means it is for now supported on X11 only.

Right now reset means closing any opens web pages and opening
the original web page.

Currently --inactivity-reset is only supported with --app.
2010-04-01 00:05:08 +02:00
Christian Dywan 832b2e9922 Change remaining GET_PRIVATE to priv in GtkIconEntry 2010-03-31 21:02:37 +02:00
Christian Dywan 67b9fc013a Use priv instead of GET_PRIVATE in GtkIconEntry 2010-03-31 19:05:17 +02:00
Arno Renevier c3238d7c12 Change MidoriView into a subclass of GtkVBox
This change makes it possible to pack widgets, notably info bars,
into a MidoriView.
2010-03-31 00:18:42 +02:00
Arno Renevier dc90c7f093 Use midori_view_get_web_view in extensions 2010-03-31 00:18:42 +02:00
Arno Renevier 3e67ce525f Implement midori_view_get_web_view function
This provides access to the child web view even if we change
the internal packing of MidoriView.
2010-03-31 00:18:41 +02:00
Masato Hashimoto 3f36eddbc4 l10n: Updated Japanese (ja) translation to 100%
New status: 595 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-30 15:38:15 +02:00
Enrico Tröger 05488d8bd3 Filter keyboard state against modfifier default mask
The modifier state does in fact incorporate modal keys such as
NumLock. So code assuming that state be 0 if no modifier is
pressed is wrong, if NumLock, CapsLock and the like are active.

The solution is to filter out these modal keys with
gtk_accelerator_get_default_mod_mask(), and compare the result.

This fixes the problem of being unable to type keys used as
single-letter shortcuts.
2010-03-30 01:05:36 +02:00
Abel Martín 004a347340 l10n: Updated Spanish (Castilian) (es) translation to 100%
New status: 595 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-29 14:05:11 +02:00
Abel Martín 866f264b81 l10n: Updated Spanish (Castilian) (es) translation to 100%
New status: 595 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-28 22:24:12 +02:00
Abel Martín 81e652b096 l10n: Updated Spanish (Castilian) (es) translation to 96%
New status: 575 messages complete with 14 fuzzies and 6 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-28 22:14:02 +02:00
Abel Martín b3b033aade l10n: Updated Spanish (Castilian) (es) translation to 90%
New status: 536 messages complete with 30 fuzzies and 29 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-28 21:53:09 +02:00
Abel Martín 4b53bfc8b5 l10n: Updated Spanish (Castilian) (es) translation to 86%
New status: 516 messages complete with 41 fuzzies and 38 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-28 21:44:44 +02:00
Dale Whittaker 9607f2107e Take text from each feed element for tree and web view 2010-03-27 14:22:31 +01:00
Christian Dywan fdf075513c Don't propagate key events more than once
This fixes problems with dead keys used to type accented letters.
2010-03-26 20:48:33 +01:00
Per Kongstad 4a65fcca41 l10n: Updated Danish (da) translation to 100%
New status: 595 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2010-03-26 00:14:42 +01:00
Dale Whittaker 3f8b34853d Update year in Copyright headers 2010-03-25 23:06:38 +01:00
Dale Whittaker 181d62dc01 Don't skip CDATA section nodes in feeds 2010-03-25 23:01:46 +01:00
Dale Whittaker ff63a5f7bd Wrap the location completion in a GtkFrame
That's what GtkEntryCompletion does as well, so it gives our
completion consistent appearance.
2010-03-24 23:26:51 +01:00