Commit Graph

154 Commits (master)

Author SHA1 Message Date
Vishal Kumar 0e978bbf8c fixing multi-column pane alignment issues 2018-01-03 02:33:11 -05:00
Jim Heising 0042d75ed0 Hacky hack to fix layout issues with 320 width screens and scrollbars. 2016-12-12 12:04:28 -08:00
Vishal Kumar 93add7e445 fixing dweetio datasource 2016-04-26 20:14:57 -04:00
Vishal Kumar 9fd4c6140a fixing dweetio datasource 2016-04-26 20:12:42 -04:00
Vish 553d6ae51e pane column width set by user must be whole number 2016-02-12 01:49:41 -05:00
Vish 6884d70a32 Fixes #131 2016-01-13 20:42:21 -05:00
Grégory Nain 2104507d71 Reverting freeboard.min.js to previous commit 2016-01-07 09:26:32 +01:00
Grégory Nain b953856baf This should close #149 2015-11-12 10:09:46 +01:00
Vish ba02ee033c merging updates from https://github.com/Freeboard/freeboard/pull/141 2015-08-19 17:00:16 -04:00
Nathaniel Rowland cabdf90c7b Resolves Issue #106 2015-06-03 22:19:55 -05:00
Nathaniel Rowland 5ef6dbdcc4 minify 2015-04-29 14:41:34 -05:00
Nathaniel Rowland 0863ddec03 minified, bumped version 2015-04-27 14:38:04 -05:00
Nathaniel Rowland 9c2147c1a0 Adds support for typeahead_source at the top level of a datasource, as well as typeahead_field in a controlling field, as well as typeahead_data_field in a slave field, for datasources that have remote lookup and typeahead. super awesome stuffs. 2015-04-25 14:02:47 -05:00
Kyle Campbell af4aa057ce add mouseover legend to sparkline plugin 2015-02-03 04:46:08 -05:00
Kyle Campbell 2bd2ae74ac grunt 2015-01-29 02:31:29 -05:00
Kyle Campbell afd334aa0c grunt 2015-01-19 00:27:25 -05:00
Kyle Campbell 5c8541bef4 minify js 2014-12-23 16:18:28 -05:00
Kyle Campbell 905c8bc5e9 grunt js and css files 2014-12-23 16:12:55 -05:00
Jim Heising 3dae1bcbaf Fixed an issue where a setting might be updated more than once 2014-09-29 12:10:00 -07:00
Jim Heising fdc3464710 Minified 2014-09-29 11:51:00 -07:00
Jim Heising b6ac25061f Added .map files and fixed one issue with value editor 2014-09-29 11:50:13 -07:00
Jim Heising 36ce5bb0d7 Fixed issue with stylesheet rendering on IE 2014-09-23 14:31:33 -07:00
Jim Heising f337b26eee Fixed issue with stylesheet rendering on IE 2014-09-23 14:26:41 -07:00
Jim Heising b0d9230a74 Fixed cross domain issues with IE 2014-09-23 11:00:02 -07:00
Jim Heising 99e377a562 Fixed issue with serialization when only one datasource or widget plugin was loaded 2014-09-23 09:45:14 -07:00
Kyle Campbell 87508efdc3 Fix multi-column resizing issue on zoomed browsers.
On some browsers (Chrome) the calculated width of DOM elements can be off by
a pixel or two when the browser is zoomed far out. Likely due to a floating
point error in the pixel scaling. This manifests as a broken add column button:
we set the width to be exactly wide enough to accommodate the columns we want,
but when gridster checks the container width it finds it to be a pixel too
small. Add a few pixels buffer to the max-width we set on the gridster
container to workaround this.
2014-09-16 01:16:53 -04:00
Jim Heising e222e8f339 Fixed issue with code editor and sparklines 2014-09-15 13:42:19 -07:00
Jim Heising 252bfe1f6d Sizing fixes 2014-09-12 17:57:16 -07:00
Kyle Campbell 6fa20aca0e fix multi-column pane resizing issues
- On setting the number of columns for a single pane, trigger processResize
to ensure that the displayed width of the pane does not exceed the number
of alotted columns nor the space available
- On add or remove column, adjust multi-column panes so that they fit within
the alotted columns and in the space available
- On resize window, adjust multi-column panes so that they fit within the
alotted columns (in addition to fitting within the space available)
2014-09-10 00:58:04 -04:00
Jim Heising 7e29d27a6b Fixed some issues with column sizing 2014-09-05 14:39:18 -07:00
Jim Heising 5b6e69826f Fixed a minification issue 2014-09-05 13:55:36 -07:00
Jim Heising 7c7ecf57e0 Bug fixes, and file renaming 2014-09-05 13:24:54 -07:00
Kyle Campbell 4ae9e84d23 grunt minify 2014-09-05 12:35:04 -04:00
Kyle Campbell 3c3a8d79cb fix copy-paste error and minify 2014-09-05 11:54:05 -04:00
Kyle Campbell 4fcaad44e6 grunt minified 2014-09-05 11:42:08 -04:00
Kyle Campbell 2085bb4d67 grunt minified 2014-09-04 13:19:43 -04:00
Jim Heising 2ef2c87081 Minified 2014-09-02 16:06:34 -07:00
Jim Heising 5dc4e0db9a Fixed issue with assetroot 2014-09-02 15:28:46 -07:00
Jim Heising a8a2a108d7 Updated index.html and minified 2014-09-02 15:12:55 -07:00
Kyle Campbell f6497e8ebb move grid layout logic to FreeboardUI 2014-07-21 01:31:51 -04:00
Kyle Campbell 9eba6a1910 Fix datasource autocompletion support for multi-level JSON
Also eliminate dot notation for JSON autocompletion fields
2014-07-07 00:45:11 -04:00
Jim Heising dbd609ec84 more grunt changes 2014-07-03 15:33:38 -07:00
Jim Heising 7a9b070cde more changes for grunt integration 2014-07-03 13:27:08 -07:00
Jim Heising f0d8d25030 initial work for grunt integration 2014-07-03 12:02:33 -07:00
Jim Heising 64845dd10c Fixed a reference to a function that didn't exist 2014-07-03 11:50:32 -07:00
Kyle Campbell 6c9d87847c Move isNumerical function to PluginEditor.js 2014-07-03 09:21:05 -04:00
Kyle Campbell b2deadf756 Merge remote branch 'remotes/origin/more_columns' into freeboard_js_restructure
Conflicts:
	js/freeboard/freeboard.js
2014-07-03 09:10:41 -04:00
Kyle Campbell a0f205941b Fix errors on loading saved freeboard 2014-07-01 01:45:01 -04:00
Kyle Campbell 4d0c49596f Split DeveloperConsole.js into new widget 2014-07-01 01:25:11 -04:00
Kyle Campbell 52148b09ab Split PluginEditor, ValueEditor, JSEditor, and DialogBox into standalone widgets 2014-07-01 01:06:21 -04:00