Commit graph

4628 commits

Author SHA1 Message Date
Christian Dywan 4f180216a1 Fix declaration and deprecation warnings 2012-03-06 01:12:20 +01:00
Christian Dywan 66d4e4c531 Fix typo fix in katze_throbber_get_preferred_height 2012-03-05 22:34:46 +01:00
Christian Dywan bf07220bc3 midori_browser_notebook_resize must consider n = 7 2012-03-05 22:34:46 +01:00
Christian Dywan ba51341786 Reverse packing of transferbar into statusbar 2012-03-05 22:34:46 +01:00
Christian Dywan 4beffc57e9 Avoid string copies in webkit_web_view_load_finished_cb 2012-03-05 22:34:46 +01:00
Christian Dywan 2bc867054a Enable experimental fullscreen API if available
Such as used by YouTube and other sites for HTML5 video.
2012-03-05 22:34:46 +01:00
Tomáš Vadina c669cef230 l10n: Updated Slovak (sk) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-03-05 08:48:51 +01:00
Utku Berberoğlu 782271d47c l10n: Updated Turkish (tr) translation to 93%
New status: 606 messages complete with 31 fuzzies and 13 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-03-04 17:48:47 +01:00
Yarema aka Knedlyk f060b6ed1f l10n: Updated Ukrainian (uk) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-03-03 19:14:59 +01:00
Masato Hashimoto 387b782760 l10n: Updated Japanese (ja) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-03-02 06:42:11 +01:00
Christian Dywan 7361a80e24 Tweak is_ip_address and add IPv6 test cases
Stop wrongly mistaking foo::bar for IPv6.
2012-02-29 23:17:02 +01:00
Christian Dywan 7e61fce9ca katze_array_find_token may yield token without keywords
Also adapt the magic uri test.
2012-02-29 22:58:16 +01:00
Christian Dywan df8284f650 Fix misleading typos in katze_throbber_get_preferred_height 2012-02-29 22:41:59 +01:00
Christian Dywan cbe84b6820 Reverse packing of statusbar features bbox
Apparently with GTK+3 this makes a difference.
2012-02-29 00:54:03 +01:00
Christian Dywan 079403a806 Free hostname in midori_web_settings_get_site_data_policy 2012-02-28 23:54:52 +01:00
Christian Dywan 70b85bf600 Skip site data rule policy check on empty rules 2012-02-28 23:51:31 +01:00
Paweł Forysiuk 271cdf670b makedist.midori: Ensure that iconv.dll is copied into archive 2012-02-28 23:21:36 +01:00
Paweł Forysiuk 17cccfb672 makedist.midori: Include default settings for gtk2 2012-02-28 23:21:36 +01:00
Paweł Forysiuk 74bf490880 makedist.midori: Explicitly state folder for ssl engines
Othewise we would match gtk twice.
2012-02-28 23:21:36 +01:00
Paweł Forysiuk f3de5b1112 makedist.midori: Remove debug files after grabbing all files
Otherwise we would not remove debug files from folder other than bin
2012-02-28 23:21:36 +01:00
Paweł Forysiuk 4fa5bcf721 makedist.midori: Fix packaging of translations 2012-02-28 23:21:36 +01:00
Michael Moroni 24884ccafb l10n: Updated Esperanto (eo) translation to 3%
New status: 24 messages complete with 0 fuzzies and 626 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-28 17:40:26 +01:00
Michael Moroni 82991c695c l10n: Updated Esperanto (eo) translation to 1%
New status: 11 messages complete with 0 fuzzies and 639 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-28 17:36:09 +01:00
Michael Moroni 3c3836f485 l10n: Komenca traduko / Initial translation
New status: 9 messages complete with 0 fuzzies and 641 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-28 17:35:03 +01:00
Sergio Marques 970d50726d l10n: Updated Portuguese (pt) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

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

Transmitted-via: Transifex (translations.xfce.org).
2012-02-27 12:15:05 +01:00
Chipong Luo 63f2690265 l10n: Updated Chinese (China) (zh_CN) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-26 07:13:59 +01:00
Christian Dywan 61af413407 Ensure we have a window in _action_reload_stop_activate 2012-02-26 00:03:15 +01:00
Christian Dywan 7c7be5644d Honor site data policy when requesting HTML5 databases
See: https://bugs.launchpad.net/midori/+bug/767442
2012-02-26 00:03:15 +01:00
Christian Dywan 6fd666aa9f Honor site data policy when clearing web cookies 2012-02-26 00:03:15 +01:00
Christian Dywan 4c142e7688 Implement basic site data policy and unit tests
See: https://bugs.launchpad.net/midori/+bug/836729
2012-02-26 00:03:14 +01:00
Christian Dywan 307c79274d Replace libunique/ hildon line with single instance
Only one can be used at any one time.
2012-02-26 00:03:14 +01:00
Christian Dywan d3a60802ac Consider GTK_DISABLE_DEPRECATED in gtk3-compat.h 2012-02-26 00:03:14 +01:00
Christian Dywan 81526df6d6 Use correct callback when activating statusbar features 2012-02-26 00:03:14 +01:00
Boram Kim 95a7e7f3b8 l10n: Updated Korean (ko) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-25 16:40:31 +01:00
Pjotr Anon d23ad7374a l10n: Updated Dutch (Flemish) (nl) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-25 15:14:49 +01:00
Andhika Padmawan eefc27b2b2 l10n: Updated Indonesian (id) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-25 13:51:38 +01:00
Cristian Marchi 85948e8c19 l10n: Updated Italian (it) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-25 11:24:17 +01:00
Algimantas Margevičius 4d96182f73 l10n: Updated Lithuanian (lt) translation to 100%
New status: 650 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-25 06:53:06 +01:00
Tomasz Szatkowski 127595f527 Close tabs by middle clicking on close button
Fixes: https://bugs.launchpad.net/midori/+bug/936317
2012-02-25 03:03:58 +01:00
Christian Dywan 1488301535 Spacing and use ascii checkmarks for codecs in about: 2012-02-25 02:42:50 +01:00
Christian Dywan 18b6b48ef5 Abstract availability of Netscape plugin support
Disable if MOZ_PLUGIN_PATH is / or MIDORI_UNARMED.
2012-02-25 02:06:46 +01:00
Christian Dywan 9275a6cd24 Handle Flash cookies on Windows and OS X 2012-02-25 00:52:55 +01:00
Christian Dywan 569b8e4779 Merge cookies, other data and caches in Clear Private Data 2012-02-25 00:52:55 +01:00
Dmitry Nikitin a2ebb7e671 l10n: Updated Ukrainian (uk) translation to 100%
New status: 653 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-24 09:23:41 +01:00
Dmitry Nikitin 198aaeffa1 l10n: Updated Ukrainian (uk) translation to 100%
New status: 653 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-24 09:10:01 +01:00
Michal Várady 799d983eac l10n: Updated Czech (cs) translation to 100%
New status: 653 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-24 01:27:05 +01:00
Michal Várady b0c36f318b l10n: Updated Czech (cs) translation to 100%
New status: 653 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2012-02-24 01:12:09 +01:00
Christian Dywan 77d095f6ef Versioned prgname to override menuproxy blacklist
Fixes: https://bugs.launchpad.net/midori/+bug/874334
2012-02-23 01:09:59 +01:00
Paweł Forysiuk f25b677d0c makedist.midori: automate shipping with(out) debug info 2012-02-23 00:54:40 +01:00