Victor Woeltjen
|
a3443d8077
|
Merge pull request #1025 from nasa/frontend-1019
R&I fixes for Snow button colors and Timeline edit Add menu
|
2016-06-20 12:36:29 -07:00 |
|
Pete Richards
|
d475d767d5
|
add grootprovider
|
2016-06-17 17:05:05 -07:00 |
|
Pete Richards
|
a63e053399
|
[ObjectAPI] Draft new Object API
Rought prototype of new object API.
|
2016-06-17 16:59:35 -07:00 |
|
Victor Woeltjen
|
370b515c23
|
[API] Synchronize view to model
|
2016-06-17 14:21:37 -07:00 |
|
Victor Woeltjen
|
4a50f325cb
|
[API] Allow tasks to be added
|
2016-06-17 14:18:51 -07:00 |
|
Victor Woeltjen
|
dbe6a4efc1
|
[API] Title dialog
|
2016-06-17 14:05:00 -07:00 |
|
Victor Woeltjen
|
13920d8802
|
[API] Resolve/reject from dialog
|
2016-06-17 14:00:45 -07:00 |
|
Victor Woeltjen
|
b6a8c514aa
|
[API] Show dialog from toolbar
|
2016-06-17 13:51:15 -07:00 |
|
Victor Woeltjen
|
e4a4704baa
|
[API] Listen to add/remove buttons
|
2016-06-17 13:41:59 -07:00 |
|
Victor Woeltjen
|
be0029e59a
|
[API] Get todo toolbar to look right
|
2016-06-17 13:38:54 -07:00 |
|
Victor Woeltjen
|
9cb273ef0a
|
[API] Get registered toolbar to appear
|
2016-06-17 13:30:08 -07:00 |
|
Victor Woeltjen
|
eec9b1cf4c
|
[API] Support distinct region registration
|
2016-06-17 13:10:24 -07:00 |
|
Victor Woeltjen
|
1f96e84542
|
[API] Override template to allow toolbar injection
|
2016-06-17 12:16:46 -07:00 |
|
Victor Woeltjen
|
c289a27305
|
[API] Begin adding toolbar
|
2016-06-17 11:43:49 -07:00 |
|
Victor Woeltjen
|
c944080790
|
[API] Remove stylesheet from example
No need to provide custom API for this.
|
2016-06-17 11:27:04 -07:00 |
|
Victor Woeltjen
|
96316de6e4
|
[API] Update view API
|
2016-06-17 11:16:08 -07:00 |
|
Victor Woeltjen
|
2240a87ddc
|
[API] Move view off of type
|
2016-06-17 10:53:56 -07:00 |
|
Victor Woeltjen
|
53e8e7c688
|
Merge pull request #1024 from nasa/plots-1022
R&I un-squished plots fix
|
2016-06-17 10:36:40 -07:00 |
|
Victor Woeltjen
|
d891affe48
|
[API] Move view off of type
|
2016-06-17 10:21:00 -07:00 |
|
Victor Woeltjen
|
21a618d1ce
|
Merge branch 'api-type-proto' into api-view
|
2016-06-17 10:19:44 -07:00 |
|
Victor Woeltjen
|
5de7a96ccc
|
Merge pull request #1010 from nasa/api-type-proto
[API Prototype] Type registration
|
2016-06-17 10:18:42 -07:00 |
|
Charles Hacskaylo
|
dea94e4e68
|
[Frontend] Fix button colors in Snow theme
Fixes #1014
- Problem was actually application of a color
within the .icon class - fix removes that
definition;
|
2016-06-16 17:55:40 -07:00 |
|
Charles Hacskaylo
|
d40c7f1821
|
[Frontend] Restore the Add menu to edit Timelines
Fixes #1019
- Removed overflow: hidden from .l-edit-controls;
|
2016-06-16 17:46:15 -07:00 |
|
Charles Hacskaylo
|
c7e7e0c302
|
[Frontend] Fixes to un-squish plots
Fixes #1022
- min-height added to .gl-plot element;
- Moved plot value definitions out of _plots-main
and into _constants and normalized naming;
|
2016-06-16 17:24:44 -07:00 |
|
Pete Richards
|
8ac6ac97f0
|
Merge remote-tracking branch 'origin/open972'
|
2016-06-16 11:08:43 -07:00 |
|
Victor Woeltjen
|
1afa4ab329
|
Merge pull request #1017 from nasa/open664
[Edit Mode] Canceling edit mode with unsaved changes now shows confirmation dialog to user
|
2016-06-16 09:31:37 -07:00 |
|
Henry
|
c2517c1670
|
[Edit Mode] Canceling edit mode with unsaved changes now shows confirmation dialog to user. Fixes #664
|
2016-06-15 17:10:29 -07:00 |
|
Andrew Henry
|
717ceff02c
|
Merge pull request #995 from nasa/timeline-913a
R&I tweaks to Timeline scrollbar and splitters
|
2016-06-15 11:45:17 -07:00 |
|
Victor Woeltjen
|
6878c59f45
|
Merge pull request #1016 from nasa/fix-1013
[Persistence] Use identifier service to get key
|
2016-06-15 11:18:13 -07:00 |
|
Pete Richards
|
c00b053aa7
|
[Tests] verify that identifier service provides key
Verify that the results of the identifier service are used for
persistence calls instead of the domain object id.
https://github.com/nasa/openmct/issues/1013
|
2016-06-15 10:31:25 -07:00 |
|
Victor Woeltjen
|
480e12c3ab
|
Merge pull request #986 from nasa/table-export-934
[Table] Add Export for table contents
|
2016-06-15 10:17:21 -07:00 |
|
Victor Woeltjen
|
50bd233b0a
|
Merge remote-tracking branch 'origin/master' into table-export-934
Conflicts:
platform/commonUI/general/res/sass/controls/_buttons.scss
platform/features/table/res/templates/mct-table.html
|
2016-06-15 10:05:20 -07:00 |
|
Henry
|
79406cf1ed
|
[Tables] #972 Refactored to simplify code. Fixes #972
|
2016-06-14 16:34:07 -07:00 |
|
Pete Richards
|
2d5824c4ab
|
[Persistence] Use identifier service to get key
Retrieve key from identifier service for all persist operations.
Fixes https://github.com/nasa/openmct/issues/1013
|
2016-06-14 10:56:54 -07:00 |
|
Pete Richards
|
3480809129
|
Merge remote-tracking branch 'origin/open629'
|
2016-06-14 10:44:58 -07:00 |
|
Pete Richards
|
11bc48c7e0
|
Merge remote-tracking branch 'origin/timeline-console-error-978'
|
2016-06-14 10:41:26 -07:00 |
|
Pete Richards
|
d759401b69
|
Merge remote-tracking branch 'origin/open1000'
|
2016-06-14 10:38:51 -07:00 |
|
mockingjamie
|
5a2e5ac48f
|
Merge pull request #1 from mockingjamie/changes-to-readme.md
Proofread readme.md
|
2016-06-13 21:27:43 -04:00 |
|
mockingjamie
|
1144f818cf
|
Proofread readme.md
Made minor grammatical corrections.
|
2016-06-13 21:27:28 -04:00 |
|
Victor Woeltjen
|
0aebecfbb0
|
Merge pull request #987 from nasa/anim-to-edit-709
[Frontend] Animation added to transition from browse to edit mode
|
2016-06-13 13:31:49 -07:00 |
|
Pete Richards
|
531d40993a
|
Merge remote-tracking branch 'origin/better-dialog-message-339'
|
2016-06-10 14:55:07 -07:00 |
|
Pete Richards
|
4c097faf88
|
Merge remote-tracking branch 'origin/timeline-flash-997'
|
2016-06-10 14:50:36 -07:00 |
|
Victor Woeltjen
|
09a833f524
|
Merge branch 'api-tutorials' into api-type-proto
|
2016-06-10 13:28:09 -07:00 |
|
Victor Woeltjen
|
5152e64895
|
[Duplicate] Allow copy across spaces
Fixes #1007
|
2016-06-10 11:38:55 -07:00 |
|
Victor Woeltjen
|
0263237b2c
|
Merge pull request #1006 from nasa/open861
[Tables] Recalculate column dimensions on resize
|
2016-06-09 10:21:05 -07:00 |
|
Andrew Henry
|
acd0fae040
|
[Tables] Recalculate column dimensions on resize. Fixes #861
|
2016-06-09 12:59:46 +01:00 |
|
Andrew Henry
|
29dd51439d
|
[Date Input] Addressed issues with date selector. Fixes #1000
|
2016-06-08 17:37:26 +01:00 |
|
Victor Woeltjen
|
580a4e52b5
|
Merge branch 'api-tutorials' into api-type-driven
|
2016-06-07 14:01:08 -07:00 |
|
Victor Woeltjen
|
9c4e17bfab
|
[Tutorials] Add telemetry tutorial
|
2016-06-07 13:14:36 -07:00 |
|
Victor Woeltjen
|
d3e5d95d6b
|
[Tutorials] Add example server
|
2016-06-07 13:00:38 -07:00 |
|