Commit Graph

14571 Commits

Author SHA1 Message Date
Damien Guard
8550fe028b New crashreporter URL to prevent warnings 2016-07-26 09:10:43 -07:00
Damien Guard
7e006cde87 Merge pull request #12230 from atom/dg-do-not-autosubmit-crash-reporter
Disable autosubmit of crash reporter
2016-07-25 11:37:56 -07:00
Max Brunsfeld
920f62a76a Merge pull request #11216 from ypresto/speedup-config-setdefaults
🐎 wrap loop of config.setDefaults() in transact()
2016-07-25 10:29:35 -07:00
Damien Guard
9199b7ffa9 Disable autosubmit of crash reporter 2016-07-25 09:22:25 -07:00
Yuya Tanaka
b66d1acb02 🐎 Skip require from settings view if configSchema 2016-07-25 07:51:11 +09:00
Yuya Tanaka
71e7d32916 🐎 Transact setSchema config changes 2016-07-25 07:49:04 +09:00
Damien Guard
7fa77bc011 Revert Crash Reporter URL endpoint back to correct one 2016-07-20 16:26:56 -07:00
Damien Guard
0648e4fce1 Run Crash Reporter on both UI & non-UI threads 2016-07-20 16:25:14 -07:00
Damien Guard
177c48dd11 Merge pull request #12123 from atom/windows-system-settings
Windows shell integration system settings
2016-07-19 17:23:02 -07:00
Damien Guard
2fb0d68be8 Blank lines and for x in y syntax from review 2016-07-19 16:33:29 -07:00
Damien Guard
23dfa392c9 Fix up Squirrel specs 2016-07-18 22:56:02 -07:00
Damien Guard
1610bcedb1 Ensure install & upgrade fix up previous shell paths 2016-07-17 22:42:08 -07:00
Max Brunsfeld
678d5b4c24 Remove usage of repository.async in Workspace
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-13 15:41:10 -07:00
Max Brunsfeld
a973e1ae9e Put back GitRepository::isDestroyed() method 2016-07-13 14:04:58 -07:00
Max Brunsfeld
58e7892492 Remove GitRepositoryAsync
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-13 14:03:29 -07:00
Max Brunsfeld
7b11c31e07 Remove synchronous GitRepository's dependency on GitRepositoryAsync
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-13 14:02:05 -07:00
Lee Dohm
d922d182f3 Merge pull request #12158 from atom/update-12086
Improve incompatible native module error message
2016-07-12 17:18:23 -07:00
Lee Dohm
9f6f903592 Add enhanced wording @thomasjo recommended 2016-07-12 15:31:49 -07:00
Damien Guard
ce6d45f72a 🎨 Fix fat-arrow linter warning 2016-07-12 10:03:55 -07:00
Antonio Scandurra
a30250b830 Merge pull request #11942 from ssorallen/notification-docs
Complete documentation for Notification creation
2016-07-12 10:07:25 +02:00
Damien Guard
81ebb686bb Fixes from testing Windows shell integration 2016-07-11 09:59:08 -07:00
Katrina Uychaco
66b2bb4441 Merge pull request #12119 from atom/ku-tear-down-ipc-response-handler
Tear down ipc response handler when atom environment is destroyed
2016-07-08 16:37:44 -07:00
Damien Guard
6a4f6751d1 Revise API to reduce surface area 2016-07-08 13:31:19 -07:00
Damien Guard
3e826c1357 Initial checkpoint not yet tested with settings-view changes 2016-07-08 10:04:59 -07:00
Katrina Uychaco
9bf329cef2 Tear down ipc response handler when atom environment is destroyed
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-07-07 15:53:07 -07:00
Glavin Wiechert
4986a64815 Improve incompatible native module error message
Close #6771
2016-07-04 09:46:09 -03:00
Lee Dohm
04ff1b5b57 Merge pull request #12028 from Floobits/node_env_fix
Don't erase NODE_ENV from environment.
2016-06-30 16:47:37 -07:00
Ross Allen
7e75b861d8 Describe whitespace in detail and description
`detail` is rendered as preformatted text in core themes. `description`
is rendered as Markdown.
2016-06-30 15:57:22 -07:00
Lee Dohm
438aac6244 Merge pull request #12031 from Jonahss/getTitle-docs
📝 Mention how models must implement getTitle() [ci skip]
2016-06-28 17:54:45 -07:00
Jonah
7b16e40fa8 📝 better docs for workspace.addOpener 2016-06-28 17:52:53 -07:00
Damien Guard
22922dec96 CrashReporter should not run on UI thread on Win/Linux 2016-06-27 16:31:01 -07:00
Thomas Johansen
35ceb66a5b Merge pull request #11875 from atom/sm-move-bootstrap-to-npm
Merge Bootstrap + Core styles

Closes #11839 
Closes #11858
2016-06-24 07:54:16 +02:00
Damien Guard
511587c3d0 Merge pull request #11929 from atom/windows-multiple-versions
Allow different versions of Atom to run simultaneously on Win32
2016-06-23 10:59:19 -07:00
Geoff Greer
76e59a25f4 Don't erase NODE_ENV from environment. Atom sets this to 'production' earlier, but some code paths can cause it to be un-set. This degrades performance and sometimes crashes React. Fixes #12024. 2016-06-22 20:09:25 -07:00
Jonah Stiennon
03257b17e2 📝 Mention how models must implement getTitle() [ci skip] 2016-06-22 15:38:51 -07:00
Ross Allen
752359b332 Clarify buttonClass and description 2016-06-21 08:22:05 -07:00
Antonio Scandurra
a5fdf3e18a Merge pull request #12008 from atom/as-ns-recreate-destroyed-repo
Recreate Repository if the same project is added after being removed
2016-06-21 11:40:49 +02:00
Antonio Scandurra
95932081b2 Recreate repository if the same project is added after being removed
:pear:ed with @nathansobo.
2016-06-20 17:06:50 +02:00
Antonio Scandurra
c6f9d1d222 Add GitRepository.prototype.isDestroyed 2016-06-20 17:05:56 +02:00
Leo Lamprecht
0ceacf5c13 OSX -> macOS 2016-06-20 11:29:10 +02:00
Thomas Johansen
b2f7c9d52d 🔥 Remove all bootstrap remnants 2016-06-19 16:20:44 +02:00
Leonard Lamprecht
3a1ad3fd40 Replace OS X and Mac OS with macOS 2016-06-18 15:33:08 +02:00
Antonio Scandurra
89f6604f91 Merge pull request #11994 from atom/ns-allow-test-directory
Make interactive package tests work with a top-level 'test' directory
2016-06-17 11:15:48 +02:00
Nathan Sobo
07a19df22c Make interactive test running work with ‘test’ directory
In addition to ‘spec’. I hate the word ‘spec’.
2016-06-16 16:28:11 -06:00
Nathan Sobo
8a3d5f8534 Use preferred line length as a *maximum* for soft wrapping
...if the softWrapAtPreferredLineLength config setting is enabled.
2016-06-16 08:42:30 -06:00
Lee Dohm
c7e3b0c728 📝 Update old docs links to point to Flight Manual 2016-06-15 08:57:27 -07:00
Ross Allen
86cdc61ff0 Correctly reference onDidClick, not onClick 2016-06-14 07:36:35 -07:00
Ross Allen
c19ed79066 Complete documentation for Notification creation
Notifications support several options that were yet to be documented:
`buttons`, `description`, and `stack`. Add descriptions for each option
and its defaults (where applicable, e.g. .buttons.className).

`stack` is technically available on all notification types, but it
doesn't make sense to use it on types other than 'error' and 'fatal'.
Therefore it's documented only in those two cases.

The usage and expected display, like preformatted vs. Markdown, taken
from [atom/notifications/lib/notification-element.coffee][1].

[1]: https://github.com/atom/notifications/blob/v0.64.1/lib/notification-element.coffee
2016-06-14 07:36:35 -07:00
Sam Hunter
2d68c49274 Only spec window's web view should force focus 2016-06-12 23:20:43 -07:00
Sam Hunter
2daa8d60f4 Fix WebView focus
This code is needed to automatically focus the webview when it is blurred
2016-06-12 23:16:26 -07:00