David Hudson
35a331f3fd
[Frontend] Fix plot image cutoff on export
...
The images were being cutoff due to the "top" attribute of .gl-plot
not changing when the buttons were hidden. The buttons are now
hidden by CSS class rather than ng-show, which makes updating the
.gl-plot top attribute easier.
2016-09-05 17:02:04 +09:00
David Hudson
7d13ce0626
[Licenses] Add license information for html2canvas, jsPDF, saveAs
2016-09-05 01:22:43 +09:00
David Hudson
a49eebf9f5
[Testing] Add test spec for ExportImageService
2016-09-04 23:04:46 +09:00
David Hudson
989e4e1b75
[Testing] Add jsPDF, html2canvas, and saveAs as injectible dependencies
...
I would prefer this be passed in via the bundle, but it continues to fail
saying "Unknown Provider". I have chosen to require them into the module
the old-fashioned way, then allow an injectible dependency to override.
2016-09-04 23:02:23 +09:00
David Hudson
9bb647e275
[Testing] Add better dependency injection and error handling
2016-09-04 19:19:14 +09:00
steven mirecki
e751461194
Typo corrections, I avoided making changes to words that have regional spelling differences.
2016-09-03 09:16:54 -04:00
David Hudson
a566265a72
[Testing] Add ExportImageService mock
2016-09-03 14:45:09 +09:00
David Hudson
fecf419f83
[Testing] Move ExportImageController into constructor for dependency injection
2016-09-03 14:44:33 +09:00
David Hudson
26c14d2bca
[Formatting] Fix styling errors
2016-09-03 14:02:19 +09:00
David Hudson
92bfea1773
[Tests] Mock new argument in PlotController
2016-09-03 13:51:37 +09:00
David Hudson
de85f79ab6
[Enhancement] Hide export buttons during export
...
Buttons temporarily hide until export completes.
2016-09-02 20:41:38 +09:00
Charles Hacskaylo
e7a7025961
[Frontend] Markup for #967
...
Fixes #967
WIP to be integrated with work
from hudsonfoo in PR #1164
(cherry picked from commit ebadad61c6
)
2016-09-02 18:19:20 +09:00
David Hudson
e38cf1e2e8
Merge branch 'master' of github.com:nasa/openmct into open967
2016-09-02 18:17:46 +09:00
David Hudson
3e3d3ebcf9
[Formatting] Switched to double quote across the board for consistency
2016-09-02 11:58:15 +09:00
David Hudson
e370271093
[Code Review] Updates based on code review by @VWoeltjen
...
Set export functions on the ExportImageService prototype. Insantiated
ExportImageService in the PlotController for better dependcy injection.
2016-09-02 11:54:38 +09:00
Charles Hacskaylo
55603b927f
[Frontend] Generalized markup and CSS for control-bar
...
Fixes #1166
New markup and CSS
MIgrated existing tabular views to use
new styles
2016-09-01 19:37:36 -07:00
David Hudson
3a19890be9
[Formatting] Linting
2016-09-02 03:11:26 +09:00
Charles Hacskaylo
ee917b0e1d
[Frontend] Initial styling for selectable styling
...
Fixes #1161
New .s-selectable, .s-hover, .s-selected and .s-moveable classes
New supporting color constants
Markup in layouts, fixed position/panels updated
Removed old commented code
2016-09-01 10:55:07 -07:00
David Hudson
ea8f429902
[Enhancement] Add export functionality to PlotController
...
Extends PlotController by adding three new scoped methods:
exportPDF, exportPNG, exportJPG.
All three methods use basically the same steps. The HTML node
of the plot is passed through html2canvas which generates a canvas.
From the canvas we export a blob, PNG, or JPG then save the file.
2016-09-02 02:41:43 +09:00
David Hudson
219301a85b
[Frontend] Add export plot buttons
2016-09-02 02:32:42 +09:00
David Hudson
06a453333a
[Enhancement] Pass element to plot controller
...
This will be used for exporting an image of the plot.
2016-09-02 02:31:34 +09:00
David Hudson
4d3afb8efc
Merge branch 'master' of github.com:nasa/openmct into open967
2016-08-31 23:04:56 +09:00
David Hudson
852ac3cd55
[Enhancement] Quick prototype of PDF export
2016-08-31 23:03:48 +09:00
Charles Hacskaylo
1a284ac9dc
[Frontend] Proper classes added to text input configs
...
Fixes #1108
2016-08-29 14:14:51 -07:00
Victor Woeltjen
d1e1ba1c66
[Frontend] Refactor glyphs to classes
...
Squashes #1103 , fixes #1047 .
Squashed commit of the following:
commit 0e060f174d
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Fri Jul 29 14:55:34 2016 -0700
[Frontend] Added button to .s-button
Fixes #1047
commit 9f74395a79
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Fri Jul 29 14:43:36 2016 -0700
[Frontend] Fixing problems from circleci
Fixes #1047
commit 7278c9534c
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Fri Jul 29 14:37:21 2016 -0700
[Frontend] CSS fixes for s-status classes
Fixes #1047
Fixed .s-status-editing and s-status-pending;
commit 4606d617d1
Merge: d5bff55
59436f7
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Fri Jul 29 13:58:51 2016 -0700
Merge remote-tracking branch 'origin/master' into frontend-1047
commit d5bff555e0
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Thu Jul 28 19:09:33 2016 -0700
[Frontend] Updated glyphs used by plot view switcher
Fixes #1047
commit b72d82baef
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Thu Jul 28 19:09:00 2016 -0700
[Frontend] Tree styles in left pane and selector-list
Fixes #1047
commit af36b9996d
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Thu Jul 28 18:32:34 2016 -0700
[Frontend] Form validation styling
Fixes #1047
<mct-form> must now include class
'validates' to display validation glyph icons;
removed 'no-validate' from markup; cleaned
up validation scss;
commit 69dc893b4b
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Thu Jul 28 17:11:52 2016 -0700
[Frontend] Glyphs to classes, mobile
Fixes #1047
Fixes and enhancements for mobile,
particularly in tree; Removed
`display: inline-block` from containerSubtle
mixin;
commit 7bca18b186
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Thu Jul 28 11:36:19 2016 -0700
[Frontend] Rename .s-menu-btn, remove unused
Fixes #1047
.s-menu-btn > .s-menu-button;
.create-btn > .create-button;
removed unused l-btn, t-btn,
t-btns-zoom from markup
commit 5d229198b7
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Thu Jul 28 11:25:36 2016 -0700
[Frontend] Rename .s-clickable-icon to .s-icon-button
Fixes #1047
commit 36479e2e8b
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Thu Jul 28 11:20:30 2016 -0700
[Frontend] Rename .s-btn to .s-button
Fixes #1047
commit 89e4f06de9
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Thu Jul 28 11:12:07 2016 -0700
[Frontend] Apply clickable-icon class
Fixes #1047
commit e65ca1cb8b
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Thu Jul 28 10:52:35 2016 -0700
[Frontend] Updated icons
Fixes #1047
- Clock, timer, plots updated
commit 3e7eb98ac2
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Wed Jul 27 18:05:06 2016 -0700
[Frontend] Standardizing styles
Fixes #1047
- Finessing mini-tab and making able to
control per theme; s-clickable and s-toggle-icon
classes cleaned up
commit 18e08074a8
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Wed Jul 27 16:33:25 2016 -0700
[Frontend] Tweaks to sass code
Fixes #1047
- Splitter and mini-tab-icon elements
commit 44fda8d68f
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Wed Jul 27 09:24:53 2016 -0700
[Frontend] Multiple UI fixes and tweaks
Fixes #1047
mini-tabs, splitters and bg-splash updated;
moved position of Inspector collapse mini-tab
to allow position transition;
splitter-sm class added for Timelines;
commit 2aee8bc0d8
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jul 26 15:53:32 2016 -0700
[Frontend] Updated splash image
Fixes #1047
commit 624f09777f
Merge: ce7591f
4d2f159
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jul 26 15:02:55 2016 -0700
Merge remote-tracking branch 'origin/master' into frontend-1047
commit ce7591f642
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jul 26 11:22:23 2016 -0700
[Frontend] Fixed clock indicator
Fixes #1047
Restored no-collapse and float-right
properties;
commit 5324c8edba
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Mon Jul 25 18:14:38 2016 -0700
[Frontend] New font and project file
Fixes #1047
New font files that were missed in
last commit; updated icomoon proj
file; fixed missing char codes in
glyphs.scss;
commit a3b2628883
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Mon Jul 25 17:54:00 2016 -0700
[Frontend] Revised and new icon art
Fixes #1047
New icons for overlay and stacked plots;
revised art and new description for
Fixed Position object;
commit 8a41c6dbc7
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Mon Jul 25 17:52:41 2016 -0700
[Frontend] Removing glyph definitions
Fixes #1047
Updated comment
commit eb293b21eb
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Mon Jul 25 11:56:18 2016 -0700
[Frontend] Removing glyph definitions
Fixes #1047
Removed commented code
commit d8b1fb7781
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Mon Jul 25 11:17:45 2016 -0700
[Frontend] Removing glyph definitions; updating tests
Fixes #1047
Search and removal of "glyph" definitions in bundle
and other JS files; updating tests accordingly;
commit 650fbcc921
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Mon Jul 25 10:20:33 2016 -0700
[Frontend] Removing glyph definitions; updating tests
Fixes #1047
Search and removal of "glyph" definitions in bundle
and other JS files; updating tests accordingly;
commit 574b8bd5c1
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Fri Jul 22 19:11:56 2016 -0700
[Frontend] Updated tests for glyph refactoring
Fixes #1047
Fixing test cases
commit dd84177441
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Fri Jul 22 18:47:45 2016 -0700
[Frontend] Updated tests and examples for glyph refactoring
Fixes #1047
WIP: Fixing test cases: fixed test in Timers that was expecting
glyph return;
commit 2231f8e124
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jul 21 17:45:20 2016 -0700
[Frontend] Updated tests for glyph refactoring
Fixes #1047
Fixing test cases: fixed test in Timers that was expecting
glyph return;
commit ae59ecfa97
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jul 21 17:38:45 2016 -0700
[Frontend] Fixed style
Fixes #1047
WIP: fixed line-height issue for t-item-icon class
commit d43bff1445
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jul 21 17:07:49 2016 -0700
[Frontend] Fixed colors
Fixes #1047
WIP: fixed colors and style defs related to clickable
icons
commit c2db6f8805
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jul 21 16:32:17 2016 -0700
[Frontend] Fixed colors
Fixes #1047
WIP: fixed colors related to changes to
btnSubtle mixin; new constants for clickable
icons
commit a4753c44d1
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jul 21 15:23:58 2016 -0700
[Frontend] Added new icon-brackets to symbols font
Fixes #1047
WIP
commit 2704640b94
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jul 21 15:11:28 2016 -0700
[Frontend] Normalize color constants
Fixes #1047
Normalize color constant values for themes; consolidated
and cleaned up btn-related mixins; fixed hover color issues
commit 421286c7e4
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jul 21 14:10:13 2016 -0700
[Frontend] Convert new Fixed Position Display from glyphs
Fixes #1047
WIP
commit a4111f3855
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jul 21 14:07:38 2016 -0700
[Frontend] Refactoring Timeline glyphs, s-btn fixes
Fixes #1047
WIP: Timeline-related glyph refactoring; s-btn
styles and hover color fixes
commit 883f999215
Merge: 9d9cabb
14f1a1f
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jul 21 08:53:23 2016 -0700
Merge remote-tracking branch 'origin/master' into frontend-1047
commit 9d9cabb760
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jul 19 16:20:20 2016 -0700
[Frontend] Glyph refactoring
Fixes #1047
WIP: search, toolbar buttons; mods
to flex archetypes
commit 28b663ce41
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Mon Jul 18 14:58:40 2016 -0700
[Frontend] Glyph-related style changes to toolbars and buttons
Fixes #1047
Glyph refactoring WIP for toolbar buttons;
Timeline glyph refactoring continued
commit a9326f572f
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Mon Jul 18 13:36:45 2016 -0700
[Frontend] Glyph-related style changes to Timelines
Fixes #1047
Timeline glyph refactoring; Resource Graph icons
in swimlanes now display grayed-out version when not
added to the Resource Graph; minor color tweaks
commit d6e1737803
Merge: 88054e5
6176ca2
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Mon Jul 18 10:29:32 2016 -0700
[Frontend] Merge master into frontend-1047
Fixes #1047
Resolved conflict in icomoon.json file
commit 88054e5e8e
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jun 30 16:55:40 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: significant mods to pane collapse/expand
buttons and symbols, minor tweaks to splitter look,
limits glyph definitions
commit 7c47343f5c
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jun 30 16:52:21 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: updated font files glyphs, mostly
for pane collapse icons
commit fd00bdce54
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jun 30 12:20:55 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: search menu
commit 272b4b649e
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jun 30 12:11:25 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: moved limits classes out
of _contants and into _glyphs;
timers, entanglement context menu items,
form validation, date picker.
commit 95d26e6fe7
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Wed Jun 29 14:18:12 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; limits
commit 26b30d96db
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jun 28 17:16:18 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; overlay close, search inputs,
messages and message banners,
ui-symbol removal in-progress.
commit 4e2a01ad85
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jun 28 16:21:05 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; .labeled added to .s-btn,
removed .s-icon-btn
commit 521db3c3fe
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jun 28 16:10:54 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; plot options, imagery buttons,
cleanups in buttons.scss, edit-action buttons,
.s-btn .no-label class added.
commit 8bb8db69e6
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jun 28 14:47:52 2016 -0700
[Frontend] Refactoring glyphs to classes
Fixes #1047
In-progress; indicators, notifications, actions,
tests
commit 53ed0bfb22
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Mon Jun 27 17:01:45 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress, really: view icons, timer/clock
commit 47dc7f2f6b
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Mon Jun 27 16:13:31 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In progress: grid items
commit 2bd34f71be
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Mon Jun 27 15:00:46 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Context menus and associated actions,
custom checkboxes, tree item being edited
commit b561d4f60e
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Mon Jun 27 14:27:56 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progess: glyphs.scss now uses $vars to
allow other scss to use a var instead of string
literals;
commit 0cf4089620
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Mon Jun 27 14:13:59 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progess: tree-labels, unknown objects, object
header
commit 46cae10905
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Mon Jun 27 11:41:06 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progess, menus and Create menu fixes
commit fe3097707f
Merge: 7d69ae4
652a50c
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Mon Jun 27 11:20:55 2016 -0700
Merge remote-tracking branch 'origin/master' into frontend-1047
commit 7d69ae401b
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jun 23 15:59:56 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progress, converting types, mods to
Create Menu template
commit 18d9f3d6b2
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jun 23 15:14:22 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Very much In-progess: convert some controls;
commit e93a90a782
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jun 23 11:28:07 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Very much In-progess, classes for all symbols
added to glyphs.scss; .menu cleaned up;
commit dc670b22a6
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Thu Jun 23 08:55:27 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Very much In-progess, "icon-" selector,
browse bar buttons
commit 8b29ccf3af
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Wed Jun 22 23:15:24 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
Very much In-progess, s-btn and
s-btn-menu refactoring
commit f574ffed16
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Wed Jun 22 14:37:34 2016 -0700
[Frontend] Refactoring glyphs to classes
fixes #1047
In-progess, e900 > e904
commit bc62ee4565
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Wed Jun 22 13:28:15 2016 -0700
[Frontend] Complete revamp of unicodes
fixes #1047
New font files; no re-mapping yet in the app.
commit 614f0c6e9f
Author: Charles Hacskaylo <charles.f.hacskaylo@nasa.gov>
Date: Wed Jun 22 13:23:18 2016 -0700
[Frontend] Complete revamp of unicodes
fixes #1047
Moved all glyphs into PUA area of font, and
re-organized by category.
commit 47bd4031d5
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jun 21 18:39:48 2016 -0700
[Frontend] Renaming symbols font files
Fixes #1047
- Modified sass to point to renamed font files;
- Added new 12px symbols font files to sass;
commit 22a51d6bbb
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jun 21 18:22:33 2016 -0700
[Frontend] Updating Icomoon project files
Fixes #1047
- Renamed main project file;
- Added new 12px symbols project file;
commit 13ded2fd84
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jun 21 18:19:27 2016 -0700
[Frontend] Added new 12px symbols font files
Fixes #1047
commit aef5660dfd
Author: Charles Hacskaylo <charlesh88@gmail.com>
Date: Tue Jun 21 18:16:56 2016 -0700
[Frontend] Renaming symbols font files
Fixes #1047
2016-08-01 14:33:25 -07:00
Victor Woeltjen
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
Henry
307b678707
[Fixed] Create new object type based on Telemetry Panel 'Fixed' view. Fixes #1075
2016-07-14 17:00:13 -07:00
Henry
c8898ac6aa
[Documentation] Updated copyright statement. Fixes #1081
2016-07-12 16:55:57 -07:00
Henry
ee7c450e11
[Tables] Enabled auto-scroll by default fixes #1040
2016-06-20 16:18:26 -07:00
Pete Richards
8ac6ac97f0
Merge remote-tracking branch 'origin/open972'
2016-06-16 11:08:43 -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
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
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
4c097faf88
Merge remote-tracking branch 'origin/timeline-flash-997'
2016-06-10 14:50:36 -07:00
Andrew Henry
acd0fae040
[Tables] Recalculate column dimensions on resize. Fixes #861
2016-06-09 12:59:46 +01:00
Victor Woeltjen
a1b2175801
[Timeline] Reduce flicker
...
Reposition scroll bar in Timeline with RAF instead of timeout;
this ensures that scroll bar is positioned after the current
digest (updating the width) but before the results are rendered
(avoiding flicker.) Fixes #997
2016-06-07 10:05:51 -07:00
Victor Woeltjen
23b64951f3
[Timeline] Update zoom controller spec
...
...to reflect changes/simplifications for #936 .
2016-06-02 16:42:09 -07:00
Victor Woeltjen
99590d18f7
[Timeline] Simplify bounds-tracking
2016-06-02 16:40:07 -07:00
Victor Woeltjen
86b31bc040
[Timeline] Simplify scroll-setting
2016-06-02 16:38:11 -07:00
Victor Woeltjen
d52bfed1df
[Timeline] Always set scroll on timeout
...
...to allow time for width to increase.
2016-06-02 16:36:09 -07:00
Charles Hacskaylo
808ccd0376
[Frontend] Tweaks to splitter
...
Fixes #913
- IN PROGRESS: working on making
smaller splitter in Timelines
2016-06-02 16:23:42 -07:00
Victor Woeltjen
44d6456de1
[Timeline] Set scroll on timeout
...
Whenever timeline zoom controller sets scroll, check to see if
there may be a width violation that causes scroll to be reset,
and retry on a timeout if so. Fixes #936 .
2016-06-02 16:05:28 -07:00
Charles Hacskaylo
a394b95259
[Frontend] Tweaks to scrollbar visibility
...
Fixes #913
- Scrollbar now always visible in the right side
of the tabular area, in order to avoid column
bottom edges not aligning;
2016-06-02 16:04:26 -07:00
Victor Woeltjen
d02f4041b2
[Timeline] Update scroll position on timeout
...
Fixes #817
2016-06-02 15:34:32 -07:00
Victor Woeltjen
026ece3956
[Timeline] Provide greater initial width
...
This avoids starting with a scrollable width too small for the
initial scroll position that the zoom controller selects.
Fixes #817
2016-06-02 14:48:58 -07:00
Victor Woeltjen
ea676b4368
Merge remote-tracking branch 'origin/master' into table-export-934
2016-06-01 10:33:53 -07:00
Victor Woeltjen
cc7d0477e8
[Timeline] Check for existence of timespan
...
...before attempting to calculate a width based on it.
Fixes #978 .
2016-05-31 16:41:30 -07:00
Victor Woeltjen
5a2d1a746d
[Timeline] Add missing semicolon
2016-05-31 16:27:59 -07:00
Victor Woeltjen
4f0e3fdf85
[Timeline] Test zoom controller's width
2016-05-31 16:21:40 -07:00
Victor Woeltjen
be9f56107c
[Timeline] Remove obsolete test cases
2016-05-31 16:15:57 -07:00
Victor Woeltjen
787f3815df
[Timeline] Expose width from ZoomController
...
...and ensure that the width exposed is not excessively
large; fixes #981
2016-05-31 16:12:49 -07:00
Victor Woeltjen
35d7d9b380
[Timeline] Remove width method
...
...from TimelineController. Will replace with a more straightforward
call to the zoom controller that uses the exposed end time instead,
to address #981 .
2016-05-31 16:05:06 -07:00
Charles Hacskaylo
8b9c51f303
[Frontend] Styling Export button
...
fixes #973
- Done;
- Styling for Export button and tabular view
area in layout frame context;
- Export button in frame context now
hidden until user hovers over tabular
view area in frame, includes animated
transition;
- Normalized line-height on button and
menu elements in frame context;
- Layout/markup/SASS for historical and
RT tabular view modified;
- Converted imagery.html layout
to use flexbox;
2016-05-31 11:40:31 -07:00
Charles Hacskaylo
661b3d5889
[Frontend] Styling Export button
...
fixes #973
- In progress:
- Added new download symbol to symbols font;
- Added export symbol to export button;
- Layout/markup/SASS for historical tabular
view modified;
2016-05-31 09:50:12 -07:00
Andrew Henry
01c85cb58d
[Table] #972 Further refactoring, tests, style fixes
2016-05-31 12:05:40 +01:00
Henry
0218f42e2b
removed redundant code
2016-05-27 15:25:06 -07:00
Henry
d8d0f22889
Second rewrite
2016-05-27 15:14:46 -07:00
Henry
d8a097a95a
[Tables] Added timeouts to yield control to ui thread. Fixes #972
2016-05-27 15:14:45 -07:00
Andrew Henry
8f9308de01
Merge pull request #962 from nasa/csv-export-update-751
...
[Timeline] Updates to CSV Export
2016-05-27 14:55:59 -07:00
Victor Woeltjen
dade6b2254
[Timeline] Use positive logic for clarity
...
https://github.com/nasa/openmct/pull/962#discussion_r64678013
2016-05-26 12:12:52 -07:00
Victor Woeltjen
e9cac6eff3
[Timeline] Add JSDoc for new parameter
...
https://github.com/nasa/openmct/pull/962#discussion_r64677520
2016-05-26 12:12:52 -07:00
Henry
7fc2fcfa07
[Edit Mode] #629 Rewrote obsolete DomainColumn tests
2016-05-26 11:55:13 -07:00
Victor Woeltjen
5689279954
[Timeline] Add JSDoc for idMap
...
https://github.com/nasa/openmct/pull/962#discussion_r64676750
https://github.com/nasa/openmct/pull/962#discussion_r64677198
2016-05-26 11:53:16 -07:00
Victor Woeltjen
04112956cf
Merge pull request #964 from nasa/open913
...
R&I open913: various Timeline fixes
2016-05-26 11:47:06 -07:00
Henry
eda1f23df9
[Edit Mode] #629 rewriting disabled tests
2016-05-26 11:38:12 -07:00
Victor Woeltjen
d15d27af73
Merge branch 'master' into table-export-934
2016-05-26 10:42:35 -07:00
Charles Hacskaylo
33c208d8fe
[Frontend] Timeline Gantt bar mods to allow small min-width
...
open #965
- CSS adjusted to handle min-width of 2px and better
approach to ellipsizing text;
- Angular ng-class added to hide icon and title if
width less than a value;
- Rounded corners on bars removed;
2016-05-25 20:52:36 -07:00
Charles Hacskaylo
c557fb6cd5
[Frontend] Cursor properties modified
...
open #768
2016-05-25 19:39:56 -07:00
Charles Hacskaylo
bde2bc7709
[Frontend] Bottom of holder divs adjusted
...
open #913
2016-05-25 19:28:28 -07:00
Andrew Henry
5fe759aa91
Merge pull request #955 from nasa/timeline-zoom-936
...
[Timeline] Improve zoom behaviors
2016-05-25 16:58:20 -07:00
Victor Woeltjen
a5b7badb95
[Timeline] Remove obsolete arguments
...
https://github.com/nasa/openmct/pull/955/files#r64668507
2016-05-25 16:08:28 -07:00
Victor Woeltjen
438511c5f7
[Table] Test CSV Export behavior
2016-05-25 15:07:17 -07:00
Victor Woeltjen
3eb960cf5a
[Table] Move export button out of scroll
2016-05-25 14:50:06 -07:00
Victor Woeltjen
699f6ba458
[Table] Export table contents as CSV
2016-05-25 13:54:10 -07:00
Victor Woeltjen
f21f22d95c
[Table] Tweak appearance of export button
2016-05-25 13:43:44 -07:00
Victor Woeltjen
b520d08818
[Table] Begin work on CSV export
...
#934
2016-05-25 13:23:19 -07:00
Victor Woeltjen
f9fd97230f
[Timeline] Satisfy JSHint
2016-05-25 12:37:03 -07:00
Victor Woeltjen
73b922facf
[Timeline] Update specs for indexes instead of ids
2016-05-25 12:32:44 -07:00
Victor Woeltjen
ba0d9a186b
[Timeline] Account for new argument in spec
2016-05-25 12:26:47 -07:00
Victor Woeltjen
80f5cb756d
[Timeline] Account for new argument in spec
2016-05-25 12:25:58 -07:00
Victor Woeltjen
d7f566088f
[Timeline] Update spec to include logging
2016-05-25 12:25:02 -07:00
Victor Woeltjen
a3bcaea7f9
[Timeline] Show units in utilization headers
2016-05-25 12:21:58 -07:00
Victor Woeltjen
23c71b7218
[Timeline] Include units for utilizations
2016-05-25 12:12:11 -07:00
Victor Woeltjen
463f7ccf65
[Timeline] Use indexes instead of UUIDs
2016-05-25 12:07:35 -07:00
Victor Woeltjen
87fe407739
Merge branch 'master' into csv-export-update-751
2016-05-25 12:00:43 -07:00
Victor Woeltjen
52e087d8f8
Merge pull request #954 from nasa/open628
...
[Edit Mode] #628 Remove edit related concerns from Create Action
2016-05-25 11:55:17 -07:00
Victor Woeltjen
952f95aa4c
[Timeline] Update failing specs
2016-05-25 11:33:51 -07:00
Victor Woeltjen
0a75a5be1f
[Timeline] Add minimal test case
2016-05-25 11:28:00 -07:00
Victor Woeltjen
70b593e28a
[Timeline] Watch for configuration object
...
...to address #908 in a manner which does not cause #957
2016-05-25 11:22:22 -07:00
Victor Woeltjen
bb4f1ce7cd
[Timeline] Include utilization columns
2016-05-25 10:52:25 -07:00
Victor Woeltjen
0cc2ba7595
[Timeline] Import UtilizationColumn
2016-05-25 10:38:00 -07:00
Victor Woeltjen
8162429106
[Timeline] Pass in resources extensions
2016-05-25 10:37:01 -07:00
Victor Woeltjen
ed519d89d7
[Timeline] Log errors during CSV export
...
#751
2016-05-25 10:35:29 -07:00
Victor Woeltjen
0e4f6185b8
Merge branch 'master' into csv-export-update-751
...
Conflicts:
platform/features/timeline/bundle.js
2016-05-25 10:29:56 -07:00
Victor Woeltjen
00534f8af7
[Timeline] Account for tick size
...
Account for tick size in duration reported by TimelineZoomController,
to avoid tick marks being cut off prematurely due to changes for
#936
2016-05-24 13:02:30 -07:00
Victor Woeltjen
3795570938
[Timeline] Rename shadowing variable
2016-05-24 12:45:25 -07:00
Victor Woeltjen
362248a02e
[Timeline] Run gulp fixstyle
2016-05-24 12:37:10 -07:00
Victor Woeltjen
16d20eabd2
[Timeline] Simplify method
2016-05-24 12:33:47 -07:00
Victor Woeltjen
eb5566f041
[Timeline] Add tests for timeline zoom changes
2016-05-24 12:33:19 -07:00
Victor Woeltjen
757da1dff4
[Timeline] Remove obsolete test cases
2016-05-24 11:54:49 -07:00
Victor Woeltjen
85432af187
[Timeline] Don't store zoom configuration
...
https://github.com/nasa/openmct/issues/936#issuecomment-221343620
2016-05-24 11:53:27 -07:00
Henry
96af931c0b
Modified EditActionPolicy to prevent editing of table views unless object is a table type
2016-05-23 16:48:31 -07:00
Victor Woeltjen
9a5209f7c2
[Timeline] Add zoom-to-fit button
2016-05-23 16:06:10 -07:00
Victor Woeltjen
0818a7cda0
[Timeline] Increase maximum zoom level
...
#936
2016-05-23 15:36:26 -07:00
Victor Woeltjen
f35947361c
[Timeline] Remain centered during zoom
...
#936
2016-05-23 15:32:48 -07:00
Victor Woeltjen
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
Henry
b6502e9ea1
[New Edit Mode] #633 Removed Editing workflow concerns from FixedController, LayoutController
2016-05-20 14:12:24 -07:00
Andrew Henry
25a2321578
Merge pull request #927 from nasa/jscs-rebase-142
...
[Code Style] Enforce code style
2016-05-20 14:03:27 -07:00
Victor Woeltjen
ad5691142e
[Code Style] Rename shadowing variables
2016-05-20 13:05:32 -07:00
Victor Woeltjen
b5229d7786
[Timeline] Commit changes on toggle
...
#908
2016-05-19 15:06:06 -07:00
Victor Woeltjen
f1e81c359e
[Persistence] Satisfy JSHint
2016-05-19 12:17:20 -07:00
Victor Woeltjen
ac3706dfb6
[Persistence] Don't expect persist calls in specs
2016-05-19 11:50:12 -07:00
Victor Woeltjen
3905171457
[Persistence] Don't expect persist calls in spec
2016-05-19 11:48:16 -07:00
Victor Woeltjen
1e03f22086
[Persistence] Don't expect persist calls in spec
2016-05-19 11:46:50 -07:00
Victor Woeltjen
360fdeaec8
[Persistence] Don't expect persist calls in spec
2016-05-19 11:44:26 -07:00
Victor Woeltjen
d5914dfde9
[Persistence] Remove caching of persistence capability
...
...as this no longer needs to be invoked directly.
2016-05-19 11:42:58 -07:00
Victor Woeltjen
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
Victor Woeltjen
f9631ff4c5
[Code Style] Fix style missed by gulp fixstyle
...
...and remove an unnecessary comment, too.
2016-05-19 11:29:41 -07:00
Victor Woeltjen
fa77139077
[Code Style] Run gulp fixstyle
...
...to apply code style settings from #142 .
2016-05-19 11:29:13 -07:00
Henry
44f4a82fa1
Resolved merge conflicts
2016-05-12 16:14:31 -07:00
Henry
836b5db8cf
Reviewed edit mode checking
2016-05-12 16:11:57 -07:00
Henry
d00e13e4ee
Resolved merge conflicts
2016-05-12 16:09:53 -07:00
Henry
433dd87e51
Resolved merge conflicts
2016-05-12 16:07:39 -07:00
Henry
cf9eb3f602
Resolved Merge conflicts, removed previously deleted files
2016-05-12 16:05:27 -07:00
Victor Woeltjen
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
Charles Hacskaylo
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
Victor Woeltjen
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
Pete Richards
f3b265bdd5
Merge branch 'master' into open671
2016-05-09 10:19:24 -07:00
Pete Richards
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
Victor Woeltjen
f85ac79b4a
[Persistence] Remove persistence usage from TimelineSwimlaneDropHandler
2016-04-29 11:53:15 -07:00
Victor Woeltjen
bea9f22a0c
[Persistence] Remove persistence usage from TimelineSwimlaneDecorator
2016-04-29 11:51:21 -07:00
Victor Woeltjen
3f330dccf1
[Persistence] Remove persistence usage from TimelineDragHandler
2016-04-29 11:50:02 -07:00
Victor Woeltjen
f7f934f0e8
[Persistence] Remove persistence usage from AbstractStartTimerAction
2016-04-29 11:40:06 -07:00
Andrew Henry
6bf1ef5bcc
Revert "Revert "[Tables] Fix to correct sorting in realtime tables""
2016-04-22 09:44:34 -07:00
Andrew Henry
8b390e7fb9
Revert "[Tables] Fix to correct sorting in realtime tables"
2016-04-20 19:31:54 -07:00
Andrew Henry
29bce69eea
Merge pull request #822 from nasa/open769
...
[Tables] Fix to correct sorting in realtime tables
2016-04-20 19:30:04 -07:00
Henry
aac5a6d250
#769 - Removed empty code block and addressed some excessive guard code
2016-04-20 19:18:27 -07:00
Victor Woeltjen
f16a107105
[Timeline] Inject resources into CSV action
2016-04-15 08:51:22 -07:00
Victor Woeltjen
f683ca44a2
[Timeline] Read resource utilizations during CSV export
2016-04-15 08:45:42 -07:00
Victor Woeltjen
546cde56a8
[Timeline] Expose internal resource utilization
...
...to allow this to be exported for CSV, #751
2016-04-15 08:32:34 -07:00
Pete Richards
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
Henry
6322964dec
Addressed comments from code review of #822
2016-04-11 14:30:21 -07:00
Henry
1bb6e17829
Minor code change to improve clarity
2016-04-11 13:37:31 -07:00
Henry
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
Henry
2fb9b65652
Made comment a little more accurate
2016-04-11 12:57:27 -07:00
Henry
0c6b4a5a23
[Tables] Fix to correct sorting in realtime tables
2016-04-11 12:57:27 -07:00
Henry
20672ad028
[Tables] #801 Documented MctTable directive
2016-04-11 12:55:56 -07:00
Henry
99ba9edb95
Merged
...
Resolved merge conflicts
Resolved merge conflicts
2016-04-11 12:55:53 -07:00
Henry
23a8c305c1
[Table] #798 Simplified markup, moved styles to external stylesheet
2016-04-11 12:23:36 -07:00
Victor Woeltjen
0b11ddbcfd
[Build] Satisfy JSHint
...
Restore globals lost during removal due to merge, remove unused
variables and use threequals in new scripts.
2016-04-08 16:22:40 -07:00
Victor Woeltjen
5088453712
[Build] Remove use strict, global
...
Remove usages of use strict and global declarations that are
no longer necessary with JSHint configuration, from files
added/changed since #724
2016-04-08 16:11:12 -07:00
Victor Woeltjen
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
Pete Richards
c591ade479
Merge remote-tracking branch 'origin/781'
2016-04-06 10:35:40 -07:00
Pete Richards
5b98da6681
Merge pull request #807 from nasa/timeline-model-717
...
[Timeline] Add default values to model
2016-04-01 10:10:15 -07:00
Pete Richards
d35fccbbe8
Revert "Merge remote-tracking branch 'origin/open793'"
...
This reverts commit f49552779a
, reversing
changes made to e068173f3e
.
2016-03-31 16:30:35 -07:00
Victor Woeltjen
06c6832676
[Timeline] Add default values to model
...
Add default values to model, such that editing which occurs
before user supplies these properties does not cause errors
to occur. Directly addresses #717 , indirectly addresses
remaining errant behavior associated with #790 .
2016-03-31 15:46:56 -07:00
Pete Richards
f49552779a
Merge remote-tracking branch 'origin/open793'
2016-03-31 14:14:08 -07:00
Henry
200a426f17
[Tables] Addressed style concerns from code review
2016-03-31 12:56:29 -07:00
Victor Woeltjen
4441e88769
Merge pull request #803 from nasa/drag-drop-688
...
[Firefox] Invoke preventDefault on drop
2016-03-31 11:02:26 -07:00
Victor Woeltjen
254a944d7a
[Firefox] Invoke preventDefault on drop
...
...such that Firefox does not try to treat drop as a new URL
to navigate to. Addresses #688 and #527
2016-03-31 10:34:24 -07:00
Henry
0c00061cbc
Added mutation listener
2016-03-31 10:26:34 -07:00
Victor Woeltjen
530b940a64
[Timeline] Fix reordering
...
Fix reordering behavior when dragging-and-dropping within timelines;
addresses #789 .
2016-03-29 19:46:30 -07:00
Henry
a4b79cdb5b
[Tables] #793 Added fix for tables not appearing on refresh
...
Fixed failing tests
2016-03-28 17:48:01 -07:00
Henry
012a38cccd
[Tables] Fix for table columns not being populated
2016-03-28 17:31:10 -07:00
Pete Richards
cbea842c8b
Merge branch 'timeline-highlight-767'
2016-03-24 13:33:56 -07:00
Pete Richards
cc5d14deec
Merge branch '755a'
2016-03-24 13:21:59 -07:00
Pete Richards
4c5217d646
[Style] Standardize indentation
2016-03-24 13:20:49 -07:00
Pete Richards
5e54b193ca
[Style] remove unnecessary parenthesis
...
See comment https://github.com/nasa/openmct/pull/782/files#r57380540
2016-03-24 13:14:53 -07:00
Charles Hacskaylo
88784d37fd
[Frontend] Added priority
...
#787
2016-03-24 12:05:10 -07:00
Andrew Henry
700e605bbd
Merge pull request #775 from nasa/timeline-drag-drop-679
...
[Timeline] Move (instead of link) when dragging and dropping within a timeline
2016-03-23 20:00:48 -07:00
Charles Hacskaylo
594f3b8ec2
[Frontend] Corrected wrong unicode value
...
#781
2016-03-23 19:30:20 -07:00
Charles Hacskaylo
b08d00ef3e
[Frontend] Removed tab character
...
#781
2016-03-23 19:25:25 -07:00
Charles Hacskaylo
7da1a4b2a3
[Frontend] Updated glyph defs and descriptions
...
#781
#187
Converted many glyph char defs to
their JSON unicode equivalents;
Updated descriptions for many domain
objects;
2016-03-23 19:04:32 -07:00
Charles Hacskaylo
528169de2c
[Frontend] Updated glyphs
...
#781
Added multiple new and updated glyphs;
Updated glyph defs for Historic and
Real-Time Tables;
2016-03-23 17:42:58 -07:00
Victor Woeltjen
c13231b8e8
[Timeline] Remove NULL_ACTION, clarify logic
...
Per code review feedback,
https://github.com/nasa/openmct/pull/775/files#r57229759
2016-03-23 15:34:05 -07:00
Andrew Henry
3e4a3aeb9b
Merge pull request #779 from nasa/precision-778b
...
[Data Formats] Format numeric values with full precision
2016-03-23 12:15:26 -07:00
Victor Woeltjen
dd053f7e6e
[Timeline] Invoke $apply from mct-swimlane-drop
...
...and add some checks to ensure this is necessary, to avoid
triggering a ton of digest cycles while dragging.
2016-03-22 17:16:41 -07:00
Victor Woeltjen
cb655d486b
[Timeline] Test reordering within parent
2016-03-22 17:06:58 -07:00
Victor Woeltjen
3c52ceb71a
[Timeline] Remove unused function
...
Removal of domain objects is handled by using the move action.
2016-03-22 17:01:45 -07:00
Victor Woeltjen
b2337dea97
[Timeline] Update failing specs
...
...and remove obsolete test case for handling drops in a timeline
2016-03-22 16:59:09 -07:00
Victor Woeltjen
dea6554e04
[Timeline] Allow drops from tree
...
Don't assume that all drops will be dropped swimlanes.
2016-03-22 12:26:01 -07:00
Henry
e5544615cc
[Timelines] #715 Added a check to prevent mutation when modes are unchanged
2016-03-21 17:01:38 -07:00
Victor Woeltjen
5f6b4adcda
[Plot] Normalize number of digits
...
Use consistent number of digits for displayed plot values, to avoid
unreadable plot legends due to fix for #778
2016-03-21 14:45:00 -07:00
Victor Woeltjen
e0a69744e5
[Timeline] Deinline null action
...
...used for cases when no action is needed for timeline move
(and ids will just be reordered.)
2016-03-21 11:53:10 -07:00
Victor Woeltjen
e7a6c34bcc
[Timeline] Handle drops for reordering
...
...as these would be disallowed by Move, normally.
2016-03-21 11:51:51 -07:00
Victor Woeltjen
7f3ac4077c
[Timeline] Drop to correct targets
2016-03-21 11:43:02 -07:00
Victor Woeltjen
5034e88656
[Timeline] Use move action on drag-drop
...
...to avoid creating links when desired behavior is a move,
#679 .
2016-03-21 11:18:18 -07:00
Charles Hacskaylo
aa48044345
[Frontend] Form styling
...
#772
Added ".l-controls-under" styling to allow
channel-selector layout;
Added new hint color constants and refined
style defs;
2016-03-21 11:13:43 -07:00
Charles Hacskaylo
90c82f6ef2
[Frontend] Timeline tooltip and field input tweaks
...
#750
Refined tooltip for Resource Graphing;
Increased size of Activity Link input field;
2016-03-21 10:08:59 -07:00
Charles Hacskaylo
5e6fe16b93
[Frontend] Adding tooltips
...
#750
2016-03-17 16:21:04 -07:00
Charles Hacskaylo
f0ca6fdfdb
[Frontend] Added tooltips
...
#750
Added tooltips to Timeline header elements;
2016-03-17 15:10:42 -07:00
Victor Woeltjen
07d554d114
Merge pull request #759 from nasa/700a
...
Review and integrate 700a
2016-03-17 11:02:22 -07:00
Andrew Henry
24d2cecdcd
Merge pull request #761 from nasa/open757
...
[Tables] #757 Added max row limit to streaming tables
2016-03-17 10:19:04 -07:00
Henry
8efa9c6aac
[Tables] #757 Fixed code style issues
2016-03-17 10:09:59 -07:00
Henry
22e98274ca
[Tables] #757 Added max row limit to streaming tables
2016-03-16 18:59:52 -07:00
Charles Hacskaylo
471b57f47c
[Frontend] CSS tweaks
...
#750
Moved l-plot-resource cursor: pointer
to a more specific selector;
Added user-select: none to l-header;
Fixed s-status-editing styling so
that tabular labels only appear draggable
while editing;
2016-03-16 18:19:44 -07:00
Charles Hacskaylo
9c775c6715
[Frontend] Changed cursor property
...
#755
Changed s-timeline-gantt.mid to
use cursor: move instead of
ew-resize; Need to verify on Linux;
2016-03-16 17:36:07 -07:00
Charles Hacskaylo
3258342783
[Frontend] Further cleanups to form elements
...
#700
#689
#740
Removed _selects.scss and moved classes
into _controls.scss;
Reorg'd _controls;
Moved classes into _elems.scss;
Added and fixed cssclass defs in multiple
bundle.js files to allow better field widths
in overlay dialogs;
Fixed overlay custom scrollbar colors;
Fixed alignment of required glyphs in forms;
2016-03-16 14:40:06 -07:00
Pete Richards
d30532a8bc
Merge remote-tracking branch 'origin/open742'
2016-03-14 16:37:58 -07:00
Andrew Henry
4e89ffbe07
Merge pull request #735 from nasa/open729
...
Review and integrate open729
2016-03-14 16:12:18 -07:00
Henry
f9ed73c55e
[Table] #742 Fixed digest-related bug in RTTelemetryController
...
Fixed failing test
2016-03-14 16:00:36 -07:00
Andrew Henry
dfb0a570a3
Merge pull request #728 from nasa/warp135b
...
[Timelines] Export as CSV
2016-03-14 13:20:28 -07:00
Victor Woeltjen
f2c040367b
[Timeline] Rename TimelineCSVExporter
...
...to TimelineColumnizer, clarifying its role/responsibilities in the
context of the CSV export task;
https://github.com/nasa/openmctweb/pull/728#discussion_r56031331
2016-03-14 12:00:31 -07:00
Victor Woeltjen
0ff360ced3
[Timelines] Remove excessive ternaries
...
...to improve readability of logic to determine which columns
are needed for a given group of domain objects for CSV export,
as requested during code review,
https://github.com/nasa/openmctweb/pull/728#discussion_r55910477
2016-03-14 11:53:28 -07:00
Henry
fc08df4f6f
[Tables] #733 Made code style changes for conformance with style guide
2016-03-14 11:25:26 -07:00
Henry
c5de90a951
[Tables] Changed the way that new rows are added to table
...
Fixed failing tests
2016-03-13 20:15:47 -07:00
Henry
ea0b86fe72
[Tables] Fixed issue with historical tables composed of multiple objects
2016-03-13 19:12:55 -07:00
Henry
5208631528
[Tables] #707 removed redundant bundles
2016-03-10 13:55:59 -08:00
Henry
a56edb9ff4
[table] #707 Fixed sorting on insert for numbers
...
Added metadata to event generator
2016-03-10 13:39:16 -08:00
Henry
7da1a218ba
[Tables] #707 Added auto-scroll, addressed race condition in Sinewave and event telemetry providers
...
Fixed issue with visible padding row
Incremental improvements
Added tests
Added tests for sorted insert, and fixed lint errors
2016-03-10 13:21:57 -08:00
Henry
a4eb9d6a94
[Tables] #707 Supporting realtime telemetry tables
...
Added real-time table type
2016-03-10 13:21:57 -08:00
Henry
20f1dcef45
Fixed scrolling
2016-03-10 13:21:01 -08:00
Charles Hacskaylo
4983d35ca6
[Frontend] Cleanups to Inspector config elements
...
open #729
Spacing tweaks; set PlotOptionsForm.js > Autoscale
to not use control-first layout;
Checked in snow theme;
2016-03-10 13:18:57 -08:00
Charles Hacskaylo
0957fbc6f9
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress
Moved reduced-min-width into _inspector.scss;
Removed <style> defs in markup files;
2016-03-10 10:50:00 -08:00
Charles Hacskaylo
bdbb045005
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress!
Markup and CSS mods continued;
Config params added to PlotOptionsForm.js to
allow control-first layout per form row;
Changed titles of Inspector parts;
2016-03-10 10:31:05 -08:00
Charles Hacskaylo
318df9878d
[Frontend] Cleanups to Inspector config elements
...
open #729
In-progress!
Markup and CSS modified to cleanup control layout
and styling in Plot and Table config options;
gulpfile.js modified to include SASS source line numbers
in rendered CSS;
2016-03-09 17:22:41 -08:00
Victor Woeltjen
406a31889e
[Timeline] Add specs for remaining columns
2016-03-08 12:34:08 -08:00
Victor Woeltjen
9e4e3e9c43
[Timeline] Add JSDoc
...
Add JSDoc to classes implemented Export Timeline as CSV
2016-03-08 11:59:53 -08:00
Victor Woeltjen
bd7cb98a4c
[Timeline] Add missing semicolon
...
...to pass code style checks
2016-03-08 11:40:54 -08:00
Victor Woeltjen
0d419fa5fd
[Timeline] Test TimelineTraverser
2016-03-08 11:30:26 -08:00
Victor Woeltjen
5ee5e7fea1
[Timeline] Add capabilities to test inputs
2016-03-08 10:47:01 -08:00
Victor Woeltjen
66b1a92554
[Timeline] Add test cases for TimelineTraverser
2016-03-08 10:43:13 -08:00
Victor Woeltjen
c23c2b84bf
[Timeline] Test inclusion of timespan properties
...
...in prepared data for CSV export
2016-03-08 10:31:31 -08:00
Victor Woeltjen
0c2285719e
[Timeline] Test inclusion of metadata headers
2016-03-08 10:27:50 -08:00
Victor Woeltjen
fd92c5f970
[Timeline] Add more tests for rows
2016-03-08 10:22:46 -08:00
Victor Woeltjen
938c266b4e
[Timeline] Add Id column to CSV export
2016-03-08 10:20:25 -08:00
Victor Woeltjen
9e6e33983b
[Timeline] Add more objects to test case
2016-03-08 10:17:10 -08:00
Victor Woeltjen
40895ec1b9
[Timelines] Begin spec for exporter
2016-03-08 10:07:21 -08:00
Victor Woeltjen
43db52fd70
[Timeline] Simplify interface
...
...such that responsibility for knowing exportService interface
is more localized.
2016-03-08 10:04:09 -08:00
Victor Woeltjen
75d6803c9f
[Timeline] Test mode columns in CSV Export
2016-03-08 09:59:54 -08:00
Victor Woeltjen
ed679756b3
[Timelines] Test metadata columns in CSV Export
...
...and additionally refactor to run in a test environment
(don't use Array.prototype.find)
2016-03-08 09:56:21 -08:00
Victor Woeltjen
dd66cb60d8
[Timeline] Test export task
2016-03-08 09:47:09 -08:00
Victor Woeltjen
d5283d57e4
[Timeline] Add missing semicolon
2016-03-07 16:35:40 -08:00
Victor Woeltjen
7c140c06dc
[Timeline] Test CSV Export action itself
2016-03-07 16:33:03 -08:00
Victor Woeltjen
f9ff9921a9
[Timelines] Continue testing CSV Export
...
...with initial test cases for the action itself.
2016-03-07 16:22:39 -08:00
Victor Woeltjen
cdac0ad67f
[Timeline] Add test cases for CSV Export
2016-03-07 16:17:19 -08:00
Victor Woeltjen
5d771edcf7
[Timeline] Begin testing CSV Export
2016-03-07 16:13:23 -08:00
Victor Woeltjen
c4f1c4ad1f
[Timeline] Show progress notification during export
2016-03-07 16:09:23 -08:00
Victor Woeltjen
14b8e02f27
[Timeline] Format exported start/end times
2016-03-07 16:02:33 -08:00
Victor Woeltjen
b383921f2a
[Timeline] Export start/end to CSV
2016-03-07 16:00:13 -08:00
Victor Woeltjen
b7a44a7557
Merge branch 'master' into warp135b
2016-03-07 15:21:28 -08:00
Victor Woeltjen
d6ec7e9ab8
[Build] Remove unused variables from specs
...
...to satisfy JSHint.
2016-03-04 12:56:14 -08:00
Victor Woeltjen
f34ef8c4c8
[Build] Add global declarations to mocks
2016-03-04 11:53:08 -08:00
Victor Woeltjen
65095d18f2
[Build] Remove partial global declarations
2016-03-04 11:43:55 -08:00
Victor Woeltjen
a1a7b2b8ce
[Build] Remove unused variables
...
...to satisfy JSHint
2016-03-04 11:41:48 -08:00
Victor Woeltjen
c00d77dcb1
[Build] Relocate operators
...
...in multi-line expressions, to satisfy JSHint.
2016-03-04 11:02:57 -08:00
Victor Woeltjen
72ef134750
[Build] Move operators to satisfy JSHint
2016-03-04 10:55:30 -08:00
Victor Woeltjen
2dabe0d3c4
[Build] Add curly braces around if block
...
...to satisfy JSHint
2016-03-04 10:51:08 -08:00
Victor Woeltjen
dda0628621
[Build] Clarify expressions
...
...to satisfy JSHint.
2016-03-04 10:49:22 -08:00
Victor Woeltjen
ac5ac8d34e
[Build] Remove boilerplate from scripts
...
No longer necessary after JSHint configuration.
2016-03-04 10:46:38 -08:00
Henry
f653362247
Fixed issue with non-named columns
2016-03-03 10:12:25 -08:00
Henry
b63b7b1e5d
[Tables] #670 Addressed issues from code review
2016-03-03 09:26:12 -08:00
Henry
55e00baeaf
[Table] #670 Addressed comments from code review
2016-03-02 21:40:56 -08:00
Henry
b9a7ee423a
Merge branch 'master' into open670_master
2016-03-01 12:56:08 -08:00
Pete Richards
d176797307
[Style] Add missing semicolon
2016-03-01 10:59:23 -08:00
Pete Richards
96d9f8c194
[Templates] load plot templates with require
...
Load templates with requirejs.
https://github.com/nasa/openmctweb/issues/673
2016-03-01 10:52:07 -08:00
Pete Richards
748673f99b
Merge branch 'master' into open638_rebase
2016-03-01 10:48:53 -08:00
Victor Woeltjen
721557b814
[Templates] Exercise selection method
...
...add to TimelineSwimlanePopulator to reflect changes to
time at which selection object may become available as
a consequence to changes in the way templates are normally
loaded. #673
2016-02-26 16:29:06 -08:00
Victor Woeltjen
70ed16491a
[Templates] Change watch order
...
...to work around order-sensitive test case
2016-02-26 16:26:31 -08:00
Victor Woeltjen
3a6e0be2d7
[Templates] Update FixedController spec
...
...to reflect changes to how selection object is obtained,
which in turn reflects change to using templates obtained
via RequireJS text plugin, instead of loading by URL.
2016-02-26 16:19:14 -08:00
Victor Woeltjen
fe419714f5
[Templates] Check for availability of timespan
...
...as ordering changes due to change from templateUrl to template
may mean this is not available when first initialized.
2016-02-26 15:50:07 -08:00
Victor Woeltjen
f3fd2e67fc
[Templates] Watch for selection object
...
...from Timeline, to ensure toolbar appears etc.
Reflects changes to ordering triggered by use of
template instead of templateUrl
2016-02-26 15:49:21 -08:00
Victor Woeltjen
931fa77cbe
[Templates] Handle deferred selection availability
...
Loading templates via RequireJS text plugin means they are
immediately available; appears to have caused a change in
ordering wherein controllers for views may be initialized
before representers have installed things like selection
state. As such, need to watch for changes instead of simply
checking for a selection object when the controller is
initialized.
2016-02-26 15:37:19 -08:00
Victor Woeltjen
19b442cc0b
[Templates] Require data table templates
...
...via text plugin
2016-02-26 15:02:04 -08:00
Victor Woeltjen
bf1fa0ac4c
[Templates] Include templates using text plugin
...
Resolves #673
2016-02-26 13:07:50 -08:00
Henry
f04c3692c1
[Table] #670 Name column only prepended if multiple objects
2016-02-26 11:22:16 -08:00
Henry
ffa497f22f
[Table] #670 Added new view type 'table'
2016-02-26 11:09:51 -08:00
Henry
aabeb72203
[Plots] #638 Fixed failing test
2016-02-23 15:22:21 -08:00
Pete Richards
fcdf89a4ee
Merge branch 'master' into open638_rebase
2016-02-23 10:56:13 -08:00
Pete Richards
9b3c8dce25
[SCSS] Remove old references to compass
...
Remove any old references to compass.
https://github.com/nasa/openmctweb/issues/698
2016-02-22 18:22:44 -08:00
Pete Richards
0a71835687
[Build] Switch compass to bourbon
...
Change mixin library to bourbon. Significantly reduces sass build time.
https://github.com/nasa/openmctweb/issues/698
2016-02-22 18:02:16 -08:00
Pete Richards
ed09214f59
[Build] Save stylesheets to proper location
...
Updates the stylesheet task to output CSS in the correct locations. Remove
config.rb for running compass manually, and remove compiled css files from
project. Add a .gitignore to ensure they don't get included accidentally.
Add a gulp task for running the development server and watching for scss
changes at the same time.
resolves https://github.com/nasa/openmctweb/issues/238
2016-02-19 13:26:20 -08:00
Henry
7d0de68db9
[Plot] #638 Changed plot series to an array
2016-02-10 20:27:04 -08:00
Victor Woeltjen
5306e96374
Merge pull request #668 from nasa/open659
...
[New Edit Mode] #659 Fix to timelines
2016-02-10 17:02:28 -08:00
Henry
10e0acddb3
[New Edit Mode] #659 Fix to prevent multi-composition with same object, fix to prevent composition of object with self
2016-02-10 16:43:08 -08:00
Charles Hacskaylo
ceee7e0da9
[Frontend] Fixed CSS issue with Timeline label elements
...
open #659
CSS for .rep-object-label modified; Added CSS class
to tabular-swimlane-cols-tree.html markup;
Also cleaned up .s-status-pending styles for related
label elements;
2016-02-10 16:38:39 -08:00
Henry
24c750b41e
[Plot] Fixed jsLint, removed onchange
...
Removed ngChange from mct-control
Removed ng-change
2016-02-09 21:19:47 -08:00
Henry
ab1c79f25d
[Plot] Switched to $watchCollection on form model
2016-02-09 20:52:47 -08:00
Henry
645bd5743f
[Plots] #638 Addressing feedback from code review
...
[Plots] #638 Fixing failing tests
[Plot] Changed PlotOptionsController to prototype form
Fixed spacing
Fixed jslint issue
2016-02-08 23:36:45 -08:00
Victor Woeltjen
273cf1c14f
[Timeline] Fix columns exported
2016-02-08 18:07:03 -08:00
Henry
be031285b9
Added form-level change event
2016-02-08 17:46:21 -08:00
Victor Woeltjen
b42ccebd5a
[Timeline] Fix imports, dependencies
...
Fix imports and dependencies needed by Export Timeline as CSV
2016-02-08 17:42:26 -08:00
Victor Woeltjen
a444fc01ad
[Timeline] Fix column module definitions
2016-02-08 17:34:10 -08:00
Victor Woeltjen
a126e43286
[Timelines] Handle columns during CSV export
2016-02-08 16:11:00 -08:00
Victor Woeltjen
4adb075a2b
[Timelines] Separate out timeline traversal
...
...from rest of CSV export.
2016-02-08 13:59:34 -08:00
Victor Woeltjen
d8b1e570d9
[CSV Export] Begin implementing
...
Begin implementing initial step, wherein timelines composition
is traversed to build up a list of objects to export.
2016-02-08 13:36:25 -08:00
Victor Woeltjen
5033e2cdbb
[Timeline] Begin adding Export as CSV
...
Sketch in solution for
https://developer.nasa.gov/mct/warp/issues/135
2016-02-08 13:04:41 -08:00
Victor Woeltjen
0a5097a945
Merge pull request #642 from nasa/open460
...
[Build] Move to npm-based build
2016-02-08 12:21:01 -08:00
Victor Woeltjen
b0e4947bf0
Merge pull request #500 from nasa/open480
...
[New Edit Mode] Adding sub objects to Timelines
2016-02-08 11:59:54 -08:00
Henry
9371fcbc4c
[Plot] #638 Added a new plot options example bundle and rebased
...
Fixed jsdoc
Fixed incorrect memberof declaration
Corrected memberof statement
2016-02-04 15:17:07 -08:00
Henry
abf5f22155
[Plots] #638 added onchange handling in order to synchronize forms with domain object model.
...
Fixed failing test
Added tests
jslint errors
Minor refactoring of layout bundle
revert layout/bundle.json
2016-02-04 14:26:21 -08:00
Charles Hacskaylo
371669fbce
[Frontend] Mods in progress to form layout
...
open #638
Major progress on form-row markup and CSS when
in Inspector 'part' context; General fixes cleanups
to custom checkbox/radio CSS;
2016-02-04 14:23:29 -08:00
Charles Hacskaylo
68f3cd087d
[Frontend] Mods in progress to form layout
...
open #638
In progress;
2016-02-04 14:23:29 -08:00
Charles Hacskaylo
115ffe7963
[Frontend] Fixes to scrolling and layout in Inspector
...
open #638
In progress;
2016-02-04 14:23:29 -08:00
Henry
e3a0cae5fd
[Plot] #638 Fleshing out form structures
2016-02-04 14:23:29 -08:00
Henry
6fb6761abf
[Plots] #638 New plot display options
2016-02-04 14:23:28 -08:00
Victor Woeltjen
aebae27391
[Tests] Remove suite.json files
...
Remove obsolete suite.json files; #482
2016-02-02 09:35:50 -08:00
Victor Woeltjen
ddb5837145
Merge branch 'master' into open460
2016-01-29 11:44:38 -08:00
Victor Woeltjen
967f8c9151
[Build] Update remaining library references
2016-01-28 11:25:44 -08:00
Victor Woeltjen
84ecfd3527
[Build] Remove remaining files in libs
2016-01-28 11:21:08 -08:00
Victor Woeltjen
dbf196e014
Merge remote-tracking branch 'github/master' into open477
...
Resolve conflicts to complete merge of #477
Conflicts:
platform/commonUI/general/bundle.json
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/snow/res/css/theme-snow.css
2016-01-27 12:53:46 -08:00
Pete Richards
be7827d6f8
Merge remote-tracking branch 'open/open445' into open-master
2016-01-22 11:47:05 -08:00
Henry
cd2b19eb1e
[New Edit Mode] Fixed failing tests, and added new test in CreateWizard
...
[New Edit Mode] #480 fixed JSLint errors
[New Edit Mode] #480 do not show locator for sub objects
[New Edit Mode] Modified persistence in SaveAction
Removed redundant variable
Fixed Failing Test
Fixed JSLint errors
Improved some documentation
2016-01-21 12:01:38 -08:00
Henry
c65096f166
[New Edit Mode] Added AddAction, modified EditableDomainObject to properly wrap inherited functions, added new EditableInstantiationCapability
2016-01-20 18:49:39 -08:00
Victor Woeltjen
c2207fe7ce
[Plot] Use reverse filter for range ticks too
2016-01-15 13:14:33 -08:00
Victor Woeltjen
a94e99af70
[Plot] Use reverse filter for plot ticks
...
...to remove CSS-related reversal from scripts
2016-01-15 13:09:05 -08:00
Henry
193c7e3db2
[New Edit Mode] Fixed failing Time Conductor Test
2016-01-14 19:57:06 -08:00
Henry
032b2542f0
Merged from Master
2016-01-14 17:23:53 -08:00
Henry
3e7eb11d84
Regenerated bundles
2016-01-14 17:08:19 -08:00
Henry
3f5a8cb2be
[New Edit Mode] Disabled time conductor tests which are failing
2016-01-14 16:12:44 -08:00
Henry
d78bd9fd51
Merged from master
2016-01-14 15:16:02 -08:00
Henry
826d39a749
[New Edit Mode] Fixed logic in EditActionPolicy to use positive logic
2016-01-14 15:02:22 -08:00
akhenry
88f8925d17
Merge pull request #469 from nasa/open450b
...
[API Refactor] Imperatively register bundles
2016-01-14 09:41:04 -08:00
Charles Hacskaylo
442229fd42
Merge branch 'master' of https://github.com/nasa/openmctweb into open445
...
Conflicts:
platform/features/plot/res/templates/plot.html
2016-01-13 16:01:02 -08:00
Charles Hacskaylo
a7a707595c
[Frontend] Fixes to CSS for Chrome Linux
...
open #445
Mods and simplifications to wait-spinner classes;
Simplification and cleanup in plot.html to use loading
class instead of hide/show DOM element;
2016-01-13 13:54:00 -08:00
Victor Woeltjen
69c5b110bf
[API Refactor] Move out non-global require config
2016-01-13 12:41:15 -08:00
Charles Hacskaylo
8c325eb1b1
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Still fixing code due to circleci fail in pull request;
2016-01-13 10:11:14 -08:00
Charles Hacskaylo
5e628b1a25
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Still fixing code due to circleci fail in pull request;
2016-01-13 10:05:30 -08:00
Charles Hacskaylo
f8114ba6b6
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Fixing code due to circleci fail in pull request;
2016-01-12 18:23:30 -08:00
Charles Hacskaylo
a10f895904
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Fixing code due to circleci fail in pull request;
2016-01-12 18:20:52 -08:00
Charles Hacskaylo
9b59fd7eae
[Frontend] Mods to allow plot tick labels to ellipsis to left
...
open #337
Tick label strings are now reversed in their char order in
PlotTickGenerator.js, then reversed again via CSS in
_plots-main.scss. This forces the browser to clip the label
at the left 'start' side, rather than the end, resulting in
the least significant portion of the label getting clipped.
2016-01-12 18:04:09 -08:00
Charles Hacskaylo
8dd36d426c
[Frontend] Refactoring local controls hide and show
...
open #342
Now using CSS hover on pertinent plot areas;
Refining of select styling, tweaks for Firefox Linux;
Tweaks to local-control positioning in plots;
Changed *-options controls to use length > 1
instead of > 0;
2016-01-12 15:54:56 -08:00
Charles Hacskaylo
4f7ca98b60
Merge branch 'master' into nem468a.
...
Many tweaks to fix some issues with tree, labels and Inspector.
Conflicts:
platform/commonUI/edit/res/templates/elements.html
platform/commonUI/general/res/sass/search/_search.scss
platform/commonUI/general/res/sass/tree/_tree.scss
platform/commonUI/general/res/templates/object-inspector.html
platform/commonUI/themes/espresso/res/css/theme-espresso.css
platform/commonUI/themes/snow/res/css/theme-snow.css
platform/search/res/templates/search.html
2016-01-11 13:29:26 -08:00
Charles Hacskaylo
898dd557e5
[Frontend] Refactor to use s-status-editing instead of ng-class
...
open #468
Remove ng-class statements in favor of upstream .s-status-editing;
Restructure CSS accordingly;
NOTE: because edit.html has NOT been changed,
changes here will cause old edit mode to no longer display properly.
Don't integrate this CSS with old edit mode!
2016-01-08 16:11:00 -08:00
Victor Woeltjen
0036974c60
Merge remote-tracking branch 'github/master' into open450b
...
Merge latest from master branch to reconcile conflicts
for https://github.com/nasa/openmctweb/pull/469
Conflicts:
platform/commonUI/general/bundle.json
2016-01-08 15:36:10 -08:00
Victor Woeltjen
cec197f888
[API Refactor] Remove bundle.json files
2016-01-08 15:32:18 -08:00
Victor Woeltjen
de53247d56
[API] Convert JSON bundles to imperative form
2016-01-07 15:08:08 -08:00
Henry
a6ecda9cab
Resolved conflict
2016-01-06 14:06:28 -08:00
Henry
b20488e77d
Merged conflict
2016-01-06 14:05:40 -08:00
Victor Woeltjen
a49deb5ab1
Merge remote-tracking branch 'github/master' into open116
...
Merge in latest from master into topic branch for
https://github.com/nasa/openmctweb/issues/116
Conflicts:
platform/features/layout/test/FixedControllerSpec.js
platform/features/plot/test/PlotControllerSpec.js
2015-12-30 10:15:05 -08:00
Victor Woeltjen
9b63a63efc
Merge pull request #379 from nasa/open1337
...
[Limits] Add test cases for limits
2015-12-30 10:11:27 -08:00
Victor Woeltjen
2358541d91
[Time Conductor] Update RangeColumn spec
...
Update RangeColumn spec. Changes appear to have been related
to limits (WTD-1337), but making changes in the context of
updating tests for time conductor,
https://github.com/nasa/openmctweb/issues/116
2015-12-30 10:10:23 -08:00
Victor Woeltjen
38b5756d8d
[Time Conductor] Verify plot bounds retention
...
Verify that the domain axis of a plot retains bounds from
the time conductor, instead of doing its default behavior
of fitting to the data.
2015-12-30 10:04:04 -08:00
Victor Woeltjen
c436bcce0a
[Time Conductor] Test updated fixed position behavior
...
Verify interactions from FixedControllers on events
issued by the time conductor.
2015-12-30 09:29:24 -08:00
Henry
cf73f3a0c4
Moved gesture from individual views up to browse-object.html for now to resolve #423
2015-12-11 16:42:05 -08:00
Charles Hacskaylo
33b1c1689c
[Frontend] Added classes for no-collapse indicator
...
open #304
Added classes string and related classes to ClockIndicator;
2015-12-11 15:49:50 -08:00
Henry
39b3e6c4a9
[Edit Mode] Limit context menu options available for objects in edit mode
...
[Edit Mode] Edit mode on objects that do not have a view supporting editing should edit properties instead. #320
2015-12-09 18:14:17 -08:00
Victor Woeltjen
8077cdb834
[Clocks/Timers] Make $scope available
...
...to methods of TimerController
2015-12-09 12:41:29 -08:00
Victor Woeltjen
7871af07c4
[Clocks/Timers] Fix parent constructor invocations
2015-12-09 12:40:21 -08:00
Victor Woeltjen
714ae3b9dc
[Clocks/Timers] Update remaining classes
...
Complete code style changes for Clocks/Timers.
2015-12-09 12:39:01 -08:00
Victor Woeltjen
27fa56d838
[Clocks/Timers] Update code style for controllers
2015-12-09 12:33:11 -08:00
Victor Woeltjen
e30a82432d
[Clocks/Timers] Update code style for actions
...
https://github.com/nasa/openmctweb/issues/209
2015-12-09 12:17:32 -08:00
Henry
49579378dd
[New Edit Mode] Fixed positioning of dropped objects #386
2015-12-09 09:51:00 -08:00
Henry
b5c741c911
Merge branch 'master' into open199
2015-12-08 15:42:37 -08:00
Victor Woeltjen
038322e9aa
[Layout] Update raw positions on drop
...
When handling a drop into the layout, store the panel's
new position to the LayoutController's internal table of
raw positions (in addition to writing it to the configuration.)
Avoids https://github.com/nasa/openmctweb/issues/384
2015-12-08 15:08:30 -08:00
Henry
18607e9404
Merged from Master
2015-12-07 20:42:09 -08:00
Victor Woeltjen
258c5d95e6
[Limits] Test PlotLimitTracker
2015-12-07 12:58:56 -08:00