]> git.gir.st - VimFx.git/log
VimFx.git
8 years agoUpdate api.md regarding getting the public API
Simon Lydell [Mon, 31 Aug 2015 06:22:26 +0000 (08:22 +0200)]
Update api.md regarding getting the public API

8 years agoFix typo in config file boilerplate
Simon Lydell [Sun, 30 Aug 2015 08:52:02 +0000 (10:52 +0200)]
Fix typo in config file boilerplate

8 years agoStop URI encoding the API URL pref
Simon Lydell [Sat, 29 Aug 2015 21:08:58 +0000 (23:08 +0200)]
Stop URI encoding the API URL pref

The reason we used to was to make it easier to consume the public API (because
it is easier to read an ASCII string pref than a unicode one). However, some
systems return spaces already URI encoded, which breaks when encoding it once
more. In the end, this tiny simplification of the API consumption is not worth
it. Better to simply store the API URL as-is in a complex string pref.

Fixes #516.

8 years agoUpdate dependencies
Simon Lydell [Sat, 29 Aug 2015 20:56:49 +0000 (22:56 +0200)]
Update dependencies

8 years agoUpdate coffeelint
Simon Lydell [Sat, 29 Aug 2015 20:55:38 +0000 (22:55 +0200)]
Update coffeelint

8 years agoBump version to 0.5.18
Simon Lydell [Sat, 29 Aug 2015 20:36:34 +0000 (22:36 +0200)]
Bump version to 0.5.18

0.5.17.1-signed has been automatically published on addons.mozilla.org, causing
the automatic updates to replace the installed development version.

8 years agoDon't include the en-US description twice
Simon Lydell [Sat, 29 Aug 2015 20:35:37 +0000 (22:35 +0200)]
Don't include the en-US description twice

That has started to crash Firefox for me. Strange.

8 years agoAdd zh-TW translator to PEOPLE.md
Simon Lydell [Sun, 9 Aug 2015 14:58:16 +0000 (16:58 +0200)]
Add zh-TW translator to PEOPLE.md

8 years agoMerge pull request #522 from mozillazg/zh-CN
Simon Lydell [Sun, 2 Aug 2015 06:02:26 +0000 (08:02 +0200)]
Merge pull request #522 from mozillazg/zh-CN

Updated zh-CN localization

8 years agoUpdated zh-CN localization
mozillazg [Sun, 2 Aug 2015 03:42:06 +0000 (11:42 +0800)]
Updated zh-CN localization

8 years agoMerge pull request #521 from leVirve/zh-TW
Simon Lydell [Sat, 1 Aug 2015 06:09:24 +0000 (08:09 +0200)]
Merge pull request #521 from leVirve/zh-TW

update zh-TW strings

8 years agoupdate zh-TW strings
Salas [Fri, 31 Jul 2015 16:06:23 +0000 (16:06 +0000)]
update zh-TW strings

8 years agoRemove ability to select text in help dialog
Simon Lydell [Mon, 29 Jun 2015 19:25:39 +0000 (21:25 +0200)]
Remove ability to select text in help dialog

It was added so that you could select text and copy it, but unfortunately
nothing seems to happen when trying to copy. Then its better to leave the text
selection out entirely.

8 years agoMake `paste_and_go` work exactly like Firefox
Simon Lydell [Sun, 28 Jun 2015 08:33:46 +0000 (10:33 +0200)]
Make `paste_and_go` work exactly like Firefox

See #353.

8 years agoSimplify command `esc`
Simon Lydell [Sun, 28 Jun 2015 07:54:18 +0000 (09:54 +0200)]
Simplify command `esc`

8 years agoMake `stop_all` content independent
Simon Lydell [Sun, 28 Jun 2015 07:47:27 +0000 (09:47 +0200)]
Make `stop_all` content independent

8 years agoMake `stop` content independent
Simon Lydell [Sun, 28 Jun 2015 07:47:06 +0000 (09:47 +0200)]
Make `stop` content independent

8 years agoMake `reload_all_force` content independent
Simon Lydell [Sun, 28 Jun 2015 07:46:15 +0000 (09:46 +0200)]
Make `reload_all_force` content independent

8 years agoMake `history_back` and `history_forward` content independent
Simon Lydell [Sun, 28 Jun 2015 07:45:40 +0000 (09:45 +0200)]
Make `history_back` and `history_forward` content independent

8 years agoMake `copy_current_url` content independent
Simon Lydell [Sun, 28 Jun 2015 07:44:50 +0000 (09:44 +0200)]
Make `copy_current_url` content independent

8 years agoUpdate dev-dependencies
Simon Lydell [Sat, 27 Jun 2015 20:23:57 +0000 (22:23 +0200)]
Update dev-dependencies

8 years agoFix error on click
Simon Lydell [Sat, 27 Jun 2015 19:37:18 +0000 (21:37 +0200)]
Fix error on click

8 years agoClear held modifiers when pressing a non-modifier
Simon Lydell [Sat, 27 Jun 2015 19:29:08 +0000 (21:29 +0200)]
Clear held modifiers when pressing a non-modifier

Otherwise the markers would start out transparent when using the `F` command.

8 years agoMake `<c-q>` in the options able to insert `<escape>`
Simon Lydell [Sat, 27 Jun 2015 19:26:17 +0000 (21:26 +0200)]
Make `<c-q>` in the options able to insert `<escape>`

8 years agoReplace `vimfx.categories` with `vimfx.get('categories')`
Simon Lydell [Sat, 27 Jun 2015 19:15:33 +0000 (21:15 +0200)]
Replace `vimfx.categories` with `vimfx.get('categories')`

8 years agoChange `vf` into `zf` to free up `v`
Simon Lydell [Sat, 27 Jun 2015 19:02:22 +0000 (21:02 +0200)]
Change `vf` into `zf` to free up `v`

Using the default shortcuts, `a`, `g`, `y` and `v` are prefix keys. `v` is only
used in `vf`. While `v` in `vf` kind of makes sense if you come from vim, it
would make a lot more sense to use `v` for a possible future text selection mode
(#480). `zf` is better since `z` is a prefix key in vim as well. The `z`
"namespace" will be useful as we add more commands.

8 years agoLet ctrl and alt in Hints mode control where to open links
Simon Lydell [Sat, 27 Jun 2015 18:49:16 +0000 (20:49 +0200)]
Let ctrl and alt in Hints mode control where to open links

See #421.

8 years agoAdd the `<s-f1>` Ignore mode "unquote" command
Simon Lydell [Sat, 27 Jun 2015 15:24:12 +0000 (17:24 +0200)]
Add the `<s-f1>` Ignore mode "unquote" command

8 years agoMake hint markers transparent when shift is held
Simon Lydell [Sat, 27 Jun 2015 14:02:09 +0000 (16:02 +0200)]
Make hint markers transparent when shift is held

The `vimfx-held-modifiers` attribute is now added on `#main-window`. It is a
space-separated list of the currently held modifiers (alt, ctrl, meta and
shift). This can be used in CSS: `#main-window[vimfx-held-modifiers~="alt"]`.

See #484.

8 years agoFix failing API tests
Simon Lydell [Sat, 27 Jun 2015 13:10:16 +0000 (15:10 +0200)]
Fix failing API tests

8 years agoUpdate sv-SE locale
Simon Lydell [Fri, 26 Jun 2015 23:33:50 +0000 (01:33 +0200)]
Update sv-SE locale

8 years agoShow translation level after `gulp sync-locales`
Simon Lydell [Fri, 26 Jun 2015 23:30:54 +0000 (01:30 +0200)]
Show translation level after `gulp sync-locales`

8 years agoUse consistent casing for mode names
Simon Lydell [Fri, 26 Jun 2015 22:43:34 +0000 (00:43 +0200)]
Use consistent casing for mode names

8 years agoRename Insert mode into Ignore mode
Simon Lydell [Fri, 26 Jun 2015 22:32:52 +0000 (00:32 +0200)]
Rename Insert mode into Ignore mode

... because that's what it is. Insert mode was a bit confusing since you could
easily think that Insert mode was entered any time you focused a text input. See
also #506.

8 years agoDocument `match.toplevel`
Simon Lydell [Fri, 26 Jun 2015 22:11:32 +0000 (00:11 +0200)]
Document `match.toplevel`

8 years agoMove Text Input mode into Normal mode
Simon Lydell [Fri, 26 Jun 2015 22:07:06 +0000 (00:07 +0200)]
Move Text Input mode into Normal mode

This is simpler and easier to understand. It also make all Normal mode `<force>`
commands work while in "text input mode", which is what you expect.

8 years agoMake autofocus prevention a bit more robust
Simon Lydell [Fri, 26 Jun 2015 20:39:54 +0000 (22:39 +0200)]
Make autofocus prevention a bit more robust

... by only blurring programmatically invoked focus events.

8 years agoImprove line-wrapping of the help dialog title
Simon Lydell [Fri, 26 Jun 2015 19:50:48 +0000 (21:50 +0200)]
Improve line-wrapping of the help dialog title

8 years agoImprove help dialog logo spacing between V and imFx
Simon Lydell [Fri, 26 Jun 2015 19:43:41 +0000 (21:43 +0200)]
Improve help dialog logo spacing between V and imFx

Using the `ch` unit seems to work better across different fonts than the `em`
unit.

8 years agoAllow any mode to enter the "autoInsertMode" of Normal mode
Simon Lydell [Mon, 22 Jun 2015 21:50:08 +0000 (23:50 +0200)]
Allow any mode to enter the "autoInsertMode" of Normal mode

8 years agoAdd prevent_autofocus_modes pref
Simon Lydell [Mon, 22 Jun 2015 21:08:59 +0000 (23:08 +0200)]
Add prevent_autofocus_modes pref

It allows to configure which modes prevent_autofocus should be used in. It
defaults to normal mode only.

8 years agoStyle the "VimFx" part in the help dialog more nicely
Simon Lydell [Mon, 22 Jun 2015 20:41:35 +0000 (22:41 +0200)]
Style the "VimFx" part in the help dialog more nicely

8 years agoAdd pt-BR translator to PEOPLE.md
Simon Lydell [Mon, 22 Jun 2015 19:50:20 +0000 (21:50 +0200)]
Add pt-BR translator to PEOPLE.md

8 years agoMerge pull request #509 from atilacamurca/i18n-pt-BR
Simon Lydell [Mon, 22 Jun 2015 19:47:44 +0000 (21:47 +0200)]
Merge pull request #509 from atilacamurca/i18n-pt-BR

Translation to pt-BR.

8 years agoImprove the font size in the help dialog
Simon Lydell [Mon, 22 Jun 2015 19:36:04 +0000 (21:36 +0200)]
Improve the font size in the help dialog

When testing on a different computer I noticed the help dialog text being way
too large. I tried adjusting the CSS, but there was no sweet spot where the font
size was pleasant on both my regular computer and the other one I tried on.

This commits changes the default font size is the same as for menus, which is
usually quite small. It is then increased programmatically until just before a
scrollbar is caused.

8 years agoAdd pt-BR translation.
Átila Camurça [Fri, 19 Jun 2015 19:20:54 +0000 (16:20 -0300)]
Add pt-BR translation.

8 years agoMake `gulp help.html` output a full-height page
Simon Lydell [Mon, 22 Jun 2015 17:42:20 +0000 (19:42 +0200)]
Make `gulp help.html` output a full-height page

8 years agoImprove markers and help dialog fonts
Simon Lydell [Mon, 22 Jun 2015 17:40:53 +0000 (19:40 +0200)]
Improve markers and help dialog fonts

8 years agoFix bad CSS path in `gulp help.html`
Simon Lydell [Mon, 22 Jun 2015 16:54:13 +0000 (18:54 +0200)]
Fix bad CSS path in `gulp help.html`

8 years agoFix lint error
Simon Lydell [Mon, 22 Jun 2015 06:46:37 +0000 (08:46 +0200)]
Fix lint error

8 years agoUpdate sv-SE locale
Simon Lydell [Sun, 21 Jun 2015 17:05:45 +0000 (19:05 +0200)]
Update sv-SE locale

8 years agoAdd Questions & Answers to docs
Simon Lydell [Sun, 21 Jun 2015 11:00:25 +0000 (13:00 +0200)]
Add Questions & Answers to docs

8 years agoDocument ex commands
Simon Lydell [Sun, 21 Jun 2015 10:43:09 +0000 (12:43 +0200)]
Document ex commands

8 years agoDocument handy standard Firefox features.
Simon Lydell [Sun, 21 Jun 2015 10:36:45 +0000 (12:36 +0200)]
Document handy standard Firefox features.

8 years agoMove the CONTRIBUTING.md link to the feedback section
Simon Lydell [Sun, 21 Jun 2015 10:12:05 +0000 (12:12 +0200)]
Move the CONTRIBUTING.md link to the feedback section

8 years agoConsistently mark up object props in the API docs
Simon Lydell [Sun, 21 Jun 2015 10:04:12 +0000 (12:04 +0200)]
Consistently mark up object props in the API docs

8 years agoAdd a TOC to the documentation index
Simon Lydell [Sun, 21 Jun 2015 09:59:44 +0000 (11:59 +0200)]
Add a TOC to the documentation index

8 years agoSlightly reformat LICENSE
Simon Lydell [Sun, 21 Jun 2015 09:54:52 +0000 (11:54 +0200)]
Slightly reformat LICENSE

8 years agoAdd a link to the documentation in the Add-ons Manager
Simon Lydell [Sun, 21 Jun 2015 09:50:53 +0000 (11:50 +0200)]
Add a link to the documentation in the Add-ons Manager

Note that the link is currently a 404, because it points to the master branch,
which hasn't got any documentation yet.

8 years agoInclude LICENSE in the build
Simon Lydell [Sun, 21 Jun 2015 09:25:52 +0000 (11:25 +0200)]
Include LICENSE in the build

8 years agoDocument options
Simon Lydell [Sun, 21 Jun 2015 03:25:48 +0000 (05:25 +0200)]
Document options

8 years agoDocument public API
Simon Lydell [Sun, 21 Jun 2015 01:18:18 +0000 (03:18 +0200)]
Document public API

8 years agoDocument options
Simon Lydell [Sat, 20 Jun 2015 21:57:45 +0000 (23:57 +0200)]
Document options

8 years agoDocument how to style VimFx elements
Simon Lydell [Sat, 20 Jun 2015 20:22:00 +0000 (22:22 +0200)]
Document how to style VimFx elements

See #233, #424, #465.

8 years agoClarify licenses
Simon Lydell [Sat, 20 Jun 2015 19:31:40 +0000 (21:31 +0200)]
Clarify licenses

8 years agoInit documentation
Simon Lydell [Sat, 20 Jun 2015 19:31:14 +0000 (21:31 +0200)]
Init documentation

8 years agoName all translation IDs consistently
Simon Lydell [Sat, 20 Jun 2015 17:25:54 +0000 (19:25 +0200)]
Name all translation IDs consistently

8 years agoMajor refactor: Rework all UI and related improvements
Simon Lydell [Thu, 4 Jun 2015 20:22:17 +0000 (22:22 +0200)]
Major refactor: Rework all UI and related improvements

This commit is unfortunately very large. I do not like that, but most of the
things in this commit are very closely related, which made it easier to do it
this way.

Help dialog
===========

- It is no longer used to customize shortcuts. That's done in VimFx's settings
  in the Add-ons Manager instead.

- Moved "enjoying/found bug" from the Help dialog and into the readme. The
  readme will be used as the extension description on AMO. That description is
  also shown in the Add-ons Manager, so users will see it when customizing
  VimFx.

- It is no longer injected inside web pages, but in the Firefox chrome. This
  allows to get rid of the nasty resets in the CSS and makes it impossible for
  page elements to cover it. #477

- It now fills the entire page and adjusts based on your screen size. It is
  designed to work with lots of shortcut customization and the additon of new
  modes by other extensions.

- Added `gulp help.html` to make it easier to style the help dialog.

Settings UI
===========

- Shortcuts customization is now done in VimFx's settings page in the Add-ons
  Manager. This keeps all settings together and makes it obvious that you can
  customize the shortcuts. The new UI is also more accessible.

- The new UI also lets you:

  - Insert the default value of a pref. This is useful for the "prev/next
    patterns" by letting you merge in new defaults into your own customizations.
  - Reset to the default value. #262
  - Insert the next keypress as text. The default shortcut for this is `<c-q>`.
    (q as in quote. vim also has this shortcut, which works like its `<c-v>`.)
    For example, if the user is unsure how to express `<c-enter>` (s)he could
    simply press `<c-q><c-enter>` and `<c-enter>` would be inserted as text.

Button
======

- Now has high-resolution images. #383

- Is now implemented using CustomizableUI. #303 #349

- Greatly simplified:

  - If in normal mode, clicking it opens the help dialog.
  - Otherwise it exits the current mode returning to normal mode. This is
    useful if the user accidentally removes the keyboard shortcuts to exit
    modes, or don't know how to exit insert mode, for example.

  The above means that the "disable" feature has been removed. The UI to
  "blacklist" sites has been removed as well. See the "Removed/Changed/Addesd
  features" section for more info.

- It is now easily stylable with user CSS.

- State is no longer lost when moving a tab into a new window. #57

Removed/Changed/Added features
==============================

- The "disable" feature has been completely removed. It is rather useless
  compared to insert mode, and sometimes trips new users up. #327

- The "blacklist" feature has been changed into an "auto-insert-mode" feature.
  It is basically the same, except that you can actually choose to leave the
  blacklisted state for a while if you feel like it. The default shortcut to
  leave insert (`<s-escape>`) is not likely to conflict with page shortcuts.
  It is possible to disable the exit shortcut on certain pages using the public
  API.

- The "blacklist" feature has been de-emphasized. The button no longer offers
  any UI to blacklist and un-blacklist sites (see above). VimFx is supposed to
  be keyboard driven, so having a mouse-oriented UI makes no sense. Blacklisting
  is also a bit of an anti-feature, so we shouldn't maintain lots of UI code for
  it. It's simple enough to just open the Add-ons Manager and add
  `*currentdomain.com*` to the blacklist setting.

- The "blacklist" no longer supports the `!` wild card (that matched a single
  character) to keep things simple. The less to explain to the user the better.
  If users need more advanced wildcards than the simple `*` they can use the
  public API (see the Public API section) which allows to use all of
  JavaScript's power.

- The "blacklist" no longer supports the `##key1#key2` syntax to disable certain
  keys on certain sites. Instead a superior public API function is offered. This
  feature only existed in the develop branch for a while and was never released.
  Any users of it must manually move to the public API.

- The "prev/next patterns" no longer support the `*` and `!` wildcards. Instead
  they are treated as regexes (which allows to use `.*` and `.` instead). This
  is way simpler, and more powerful. Non-technical users can just keep adding
  simple patterns such as "next" translated into their language without being
  troubled by regex syntax, while advanced users can use the full power of regex
  if needed. The public API may of course also be used for unlimited power.

- The "blacklist" and "prev/next patterns" are no longer comma/space-separated.
  To keep things simple their just space-separated. Space is not a valid URL
  character, but a comma is, so this allows to match a URL which ends with a
  comma (but that is probably too rare to ever be useful). More importantly it
  makes the settings easier to read. Space could be part of a "prev/next
  pattern", though. Thanks to the above point one may use `\s` instead, which is
  also more robust. The prefs are automatically migrated to the new format.

- The "translations" pref in about:config is no longer used. Instead you have to
  use the public API. This is because it is an advanced feature and next to
  impossible to manage as a single line of JSON. This also keeps the code
  simpler. The pref only existed in the develop branch for a while and was never
  released. Any users of it must manually move to the public API.

- Most hard-coded constants have been moved into prefs, which can only be
  changed via about:config or the public API. For advanced users only. For
  example:

  - "prev/next patterns" attributes. #489
  - "target blank prevention". #452

- Pressing `aj` used to trigger the `j` shortcut, but doesn't any longer. Since
  there is no `aj` shortcut (by default) nothing happens. The reason that
  "feature" used to exist was because there used to be no concept of a timeout.
  For example if you pressed `a`, went from the computer for a while, came back
  and pressed `/` the `a/` shortcut would be invoked, which is a bit surprising.
  Now there is a timeout instead, which defaults to 2 seconds. So if you type
  `aj` with less than 2 seconds between the key presses, nothing will happen.
  Otherwise the `a` partial match will be cancelled and the `j` command will be
  invoked. This is more like vim works.

- The escape command used to be special-cased so that you could trigger it
  inside text boxes. Now this is done through the concept of "force keys"
  instead. If you add `<force>` at the beginning of a shortcut it will be
  available in text boxes as well. #194

Refactoring
===========

- All modes are know implemented the same way. Normal mode used to be
  special-cased and all other modes were rather limited.

- Commands and modes are now a lot more DRY.

- defaults.coffee now takes care of command categorization and ordering. It is
  essentially the text version of the help dialog. Changing order and/or
  categories there automatically affects the help dialog (and the settings UI)
  as well.

- The command matching algorithm is now much more simple and flexible.

- Because the help dialog was moved into browser chrome, there is no longer any
  need to insert the style sheet as an `AGENT_SHEET`, which made it difficult to
  override it with user CSS, for example to change the font size or color of
  hint markers. #465 #424 #233 #220

Public API
==========

Added a public API. This will be used by advanced users and by other extensions
that wish to extend VimFx. It allows to:

- Keep all VimFx configuration in a text file (instead of configuring it via
  VimFx’s GUI and storing it in Firefox’s prefs system). #245
- Add your own custom commands. #508 #490 #235
- Add site-specific options.
- Disable specific keys on some sites. #255
- Do things when entering pages, such as automatically entering insert mode
  (this can be used instead of the "blacklist" feature) or hints mode. #408
- Set some advanced settings that cannot be set any other way.
- Add new command categories.
- Add new modes.

8 years agoImprove error reporting in test runner
Simon Lydell [Sat, 20 Jun 2015 12:36:56 +0000 (14:36 +0200)]
Improve error reporting in test runner

8 years agoIntroduce a `VimFx` instance to hold global state
Simon Lydell [Sun, 24 May 2015 17:18:59 +0000 (19:18 +0200)]
Introduce a `VimFx` instance to hold global state

8 years agoImprove command order and categories
Simon Lydell [Sun, 24 May 2015 15:16:46 +0000 (17:16 +0200)]
Improve command order and categories

8 years agoRework custom shortcut prefs
Simon Lydell [Sun, 24 May 2015 14:07:33 +0000 (16:07 +0200)]
Rework custom shortcut prefs

- Defaults are now set for all prefs (including custom shortcuts and advanced
  options), not just the options that can be seen in the options UI.
- All command prefs are now named 'mode.<mode>.<command>'. So are the
  translation IDs for the commands. This helps to simplify the code.
- Migration from the 0.5.x format and the format used in the devlopment version
  up until this commit can now be done once, instead of at every startup and
  every shortcut change.
- All old custom shortcut prefs are migrated automatically, using a generalized
  migration facility that can be reused for other migrations in the future.
- Some command names were slightly renamed to improve consistency and to make
  the more descriptive. The latter is important since regular users are now
  expected to be able to read lib/defaults.coffee as documentation on all
  default shortcuts.

8 years agoSimplify compatible Firefox version management
Simon Lydell [Mon, 15 Jun 2015 19:29:26 +0000 (21:29 +0200)]
Simplify compatible Firefox version management

The only thing that matters is the minimum version, and it is only the major
number of it that matters.

Including a maximum version number is pretty pointless since most of the time
we've just set it to some version in the future without actually knowing if
VimFx works with that version or not. Firefox's release cycle is also so fast
that it is very hard to keep up with it. Finally, AMO automatically bumps the
maximum version if the addon passes their tests. So it is better to simply set
it to `*` and be done with it.

8 years agoFix error in install.rdf.tmpl
Simon Lydell [Mon, 15 Jun 2015 19:26:45 +0000 (21:26 +0200)]
Fix error in install.rdf.tmpl

8 years agoMerge pull request #498 from mozillazg/zh-CN
Simon Lydell [Wed, 3 Jun 2015 06:05:54 +0000 (08:05 +0200)]
Merge pull request #498 from mozillazg/zh-CN

Update zh-CN translation

8 years agoUpdate zh-CN translation
huangzg [Wed, 3 Jun 2015 02:14:06 +0000 (10:14 +0800)]
Update zh-CN translation

9 years agoAdd `gulp readme`
Simon Lydell [Sun, 24 May 2015 10:49:18 +0000 (12:49 +0200)]
Add `gulp readme`

9 years agoOnly inject options UI in our own addon
Simon Lydell [Sun, 24 May 2015 09:39:34 +0000 (11:39 +0200)]
Only inject options UI in our own addon

9 years agoImprove node_modules glob
Simon Lydell [Sun, 24 May 2015 09:37:09 +0000 (11:37 +0200)]
Improve node_modules glob

9 years agoMerge branch 'prefs' into develop
Simon Lydell [Sat, 23 May 2015 21:48:17 +0000 (23:48 +0200)]
Merge branch 'prefs' into develop

9 years agoSimplify `gulp sync-locales`: only support .properties
Simon Lydell [Sat, 23 May 2015 21:39:17 +0000 (23:39 +0200)]
Simplify `gulp sync-locales`: only support .properties

If we ever re-add .dtd files we can revert this commit.

9 years agoRewrite the README key features / shortcuts parts
Simon Lydell [Sat, 23 May 2015 21:17:44 +0000 (23:17 +0200)]
Rewrite the README key features / shortcuts parts

This commit merges those parts into one. The complete list of shortcuts has been
removed. As it will only grow, it gets a little overwhelming. It is also a PITA
to maintain. Instead, only some of the most important default shortcuts are
mentioned, more like on the current AMO page, and there's a link to
lib/defaults.coffee in case somebody wants to easily view all defaults before
installing the add-on.

The above makes the readme suitable as the text used on AMO. Therefore I also
updated a few links to make them work on AMO as well.

9 years agoRefactor defaults
Simon Lydell [Sat, 23 May 2015 21:11:13 +0000 (23:11 +0200)]
Refactor defaults

- Define all defaults in lib/defaults.coffee, instead of some in
  defaults/preferences/defaults.js, some in lib/commands.coffee and some in
  lib/modes.coffee.
- Fix saving of non-ascii strings.
- Remove the autofocus limit option from the UI.
- Make the options UI in the Add-ons Manager DRY.

9 years agoFix lint errors
Simon Lydell [Sat, 23 May 2015 14:17:20 +0000 (16:17 +0200)]
Fix lint errors

9 years agoSimplify paste_tab command
Simon Lydell [Sat, 23 May 2015 12:10:30 +0000 (14:10 +0200)]
Simplify paste_tab command

9 years agoFix broken paste command
Simon Lydell [Sat, 23 May 2015 12:07:16 +0000 (14:07 +0200)]
Fix broken paste command

9 years agoProperly end `gulp release`
Simon Lydell [Thu, 21 May 2015 18:05:18 +0000 (20:05 +0200)]
Properly end `gulp release`

9 years agoAdd `gulp changelog`
Simon Lydell [Thu, 21 May 2015 18:02:43 +0000 (20:02 +0200)]
Add `gulp changelog`

9 years agoAdd new options to coffeelint.json
Simon Lydell [Mon, 18 May 2015 15:16:44 +0000 (17:16 +0200)]
Add new options to coffeelint.json

9 years ago2-space indentation in coffeelint.json
Simon Lydell [Mon, 18 May 2015 15:06:47 +0000 (17:06 +0200)]
2-space indentation in coffeelint.json

9 years agoUse a SPDX-compliant license identifier
Simon Lydell [Mon, 18 May 2015 15:05:54 +0000 (17:05 +0200)]
Use a SPDX-compliant license identifier

9 years agoFix lint errors
Simon Lydell [Mon, 18 May 2015 15:04:32 +0000 (17:04 +0200)]
Fix lint errors

9 years agoFix error in coffeelint.json
Simon Lydell [Mon, 18 May 2015 15:03:02 +0000 (17:03 +0200)]
Fix error in coffeelint.json

9 years agoUpdate dependencies
Simon Lydell [Mon, 18 May 2015 15:02:26 +0000 (17:02 +0200)]
Update dependencies

9 years agoUpdate translators
Simon Lydell [Mon, 18 May 2015 11:28:01 +0000 (13:28 +0200)]
Update translators

9 years agoMerge pull request #492 from mymedia2/russian2
Simon Lydell [Mon, 18 May 2015 11:19:10 +0000 (13:19 +0200)]
Merge pull request #492 from mymedia2/russian2

Updated russian translation

9 years agoUpdated russian translation
Guriev Nicholas [Sun, 17 May 2015 21:10:31 +0000 (00:10 +0300)]
Updated russian translation

9 years agoRemove stray console.log
Simon Lydell [Thu, 14 May 2015 22:38:38 +0000 (00:38 +0200)]
Remove stray console.log

9 years agoRemove the 'enable KeyboardEvent.code' option
Simon Lydell [Thu, 14 May 2015 22:25:16 +0000 (00:25 +0200)]
Remove the 'enable KeyboardEvent.code' option

It is enabled by default in Firefox 38, which has been released now.

As a consequence, this commit also bumps the minimum Firefox version to 38.

9 years agoMerge pull request #461 from lydell/scroll
Simon Lydell [Thu, 14 May 2015 22:20:11 +0000 (00:20 +0200)]
Merge pull request #461 from lydell/scroll

Make scrolling commands scroll the focused element

Imprint / Impressum