Commit graph

3833 commits

Author SHA1 Message Date
Christian Dywan 42fa621cd9 Disable DNS prefetching in private browsing mode 2011-04-07 22:10:21 +02:00
Christian Dywan e449ce87e2 Add 'Report a Problem' to the app menu 2011-04-07 21:25:27 +02:00
Daniel Foré cf07acf53a Rename 'Report a Bug' to 'Report a Problem'
Users with no technical background don't talk about beetles.
2011-04-07 21:18:23 +02:00
Daniel Foré 1ccdf3b350 Organize appmenu items into more logical groups
Fixes: https://bugs.launchpad.net/midori/+bug/736072
2011-04-07 21:17:18 +02:00
Christian Dywan 3d4f288ba0 Don't consider 'Plugin will handle load' an error 2011-04-07 20:59:08 +02:00
Christian Dywan ee7dd822a0 Mention MIDORI_EXTENSION_PATH in INSTALL for debugging 2011-04-07 02:17:24 +02:00
Christian Dywan c397c589f5 Assign slot in JSON import, don't leak it 2011-04-06 00:06:16 +02:00
Paweł Forysiuk e314892818 Check for thumbnail directory when saving thumbnail files 2011-04-05 23:52:21 +02:00
Sérgio Cipolla f179d41cff l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 680 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-05 17:39:45 +02:00
Sérgio Cipolla 70f7d060d7 l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 680 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-05 17:37:54 +02:00
Boram Kim 58c9393d70 l10n: Updated Korean (ko) translation to 100%
New status: 680 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-05 14:13:45 +02:00
David Štancl 2b2dc5e736 l10n: Updated Czech (cs) translation to 100%
New status: 680 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-05 10:40:55 +02:00
Alexander Friesen 867d8ce87e Show access keys distinct from numbers in link search
Keys are invoked with Alt+key.

Numeric access keys don't work and are not shown as such.
2011-04-05 00:40:15 +02:00
Alexander Friesen 2460c161dd Remove link labels on navigation decision
Otherwise stale labels can appear when going back
and forward which are not backed by the view.
2011-04-05 00:13:13 +02:00
Alexander Friesen 850438daee Count link labels separately from actual elements
Not all link elements will have visible labels.
2011-04-05 00:02:14 +02:00
Christian Dywan 6931025617 Introduce --private/ -p distinct from --app/ -a
Private mode gets a particular window title, always defaults
to reading the default config folder but never saves data.

App mode applies a custom window layout with no toolbars
and using the page icon as the window icon.

From now on private and app are independant modes, so apps
can save data if config is given. Both can also be combined.
2011-04-04 23:45:45 +02:00
Christian Dywan b2092cc64b Move config folder validity check in front of app run 2011-04-04 22:47:22 +02:00
André Stösel 2ffd780bb6 Fix detaching and reattaching the inspector to browser
Probably related to https://bugs.launchpad.net/midori/+bug/746540

Special thanks to Andy Kittner, who helped me with debugging.
2011-04-04 21:56:21 +02:00
Christian Dywan f97d82c559 Move crash dialogue preference into the dialogue itself 2011-04-04 21:33:52 +02:00
Christian Dywan aa401634ed Don't show toolbar preferences if running a DE
Let's assume that modern desktops have a tool to adapt the
toolbar style.

Fixes: https://bugs.launchpad.net/midori/+bug/711435
2011-04-04 21:21:27 +02:00
Piotr Sokół d1d5ea9b77 l10n: Updated Polish (pl) translation to 95%
New status: 646 messages complete with 12 fuzzies and 21 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-04 09:53:22 +02:00
Christian Dywan 8134789973 Show infobars instead of dialogues for alerts
Also limit the number of alerts to 5 at any one time.
2011-04-04 03:02:03 +02:00
Christian Dywan b299608352 Don't consider scripts using GM_ functions as broken
There are cases where scripts check for the existence of such
functions and fall back to standard functions.
2011-04-04 01:50:53 +02:00
Paweł Forysiuk 728ed8570f Remove unused browser variable from addons_install_response 2011-04-04 01:15:05 +02:00
Paweł Forysiuk 61d6da99ed Fix uri matching for addon infobar on userstyles.org
We want to match a style, with a number in the URI, but not when
browsing styles.
2011-04-04 01:12:43 +02:00
Paweł Forysiuk 2771eee995 Don't create speed dial when preparing view source 2011-04-04 00:24:42 +02:00
Paweł Forysiuk ae1a3aafb9 Properly close H4 tag in empty Speed Dial slots. 2011-04-04 00:22:27 +02:00
Paweł Forysiuk ac875f73de Remove unneded notebook variable from midori_view_speed_dial_save 2011-04-04 00:20:42 +02:00
Paweł Forysiuk 6719943d1c Fix opening speed dial shortcuts via keyboard 2011-04-04 00:15:58 +02:00
Christian Dywan 493936adcb Always render icon only tabs at their natural size 2011-04-03 23:59:29 +02:00
Paweł Forysiuk 706fc6d063 Plug leaks and don't set name in JSON import 2011-04-03 23:25:59 +02:00
Paweł Forysiuk 1e5e1710ee Move slot and dial_id out of the loop for JSON import 2011-04-03 23:24:53 +02:00
Paweł Forysiuk b8eb9c50f7 Save speed dial configuration file after importing from JSON 2011-04-03 23:18:12 +02:00
Paweł Forysiuk c660aafe64 Use sokoke_build_thumbnail_path importing from JSON 2011-04-03 23:16:26 +02:00
Paweł Forysiuk c6de1aa714 Remove unneeded javascript for add/ remove dial actions
There is no need to replace HTML markup since Dial is refreshed on change.
2011-04-03 22:34:48 +02:00
Paweł Forysiuk 7cafd62552 Properly calculate row count when importing from JSON 2011-04-03 22:32:07 +02:00
Paweł Forysiuk 599bd748df Free up resources of encoded thumbnails 2011-04-03 22:28:20 +02:00
Christian Dywan 4cc6ec5b67 Change Quit shortcut to Ctrl+Shift+Q
It is too easy to accidentally hit Ctrl+Q while aiming for
Ctrl+A or Ctrl+W, and potentially very confusing if unexpected.

Fixes: https://bugs.launchpad.net/bugs/748364
2011-04-03 22:23:57 +02:00
Cristian Marchi 07659a468f l10n: Updated Italian (it) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-03 10:31:44 +02:00
Sérgio Cipolla 216d76446a l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-02 21:12:29 +02:00
Sérgio Cipolla 67f4fc0675 l10n: Updated Portuguese (Brazilian) (pt_BR) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-04-01 16:24:58 +02:00
Boram Kim ee84976b97 l10n: Updated Korean (ko) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-03-26 08:53:37 +01:00
Yarema aka Knedlyk 8bde85a15b l10n: Updated Ukrainian (uk) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-03-25 17:21:30 +01:00
Sergio Marques 39f1d8d802 l10n: Updated Portuguese (pt) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-03-24 15:25:49 +01:00
Boram Kim 9721396683 l10n: Updated Korean (ko) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-03-24 03:51:29 +01:00
Boram Kim 325f33b35b l10n: Updated Korean (ko) translation to 100%
New status: 679 messages complete with 0 fuzzies and 0 untranslated.

Transmitted-via: Transifex (translations.xfce.org).
2011-03-24 03:50:11 +01:00
Christian Dywan 912fdf7f30 Don't honor the deprecated find-while-typing option 2011-03-23 23:20:49 +01:00
Christian Dywan e222a12c68 Don't resize empty thumbnail tab labels 2011-03-23 22:48:53 +01:00
Paweł Forysiuk e13bebf4de Only encode and insert images of existing thumbnails 2011-03-23 22:32:49 +01:00
Paweł Forysiuk 0efdd74c77 Take care to not leak speed dial markup 2011-03-23 22:14:30 +01:00