Anthony Dresser
ce878e1def
Rework slickgrid keyboard navigation ( #1930 )
...
* rewrite keybind nav to handle ctrl + home and end
* testing different options
* working on removed slickgrid changes we don't need
* formatting
* handle click handler to rowNumber
* fixing various bugs
* formatting
* readd click column to select
* add shift key to column select
* added logic for additional keybindings on grid
* add down and up arrow into keyboard navigation
* update styling and update slickgrid
* formatting
* update angular-slickgrid version
* remove index.js changes
2018-07-19 14:05:54 -07:00
Karl Burtram
e026ab85a7
Escape the aria string for Edit Data grid ( #1958 )
2018-07-17 18:45:10 -07:00
Matt Irvine
d2b5043972
Render column titles as text not html in query results ( #1923 )
2018-07-13 14:23:50 -07:00
Anthony Dresser
1f3e59c9f9
added default config for timeSeries since it is not the same ( #1852 )
2018-07-06 13:21:12 -07:00
Anthony Dresser
f0a556f004
add quote to string escape ( #1838 )
2018-07-03 16:37:44 -07:00
Anthony Dresser
473ddfcdf1
Modifying angular bootstrap to add injection at the module level ( #1691 )
...
* work on fixing injection
* change bootstrapping method
* add a catch for testing
* remove unneeded code
2018-06-22 16:09:13 -07:00
Matt Irvine
25228fa58e
Fix edit data limit dropdown position ( #1667 )
2018-06-18 20:27:25 -04:00
Matt Irvine
83c01c6bcb
Fix edit data revert row bugs ( #1634 )
...
* Clean up edit data revert behavior
* Unify escape and revert row edit data handling
* Revert unedited new row when clicking off of it
* Make delete work when adding new row
2018-06-18 12:17:16 -07:00
Anthony Dresser
3be0c5130a
Fixes accessibility for grid ( #1592 )
...
* adds neccessary code to read cell value for table cells
* formatting
2018-06-11 12:06:06 -07:00
Anthony Dresser
628e2adc64
change role of query buttons to button ( #1543 )
2018-06-05 11:35:59 -07:00
Anthony Dresser
1359354387
Angular Individual Service Injection - Decouple bootstrap service ( #1457 )
...
* change services to be individually injected into angular
* messing around with injection
* change angular bootstrapping to factory style
* formatting
* formatting
* fix imports
* fix build errors
* fix testsw
* fix tests
* fix compile errors
2018-05-23 16:51:02 -07:00
Anthony Dresser
04ec9caad1
Remove Jquery references ( #1461 )
...
* modify key codes
* formatting
* change string event type
* code clean up
2018-05-23 10:59:28 -07:00
Cory Rivera
89c48bbe75
Add option for using generic SQL queries to filter EditData rows via a query editor pane. ( #1329 )
2018-05-14 12:27:55 -07:00
Abbie Petchtes
eae8de0373
Add grid.viewAsChart and grid.goToNextGrid keyboard shortcuts for editor ( #1390 )
...
* adding shortcuts for view as chart and go to next grid
* small fix
* refactor query output functions out of gridParentComponents
* Revert "refactor query output functions out of gridParentComponents"
This reverts commit 51addcac76d2a21df150a8d95f54f061aab6ac7a.
2018-05-11 09:38:14 -07:00
Anthony Dresser
23ec6ac567
Change angular panel display behavior ( #1344 )
...
* got it working
* remove unneeded code
* formatting
* added scrollable, dashboard tabs don't scroll correctly though
* fix all bugs I could find
* address comments
2018-05-10 09:27:41 -07:00
Leila Lali
6d243e0ac8
reverting row which escape is clicked and fixed the issue with reverting rows ( #1333 )
...
* reverting row which escape is clicked and fixed the issue with reverting row
2018-05-02 15:57:15 -07:00
Anthony Dresser
e82b7615b3
Add more options to chart viewer ( #1307 )
...
* fixing up chart viewer
* formatting
* everything is working
* removed unnecessary code
* removed unneeded code
2018-05-02 10:15:51 -07:00
Matt Irvine
c2381424bc
Combine messages to reduce rendering time when possible ( #1309 )
2018-05-01 15:23:41 -07:00
Matt Irvine
30a825438e
Fix issue where chart type select is missing for tables ( #1232 )
2018-04-23 17:13:58 -07:00
Matt Irvine
f63da13210
Handle errors when chart is invalid for given data ( #1226 )
2018-04-23 16:38:18 -07:00
Anthony Dresser
f0aadebd2c
fix chart viewer accessibility ( #1164 )
2018-04-18 13:44:33 -07:00
Anthony Dresser
f739c47984
Adds aria labels to all input ui ( #1136 )
...
* adds aria-label to inputs for connection
* formatting
* add ariaLabels to all checkboxes/inputboxes/dropdowns
2018-04-13 12:09:25 -07:00
Abbie Petchtes
13fb9fdfd2
Add keyboard shortcuts for focus on current query and go to next output query tab ( #1153 )
...
* add go to next output query tab shotcut
* add a new keyboard shortcut for focus on current query
* minor change
2018-04-13 11:11:25 -07:00
Abbie Petchtes
9a5f51bfbf
Focus on the first focus-able when toggle result and message ( #1147 )
...
* when focus on the first focusable when toggle result and message
* minor change
2018-04-12 17:26:49 -07:00
Anthony Dresser
c33ddfabf9
add necessary attributes for accessibility on the results grid panes ( #1126 )
2018-04-12 11:29:02 -07:00
Abbie Petchtes
091d4cb924
enable keyboard for explain button and Line1 link in message pane ( #1132 )
2018-04-11 16:50:41 -07:00
Abbie Petchtes
5ac89e5a49
Open query plan link when select XML showplan in the result grid ( #1092 )
...
* open query plan link
* address comments
2018-04-09 10:27:32 -07:00
Anthony Dresser
bec8e72688
fix problems with low result count breaking insights ( #1052 )
2018-04-06 15:54:43 -07:00
Karl Burtram
dafb780987
Merge VS Code 1.21 source code ( #1067 )
...
* Initial VS Code 1.21 file copy with patches
* A few more merges
* Post npm install
* Fix batch of build breaks
* Fix more build breaks
* Fix more build errors
* Fix more build breaks
* Runtime fixes 1
* Get connection dialog working with some todos
* Fix a few packaging issues
* Copy several node_modules to package build to fix loader issues
* Fix breaks from master
* A few more fixes
* Make tests pass
* First pass of license header updates
* Second pass of license header updates
* Fix restore dialog issues
* Remove add additional themes menu items
* fix select box issues where the list doesn't show up
* formatting
* Fix editor dispose issue
* Copy over node modules to correct location on all platforms
2018-04-04 15:27:51 -07:00
Anthony Dresser
b045e536c1
Revert "Revert "Results grid options ( #962 )"" ( #982 )
...
* Revert "Revert "Results grid options (#962 )" (#979 )"
This reverts commit ab91c88b34 .
* fix angular2-slickgrid compiled files
2018-03-25 10:48:59 -07:00
Karl Burtram
ab91c88b34
Revert "Results grid options ( #962 )" ( #979 )
...
This reverts commit f2779f2a50 .
2018-03-23 22:16:32 -07:00
Anthony Dresser
f2779f2a50
Results grid options ( #962 )
...
* added inital config
* added the ability to specifiy properties of the grid
* formatting
* fix some rendering bugs
* vbump
2018-03-23 13:41:16 -07:00
Matt Irvine
c116f933e2
Resize grids and detect changes when toggling panel visibility ( #944 )
2018-03-20 17:34:31 -07:00
Karl Burtram
c06f45cf0e
Fix duplicate localization ids ( #803 )
...
* Add sqlops-core loc project
* Fix duplicate ids step 1
* Merge duplicate id changes.
* A few more duplicate ids
2018-03-01 15:25:51 -08:00
Benjamin Russell
24ea675d7d
Edit Data: Fix editing stopping after tab switch ( #579 )
...
* Reverts should not be committed
* WIP
* Updating the angular2-slickgrid package that will fix the issue
* Updating package as per yarn stuff
2018-02-06 19:11:28 -05:00
Karl Burtram
251ae01c3e
Initial VS Code 1.19 source merge ( #571 )
...
* Initial 1.19 xcopy
* Fix yarn build
* Fix numerous build breaks
* Next batch of build break fixes
* More build break fixes
* Runtime breaks
* Additional post merge fixes
* Fix windows setup file
* Fix test failures.
* Update license header blocks to refer to source eula
2018-01-28 23:37:17 -08:00
Kevin Cunnane
a6cb7cbd65
Fix #457 Provide user setting to change defaults for Chart Viewer ( #484 )
...
- Added contribution to define the available chart types
- Use the setting when initializing the chart viewer
2018-01-14 14:16:01 -08:00
Benjamin Russell
2e19ab4595
Adding row ID mapping to ensure correct IDs are used ( #355 )
2017-12-18 17:40:55 -08:00
Karl Burtram
6ad0df0e3e
Refresh master with initial release/0.24 snapshot ( #332 )
...
* Initial port of release/0.24 source code
* Fix additional headers
* Fix a typo in launch.json
2017-12-15 15:38:57 -08:00
Karl Burtram
3cdac41339
SQL Operations Studio Public Preview 1 (0.23) release source code
2017-11-09 14:30:27 -08:00