Victor Woeltjen
a3a55d3b48
[Build] Modify version info injection to fix sourcemaps ( #1708 )
...
* [Build] Preserve comments instead of adding header
...to avoid disrupting sourcemaps. Fixes #1707
[Build] Remove extraneous horizontal rule from header
[Build] Remove obsolete header-handling
...as this is handled by the replace task after fix for #1707
[Build] Move version headers into start.frag
...so that UMD boilerplate does not wrap it.
[Build] Handle version info entirely in start.frag
[Build] Replace build variables in start.frag explicitly
[Build] Inject build info dynamically
[Build] Test MCT.specifyBuildInfo
[Build] Mark BUILD_CONSTANTS as global for jshint
[Build] Give names to version line items
[Build] Fix specifyBuildInfo test case
* [Build] Update fix to sourcemaps for code review feedback
https://github.com/nasa/openmct/pull/1708
[Build] Move build info registration to plugin
https://github.com/nasa/openmct/pull/1708#discussion_r138999027
[Build] Use build info plugin
...instead of specifyBuildInfo
[Build] Revert changes to MCT, per code review
2017-09-20 11:50:17 -07:00
Henry
222f852af4
[Edit] Only persist on mutation if model has actually changed locally. Fixes #1482
2017-04-24 21:35:42 -07:00
Victor Woeltjen
185567cf29
[Licenses] Update copyright year to 2017
...
Fixes #1517
2017-04-05 14:52:46 -07:00
Henry
a867cd6be0
Removed contextualization warning. Removed now redundant Contextualize service. Fixes #1498
2017-04-04 15:39:10 -07:00
Andrew Henry
db33ab143e
Merge pull request #1445 from nasa/api-updates
...
Api updates
2017-02-21 17:04:45 -08:00
Pete Richards
8e13819e1e
[API] composition providers receive new-style objects
...
Ensure that composition providers get new-style objects (with id
included) so that they can properly check for applicability.
2017-02-21 11:21:08 -08:00
Pete Richards
aaedf5d576
cssclass is now cssClass
...
Make property name consistent with standard camelCase naming.
2017-02-21 11:14:46 -08:00
Andrew Henry
45de84c183
[Time Conductor] Prevent route change when time conductor values change ( #1342 )
...
* [Time Conductor] Prevent route change on setting search parameters. fixes #1341
* [Inspector] Fixed incorrect listener deregistration which was causing errors on scope destruction
* Bare route is redirect to browse
* [Browse] handle routing without breaking $route
Manage route transitions such that route changes are properly
prevented and navigation events occur while still updating the url.
Resolves a number of issues where path and search updates had
to be supported in a very hacky manner.
https://github.com/nasa/openmct/pull/1342
* [URL] Set search without hacks
Changes in previous commit allow the search parameters to be modified
without accidentally triggering a page reload.
https://github.com/nasa/openmct/pull/1342
* [Views] Update on location changes
If the user has a bookmark or tries to change the current view of an
object by specifying view=someView as a search parameter, the change would
not previously take effect. This resolves that bug.
https://github.com/nasa/openmct/pull/1342
* [TC] Set query params to undefined
Instead of setting params to null, which would eventually result in those
parameters equaling undefined, set them to undefined to skip the extra
step.
https://github.com/nasa/openmct/pull/1342
* [Instantiate] Instantiate objects with context
Add context to instantiate objects so that they can be navigated
to for editing.
https://github.com/nasa/openmct/pull/1342
* [Tests] Update specs
Update specs to match new expectations.
* [Style] Fix style
* [TC] Remove unused dependency
Remove $route dependency from time conductor controller as it was
not being used. Resolves review comments.
https://github.com/nasa/openmct/pull/1342#pullrequestreview-11449260
2016-12-07 13:33:53 -08:00
Henry
a3f5873501
[Edit Mode] Fix issue with navigation not triggering unsaved changes message for new objects. Removed logic that prevented mutation of new objects from triggering a transactional persist call. Fixes #1278
2016-12-05 15:52:14 -08:00
Henry
86b337ec88
Revert "[Edit Mode] Fix issue with navigation not triggering unsaved changes message for new objects. Removed logic that prevented mutation of new objects from triggering a transactional persist call. Fixes #1278 "
...
This reverts commit 7dda85cc5f
.
2016-12-05 15:49:50 -08:00
Henry
7dda85cc5f
[Edit Mode] Fix issue with navigation not triggering unsaved changes message for new objects. Removed logic that prevented mutation of new objects from triggering a transactional persist call. Fixes #1278
2016-12-05 15:46:56 -08:00
Pete Richards
73b3ae7264
[Composition] Composition api improvements ( #1332 ). Fixes #1322 and Fixes #1253
...
* [Composition] provide ids, sync via mutation
Composition provides ids, and we sync things via mutation. This
simplifies the composition provider interface some, and also
fixes some issues with the previous default composition provider
related to #1322
fixes #1253
* [Style] Fix style, update jsdoc
Fix style, update jsdoc, clean up composition api changes for
Fixes #1322
* [Style] Tidy and JSDoc
* [Composition] Utilize new composition API
Ensures that composition provided by new API works in old API.
Some functionality is not present in both places, but for the
time being this is sufficient.
https://github.com/nasa/openmct/pull/1332
* [Utils] add tests, fix bugs
Add tests to objectUtils to ensure correctness. This caught a bug
where character escapes were not properly applied or removed. As
a result, any missing object that contained a colon in it's key
would cause an infinite loop and cause the application to crash.
Bug discovered in VISTA integration.
* [Style] Fix style
* [Roots] Depend on new api for ROOT
Depend on new API for ROOT model, ensuring consistency when
fetching ROOT model.
* [Style] Remove commented code
2016-11-30 12:00:01 -08:00
Pete Richards
4d3ec398c9
[Style] Fix style, disable tests
...
disable tests for later follow-up.
2016-11-08 16:21:38 -08:00
Pete Richards
b169089156
get rid of feel-good code
2016-11-08 16:07:53 -08:00
Pete Richards
66a6b6d89b
Always put in cache on mutation, assuming persistence
2016-11-08 14:58:15 -08:00
Pete Richards
d74eba1922
Move mutation listening out of cache service
2016-11-08 14:14:56 -08:00
Pete Richards
9a7f69a614
Model Cache updates models on mutation
2016-11-08 13:54:31 -08:00
Pete Richards
0578a651da
cache on instantiate
2016-11-08 13:51:50 -08:00
Pete Richards
f991dcfb76
Clear cache when no transactions active
2016-11-08 13:51:30 -08:00
Pete Richards
42c48cb93b
disable cache
2016-11-08 11:20:34 -08:00
Pete Richards
2708562872
[Transaction] Sync mutation within transaction
2016-11-08 10:34:20 -08:00
Victor Woeltjen
9578fb0cd8
[Views] Update representations on mutation ( #1312 )
...
* [Core] Log errors from topic
Log full error (including stack trace) when catching errors
from the topic service. Aids debugging of #1303 (and should
aid in future debugging of any similar issues.)
* [API] Fix identifier usage in handleMutation
To address console errors observed in the context of #1303
* [Views] Listen to mutation
Listen for mutation instead of watching modified timestamp;
more reliable due to recent API changes. Fixes #1303 .
* [Views] Update spec for mct-representation
...to reflect changes for #1303
2016-11-07 10:08:53 -08:00
Victor Woeltjen
70985c5dbd
Revert "[Roots] Remove obsolete provider"
...
This reverts commit b49fef78f5
.
Fixes #1284
2016-10-26 10:09:10 -07:00
Victor Woeltjen
9dec99824e
Revert "[Roots] Remove obsolete spec"
...
This reverts commit 2cced53c97
.
2016-10-26 10:08:35 -07:00
Victor Woeltjen
d4730e1656
Revert "[Roots] Remove legacy root model provider"
...
This reverts commit 7b0506bbdb
.
2016-10-26 10:08:30 -07:00
Victor Woeltjen
b49fef78f5
[Roots] Remove obsolete provider
2016-10-19 17:02:12 -07:00
Victor Woeltjen
2cced53c97
[Roots] Remove obsolete spec
2016-10-19 16:54:26 -07:00
Victor Woeltjen
7b0506bbdb
[Roots] Remove legacy root model provider
2016-10-19 16:19:11 -07:00
Victor Woeltjen
64ff463200
Revert "Revert "Async root registration""
2016-10-19 14:55:07 -07:00
Victor Woeltjen
4eca80a770
Revert "Async root registration"
2016-10-18 10:48:26 -07:00
Pete Richards
891412bdb9
[Roots] Move my-items to separate bundle
...
My Items root is now opt-in, and does not need to be enabled for all
deployments. My Items is enabled by default in the development edition.
https://github.com/nasa/openmct/issues/1251
2016-10-14 12:38:47 -07:00
Victor Woeltjen
1a88c9a651
Merge remote-tracking branch 'origin/master' into persist-on-mutation-825
2016-10-07 11:27:58 -07:00
Victor Woeltjen
7d950d067c
Merge pull request #1194 from hudsonfoo/open1184
...
[Frontend] Add notes property to all item types
2016-09-27 15:28:49 -07:00
David Hudson
56267095cb
[Forms] Add style for small textareas
...
Issue #1184 . This allows for a generically sized text area in forms. I am
anticipating some potential feedback on this given the approach and the sizing
I chose may or may not be ideal for your requirements.
2016-09-18 01:47:07 +09:00
David Hudson
f9ce27def3
[Frontend] Add attributes for storing notes
...
Issue #1184
2016-09-18 01:27:12 +09:00
David Hudson
4429e847e8
[Properties] Add notes field to all item types
...
Issue #1184
2016-09-18 01:18:26 +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
Victor Woeltjen
385d90b056
[Persistence] Fix code style
2016-08-08 13:51:10 -07:00
Victor Woeltjen
70c072be0b
[Persistence] Test more cases
...
Add more test cases for TransactingMutationListener to
distinguish active-transaction case from no-transaction
case.
2016-08-08 13:18:40 -07:00
Victor Woeltjen
eb2fbcd8d0
[Persistence] Cover TransactingMutationListener
...
Add test cases sufficient for line coverage of
TransactingMutationListener.
2016-08-08 12:34:46 -07:00
Victor Woeltjen
02f34d1c04
[Persistence] Begin testing TransactingMutationListener
2016-08-08 12:28:13 -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
b60eff2f5e
[Persistence] Update bundle definition
2016-07-26 15:26:43 -07:00
Victor Woeltjen
f6d6cb929f
[Persistence] Add to transaction on mutation
2016-07-26 15:24:16 -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
Andrew Henry
6176ca2260
Merge pull request #1084 from nasa/transaction-clearing-1059
...
[Persistence] Clear transactions selectively
2016-07-15 16:20:19 -07:00
Victor Woeltjen
4c7ad6d93a
Merge branch 'undirty-on-refresh-1046' into transaction-clearing-1059
...
Conflicts:
platform/commonUI/edit/src/actions/SaveAsAction.js
2016-07-14 11:53:39 -07:00
Victor Woeltjen
1fb18c7919
[Context] Add test, tweak logic
...
Add test to verify that warnings are not shown based on
composition/location inconsistencies when editing.
2016-07-14 11:16:07 -07:00
Victor Woeltjen
1c2378b3b4
[Context] Suppress warnings while editing
...
Don't expect consistency between composition and location fields
while an object is being edited; this avoids benign warnings
being logged. Fixes #624
2016-07-14 11:10:15 -07:00
Henry
c8898ac6aa
[Documentation] Updated copyright statement. Fixes #1081
2016-07-12 16:55:57 -07:00