Commit Graph

3883 Commits

Author SHA1 Message Date
YUKI Hiroshi
63d1021dff Brush up descriptions 2016-02-17 17:18:23 +09:00
YUKI Hiroshi
bcc960c8fb Link to alternatives 2016-02-17 17:03:26 +09:00
YUKI Hiroshi
2773950732 Add news topic 2016-02-17 17:00:51 +09:00
YUKI Hiroshi
9594f1c740 Allow to disable indentation for horizontal tab bar #1070 2016-02-17 16:52:19 +09:00
YUKI Hiroshi
091c4de737 Add migration message for other locales 2016-02-17 16:48:36 +09:00
YUKI Hiroshi
d9e13abd83 Redirect users to other vertical tab addons 2016-02-17 16:46:29 +09:00
YUKI Hiroshi
bacdaf424f Activate "alllow to collapse/expand" on the startup #1070 2016-02-17 16:30:24 +09:00
YUKI Hiroshi
c3b170fe24 Add missing function 2016-02-17 16:24:28 +09:00
YUKI Hiroshi
ee7d2392c8 Disallow to make indentation level smaller than the default value #1070 2016-02-17 16:23:20 +09:00
YUKI Hiroshi
48e4dd8740 Apply indentation always for the vertical tab bar #1070 2016-02-17 16:15:04 +09:00
YUKI Hiroshi
3a2c801f5d Don't apply obsolete "extensions.treestyletab.allowSubtreeCollapseExpand.*" preferences #1070 2016-02-17 16:05:23 +09:00
YUKI Hiroshi
0099d7fd46 Remove configuration UI for "Allow to collapse/expand tree" #1070
% git grep allowSubtreeCollapseExpand | grep locale | \
        while read line; \
        do sed -r -e "/^.+config.allowSubtreeCollapseExpand/d" \
               -i "$(echo $line | cut -d ":" -f 1)"; done
2016-02-17 15:59:38 +09:00
YUKI Hiroshi
2e6cc07332 Bump maxVersion to 47.0a1 2016-02-17 10:10:26 +09:00
YUKI Hiroshi
90f348433a Add credit for other locales 2016-02-17 10:10:18 +09:00
YUKI Hiroshi
f0f62b89ae Add credit 2016-02-17 10:09:23 +09:00
YUKI Hiroshi
654d812f5c Use "aXXX" form for arguments 2016-02-17 10:09:19 +09:00
YUKI Hiroshi
557e69f42e Use "aXXX" form for arguments 2016-02-17 10:06:18 +09:00
YUKI "Piro" Hiroshi
5516b752b1 Merge pull request #1069 from jryans/tear-off-tabs
Repair tearing off a tree of multiple tabs
2016-02-17 10:03:57 +09:00
J. Ryan Stinnett
97a0afea4c Repair tearing off a tree of multiple tabs 2016-02-16 17:37:32 -06:00
YUKI "Piro" Hiroshi
f20f936a03 Add the topic "don't join to an existing different discussion! 2016-02-16 23:00:10 +09:00
YUKI "Piro" Hiroshi
aca7e34fb3 Make clear: don't post multiple different topics in an issue 2016-02-16 22:46:37 +09:00
YUKI "Piro" Hiroshi
ceda77bd2a Add how to edit an existing file on GitHub 2016-02-16 16:46:11 +09:00
Piro / YUKI Hiroshi
a13fe71eb6 Emphasize important topics 2016-02-16 16:39:29 +09:00
Piro / YUKI Hiroshi
66033820a1 More better descriptions 2016-02-16 16:36:15 +09:00
Piro / YUKI Hiroshi
c0adfe22c1 Add missing terms 2016-02-16 16:24:34 +09:00
Piro / YUKI Hiroshi
ffafc39ade How to disable signature check 2016-02-16 16:23:16 +09:00
Piro / YUKI Hiroshi
5002dbc86f Remove needless checkboxes - they couldn't be checked. 2016-02-16 16:16:10 +09:00
Piro / YUKI Hiroshi
f987b2ab80 Fix filename 2016-02-16 16:14:56 +09:00
Piro / YUKI Hiroshi
9ca419dd6b Add a contribution guide 2016-02-16 16:13:40 +09:00
Piro / YUKI Hiroshi
f8b60cf330 Bump version to 0.16.2016021602 2016-02-16 10:02:31 +09:00
Piro / YUKI Hiroshi
5b3887b900 Add news topics 2016-02-16 10:00:20 +09:00
Piro / YUKI Hiroshi
0bfedf7480 Attach new tab to the current tab only if it seems actually opened with relatedToCurrent=true
There are two keys: tab.owner and gBrowser._lastRelatedTab.
tab.owner can appear even if the tab is opened without relatedToCurrent=true, for example, about:addons.
On the other hand, gBrowser._lastRelatedTab is updated only when relatedToCurrent=true.
So it seems more better trigger to attach a new tab to the parent automatically.
This should fix #1065 (https://github.com/5digits/dactyl/issues/140)
2016-02-16 09:46:34 +09:00
Piro / YUKI Hiroshi
e896b40d51 Add missing credit 2016-02-16 09:22:14 +09:00
Piro / YUKI Hiroshi
e46fa55e9a Revert "Escape"
This reverts commit 9509d1f480.
2016-02-16 03:35:42 +09:00
Piro / YUKI Hiroshi
9509d1f480 Escape 2016-02-16 03:33:52 +09:00
Piro / YUKI Hiroshi
859a4fbba9 Bump version to 0.16.2016021601 2016-02-16 03:21:42 +09:00
Piro / YUKI Hiroshi
c68c299fa2 Reduce too many columns 2016-02-16 01:46:06 +09:00
Piro / YUKI Hiroshi
7c0b8eae28 Add news topics 2016-02-16 01:37:29 +09:00
Piro / YUKI Hiroshi
45c0b300b8 Fix indent 2016-02-16 01:33:15 +09:00
Piro / YUKI Hiroshi
d1200d2264 Add secret preferences to disable multicolumn pseud tree
* extensions.treestyletab.groupTab.columnize
 * extensions.treestyletab.tooltip.columnize
2016-02-16 01:32:56 +09:00
Piro / YUKI Hiroshi
0d6e26585e Support multicolumn full tooltip 2016-02-16 01:24:36 +09:00
Piro / YUKI Hiroshi
af4d2f7b40 Don't show pseud tree in multiple columns if the container is narrow 2016-02-16 00:29:30 +09:00
Piro / YUKI Hiroshi
7c2b939cab Don't show too large tooltip 2016-02-16 00:10:59 +09:00
Piro / YUKI Hiroshi
501147cab2 Better layout for pseud tree 2016-02-16 00:05:51 +09:00
Piro / YUKI Hiroshi
1126c9f211 Output log more safely #1067 2016-02-15 23:45:58 +09:00
YUKI Hiroshi
f5198c31aa Show pseudo tree in multiple columns 2016-02-15 20:26:14 +09:00
YUKI Hiroshi
f973be9ae5 Build pseudo tree based on HTML 2016-02-15 19:49:09 +09:00
YUKI Hiroshi
696bda9e8d Break too long line in group tabs 2016-02-15 19:18:42 +09:00
YUKI Hiroshi
5d0f792b03 Add link to MTH 2016-02-15 12:03:29 +09:00
YUKI "Piro" Hiroshi
2304b750eb Merge pull request #1066 from Infocatcher/ru_locale
Update ru locale
2016-02-15 08:41:26 +09:00