Cheng Zhao
3493d2c701
Merge pull request #901 from IgorKlopov/patch-1
...
Full verbosity, helps troubleshooting
2014-12-08 21:45:55 -08:00
Cheng Zhao
9e1d3f9e27
Merge pull request #902 from IgorKlopov/patch-2
...
Why not verbose?
2014-12-08 21:44:00 -08:00
Cheng Zhao
7fdd94520e
Merge pull request #898 from paulcbetts/dont-hardcode-atom-helper
...
Dont hardcode paths to Atom [Helper / Framework]
2014-12-08 21:39:14 -08:00
Paul Betts
aa3be09ab0
Bump submodule to merged version
2014-12-08 20:26:09 -08:00
IgorKlopov
27710cd4f7
bootstrap.py -v in mac
2014-12-08 20:07:29 +03:00
IgorKlopov
4d5bbbc2d7
bootstrap.py -v
2014-12-08 20:07:00 +03:00
IgorKlopov
da900b3094
bootstrap.py also imports it
2014-12-08 20:03:48 +03:00
IgorKlopov
0f29d9f30f
verbose_mode from config.py
...
Also, no return value supposed for execute_stdout
2014-12-08 20:02:08 +03:00
IgorKlopov
b88824a70c
verbose_mode getter/setter
2014-12-08 20:00:35 +03:00
Paul Betts
e87876671f
Add some documentation about renaming Atom Shell
2014-12-07 21:38:29 -08:00
Paul Betts
d0f6c89e77
Bump brightray to pick up brightray/brightray#85
2014-12-07 21:26:19 -08:00
Paul Betts
8eab230fe1
Delete OverrideChildProcessPath and OverrideFrameworkBundlePath altogether
2014-12-07 21:06:47 -08:00
IgorKlopov
7ff95ec255
Travis CI says: execute unused
...
Removed `execute` import
2014-12-08 03:04:41 +03:00
IgorKlopov
20afd51a9d
Travis CI says long line detected
...
Foldede the line
2014-12-08 02:58:04 +03:00
IgorKlopov
19bba5c18c
One more verbose_mode
...
`bootstrap.py` new variable `verbose_mode` to run `npm install` with --verbose option
2014-12-08 02:52:13 +03:00
IgorKlopov
bf4c219766
Make use of execute_stdout
...
execute_stdout makes stdout real-time
2014-12-08 02:47:05 +03:00
IgorKlopov
a5e1d8c97f
introduce execute_stdout
...
`execute_stdout` does not return the output of the process. Instead it outputs directly to current stdout (in real-time - to see what is `npm` doing now)
2014-12-08 02:42:55 +03:00
IgorKlopov
2153e018a3
Bootstrap indeed
2014-12-07 18:47:23 +03:00
IgorKlopov
3f4fec0864
Why not verbose?
...
The silence are scary
2014-12-07 18:46:12 +03:00
IgorKlopov
743e8331b5
Helps troubleshooting
2014-12-07 18:42:59 +03:00
Paul Betts
091357ad8e
Find the MainMenu nib correctly
2014-12-05 23:19:19 -08:00
Paul Betts
3d4491a468
Determine the Helper name from the App name
2014-12-05 23:19:19 -08:00
Cheng Zhao
6d32db32ef
Upgrade node, fixes #843
2014-12-04 12:17:36 -08:00
Cheng Zhao
357f5f9781
Upgrade brightray
2014-12-04 11:45:02 -08:00
Cheng Zhao
a0f5544a07
Fix compilation warning on Yosemite
2014-12-03 15:21:50 -08:00
Cheng Zhao
6c9dbe190d
Bump v0.19.5
2014-11-28 20:01:42 +08:00
Cheng Zhao
29b8cd8df7
Merge pull request #872 from atom/tray-balloon
...
Add Tray.displayBalloon API on Windows
2014-11-28 20:01:08 +08:00
Cheng Zhao
f78f94d4f1
Fix building on Mac
2014-11-28 19:50:10 +08:00
Cheng Zhao
ef8b20af65
docs: "balloon-show" and "balloon-closed" events
2014-11-28 19:47:21 +08:00
Cheng Zhao
9f99209733
win: Add "balloon-show" and "balloon-closed" events
2014-11-28 19:42:57 +08:00
Cheng Zhao
ee3fa67c48
docs: Tray balloon
2014-11-28 19:23:13 +08:00
Cheng Zhao
a3327ac53e
win: Remove XP code in Tray
2014-11-28 18:59:51 +08:00
Cheng Zhao
210c97f957
win: Add "balloon-clicked" event for Tray
2014-11-28 18:50:31 +08:00
Cheng Zhao
8097cb2b9e
Add Tray.displayBallon API
2014-11-28 18:39:30 +08:00
Cheng Zhao
2650e34867
win: Add NotifyIcon::DisplayBalloon
2014-11-28 18:30:43 +08:00
Cheng Zhao
9f0b5a14a4
Remove tray_icon_win.h
2014-11-28 18:21:31 +08:00
Cheng Zhao
a8b4e5faec
OVERRIDE => override in notify_icon.h
2014-11-28 18:20:38 +08:00
Cheng Zhao
f6c66a7374
Add Tray.destroy() API, fixes #871
2014-11-28 18:06:51 +08:00
Cheng Zhao
86cf5e0028
OVERRIDE => override in atom_api_tray.h
2014-11-28 17:54:38 +08:00
Cheng Zhao
89de5b6e9a
win: Remove NotifyIconHostStateChanger
...
We don't need the ability it provided, and it is causing crashes on some
machines.
Fixes #850 .
2014-11-28 17:47:47 +08:00
Cheng Zhao
ff26c3c16f
Some coding style fixes
2014-11-28 15:59:03 +08:00
Cheng Zhao
8a736abac7
Merge pull request #870 from joaomoreno/popup
...
Allow positioning the context menu
2014-11-28 12:42:49 +08:00
Cheng Zhao
0397b282c0
Merge pull request #867 from IgorKlopov/patch-2
...
`subprocess.Popen` fails when Python is in "App Paths"
2014-11-28 11:47:57 +08:00
Cheng Zhao
d50a2b810d
Merge pull request #866 from bwin/fix-typo
...
fix typo in variable name
2014-11-28 11:36:02 +08:00
Cheng Zhao
c5de8ea7bf
Merge pull request #864 from IgorKlopov/patch-1
...
Lookup node in PATHs
2014-11-28 11:34:02 +08:00
Joao Moreno
c06e844ef4
fix build
2014-11-26 15:28:03 +01:00
Joao Moreno
c6a16161d9
Update documentation for Menu.popup()
2014-11-26 15:15:55 +01:00
Joao Moreno
46e6b5ec3e
Allow positioning the context menu
2014-11-26 13:54:05 +01:00
IgorKlopov
0fd1f61a24
Paul suggests paths to be reversed
2014-11-26 01:43:30 +03:00
IgorKlopov
d8de9754d6
subprocess.Popen
fails when Python is in "App Paths"
...
Win32. Python is not added to PATHs by default. Instead it is added to `App Paths` registry key ( http://msdn.microsoft.com/en-us/library/windows/desktop/ee872121(v=vs.85).aspx ). In both cases Python binary is found when i enter `python` command. But `subprocess.Popen` seems to fail when BOTH (1) runs a string `python tools/atom_source_root.py` AND (2) python is not in PATHs, only in App Paths. I suggest using list in <!( and hope this does not break linux/macos builds.
2014-11-25 14:16:17 -08:00