summaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2013-04-30query: do not save the panel in argsJosh Blum
args is meant to be serialized for local storage factory functions now get panel as another argument
2013-04-28gras: simplify PMC registration with new macroJosh Blum
2013-04-10gras: formalize the weak container api w/ docsJosh Blum
address issue #69, we now have a set_container call, which is now formally part of the api. Anyone can call set_container for custom container types. GRAS supports shared ptr and pyobject out of the box.
2013-04-06gras: split register property into two callsJosh Blum
2013-04-04gras: revisit container storage after yesterdays learningJosh Blum
The mechanisms of connect are now resonsible for grabbing the container ref. When the object is a shared ptr, the element contructor overload sets weakself. When the object is in python, the python reference is held, even if its shared ptr underneath that. * removed the need for shared_from_this * removed the ref stuff in python Block
2013-04-03gras: code cleanup and comments from last commitJosh Blum
2013-04-03gras: figured out how to do the python referenceJosh Blum
2013-03-31Merge branch 'query_work'Josh Blum
2013-03-31gras: more of that include vs import w/ swigJosh Blum
2013-03-30query: autohide for close boxJosh Blum
2013-03-30query: more jquery ui tweaksJosh Blum
2013-03-30query: rework init logic + save other gui settingsJosh Blum
2013-03-29query: hide log messages to stdout by defaultJosh Blum
2013-03-29Merge branch 'master' into query_workJosh Blum
2013-03-29gras: added hooks to query instantaneous stateJosh Blum
2013-03-28gras: cleanup factory and init orderingJosh Blum
2013-03-28gras: work on passing only active blocks into the requestJosh Blum
2013-03-28gras: virtual destructors for all but Element #67Josh Blum
2013-03-28gras: pass query args into top block and blocks.jsonJosh Blum
2013-03-27gras: move cursor for draggable chartsJosh Blum
2013-03-27gras: workaround for google chart shrink on resize issueJosh Blum
2013-03-27gras: using jquery ui draggable and resizableJosh Blum
2013-03-26gras: various tweaks to the gui elementsJosh Blum
2013-03-26gras: use json for performanceJosh Blum
2013-03-26gras: rename stats to queryJosh Blum
2013-03-25gras: page change color on offlineJosh Blum
2013-03-25gras: added io total counts chartJosh Blum
2013-03-24gras: load/save for chart settingsJosh Blum
2013-03-24gras: move more public vars into registryJosh Blum
2013-03-24gras: added close button to chartsJosh Blum
2013-03-24gras: various tweaks to the jsJosh Blum
2013-03-23gras: remove old default chartsJosh Blum
2013-03-23gras: filled in the other chart typesJosh Blum
2013-03-23gras: significant process on factory and filling in overhead_compareJosh Blum
2013-03-23gras: begin stubs for chart factoryJosh Blum
2013-03-23gras: work on chart gui factoryJosh Blum
2013-03-17gras: move block set/get into common areaJosh Blum
2013-03-17gras: work on python hooks for props interfaceJosh Blum
2013-03-05stats: added comparison chartJosh Blum
2013-03-05stats: default hiding for elementsJosh Blum
2013-03-04stats: sweet pie charts for per block statsJosh Blum
2013-03-03stats: hooks for chart gui elementsJosh Blum
2013-03-03stats: enables for the individual blocksJosh Blum
2013-03-03stats: work on config controlsJosh Blum
2013-03-03stats: split files, cleanup for expansionJosh Blum
2013-03-03stats: save css + misc workJosh Blum
2013-03-03gras: renamed the api call for statsJosh Blum
2013-03-03gras: not much, check in stats workJosh Blum
2013-03-01gras: added 404 stats and pass top blockJosh Blum
2013-02-25gras: work on new port config APIJosh Blum
combined item size config into port config removed set/get, its just a set by reference, this simplified a lot of client code Commit call will apply the changes at runtime.