Nathan Sobo
453e034a5f
Simplify PaneView split specs because it's largely covered at the model
2014-01-14 20:21:24 -07:00
Nathan Sobo
9841a3588f
Move specs on PaneView::remove to Pane::destroy in pane-spec
2014-01-14 20:10:01 -07:00
Nathan Sobo
dd0ae8a8ea
Don't remove PaneViews when their model is destroyed
...
They will be removed by their parent PaneContainerView or PaneAxisView,
and removing them in the previous way circumvented some of our focus
preservation logic.
2014-01-14 20:09:14 -07:00
Nathan Sobo
d8ddd52df8
Move ::activateItemAtIndex specs from pane-view-spec to pane-spec
2014-01-14 19:49:15 -07:00
Nathan Sobo
83696bb9c7
Move ::activateNext/PreviousItem specs from pane-view-spec to pane-spec
2014-01-14 19:46:12 -07:00
Nathan Sobo
243c4efe20
Move ::saveActiveItemAs specs from pane-view-spec to pane-spec
2014-01-14 19:43:09 -07:00
Nathan Sobo
22c65f2407
Move ::saveActiveItem specs from pane-view-spec to pane-spec
2014-01-14 19:41:00 -07:00
Nathan Sobo
e553fefc25
Add spec for Pane::destroyInactiveItems to pane-spec
2014-01-14 19:32:39 -07:00
Nathan Sobo
cf6fc22c87
Add spec for Pane::destroyItems to pane-spec
2014-01-14 19:31:13 -07:00
Nathan Sobo
a6d8f588c3
💄
2014-01-14 19:29:01 -07:00
Nathan Sobo
2ef74de0f8
Move ::moveItemToPane specs from pane-view-spec to pane-spec
2014-01-14 19:26:47 -07:00
Nathan Sobo
2ee6469b17
Move ::moveItem specs from pane-view-spec to pane-spec
2014-01-14 19:15:11 -07:00
Nathan Sobo
9977884a2c
Move ::destroyItem specs from pane-view-spec to pane-spec
2014-01-14 19:12:27 -07:00
Nathan Sobo
c331723c55
Move ::activateItem specs from pane-view-spec to pane-spec
2014-01-14 19:12:26 -07:00
Nathan Sobo
dd3ca1fc2f
Merge pull request #1416 from atom/ns-workspace-model
...
Drop a basic model out from WorkspaceView
2014-01-14 18:11:34 -08:00
Nathan Sobo
f7f2da6ad2
Merge remote-tracking branch 'origin/master' into ns-workspace-model
2014-01-14 19:04:53 -07:00
Nathan Sobo
eba74d1420
Upgrade text-buffer to 0.13.0 for Range::intersectsRowRange
2014-01-14 18:55:19 -07:00
Kevin Sawicki
91c9f6ffa5
Upgrade to bracket-matcher@0.18.0
2014-01-14 17:49:19 -08:00
Kevin Sawicki
db319c9f9c
Upgrade apm new commands and template fixes
2014-01-14 17:20:04 -08:00
Kevin Sawicki
134affcd8f
Remove of tomorrow!
2014-01-14 17:18:10 -08:00
Kevin Sawicki
9bfa7704e6
Prepare 0.46.0 release
2014-01-14 17:05:19 -08:00
Kevin Sawicki
8acd84c7e2
Pull stdout out of results argument
v0.45.0
2014-01-14 16:39:14 -08:00
Kevin Sawicki
a53d223b6f
Use package.json version in master builds only
2014-01-14 16:25:22 -08:00
Kevin Sawicki
673b78561a
Rename set-development-version task to set-version
2014-01-14 16:16:31 -08:00
Kevin Sawicki
57c56fc46e
Use package.json version in master janky builds
2014-01-14 16:16:28 -08:00
Kevin Sawicki
d81fb8cabf
Sign right before publishing
2014-01-14 16:03:58 -08:00
Kevin Sawicki
1dec9d0ad2
Run codesign task after build task
2014-01-14 15:31:49 -08:00
Nathan Sobo
bda75c1a8f
Merge remote-tracking branch 'origin/master' into ns-workspace-model
2014-01-14 15:35:00 -07:00
Nathan Sobo
c0c2d797b1
Add some API documentation
2014-01-14 14:44:27 -07:00
Kevin Sawicki
a342a18440
Merge pull request #1413 from atom/ks-no-more-constructicon
...
Get off constructicon
2014-01-14 13:39:59 -08:00
Kevin Sawicki
047425c564
Rename createRelease to createBuildRelease
2014-01-14 13:29:35 -08:00
Kevin Sawicki
8374911dab
Delete existing asset before uploading new one
2014-01-14 13:29:35 -08:00
Kevin Sawicki
6ca3c90abe
Use upload urls instead of assets url
2014-01-14 13:29:35 -08:00
Kevin Sawicki
96cb266c27
Release properties are _ separated
2014-01-14 13:29:35 -08:00
Kevin Sawicki
21723b155e
Remove unneeded assets prefix
2014-01-14 13:29:34 -08:00
Kevin Sawicki
14c3feee17
Publish master builds to the draft release
2014-01-14 13:29:34 -08:00
Kevin Sawicki
0255f1e223
Remove unused require
2014-01-14 13:29:34 -08:00
Kevin Sawicki
76a5912126
Update expected callback name
2014-01-14 13:29:34 -08:00
Kevin Sawicki
848dc12f28
Add unlock-keychain arg
2014-01-14 13:29:34 -08:00
Kevin Sawicki
7a41fabf60
Unlock keychain before signing
2014-01-14 13:29:34 -08:00
Kevin Sawicki
f4b82fe3a4
Load env vars from /var/lib/jenkins/config/xcodekeychain
2014-01-14 13:29:34 -08:00
Kevin Sawicki
aec32b65a0
Remove constructicon files
2014-01-14 13:29:34 -08:00
Kevin Sawicki
01e0970406
Sign CI builds
2014-01-14 13:29:34 -08:00
Kevin Sawicki
b08978a431
Add back linting of build files
2014-01-14 13:28:30 -08:00
Nathan Sobo
e4b934d3fa
Remove 'workspace' from serialized state in spec helper
...
…Instead of 'workspaceView'.
2014-01-14 13:06:42 -07:00
Nathan Sobo
c350285044
Move Workspace and PaneContainer serialization to the model layer
...
The views are now stateless. You just construct them with a model to
deserialize.
2014-01-14 11:38:27 -07:00
Nathan Sobo
4a7b43f609
Write focusNext/PreviousPane in terms of activateNext/PreviousPane
...
"Activate" is the model level equivalent of focus.
2014-01-14 11:15:14 -07:00
Nathan Sobo
0d66c68fe8
Add delegator to model for PaneContainerView::saveAll
2014-01-14 11:12:08 -07:00
Kevin Sawicki
b72028c68d
Invoke deploy task using script/grunt
2014-01-14 10:03:05 -08:00
Kevin Sawicki
332b918c01
Ignore build/atom.build
2014-01-14 10:03:05 -08:00