Charles Hacskaylo
7ade873365
[Frontend] Flex; Tweaks to slider knobs
...
open #889
- Converted TC elements to use flex
layout instead of abs pos;
- Knob size increased;
- Knob grippies added;
2016-05-10 15:12:50 -07:00
Charles Hacskaylo
8788523c25
[Frontend] Tweaks to slider knobs
...
open #889
- Knob size increased;
- Knob grippies added;
2016-05-10 14:28:23 -07:00
Even Stensberg
d32ef4bc3d
Last indentation fix
2016-05-10 22:03:07 +02:00
Even Stensberg
b4faf8991d
Indentation Fixes
2016-05-10 22:02:19 +02:00
Even Stensberg
0564759481
Swapped order of license
...
Swaped license order with name
2016-05-10 21:48:24 +02:00
Even Stensberg
24e391edf7
[Branding] Added Apache license to README.md
...
Added Apache license
2016-05-10 21:44:10 +02:00
Even Stensberg
cf295105d4
[Functionality] Log app instance to the console
...
Added logging statement, so the user knows when the app is up and running.
2016-05-10 21:06:04 +02:00
Charles Hacskaylo
c301523156
[Frontend] Layout and positioning fixes for TC controls
...
open #889
IN PROGRESS
- Smaller font used on range value;
- More space allocated to left and right
for slider range values;
- Style tweaks to slider look;
- Layout and style of datetime inputs
fixed;
- Input error colors fixed, moved to
theme constants;
2016-05-09 17:56:50 -07:00
Andrew Henry
46e1347dc8
Merge pull request #906 from nasa/use-heroku-integration
...
[Build] Use Circle's heroku integration for deploy
2016-05-09 10:53:28 -07:00
Pete Richards
f5539ec678
[Build] Use Circle's heroku integration for deploy
...
Use circle's heroku integration to deploy to ensure that we deploy
a full clone of the repo and not a shallow clone, prevents build
failure in master branch.
2016-05-09 10:46:17 -07:00
Charles Hacskaylo
2e8604e18d
[Frontend] Layout and positioning fixes for TC controls
...
open #889
2016-05-09 10:38:18 -07:00
Victor Woeltjen
9ed28a4a37
Merge pull request #900 from nasa/open899
...
#899 updated circle.yml to deploy to live_demo and remove doc generation
2016-05-09 10:37:47 -07:00
Pete Richards
3ca9d21bbd
Merge remote-tracking branch 'origin/open663'
2016-05-09 10:33:39 -07:00
Pete Richards
61683800cc
[Style] Update style to reflect new jshint config
...
Update style to match new jshint config
https://github.com/nasa/openmct/issues/671
2016-05-09 10:33:26 -07:00
Pete Richards
4c74391137
Merge remote-tracking branch 'origin/open836'
2016-05-09 10:25:25 -07:00
Pete Richards
f3b265bdd5
Merge branch 'master' into open671
2016-05-09 10:19:24 -07:00
Charles Hacskaylo
cae85f3e30
[Frontend] Mods to slider .range-value elems
...
open #889
- Text smaller, line breaks;
- Height adjustments
- Increased with of slider area;
2016-05-09 10:16:54 -07:00
pacozaa
bcd5f1ee24
add shortcut for see the app quickly
2016-05-09 03:05:21 +07:00
Henry
ab6ef22363
#898 updated stylesheet reference
2016-05-08 10:46:59 -07:00
Henry
09d1c2cd4b
#899 updated circle.yml to deploy to live_demo and remove doc generation
2016-05-06 19:44:26 -07:00
Victor Woeltjen
d6aa31e4aa
Merge pull request #893 from nasa/open885
...
#885 added command line option --directory -D to specify base directory
2016-05-06 10:19:44 -07:00
Victor Woeltjen
3efaa3b1cb
Merge pull request #894 from nasa/open892
...
#892 Removed browser warning
2016-05-06 09:51:36 -07:00
Victor Woeltjen
2fe9698ea8
Merge pull request #891 from nasa/fix-clickaway-888
...
[General] remove dupe, debounce inputs
2016-05-06 09:49:13 -07:00
Henry
1cdeccc7a7
#885 added command line option --directory -D to specify base directory
2016-05-05 21:58:31 -07:00
Henry
00433f02bc
#892 Removed browser warning
2016-05-05 21:45:18 -07:00
Pete Richards
7fad4e9ea1
[General] remove dupe, debounce inputs
...
Remove duplicate ClickAwayController implementation that was obscuring actual
implementation. Debounce clickaway action in case toggle is invoked in a
click handler.
Resolves https://github.com/nasa/openmct/issues/888
2016-05-05 18:25:37 -07:00
Andrew Henry
c6d326bbbc
Merge pull request #879 from nasa/table-headers-809
...
[Table] Fix headers in firefox
2016-05-05 13:29:03 -07:00
Andrew Henry
d60bc08843
Merge pull request #878 from nasa/open-mct-not-web-816
...
[Branding] Change name to Open MCT in docs
2016-05-05 13:21:13 -07:00
Andrew Henry
3d62cba1b3
Merge pull request #859 from nasa/remove-examples-825
...
[Examples] Move examples out of main.js
2016-05-05 13:05:41 -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
00706558f5
[Branding] Restore missing space
2016-05-04 10:42:46 -07:00
Victor Woeltjen
5279c842f5
[Branding] Change title of about dialog
2016-05-04 10:17:23 -07:00
Victor Woeltjen
431b836568
[Branding] Change name in docs hierarchy
...
...from Open MCT Web to plain-old Open MCT.
2016-05-04 10:13:09 -07:00
Victor Woeltjen
de2703ee48
[Branding] Remove Web from name at top-level
...
Per #816 , change Open MCT Web to Open MCT in all top-level files.
2016-05-04 10:08:55 -07:00
Andrew Henry
01f290dc45
Merge pull request #873 from nasa/open871
...
Review and integrate open871
2016-05-03 14:20:56 -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
Victor Woeltjen
0e683acde1
[Persistence] Remove persistence usage from LinkService
2016-04-29 11:38:40 -07:00
Victor Woeltjen
dd6414daf0
[Persistence] Remove persistence usage from LocationCapability
2016-04-29 11:37:03 -07:00
Victor Woeltjen
8756b7213f
[Persistence] Remove persistence usage from EditRepresenter
2016-04-29 11:35:00 -07:00
Victor Woeltjen
b0cbb5a2b4
[Persistence] Only auto-persist previously saved domain objects
2016-04-29 11:31:36 -07:00
Charles Hacskaylo
ff36d9ee80
[Frontend] Removed bullets from ol, ul
...
open #869
- This should be cherry-picked into main
branches as well.
(cherry picked from commit 4c97413)
2016-04-29 10:54:28 -07:00
Victor Woeltjen
6418b0c634
[Persistence] Avoid redundant calls to persistenceService
...
Mutation now triggers persistence; this means that some legacy code
does or may issue redundant calls to persistence after mutating.
To avoid issuing redundant calls all the way down to the
persistenceService, bail out of persist calls early if there are
no unsaved changes to persist.
2016-04-26 16:58:10 -07:00
Victor Woeltjen
433d26e703
[Persistence] Remove persistence usage from Remove action
2016-04-26 16:53:12 -07:00
Victor Woeltjen
c99ffcb1f4
[Persistence] Remove persistence call from compose action
2016-04-26 16:50:15 -07:00
Victor Woeltjen
ef815cf060
[Persistence] Remove persistence reference
...
...from composition capability (as persistence is now triggered,
albeit indirectly.)
2016-04-26 16:46:30 -07:00
Victor Woeltjen
7fb7a5452f
[Persistence] Remove persistence usage from Edit Properties
2016-04-26 16:43:52 -07:00
Victor Woeltjen
4b641f8723
[Persistence] Expose PersistingMutationListener from bundle
2016-04-26 16:39:49 -07:00