Christian Dywan
6f6a57a623
Undo "Don't queue thumbs already waiting, 5 seconds timeout"
...
For now the behavior isn't reliable enough and should
be investigated more.
2011-11-10 19:45:23 +01:00
Ivica Kolić
37d14e16b7
l10n: Updated Croatian (hr) translation to 82%
...
New status: 520 messages complete with 0 fuzzies and 110 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-10 13:38:11 +01:00
Peter Hatina
b5ce439a6f
Don't enforce visibility of navigationbar while loading
...
Fixes: https://bugs.launchpad.net/midori/+bug/810838
2011-11-09 23:58:00 +01:00
Christian Dywan
ac6e23680c
For lack of a better way, don't scroll extension descriptions
...
Obscuring the settings icon is very bad for usability.
2011-11-09 23:04:23 +01:00
Christian Dywan
56818ca944
Replace slash (/) appearing in the display name
2011-11-09 23:03:35 +01:00
Christian Dywan
191339ec9e
Allow buildiing with GTK+ 3 and libunique
2011-11-09 22:56:21 +01:00
Christian Dywan
d9c4bb15c0
Remove obsolete MidoriLocationAction and panel boilerplate
2011-11-09 22:06:11 +01:00
Christian Dywan
c12d8f1f25
Add bottom-toolbar style class to MidoriFindbar
2011-11-09 22:06:10 +01:00
Christian Dywan
a121d24d35
sokoke_entry_set_default_text becomes gtk_entry_set_placeholder_text
...
GTK+ 3.2 and Hildon 2.2 have the exact same feature built-in.
2011-11-09 22:06:10 +01:00
Alexander Butenko
179e33d054
Fix handling of blockss in Adblock
2011-11-09 22:06:10 +01:00
Christian Dywan
bcb0fa2569
Undo 'Recognize effectively empty prefixes of a stylesheet'
...
Styles can apply to at least about: and file:// URLs as well.
2011-11-09 22:06:10 +01:00
Christian Dywan
262e5c3304
Check style domains for other schemes than http(s)
...
The latest libSoup versions transparently opens file:// URLs
as directory listings and there may be more.
2011-11-09 22:06:10 +01:00
Christian Dywan
5a786354b5
Split -moz-document by both space and comma
...
Otherwise when only a comma was used only the first domain
value would be picked up.
2011-11-09 22:06:10 +01:00
David Štancl
26658711be
l10n: Updated Czech (cs) translation to 100%
...
New status: 630 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-09 14:09:20 +01:00
Pjotr Anon
543a3207ab
l10n: Updated Dutch (Flemish) (nl) translation to 100%
...
New status: 630 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-09 12:16:03 +01:00
Boram Kim
a00906f010
l10n: Updated Korean (ko) translation to 100%
...
New status: 630 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-09 09:47:14 +01:00
Chipong Luo
e085a8787c
l10n: Updated Chinese (China) (zh_CN) translation to 100%
...
New status: 630 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-09 06:12:59 +01:00
Masato Hashimoto
dde6770fb2
l10n: Updated Japanese (ja) translation to 100%
...
New status: 630 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-09 05:33:59 +01:00
Christian Dywan
23f90e821a
Faster Base64-concatenating CSS and stylesheet URI support
...
It is important to retain user-stylesheet-uri separate from
the value set at runtime and restore it to the config file.
Fixes: https://bugs.launchpad.net/midori/+bug/883879
2011-11-08 22:48:39 +01:00
Alexander Butenko
fc2bac2e01
Append needed by Adblock correctly after blockcss
2011-11-08 22:22:01 +01:00
Christian Dywan
58066e7dcc
Move naming logic into initialization of MidoriApp
2011-11-08 22:09:49 +01:00
Christian Dywan
4e30586f4c
Add midori-private.desktop.in to POTFILES.in
...
Fixes:https://bugs.launchpad.net/bugs/887517
2011-11-08 22:42:03 +01:00
Christian Dywan
eb205d53d4
Fix test issues due to unset settings, version, session
2011-11-08 22:42:03 +01:00
Christian Dywan
4cb498940d
Remove unneeded action tooltips and add unit test
...
The tooltips used to be shown in the statusbar when hovering
the menubar.
2011-11-08 22:42:02 +01:00
Christian Dywan
eed822dc8b
Add gtk_image_menu_item_set_always_show_image to gtk3-compat.h
2011-11-08 22:42:02 +01:00
Chipong Luo
75b9f809ae
l10n: Updated Chinese (China) (zh_CN) translation to 100%
...
New status: 675 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-08 08:57:07 +01:00
Peter Hatina
107bb2a58a
Render verified secure sites in green, not yellow
...
Fixes: https://bugs.launchpad.net/midori/+bug/858701
2011-11-08 01:58:16 +01:00
Christian Dywan
c5e6b7a020
Show mismatching build version suffix for extensions
...
MIDORI_VERSION_SUFFIX resolves to a string that needs to be
added to each extension's version at build time. If it is
different than the running Midori's, it is shown in the
extension list.
2011-11-08 01:53:53 +01:00
Peter Hatina
2b6ccad3f8
Insert Paste and Proceed menu item after default Paste menu item
...
Fixes: https://bugs.launchpad.net/midori/+bug/776861
2011-11-08 00:43:44 +01:00
Christian Dywan
aa5aeaf23c
Don't confuse filename and input in midori_browser_save_uri
...
The file chooser expects UTF-8 as if typed by the user, not
a filename in the local encoding.
2011-11-08 00:28:07 +01:00
Christian Dywan
49317da35c
Use GIO to determine backup/ hidden files in Addons
...
So Windows-specific behavior is taken into account.
2011-11-08 00:28:07 +01:00
Christian Dywan
0c611f8d6a
Move link fingers to Midori.URI and add tests
2011-11-08 00:28:07 +01:00
Aleksandr Ponomarenko
e3962444ed
l10n: Updated Russian (ru) translation to 99%
...
New status: 673 messages complete with 0 fuzzies and 2 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-06 15:26:21 +01:00
Chipong Luo
e8ba05e72e
l10n: Updated Chinese (China) (zh_CN) translation to 100%
...
New status: 675 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-06 05:01:50 +01:00
Chipong Luo
4ea6769f0c
l10n: Updated Chinese (China) (zh_CN) translation to 100%
...
New status: 673 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-05 11:36:50 +01:00
David Štancl
5724428069
l10n: Updated Czech (cs) translation to 100%
...
New status: 675 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-04 10:20:14 +01:00
Olexandr
0bcb8433c4
l10n: Updated Ukrainian (uk) translation to 100%
...
New status: 675 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-02 23:50:55 +01:00
Masato Hashimoto
0e6f72cc8b
l10n: Updated Japanese (ja) translation to 100%
...
New status: 675 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-02 14:25:53 +01:00
Tomáš Vadina
310ce80d1d
l10n: Updated Slovak (sk) translation to 100%
...
New status: 675 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-02 13:22:27 +01:00
Ričardas Vasiulis
ba86f67cba
l10n: Updated Lithuanian (lt) translation to 51%
...
New status: 346 messages complete with 36 fuzzies and 288 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-01 20:45:12 +01:00
Hunt Xu
0010c98e04
l10n: Updated Chinese (China) (zh_CN) translation to 100%
...
New status: 675 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-11-01 02:33:42 +01:00
Christian Dywan
90410efa5d
Render home in command line as ~ in about:version
2011-11-01 00:29:31 +01:00
Christian Dywan
686fee50b7
Colons after each video format in about:version
2011-11-01 00:28:41 +01:00
Christian Dywan
8dd92c59a7
Update German translation
2011-10-31 22:24:49 +01:00
Christian Dywan
8fff7d8fd3
sokoke, gtk3-compat, gtkiconentry, stock join midori-platform.h
...
Also introduce #define MIDORI_MODULE_PREFIX.
Fixes: https://bugs.launchpad.net/midori/+bug/884395
2011-10-31 22:18:06 +01:00
Jourdain Cyril
2bc0490bf0
l10n: Updated French (fr) translation to 96%
...
New status: 649 messages complete with 15 fuzzies and 11 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-10-31 21:19:13 +01:00
Christian Dywan
42c1b70c7d
unique, notify, and system details in about:version
...
Introduce midori_web_settings_get_system_name helper.
Add version numbers for libunique and libnotify if available.
Show platform and architecture if possible.
Merge debug string into the full version number.
Render video formats as a one-liner.
2011-10-31 04:01:41 +01:00
Christian Dywan
55227d2a3b
Don't queue thumbs already waiting, 5 seconds timeout
2011-10-31 04:01:41 +01:00
Adolfo Jayme Barrientos
6ea98c6569
l10n: Updated Spanish (Castilian) (es) translation to 100%
...
New status: 675 messages complete with 0 fuzzies and 0 untranslated.
Transmitted-via: Transifex (translations.xfce.org).
2011-10-30 17:05:31 +01:00
Christian Dywan
ea15198b34
Support user-stylesheet-uri again through new API
...
Related to: https://bugs.launchpad.net/midori/+bug/826441
2011-10-30 16:26:56 +01:00