- Mar 07, 2019
-
-
Sergey Linev authored
-
Sergey Linev authored
Try to follow eve7 example,
-
Sergey Linev authored
-
Sergey Linev authored
Scoping in JavaScript allowes same variables names, but let change name
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Now Component.js and mainfest.json are used to configure libs, css, main application and top view. Some minor parts are not yet working (like routing and css), but main application is runs!
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
It enabled automatically when c++14 or c++17 are enabled. But one could disable compilation of many components if not needed. Also when disabled, openui5 files are not copied into build and not installed Also, when http is disbaled, jsroot not copied into build and not installed
-
Sergey Linev authored
Websocket handler can allow to access file from local system, where main HTML page is located.
-
Sergey Linev authored
Basic eve7 demo works, some extra functionality need to be done
-
Sergey Linev authored
Need to set correct dependency for JSROOT modules as well
-
Sergey Linev authored
-
Sergey Linev authored
Under this directory all views, controllers, css and html files will be collected. They could be addressed with "rootui5" namespace in OpenUI
-
Sergey Linev authored
Use new locations
-
Sergey Linev authored
Now default location for JSROOT is <prefix>/js For Openui5 files is <prefix>/ui5
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
etc was not appropriate place, one need to provide rules to install JSROOT and OPENUI5 in <prefix> directory
-
Sergey Linev authored
-
Sergey Linev authored
-
Sergey Linev authored
Use better C++ syntax, Avoid use of gEeve - it has to disappear in the future
-
- Mar 06, 2019
-
-
Enric Tejedor Saavedra authored
-
Emlyn Price authored
In the files TAttFill, TAttLine, TAttMarker and TAttText reference is made to a flag to set in `$ROOTSYS/etc/system.rootrc` to enable transparency. In `system.rootrc` the flag is `openGL.CanvasPreferGL` not `flagOpenGL.CanvasPreferGL`. This commit moves the word "flag" outside the backticks in the comments in the source files.
-
- Mar 05, 2019
-
-
Guilherme Amadio authored
The right name is CMAKE_VERBOSE_MAKEFILE in any case, and the other variable is set to override the default on a per directory basis.
-
Guilherme Amadio authored
-
Stefan Wunsch authored
-
Matevz Tadel authored
-
Lorenzo Moneta authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
-
Enric Tejedor Saavedra authored
Cppyy does not automatically add to a class the method overloads that come from a 'using' statement. For this reason, a pythonisation is needed for RooDataHist to see the overloads it is using from RooAbsData.
-
- Mar 04, 2019
-
-
Lorenzo Moneta authored
-
alja authored
-
alja authored
-
alja authored
-
- Mar 01, 2019
-
-
Simon Spies authored
-
Simon Spies authored
-