Commit Graph

27400 Commits

Author SHA1 Message Date
Wliu
ced74029f8 ⬆️ language-ruby@0.67.1 2016-01-11 16:25:57 -05:00
joshaber
378f6aaabb ⬆️ about@1.2.0. 2016-01-11 16:08:24 -05:00
joshaber
731e782f0d RIP release-notes. 2016-01-11 16:08:07 -05:00
Max Brunsfeld
4ee6b3a492 Merge pull request #10349 from Tyriar/fix_f_keymaps
Fix F11 keymaps
2016-01-11 12:59:43 -08:00
joshaber
2f2a0763a2 Log refresh failures. 2016-01-11 15:19:02 -05:00
joshaber
b661d41b2d Use the promise from refreshStatus to know when we're done. 2016-01-11 15:16:54 -05:00
joshaber
bf4cb2bc73 🔥 refreshingCount. 2016-01-11 15:16:37 -05:00
joshaber
60afd59edc Serialize refreshing. 2016-01-11 15:16:26 -05:00
joshaber
27de156f0c Merge branch 'master' into dh-async-repo 2016-01-11 15:12:07 -05:00
Josh Abernathy
c02d7995ce Merge pull request #10341 from atom/mq-mac-menu-order
Use OS X Human Interface Guidelines compliant menu order
2016-01-11 14:24:16 -05:00
joshaber
07be6d5c6e Merge branch 'master' into dh-async-repo 2016-01-11 14:14:19 -05:00
Machiste Quintana
088b32f9d5 Unfocus spec 2016-01-11 13:44:27 -05:00
Machiste Quintana
78543a7a34 Only disable a package if it isn't already disabled 2016-01-11 13:44:27 -05:00
Machiste Quintana
e7f15d06e4 Add failing spec for disabling an already disabled package 2016-01-11 13:44:27 -05:00
Nathan Sobo
2acb9c1ee8 ⬆️ settings-view 2016-01-11 11:31:38 -07:00
Nathan Sobo
339489997b ⬆️ tree-view 2016-01-11 11:31:31 -07:00
Nathan Sobo
ff0a62833f Pin jQuery to 2.1.4 2016-01-11 11:26:31 -07:00
Nathan Sobo
f44a26fa56 Merge pull request #10375 from atom/fire-changelog
🔥 CHANGELOG.md
2016-01-11 10:25:14 -07:00
Josh Abernathy
9e6136470e 🔥 CHANGELOG.md
Having this file still here is confusing. Do we use it, or do we use https://github.com/benogle/pr-changelog?

Let's apply 🔥 if we're not gonna keep it up to date.

/cc @mnquintana
2016-01-11 12:17:08 -05:00
joshaber
38616e9199 ⬆️ node-git@0.7.0 2016-01-11 11:43:21 -05:00
Daniel Hengeveld
d48f3aaed8 ⬆️ settings-view@0.232.1
refs https://github.com/atom/settings-view/pull/698
2016-01-11 10:06:01 -05:00
Wliu
35f262f411 ⬆️ language-html@0.44.0 2016-01-10 20:41:43 -05:00
Wliu
0d8a3847cd Merge pull request #10365 from svanharmelen/language-go@0.42.0
⬆️ language-go@0.42.0
2016-01-10 17:24:41 -05:00
Sander van Harmelen
6b44562a22 ⬆️ language-go@0.42.0
This version fixes #10272
2016-01-10 23:11:41 +01:00
Katrina Uychaco
4d0b58ff46 Add spec for serialzing/deserialzing pending state for editor 2016-01-10 13:01:01 -08:00
Katrina Uychaco
8d3b86acb5 Serialize pending state for editor 2016-01-10 12:53:39 -08:00
Machiste Quintana
859d8605a9 Merge branch 'master' into mq-mac-menu-order 2016-01-10 14:49:45 -05:00
Yuya Tanaka
d4c8770176 Add copy project path command to text-editor 2016-01-10 19:35:34 +09:00
Katrina Uychaco
292ef2fe1c Early return from promise if pane is destroyed 2016-01-09 21:00:53 -08:00
Katrina Uychaco
364205ca56 Ensure terminate handler is invoked only once 2016-01-09 18:10:28 -08:00
Katrina Uychaco
d0be1965f2 🎨 2016-01-09 17:26:44 -08:00
Katrina Uychaco
2d00163e18 Refactor pending item tests 2016-01-09 17:19:32 -08:00
Katrina Uychaco
43d933eca8 Change order of tests 2016-01-09 17:18:07 -08:00
Daniel Hengeveld
9d4e9cab5b Make linter happy 2016-01-09 12:22:54 -08:00
Daniel Hengeveld
ed64abaede Always relativize to working directory 2016-01-09 12:04:02 -08:00
Daniel Hengeveld
0c839a91fb Keep track of openedPath when relativizing
.. otherwise if the repo root is a symlink, paths won’t relativize to
it and git statuses won’t be updated/shown.
2016-01-09 11:40:09 -08:00
Daniel Imms
235e489f6e Fix F11 keymaps
Function key keymaps don't work when they feature upperface 'F' characters.
They still tend to work because they typically have an application menu item
which is associated with it and falled back upon. The main difference is that
the originalEvent (KeyboardEvent) is not retained when doing this fallback as
Atom thinks that the menu item was pressed instead of the keymap.

Fixes #10287
2016-01-09 04:20:34 -08:00
Nathan Sobo
db74f4a8f0 Merge pull request #10178 from atom/ku-pending-editor
Open file in pending state on single click
2016-01-08 14:45:14 -07:00
Katrina Uychaco
5738b14eda 🎨 2016-01-08 13:39:46 -08:00
Max Brunsfeld
8bbab51959 Merge pull request #10336 from atom/wl-backport-tabs-fix
Backport identical tab names fix
2016-01-08 11:41:10 -08:00
Max Brunsfeld
b8c6fec2f6 Merge pull request #10334 from atom/wl-backport-fullscreen-fix
Backport Electron stability fixes to 1.3
2016-01-08 11:40:26 -08:00
Machiste Quintana
1a13913168 Use OS X Human Interface Guidelines compliant menu order
Fixes https://github.com/atom/atom/issues/10302
2016-01-08 12:00:24 -05:00
Machisté N. Quintana
dd1eb750fe Merge pull request #10332 from atom/ld-reload-window-menu
Relocate and rename 'View > Reload' to prevent confusion
2016-01-08 11:56:01 -05:00
Antonio Scandurra
d00164dc3c Deal with rows instead of points in LineTopIndex 2016-01-08 11:05:55 +01:00
Wliu
0bb8e21c04 ⬆️ language-json@0.17.3 2016-01-07 22:49:51 -05:00
Wliu
f527504402 ⬆️ language-python@0.43.0 2016-01-07 22:49:30 -05:00
Max Brunsfeld
8f1c49cb5c Merge pull request #9636 from DouweM/unique-title
Use unique text editor title in window and tab titles
2016-01-07 22:38:10 -05:00
Lee DohM
e9bb1f9220 Sort alphabetically 2016-01-07 19:31:03 -08:00
Cheng Zhao
ad76d3396b ⬆️ electron@0.34.5
Fix #9584.
2016-01-07 22:00:57 -05:00
Lee DohM
de043956bb Relocate and rename 'View > Reload' to prevent confusion 2016-01-07 18:51:26 -08:00