757da1dff4
[Timeline] Remove obsolete test cases
2016-05-24 11:54:49 -07:00
85432af187
[Timeline] Don't store zoom configuration
...
https://github.com/nasa/openmct/issues/936#issuecomment-221343620
2016-05-24 11:53:27 -07:00
96af931c0b
Modified EditActionPolicy to prevent editing of table views unless object is a table type
2016-05-23 16:48:31 -07:00
9a5209f7c2
[Timeline] Add zoom-to-fit button
2016-05-23 16:06:10 -07:00
0818a7cda0
[Timeline] Increase maximum zoom level
...
#936
2016-05-23 15:36:26 -07:00
f35947361c
[Timeline] Remain centered during zoom
...
#936
2016-05-23 15:32:48 -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
25a2321578
Merge pull request #927 from nasa/jscs-rebase-142
...
[Code Style] Enforce code style
2016-05-20 14:03:27 -07:00
ad5691142e
[Code Style] Rename shadowing variables
2016-05-20 13:05:32 -07:00
b5229d7786
[Timeline] Commit changes on toggle
...
#908
2016-05-19 15:06:06 -07:00
f1e81c359e
[Persistence] Satisfy JSHint
2016-05-19 12:17:20 -07:00
ac3706dfb6
[Persistence] Don't expect persist calls in specs
2016-05-19 11:50:12 -07:00
3905171457
[Persistence] Don't expect persist calls in spec
2016-05-19 11:48:16 -07:00
1e03f22086
[Persistence] Don't expect persist calls in spec
2016-05-19 11:46:50 -07:00
360fdeaec8
[Persistence] Don't expect persist calls in spec
2016-05-19 11:44:26 -07:00
d5914dfde9
[Persistence] Remove caching of persistence capability
...
...as this no longer needs to be invoked directly.
2016-05-19 11:42:58 -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
f9631ff4c5
[Code Style] Fix style missed by gulp fixstyle
...
...and remove an unnecessary comment, too.
2016-05-19 11:29:41 -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
836b5db8cf
Reviewed edit mode checking
2016-05-12 16:11:57 -07:00
d00e13e4ee
Resolved merge conflicts
2016-05-12 16:09:53 -07:00
433dd87e51
Resolved merge conflicts
2016-05-12 16:07:39 -07:00
cf9eb3f602
Resolved Merge conflicts, removed previously deleted files
2016-05-12 16:05:27 -07:00
116c6e57ed
Merge pull request #918 from nasa/rt-updates-910
...
[Table] Remove length check when updating visible rows
2016-05-11 14:07:27 -07:00
a58fe1f81c
[Frontend] Modified .tick-labels in Timelines
...
open #909
- Changed markup to not use plot .tick-label class;
- Changed CSS accordingly;
- Fixed alignment (clipped bottom value) by
refactoring to use flex-box layout for tick labels;
2016-05-10 20:41:52 -07:00
c448753bab
[Table] Remove length check when updating visible rows
...
While the number of visible rows may not have changed, their
contents may have; returning early here results in #910 .
2016-05-10 15:20:22 -07:00
f3b265bdd5
Merge branch 'master' into open671
2016-05-09 10:19:24 -07:00
1c6ef28b80
[Table] Fix headers in firefox
...
Don't use table-cell displays for cells, resolves issues with zero-sized
tbody causing thead to be 100% of table size.
Fixes https://github.com/nasa/openmct/issues/809
2016-05-04 11:13:12 -07:00
f85ac79b4a
[Persistence] Remove persistence usage from TimelineSwimlaneDropHandler
2016-04-29 11:53:15 -07:00
bea9f22a0c
[Persistence] Remove persistence usage from TimelineSwimlaneDecorator
2016-04-29 11:51:21 -07:00
3f330dccf1
[Persistence] Remove persistence usage from TimelineDragHandler
2016-04-29 11:50:02 -07:00
f7f934f0e8
[Persistence] Remove persistence usage from AbstractStartTimerAction
2016-04-29 11:40:06 -07:00
6bf1ef5bcc
Revert "Revert "[Tables] Fix to correct sorting in realtime tables""
2016-04-22 09:44:34 -07:00
8b390e7fb9
Revert "[Tables] Fix to correct sorting in realtime tables"
2016-04-20 19:31:54 -07:00
29bce69eea
Merge pull request #822 from nasa/open769
...
[Tables] Fix to correct sorting in realtime tables
2016-04-20 19:30:04 -07:00
aac5a6d250
#769 - Removed empty code block and addressed some excessive guard code
2016-04-20 19:18:27 -07:00
f16a107105
[Timeline] Inject resources into CSV action
2016-04-15 08:51:22 -07:00
f683ca44a2
[Timeline] Read resource utilizations during CSV export
2016-04-15 08:45:42 -07:00
546cde56a8
[Timeline] Expose internal resource utilization
...
...to allow this to be exported for CSV, #751
2016-04-15 08:32:34 -07:00
7a7877d7c4
[Conductor] Add basic style for phone
...
Add styling for time conductor on mobile that removes slider and rearranges
inputs to utilize space more effectively.
https://github.com/nasa/openmct/issues/318
2016-04-13 16:17:17 -07:00
6322964dec
Addressed comments from code review of #822
2016-04-11 14:30:21 -07:00
1bb6e17829
Minor code change to improve clarity
2016-04-11 13:37:31 -07:00
f34e8ba61b
Modified code to call resize on every row add. Removed optimization to only resize when needed, because in fact resuze is necessary on every update in order to set vertical scroll size
2016-04-11 13:09:02 -07:00
2fb9b65652
Made comment a little more accurate
2016-04-11 12:57:27 -07:00
0c6b4a5a23
[Tables] Fix to correct sorting in realtime tables
2016-04-11 12:57:27 -07:00
20672ad028
[Tables] #801 Documented MctTable directive
2016-04-11 12:55:56 -07:00
99ba9edb95
Merged
...
Resolved merge conflicts
Resolved merge conflicts
2016-04-11 12:55:53 -07:00
23a8c305c1
[Table] #798 Simplified markup, moved styles to external stylesheet
2016-04-11 12:23:36 -07:00