|
766e94ed62
|
Merge remote-tracking branch 'origin/master' into persist-on-mutation-825b
Conflicts:
platform/core/src/capabilities/PersistenceCapability.js
|
2016-07-25 16:30:49 -07:00 |
|
|
c8898ac6aa
|
[Documentation] Updated copyright statement. Fixes #1081
|
2016-07-12 16:55:57 -07:00 |
|
|
264896c264
|
Merge branch 'master' into persist-on-mutation-825
Conflicts:
platform/commonUI/edit/src/actions/RemoveAction.js
platform/commonUI/edit/test/actions/EditAndComposeActionSpec.js
platform/commonUI/edit/test/actions/RemoveActionSpec.js
platform/entanglement/src/services/LinkService.js
platform/features/timeline/src/controllers/drag/TimelineDragHandler.js
platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDecorator.js
platform/features/timeline/test/controllers/drag/TimelineDragHandlerSpec.js
platform/features/timeline/test/controllers/swimlane/TimelineSwimlaneDropHandlerSpec.js
|
2016-05-20 14:26:39 -07:00 |
|
|
b6502e9ea1
|
[New Edit Mode] #633 Removed Editing workflow concerns from FixedController, LayoutController
|
2016-05-20 14:12:24 -07:00 |
|
|
d3f2a24267
|
Merge branch 'master' into persist-on-mutation-825
Conflicts:
platform/core/src/capabilities/PersistenceCapability.js
platform/features/timeline/src/controllers/swimlane/TimelineSwimlaneDropHandler.js
|
2016-05-19 11:41:08 -07:00 |
|
|
fa77139077
|
[Code Style] Run gulp fixstyle
...to apply code style settings from #142.
|
2016-05-19 11:29:13 -07:00 |
|
|
44f4a82fa1
|
Resolved merge conflicts
|
2016-05-12 16:14:31 -07:00 |
|
|
8756b7213f
|
[Persistence] Remove persistence usage from EditRepresenter
|
2016-04-29 11:35:00 -07:00 |
|
|
5e44bfc6c7
|
Merge branch 'master' into open671
Conflicts:
main.js
platform/commonUI/edit/src/policies/EditableMovePolicy.js
platform/commonUI/general/src/directives/MCTTree.js
platform/commonUI/general/src/ui/ToggleView.js
platform/core/src/actions/ActionCapability.js
platform/core/test/models/CachingModelDecoratorSpec.js
platform/core/test/services/InstantiateSpec.js
platform/features/events/bundle.js
platform/features/events/src/DomainColumn.js
platform/features/events/src/EventListController.js
platform/features/events/src/EventListPopulator.js
platform/features/events/src/RangeColumn.js
platform/features/events/src/directives/MCTDataTable.js
platform/features/events/src/policies/MessagesViewPolicy.js
platform/features/events/test/DomainColumnSpec.js
platform/features/events/test/EventListControllerSpec.js
platform/features/events/test/EventListPopulatorSpec.js
platform/features/events/test/RangeColumnSpec.js
platform/features/events/test/policies/MessagesViewPolicySpec.js
platform/features/rtevents/bundle.js
platform/features/rtevents/src/DomainColumn.js
platform/features/rtevents/src/RTEventListController.js
platform/features/rtevents/src/RangeColumn.js
platform/features/rtevents/src/directives/MCTRTDataTable.js
platform/features/rtevents/src/policies/RTMessagesViewPolicy.js
platform/features/rtevents/test/DomainColumnSpec.js
platform/features/rtevents/test/RTEventListControllerSpec.js
platform/features/rtevents/test/RangeColumnSpec.js
platform/features/rtevents/test/policies/RTMessagesViewPolicySpec.js
platform/features/rtscrolling/bundle.js
platform/features/rtscrolling/src/DomainColumn.js
platform/features/rtscrolling/src/NameColumn.js
platform/features/rtscrolling/src/RTScrollingListController.js
platform/features/rtscrolling/src/RangeColumn.js
platform/features/scrolling/src/DomainColumn.js
platform/features/scrolling/src/RangeColumn.js
platform/features/scrolling/src/ScrollingListController.js
platform/features/scrolling/src/ScrollingListPopulator.js
platform/features/scrolling/test/DomainColumnSpec.js
platform/features/scrolling/test/RangeColumnSpec.js
platform/features/scrolling/test/ScrollingListControllerSpec.js
platform/features/scrolling/test/ScrollingListPopulatorSpec.js
platform/features/table/src/directives/MCTTable.js
platform/features/table/test/controllers/TelemetryTableControllerSpec.js
platform/representation/src/gestures/DropGesture.js
platform/telemetry/src/TelemetryFormatter.js
test-main.js
|
2016-04-08 16:08:19 -07:00 |
|
|
650ef9bfa4
|
[Timelines] #677 Removed temporary markup
|
2016-03-23 11:27:40 -07:00 |
|
|
a1a7b2b8ce
|
[Build] Remove unused variables
...to satisfy JSHint
|
2016-03-04 11:41:48 -08:00 |
|
|
56a91dfbaf
|
[Build] Use not-threequals operator
...to satisfy JSHint
|
2016-03-04 10:58:23 -08:00 |
|
|
ac5ac8d34e
|
[Build] Remove boilerplate from scripts
No longer necessary after JSHint configuration.
|
2016-03-04 10:46:38 -08:00 |
|
|
f192544be3
|
Addressing issues from code review
|
2016-03-02 11:10:49 -08:00 |
|
|
2cc2c6a9d3
|
[Edit Mode] #627 removed edit concerns from browse controllers and markup
Fixed elements not appearing in edit mode
Fixed failing tests
|
2016-03-02 11:05:23 -08:00 |
|
|
fa46d31ac2
|
[Edit Mode] #627 slightly modified edit representer to detect newly created objects
Added some comments, renamed controller variable in markup
Removed edit references from BrowseController
|
2016-03-02 10:57:05 -08:00 |
|
|
549dfab5aa
|
[Edit Mode] #627 remove edit concerns from browse controller
|
2016-03-02 10:55:18 -08:00 |
|
|
53c60ee64f
|
[Timelines] #677 Applied fix to prevent editing of timelines in browse mode
Fixed failing test
|
2016-02-11 21:52:05 -08:00 |
|
|
f300b99b7b
|
[New Edit Mode] Code style fixes
JSLint error
|
2016-01-14 15:55:02 -08:00 |
|
|
49579378dd
|
[New Edit Mode] Fixed positioning of dropped objects #386
|
2015-12-09 09:51:00 -08:00 |
|
|
c211f413aa
|
[New Edit Mode] Add Elements pool to New Edit Mode #279
|
2015-11-25 10:40:37 -08:00 |
|
|
be5cad212a
|
[Code Style] Use prototypes in Edit bundle
WTD-1482.
|
2015-08-10 16:38:13 -07:00 |
|
|
c08a460d30
|
[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
|
2015-08-07 11:44:54 -07:00 |
|
|
10863514cb
|
[Licenses] Add license headers
WTD-1051.
|
2015-05-13 16:43:30 -07:00 |
|
|
6575291e3e
|
Merge remote-tracking branch 'origin/open788' into open-master
|
2015-03-10 12:41:08 -07:00 |
|
|
0d5a849a41
|
[Edit] Restructure source folder
Restructure sources associated with Edit mode; work on
WTD-788 has increased number of sources here so more
organization is useful.
|
2015-02-26 17:06:30 -08:00 |
|