2010-12-12 john verzani * upgraded to ext-3.3.0. Some widgets now need explicit size (gsvg). Others seem to be working 2010-12-11 john verzani * R/LocalVersion.R (gw_package): New functions for use locally. 2010-12-10 john verzani * R/gnotebook.R (widget$add): put x.hidden attribute here, not elsewhere. * R/ggroup.R (EXTGroup$ExtCfgOptions): put in new arguments for layout, seem to work 2010-12-08 john verzani * R/aaa.R (EXTWidget$writeConstructor): changed x.hidden behaviour * R/gwindow.R (w$ExtCfgOptions): added layout="fit" to panel for main window. Issue was resizing. Not sure this makes any difference 2010-12-06 john verzani * R/gwindow.R (update.gWindow): New method. Will reload window. * R/gtree.R (widget$addHandlerChanged): Bug fixes for gtree, new test 2010-12-04 john verzani * R/gspinbutton.R (widget$addHandlerChanged): fixed bug in handler * R/gcheckboxgroup.R (widget$getValue): fix to use.table version. 2010-12-03 john verzani * R/aaa.R (EXTComponentNoItems): added new trait so that svalue<- doesn't call into ..values (when no items, not [ method, so no ..values) * R/gnotebook.R (widget$ExtCfgOptions): remove erroneous size setting in config 2010-11-30 john verzani * R/gdf.R (widget$assignValue): fixed how values are transported to R 2010-11-29 john verzani * R/aaa.R: tidied up the combining of strings to make javascript calls. 2010-11-28 john verzani * R/gcheckboxgroup.R: Added use.table option. If TRUE widget uses grid with checkboxes to select multiple from. Doesn't set value from checked! (To fix) 2010-11-27 john verzani * R/gcheckbox.R: added use.togglebutton option * R/gwindow.R: if a statusbar, use that to indicate assigning, handler running 2010-11-23 john verzani * R/gbigtable.R (widget$setValuesJS): override method from gtable. 2010-11-22 john verzani * inst/scripts/gWidgetsWWWAJAX.R: for proxystore, changed how we get path, using uri not path part of SERVER * R/LocalVersion.R (localServerOpen): check for urls, downloads if there 2010-11-21 john verzani * R/gprocessingjs.R: added this back in. Provides a more interactive graphic interface, although only low level operations are available. 2010-11-20 john verzani * R/gtree.R (gtree): added gtree widget. Not fully featured, as there is no grid 2010-11-19 john verzani * R/gslider.R (gslider): added tooltipTemplate (hidden) argument to specify a template for the tooltip. The value {0} is substituted. Again, not so fast. Had issues with 3.3.0 so reverted back * change ext-3.0 to ext-3.3.0 (primarily for the grid tree). Not so fast. Can't get 3.3.0 to work with chrome and safari so reverted back * R/aaa.R (EXTComponentWithStore$setSize): For components with stores (gtable, gdf, gbigtable) the size may be specified with a list with named components width, height and most imporantly columnWidths. The latter specifies the individual column widths in pixels. 2010-11-18 john verzani * R/gwindow.R (gwindow): add hidden argument AJAXtimeout to gwindow. Set larger or shorter than 10000 if needed. 2010-11-15 john verzani * inst/templates/RApache-gWidgetsWWW.conf: restructured: put in defaults to match ubuntu installation of package (with sudo); need only configure where gWidgetsWWWrun files are, and this defaults to the Examples directory. 2010-11-05 john verzani * R/LocalVersion.R (processBasehtmlFile): added headers to cache basehtml file 2010-10-27 john verzani * R/aaa.R (EXTContainer$addJS): put in code to queue up JS code rather than cat it out. This will allow us to pass values from R to the browser by queuing up requests then periodically querying from the browser to events. 2010-10-13 john verzani * R/aaa.R (EXTComponentWithStore$filter): call to RegExp to actually use regular expressions. 2010-10-09 john verzani * R/aaa.R (EXTComponentWithStore$filter): Moved $filter from gtable out so that gdf can use the code. 2010-10-01 john verzani * R/aaa.R (EXTComponentDfStore$setValues): made Trait so that gdf has [<- method that works 2010-08-23 john verzani * inst/Examples/ex-clt.R (makePlot): fix to example -- was making matrix of values incorrectly when arguments were present. 2010-08-18 john verzani * R/gdf.R (widget$getValues): bug fix 2010-06-09 john verzani * R/gtable.R (mapRenderer): put in sensible column widths. Need API to adjust column width * R/gfile.R (gfile): got gfile working for local usage -- not through the web. 2010-06-04 john verzani * R/gtable.R (widget$filter): added proto method filter to filter rows. Also stretched last column 2010-06-03 john verzani * R/gcommandline.R (gcommandline): added new method for simple commandline using gWidgets widgets. Uses "notebook" type style, although it isn't very sophisticated. * NAMESPACE: bug fix, forgot to export delete method 2010-06-01 john verzani * R/LocalVersion.R (processBasehtmlFile): Fixes to make use of dynamicHelp's httpd server, not the Tcl one from Rpad. 2010-01-22 john verzani * R/gtable.R (widget$getValue): fix to this method. Was reading in wrong environment. (widget$transportValue): Fix to this method, was old style before JSON use 2010-01-21 john verzani * R/gwindow.R (w$visible): added method to avoid trying to dispose top-level window, which can't be done. 2010-01-20 john verzani * R/aaa.R (blockHandler.gWidget): added methods 2009-10-30 john verzani * R/LocalVersion.R (localServerStart): Fix to this, so that matches docs. 2009-08-18 john verzani * R/LocalVersion.R (localServerStart): Added local server by copying Rpad approach. * R/aaa.R (EXTWidget$getValue): fixed bug with index=TRUE for COmponentWithStore 2009-08-16 john verzani * R/gwindow.R (w$footer): Fix to how sessionID is made and printed. Now done inside gWindow * inst/Examples/brew-gWidgets.brew (clearSession): fix to change in sessions 2009-08-15 john verzani * R/gradio.R (widget$transportValue): fixed this to pass back JSON string * inst/Examples/ex-windows.R: fixed to update for ginput chages * R/dialogs.R (.gshowdialog): fixed call to runHandler for ginput * R/aaa.R (EXTWidget$writeHandlerFunction): fixed how handlerExtraParameters is handled. This is now a JSON object encoding a list. (EXTWidget$addHandlerMouseclick): fixed handlerExtraParameters for this (EXTWidget$addHandlerKeystroke): fixed handlerExtraParameters fo rthis 2009-07-24 john verzani * R/ghtml.R changed to use Ext.form.Label if initial x value is not a url, this way we can update text, unlike with Ext.Panel. 2009-07-22 john verzani * R/aaa.R (EXTWidget$setValue): assign sets in .$toplevel, rather than .GlobalEnv. This way the values get stored in the session environment. * R/gcanvas.R Added a new constructor for the canvas device package 2009-07-20 john verzani * R/gwindow.R Major changes so that RApache is used in place of RPad 2009-05-30 john verzani * put in check for internet explorer -- gives warning that gWidgetsWWW does not work in that case. 2009-03-01 john verzani * R/aaa.R ("addHandlerIdle"): added idle handler. (uses setInterval, but no clearInterval method) 2009-02-28 john verzani * R/gtext.R (widget$ExtCfgOptions): fix multiple line values 2009-02-27 john verzani * R/gcombobox.R: fixed issues with icons 2009-02-26 john verzani * R/ggroup.R (gexpandgroup): fixed visible method 2009-02-09 john verzani * R/gformlayout.R (.makeForm): added width, height to fieldset (also ggroup, ...) * R/gedit.R (widget$ExtCfgOptions): fixed width in gedit 2009-02-08 john verzani * R/glayout.R (tbl$setValues): fix when only one row or only one column 2008-12-08 john verzani * R/aaa.R ("insert.gWidget"): added insert method for gtext -- same as add 2008-11-18 john verzani * R/gmenu.R (widget$writeMenu): can use gseparator() for list(separator=TRUE) 2008-10-12 john verzani * R/dialogs.R (galert): fix to get args in right order * R/gcheckboxgroup.R (widget$getValue): fixed svalue with no index -- return indices, not values 2008-07-30 john verzani * R/gwindow.R (w$header): fix to get icons working in toolbar 2008-07-26 john verzani * R/aaa.R (EXTWidget$writeTooltip): made tooltip to have possible title and message components (if specified as a list) 2008-07-23 john verzani * man/gWidgetsWWW-package.Rd: noted ommissions with popupmenus, compound widgets. 2008-07-22 john verzani * R/aaa.R (EXTWidget$writeConstructor): made 'o' widgets global by removing 'var' -- now works with safari. * R/dialogs.R (galert): added delay argument to galert 2008-07-21 john verzani * R/dialogs.R (.gshowdialog): missing ';' after dialogs made issue wth subsequent commands 2008-07-20 john verzani * R/aaa.R: put in .. check for setValueJS and setValuesJS, etc so that user can add to method if desired.