]> git.gir.st - VimFx.git/log
VimFx.git
8 years agoRemove unnecessary hint markers in the Add-ons Manager
Simon Lydell [Sat, 16 Jan 2016 15:01:57 +0000 (16:01 +0100)]
Remove unnecessary hint markers in the Add-ons Manager

8 years agoFix uncaught exception when opening the devtools
Simon Lydell [Sat, 16 Jan 2016 13:54:42 +0000 (14:54 +0100)]
Fix uncaught exception when opening the devtools

8 years agoFix `gulp help.html`
Simon Lydell [Sat, 16 Jan 2016 13:25:18 +0000 (14:25 +0100)]
Fix `gulp help.html`

8 years agoRemove confusing link from the readme
Simon Lydell [Sat, 16 Jan 2016 13:18:49 +0000 (14:18 +0100)]
Remove confusing link from the readme

8 years agoCode style nitpicks
Simon Lydell [Sat, 16 Jan 2016 13:18:02 +0000 (14:18 +0100)]
Code style nitpicks

8 years agoProperly clean up public API on shutdown (fix typo)
Simon Lydell [Sat, 16 Jan 2016 13:13:53 +0000 (14:13 +0100)]
Properly clean up public API on shutdown (fix typo)

8 years agoMerge pull request #669 from mozillazg/zh-CN
Simon Lydell [Sat, 16 Jan 2016 08:00:18 +0000 (09:00 +0100)]
Merge pull request #669 from mozillazg/zh-CN

updated zh-CN locale

8 years agoupdated zh-CN locale
mozillazg [Sat, 16 Jan 2016 05:59:42 +0000 (13:59 +0800)]
updated zh-CN locale

8 years agoVimFx v0.11.0 v0.11.0
Simon Lydell [Fri, 15 Jan 2016 18:59:42 +0000 (19:59 +0100)]
VimFx v0.11.0

8 years agoFix uncaught exception when loading some pages
Simon Lydell [Fri, 15 Jan 2016 18:53:47 +0000 (19:53 +0100)]
Fix uncaught exception when loading some pages

In frame scripts, `document.activeElement` may be null while the page is
loading.

8 years agoReduce AMO validator warnings regarding mouse events
Simon Lydell [Fri, 15 Jan 2016 18:40:58 +0000 (19:40 +0100)]
Reduce AMO validator warnings regarding mouse events

8 years agoFuture-proof the `Cu.import` for `console`
Simon Lydell [Fri, 15 Jan 2016 18:40:07 +0000 (19:40 +0100)]
Future-proof the `Cu.import` for `console`

8 years agoFix support for Firefox < 44
Simon Lydell [Fri, 15 Jan 2016 18:21:04 +0000 (19:21 +0100)]
Fix support for Firefox < 44

8 years agoUpdate dependencies
Simon Lydell [Fri, 15 Jan 2016 18:01:30 +0000 (19:01 +0100)]
Update dependencies

8 years agoUpdate copyright notices
Simon Lydell [Fri, 15 Jan 2016 17:46:41 +0000 (18:46 +0100)]
Update copyright notices

8 years agoMerge branch 'master' into develop
Simon Lydell [Fri, 15 Jan 2016 17:44:51 +0000 (18:44 +0100)]
Merge branch 'master' into develop

8 years agoMake the tests run on newer Firefox versions
Simon Lydell [Fri, 15 Jan 2016 17:44:42 +0000 (18:44 +0100)]
Make the tests run on newer Firefox versions

8 years agoMerge branch 'master' into develop
Simon Lydell [Fri, 15 Jan 2016 08:12:45 +0000 (09:12 +0100)]
Merge branch 'master' into develop

Conflicts:
extension/lib/marker.coffee

8 years agoFix missing hint for "Browser styles" checkbox in devtools
Simon Lydell [Fri, 15 Jan 2016 08:04:17 +0000 (09:04 +0100)]
Fix missing hint for "Browser styles" checkbox in devtools

8 years agoMerge pull request #668 from akhodakivskiy/devtoolszoom
Simon Lydell [Fri, 15 Jan 2016 08:01:09 +0000 (09:01 +0100)]
Merge pull request #668 from akhodakivskiy/devtoolszoom

Fix misplaced devtools hint markers when zoomed

8 years agoFix misplaced hint markers when zoomed
Simon Lydell [Tue, 12 Jan 2016 08:13:55 +0000 (09:13 +0100)]
Fix misplaced hint markers when zoomed

Hint markers are supposed to be centered vertically on the non-covered point.
This didn't work properly when zoomed, but now does. For simplicity, that fix
removed the "make sure the marker stays within its element" constraint, which
turned out to be nice and more consistent. The hint markers are now _always_
centered vertically on the non-covered point, even for very small links.

This commit also fixes hint marker placement in the devtools when the devtools
have been independently zoomed. The above issue needed to be fixed before this
could be fixed. Fixes #667.

8 years agoImprove docs regarding adding shortcuts to custom commands
Simon Lydell [Thu, 14 Jan 2016 19:51:28 +0000 (20:51 +0100)]
Improve docs regarding adding shortcuts to custom commands

8 years agoFix marker movement when zoomed
Simon Lydell [Tue, 12 Jan 2016 18:01:27 +0000 (19:01 +0100)]
Fix marker movement when zoomed

8 years agoMerge pull request #666 from just-barcodes/master
Simon Lydell [Mon, 11 Jan 2016 20:49:13 +0000 (21:49 +0100)]
Merge pull request #666 from just-barcodes/master

Update de locale

8 years agoUpdate de locale
just-barcodes [Mon, 11 Jan 2016 20:35:38 +0000 (20:35 +0000)]
Update de locale

8 years agoFix memory leak in non-multi-process Firefox
Simon Lydell [Mon, 11 Jan 2016 18:32:02 +0000 (19:32 +0100)]
Fix memory leak in non-multi-process Firefox

Apparently, 'overflow' and 'underflow' events in web page content can be caught
in UI listeners in non-multi-process. `event.target` of 'overflow' events in the
browser UI are saved as scrollable elements, which accidentaly included web page
elements as well. Holding on to such elements after their owner tab is closed
caused a memory leak (ghost windows). This commit checks that the overflown
elements really are UI elements before saving them.

Fixes #664.

8 years agoDon't use the same hint for GitHub's diff expansion buttons
Simon Lydell [Mon, 11 Jan 2016 12:58:08 +0000 (13:58 +0100)]
Don't use the same hint for GitHub's diff expansion buttons

Links with a `data-url` attribute no longer get the same hint. They're likely
JavaScript-powered even on other sites.

8 years agoSupport the "Default FullZoom Level" extension
Simon Lydell [Mon, 11 Jan 2016 08:44:54 +0000 (09:44 +0100)]
Support the "Default FullZoom Level" extension

Fixes #665.

8 years agoFix Hints mode crash on some pages
Simon Lydell [Sun, 10 Jan 2016 13:40:12 +0000 (14:40 +0100)]
Fix Hints mode crash on some pages

`elementAtPoint` might be `null`.

8 years agoMerge branch 'master' into develop
Simon Lydell [Sat, 9 Jan 2016 17:47:02 +0000 (18:47 +0100)]
Merge branch 'master' into develop

8 years agoImprove `zf` hover support: Emit mouse events
Simon Lydell [Sat, 9 Jan 2016 17:27:01 +0000 (18:27 +0100)]
Improve `zf` hover support: Emit mouse events

8 years agoFix `:hover` clearing on click in multi-process
Simon Lydell [Sat, 9 Jan 2016 16:39:07 +0000 (17:39 +0100)]
Fix `:hover` clearing on click in multi-process

Because clicks simulated by VimFx apparently cannot be caught in non-frame
listeners (which is good), _two_ real clicks were needed to clear `:hover`. This
commit fixes that, which allowed for a nice code cleanup. Instead, a temporary
hack is used for non-multi-process to make it work there.

8 years agoMake simulated clicks look more like real clicks
Simon Lydell [Sat, 9 Jan 2016 16:23:36 +0000 (17:23 +0100)]
Make simulated clicks look more like real clicks

8 years agoFix broken `scroll_to_mark` command
Simon Lydell [Sat, 9 Jan 2016 15:01:21 +0000 (16:01 +0100)]
Fix broken `scroll_to_mark` command

Fixes #663

8 years agoMake markers move along with its element
Simon Lydell [Sat, 9 Jan 2016 14:53:35 +0000 (15:53 +0100)]
Make markers move along with its element

Fixes #503.

8 years agoClear locked `:hover` on click
Simon Lydell [Fri, 8 Jan 2016 13:09:52 +0000 (14:09 +0100)]
Clear locked `:hover` on click

8 years agoFix missing hints in the Add-ons Manager
Simon Lydell [Sat, 2 Jan 2016 11:20:20 +0000 (12:20 +0100)]
Fix missing hints in the Add-ons Manager

8 years agoMerge branch 'master' into develop
Simon Lydell [Wed, 6 Jan 2016 13:58:54 +0000 (14:58 +0100)]
Merge branch 'master' into develop

8 years agoAdd a command to select the most recent tab
Simon Lydell [Wed, 6 Jan 2016 13:56:07 +0000 (14:56 +0100)]
Add a command to select the most recent tab

Fixes #319.

8 years agoLock `:hover` when clicking with the `f` commands
Simon Lydell [Wed, 6 Jan 2016 13:22:25 +0000 (14:22 +0100)]
Lock `:hover` when clicking with the `f` commands

Fixes #388.

Note that this commit also adds `pointer-evets: none;` to the hints container,
allowing to generate hints for elements only visible because of the mouse
pointer hovering something. Getting hints for hover-menus opened by `zf` but not
for hover-menus opened by moving the mouse was too confusing. The reason
`pointer-events: none;` wasn’t added before was that it prevented from scrolling
while hints were shown. While that was nice, it was just an edge case that
doesn't really matter. It is better to allow hints for hover-menus.

8 years agoAdd support for various fancy text editors
Simon Lydell [Wed, 6 Jan 2016 11:25:53 +0000 (12:25 +0100)]
Add support for various fancy text editors

Fixes #335.

8 years agoImprove element matching for the `zF` command
Simon Lydell [Wed, 6 Jan 2016 09:40:50 +0000 (10:40 +0100)]
Improve element matching for the `zF` command

- Always exclude `<menuitem>`s. They are never clickable by VimFx. (This could
  be seen in the Responsive Design View).
- Oddly, `<menuseparator>`s are considered focusable, but of course shouldn't
  get hints. Now they don't anymore.
- Make sure that browser elements in the web page content area (such as in the
  Responsive Design View) only show up when their containing tab is selected.

8 years agoImprove the selector for previous/next links
Simon Lydell [Tue, 5 Jan 2016 13:22:37 +0000 (14:22 +0100)]
Improve the selector for previous/next links

- Now supports `<input type="button">` in addition to `<button>`.
- Excludes elements with the 'menu' or 'tab' role, since those aren't really
  links.

Excluding `role="menu"` is needed on google.com. Fixes #662.

8 years agoFix lint error
Simon Lydell [Tue, 5 Jan 2016 13:21:33 +0000 (14:21 +0100)]
Fix lint error

8 years agoFix scrolling in the help dialog
Simon Lydell [Mon, 4 Jan 2016 08:07:13 +0000 (09:07 +0100)]
Fix scrolling in the help dialog

8 years agoMerge branch 'master' into develop
Simon Lydell [Mon, 4 Jan 2016 08:06:50 +0000 (09:06 +0100)]
Merge branch 'master' into develop

8 years agoFix help dialog font sizing
Simon Lydell [Mon, 4 Jan 2016 08:06:19 +0000 (09:06 +0100)]
Fix help dialog font sizing

8 years agoMerge branch 'master' into develop
Simon Lydell [Mon, 4 Jan 2016 08:00:59 +0000 (09:00 +0100)]
Merge branch 'master' into develop

8 years agoImprove positioning of the help dialog search input
Simon Lydell [Mon, 4 Jan 2016 08:00:11 +0000 (09:00 +0100)]
Improve positioning of the help dialog search input

8 years agoStreamline some English text
Simon Lydell [Mon, 4 Jan 2016 07:29:37 +0000 (08:29 +0100)]
Streamline some English text

8 years agoFix tiny errors in api.md
Simon Lydell [Mon, 4 Jan 2016 07:20:28 +0000 (08:20 +0100)]
Fix tiny errors in api.md

8 years agoFix tiny errors in config-file.md
Simon Lydell [Mon, 4 Jan 2016 07:16:34 +0000 (08:16 +0100)]
Fix tiny errors in config-file.md

8 years agoRename 'previous page' to '"Previoos" link'
Simon Lydell [Mon, 4 Jan 2016 07:13:28 +0000 (08:13 +0100)]
Rename 'previous page' to '"Previoos" link'

People confused "Go to the previous page" with "Go back in history". This should
reduce the confusion. (Also applies to 'next page'.)

8 years agoDon't give hints to `.button` if contains `<input>`
Simon Lydell [Sun, 3 Jan 2016 17:04:28 +0000 (18:04 +0100)]
Don't give hints to `.button` if contains `<input>`

This prevents double hints for:

    <div class="button-row">
      <input type="button">
    </div>

8 years agoRecognozie more ARIA roles as clickable
Simon Lydell [Sun, 3 Jan 2016 13:35:47 +0000 (14:35 +0100)]
Recognozie more ARIA roles as clickable

This is especially useful on gmail.com.

Fixes #660.

8 years agoFix missing hints in the Add-ons Manager
Simon Lydell [Sat, 2 Jan 2016 11:20:20 +0000 (12:20 +0100)]
Fix missing hints in the Add-ons Manager

Regression since commit cc80c0524.

8 years agoAdjustments for extension signing
Simon Lydell [Thu, 31 Dec 2015 13:02:06 +0000 (14:02 +0100)]
Adjustments for extension signing

8 years agoFix link in readme
Simon Lydell [Thu, 31 Dec 2015 09:44:31 +0000 (10:44 +0100)]
Fix link in readme

8 years agoUpdate outdated shortcut customization info in readme
Simon Lydell [Thu, 31 Dec 2015 09:40:53 +0000 (10:40 +0100)]
Update outdated shortcut customization info in readme

Fixes #656.

8 years agoRemove mailing list from readme
Simon Lydell [Thu, 31 Dec 2015 09:18:48 +0000 (10:18 +0100)]
Remove mailing list from readme

- It does not appear to work.
- We post there too seldomly anyway.
- Using the issue tracker instead works.

8 years agoAlways suppress non-prefix keys in Normal mode
Simon Lydell [Wed, 30 Dec 2015 16:02:43 +0000 (17:02 +0100)]
Always suppress non-prefix keys in Normal mode

If you press `aa` (and `a` is a prefix key, but there’s no `aa` shortcut), don’t
pass the second `a` to the page.

8 years agoMake 'frameCanReceiveEvents' more robust
Simon Lydell [Wed, 30 Dec 2015 15:43:26 +0000 (16:43 +0100)]
Make 'frameCanReceiveEvents' more robust

Instead of using a combination of `.readyState in ['interactive', 'complete']`
and the 'DOMWindowCreated' event, only set 'frameCanReceiveEvents' to `true`
when `.readyState == 'complete'`. Also, set it to `false` on the 'pagehide'
event. This simplifies things a bit, and hopefully makes VimFx more responsive
on slowly-loading pages. See #588.

8 years agoFix toolbar button icon size on high-res screens
Simon Lydell [Tue, 29 Dec 2015 16:01:04 +0000 (17:01 +0100)]
Fix toolbar button icon size on high-res screens

For real and hopefully right this time. Fixes #591.

8 years agoFix typos in the sv-SE locale
Simon Lydell [Sun, 27 Dec 2015 11:21:58 +0000 (12:21 +0100)]
Fix typos in the sv-SE locale

8 years agoMerge pull request #651 from franzwr/master
Simon Lydell [Mon, 21 Dec 2015 09:18:26 +0000 (10:18 +0100)]
Merge pull request #651 from franzwr/master

Fix typos in documentation

8 years agoFix typos in documentation
Franz Wompner [Mon, 21 Dec 2015 08:51:57 +0000 (09:51 +0100)]
Fix typos in documentation

8 years agoTreat contenteditable elements as other text inputs
Simon Lydell [Mon, 21 Dec 2015 07:16:00 +0000 (08:16 +0100)]
Treat contenteditable elements as other text inputs

This lets `gi` focus contenteditable elements, which are often indistinguishable
from `<input>`s and `<textarea>`. It also allowed for some nice code cleanup.

Fixes #649. Supersedes and closes #650.

8 years agoMake migration 0 more robust
Simon Lydell [Sun, 20 Dec 2015 17:41:48 +0000 (18:41 +0100)]
Make migration 0 more robust

- Don't crash if an old VimFx shortcut customization contains an empty string.
- Don't crash if `JSON.parse()` returns, for instance, `null`.

See #648.

8 years agoAllow to disable counts
Simon Lydell [Fri, 18 Dec 2015 07:12:50 +0000 (08:12 +0100)]
Allow to disable counts

Fixes #646.

8 years agoImprove the help dialog UX
Simon Lydell [Sun, 13 Dec 2015 10:03:19 +0000 (11:03 +0100)]
Improve the help dialog UX

- The search field is no longer autofocused. This is to allow the following
  points. It also allows to try out commands while the dialog is open; see #619.
- The scrolling commands now scroll the help dialog if it is open (regardless of
  whether it is scrollable or not, instead of confusingly scrolling the page
  behind it).
- The search field is focused by pressing `/` (or `a/` or `g/`).
- The search field is hidden until focused, reducing the risk of it obscuring
  text.

Fixes #643.

8 years agoAdd new zh-CN translator to PEOPLE.md
Simon Lydell [Sun, 13 Dec 2015 08:59:55 +0000 (09:59 +0100)]
Add new zh-CN translator to PEOPLE.md

8 years agoMerge pull request #644 from av2000ii/patch-1
Simon Lydell [Sun, 13 Dec 2015 08:57:55 +0000 (09:57 +0100)]
Merge pull request #644 from av2000ii/patch-1

Update vimfx.properties

8 years agoUpdate vimfx.properties
av2000ii [Sun, 13 Dec 2015 05:18:07 +0000 (13:18 +0800)]
Update vimfx.properties

8 years agoVimFx v0.10.0 v0.10.0
Simon Lydell [Wed, 9 Dec 2015 18:39:42 +0000 (19:39 +0100)]
VimFx v0.10.0

8 years agoMerge branch 'master' into develop
Simon Lydell [Wed, 9 Dec 2015 18:16:56 +0000 (19:16 +0100)]
Merge branch 'master' into develop

8 years agoAdd `match.discard()`
Simon Lydell [Wed, 9 Dec 2015 16:54:47 +0000 (17:54 +0100)]
Add `match.discard()`

Solves commit bbdfa761 in a cleaner way.

8 years agoReset typed keys in "autoInsertMode"
Simon Lydell [Wed, 9 Dec 2015 16:45:05 +0000 (17:45 +0100)]
Reset typed keys in "autoInsertMode"

Previously, if you typed for example a 'g' in a text input, click
outside it to unfocus, and then tried to use the `/` command, `g/` would be
triggered instead.

8 years agoDon't notify keys pressed keys in text inputs
Simon Lydell [Wed, 9 Dec 2015 16:39:39 +0000 (17:39 +0100)]
Don't notify keys pressed keys in text inputs

8 years agoMerge pull request #640 from akhodakivskiy/click-browser-element
Simon Lydell [Wed, 9 Dec 2015 17:03:47 +0000 (18:03 +0100)]
Merge pull request #640 from akhodakivskiy/click-browser-element

Add `zF` to click browser elements using hint markers

8 years agoMake it possible to scroll browser elements
Simon Lydell [Tue, 8 Dec 2015 18:36:31 +0000 (19:36 +0100)]
Make it possible to scroll browser elements

The dev tools can contain scrollbars. This commit makes it possible to focus
such scrollable elements with `zF` and then scroll them using all of VimFx's
scrolling commands.

8 years agoAdd command to click browser elements using markers
Simon Lydell [Sun, 6 Dec 2015 16:50:32 +0000 (17:50 +0100)]
Add command to click browser elements using markers

Fixes #236.

A note about the "hamburger menu" in the top-right corner:

It is possible to _open_ it with `zF`, but not possible to use `zF` inside of
it, because of `@popupPassthrough`. One _could_ an exception for that
menu/popup, but that doesn't help:

- `.elementFromPoint()` does not appear to find elements in popups, making it
  difficult to determine if the buttons inside are visible or not.
- The markers appear _behind_ the popup, no matter what `z-index` is used.
- The popup seems to eat `<escape>`: When it is pressed, the popup is closed,
  but the markers remain. The next `<escape>` press removes the markers. Not a
  big deal, but slightly annoying.

Therefore I decided not to add support for that menu in this commit. (Perhaps
we'll be able to do that some time in the future.) Instead, I recommend using
the alt key shortcuts for the "regular" menubar.

8 years agoRemove try-catch in UI 'keydown' listener
Simon Lydell [Tue, 8 Dec 2015 19:43:51 +0000 (20:43 +0100)]
Remove try-catch in UI 'keydown' listener

Firefox unfortunately doesn't show the stack trace in its error consoles. Still,
there is one available on thrown `error` objects. That's why the try-catch used
to be there: To also show the stack trace. Wrapping the 'keydown' listener was a
good choice because most things happen on keydown in VimFx. However, since the
switch to multi-process Firefox, this is less useful. Most keys are captured in
frame script 'keydown' handlers, not in the UI, so the try-catch didn't do much.
One _could_ place the try-catch somewhere else instead, but now it's harder to
find a good place. Besides, I've not really missed the stack trace for the last
couple of months. The file name and line number is still reported which is good
enough.

8 years agoShow the overridden shortcut in override errors
Simon Lydell [Tue, 8 Dec 2015 18:44:55 +0000 (19:44 +0100)]
Show the overridden shortcut in override errors

Before, the _overriding_ shortcut where accidentally shown instead.

8 years agoReplace "VimFx-custom" with "VimFx-config" in docs
Simon Lydell [Tue, 8 Dec 2015 17:54:23 +0000 (18:54 +0100)]
Replace "VimFx-custom" with "VimFx-config" in docs

8 years agoMove the `gr` command to its intended position
Simon Lydell [Mon, 7 Dec 2015 20:43:56 +0000 (21:43 +0100)]
Move the `gr` command to its intended position

8 years agoNotify keys pressed so far of a command
Simon Lydell [Sun, 6 Dec 2015 15:46:24 +0000 (16:46 +0100)]
Notify keys pressed so far of a command

This is only noticeable if typing a multi-key command or using a count.

Fixes #632.

8 years agoRemove outdated locale: pl
Simon Lydell [Sun, 6 Dec 2015 15:01:29 +0000 (16:01 +0100)]
Remove outdated locale: pl

It was less than 50% translated, and many already translated strings needed
updating. Nobody has shown interest in improving it for a long time.

8 years agoRemove outdated locale: hu
Simon Lydell [Sun, 6 Dec 2015 15:01:29 +0000 (16:01 +0100)]
Remove outdated locale: hu

It was less than 50% translated, and many already translated strings needed
updating. Nobody has shown interest in improving it for a long time.

8 years agoRemove outdated locale: el-GR
Simon Lydell [Sun, 6 Dec 2015 15:01:29 +0000 (16:01 +0100)]
Remove outdated locale: el-GR

It was less than 50% translated, and many already translated strings needed
updating. Nobody has shown interest in improving it for a long time.

8 years agoAdd notifications to many commands
Simon Lydell [Sun, 6 Dec 2015 14:53:18 +0000 (15:53 +0100)]
Add notifications to many commands

If nothing happens when activating a command, a notification is shown instead,
making it obvious that you actually triggered the command and didn't press the
wrong keys.

8 years agoLet `<space>` scroll a bit less than a full page
Simon Lydell [Sun, 6 Dec 2015 13:15:25 +0000 (14:15 +0100)]
Let `<space>` scroll a bit less than a full page

Just like Firefox does by default, scroll about a line less than a full page.

`d` and `u` scroll about _half_ a line less (by default), so that pressing `d`
twice works like pressing `<space>` once.

See #555.

8 years agoOrganize scrolling prefs docs a bit more
Simon Lydell [Sun, 6 Dec 2015 13:00:44 +0000 (14:00 +0100)]
Organize scrolling prefs docs a bit more

8 years agoRename `last_scroll_position_mark`
Simon Lydell [Sun, 6 Dec 2015 12:54:48 +0000 (13:54 +0100)]
Rename `last_scroll_position_mark`

... to `scroll.last_position_mark`.

8 years agoAdd a command to enter Reader View
Simon Lydell [Wed, 2 Dec 2015 15:21:58 +0000 (16:21 +0100)]
Add a command to enter Reader View

Fixes #637.

8 years agoAdd a command to open the recently closed tabs list
Simon Lydell [Wed, 2 Dec 2015 15:21:58 +0000 (16:21 +0100)]
Add a command to open the recently closed tabs list

That menu is opened in the middle of the window.

Fixes #636.

8 years agoMerge pull request #639 from comepradz/locale-id
Simon Lydell [Sat, 5 Dec 2015 19:37:53 +0000 (20:37 +0100)]
Merge pull request #639 from comepradz/locale-id

Small improvement for locale/id

8 years agoSmall improvement for locale/id
Yoppy Halilintar [Sat, 5 Dec 2015 19:11:35 +0000 (02:11 +0700)]
Small improvement for locale/id

8 years agoAdd new german translator to PEOPLE.md
Simon Lydell [Sat, 17 Oct 2015 17:39:16 +0000 (19:39 +0200)]
Add new german translator to PEOPLE.md

8 years agoMerge pull request #638 from just-barcodes/master
Simon Lydell [Sat, 5 Dec 2015 18:10:38 +0000 (19:10 +0100)]
Merge pull request #638 from just-barcodes/master

Update de locale

8 years agosmall locale/de improvement
just-barcodes [Sat, 5 Dec 2015 16:32:34 +0000 (16:32 +0000)]
small locale/de improvement

Imprint / Impressum