From a0e2d7af8c1a4361a59e210a4bb1354af1d4db22 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Fri, 26 Jun 2026 08:13:24 +0200 Subject: [PATCH 1/2] [webgui] remove experimental notice from comments --- gui/cefdisplay/inc/RCefWebDisplayHandle.hxx | 1 - gui/cefdisplay/inc/gui_handler.h | 1 - gui/cefdisplay/inc/simple_app.h | 1 - gui/cefdisplay/src/RCefWebDisplayHandle.cxx | 1 - gui/cefdisplay/src/cef_main.cxx | 1 - gui/cefdisplay/src/gui_handler.cxx | 1 - gui/cefdisplay/src/gui_handler_linux.cxx | 1 - gui/cefdisplay/src/gui_handler_mac.mm | 1 - gui/cefdisplay/src/gui_handler_win.cc | 1 - gui/cefdisplay/src/simple_app.cxx | 1 - gui/qt6webdisplay/rootqt6.cpp | 1 - gui/qt6webdisplay/rooturlschemehandler.cpp | 1 - gui/qt6webdisplay/rooturlschemehandler.h | 1 - gui/qt6webdisplay/rootwebpage.cpp | 1 - gui/qt6webdisplay/rootwebpage.h | 1 - gui/qt6webdisplay/rootwebview.cpp | 1 - gui/qt6webdisplay/rootwebview.h | 1 - gui/webdisplay/inc/ROOT/RWebDisplayArgs.hxx | 5 ++--- gui/webdisplay/inc/ROOT/RWebDisplayHandle.hxx | 5 ++--- gui/webdisplay/inc/ROOT/RWebWindow.hxx | 5 ++--- gui/webdisplay/inc/ROOT/RWebWindowsManager.hxx | 5 ++--- gui/webdisplay/src/RWebDisplayArgs.cxx | 1 - gui/webdisplay/src/RWebDisplayHandle.cxx | 1 - gui/webdisplay/src/RWebWindow.cxx | 1 - gui/webdisplay/src/RWebWindowWSHandler.hxx | 5 ++--- gui/webdisplay/src/RWebWindowsManager.cxx | 1 - 26 files changed, 10 insertions(+), 36 deletions(-) diff --git a/gui/cefdisplay/inc/RCefWebDisplayHandle.hxx b/gui/cefdisplay/inc/RCefWebDisplayHandle.hxx index 7afaf60130d2c..03dee84a2e617 100644 --- a/gui/cefdisplay/inc/RCefWebDisplayHandle.hxx +++ b/gui/cefdisplay/inc/RCefWebDisplayHandle.hxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2020-08-21 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/cefdisplay/inc/gui_handler.h b/gui/cefdisplay/inc/gui_handler.h index c230c7e8c5390..4e9414cce84d4 100644 --- a/gui/cefdisplay/inc/gui_handler.h +++ b/gui/cefdisplay/inc/gui_handler.h @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/cefdisplay/inc/simple_app.h b/gui/cefdisplay/inc/simple_app.h index f78264f14b0ec..44c01a3506140 100644 --- a/gui/cefdisplay/inc/simple_app.h +++ b/gui/cefdisplay/inc/simple_app.h @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! // Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that diff --git a/gui/cefdisplay/src/RCefWebDisplayHandle.cxx b/gui/cefdisplay/src/RCefWebDisplayHandle.cxx index 2773ba2d85f62..17fb86e418fff 100644 --- a/gui/cefdisplay/src/RCefWebDisplayHandle.cxx +++ b/gui/cefdisplay/src/RCefWebDisplayHandle.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2020-08-21 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/cefdisplay/src/cef_main.cxx b/gui/cefdisplay/src/cef_main.cxx index dcc921da41ee5..c2d7a6d0b1778 100644 --- a/gui/cefdisplay/src/cef_main.cxx +++ b/gui/cefdisplay/src/cef_main.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! // Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that diff --git a/gui/cefdisplay/src/gui_handler.cxx b/gui/cefdisplay/src/gui_handler.cxx index 3c172d73409ce..d736f3941a4c0 100644 --- a/gui/cefdisplay/src/gui_handler.cxx +++ b/gui/cefdisplay/src/gui_handler.cxx @@ -1,7 +1,6 @@ /// \file gui_handler.cxx // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * diff --git a/gui/cefdisplay/src/gui_handler_linux.cxx b/gui/cefdisplay/src/gui_handler_linux.cxx index 87a719421acc3..f596a42527b26 100644 --- a/gui/cefdisplay/src/gui_handler_linux.cxx +++ b/gui/cefdisplay/src/gui_handler_linux.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/cefdisplay/src/gui_handler_mac.mm b/gui/cefdisplay/src/gui_handler_mac.mm index ff0b736021f4c..a99b80a62e32f 100644 --- a/gui/cefdisplay/src/gui_handler_mac.mm +++ b/gui/cefdisplay/src/gui_handler_mac.mm @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/cefdisplay/src/gui_handler_win.cc b/gui/cefdisplay/src/gui_handler_win.cc index 54b86cb23ce23..02fea76129ff0 100644 --- a/gui/cefdisplay/src/gui_handler_win.cc +++ b/gui/cefdisplay/src/gui_handler_win.cc @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! // Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that diff --git a/gui/cefdisplay/src/simple_app.cxx b/gui/cefdisplay/src/simple_app.cxx index 213f11d24f61d..e1fb817769764 100644 --- a/gui/cefdisplay/src/simple_app.cxx +++ b/gui/cefdisplay/src/simple_app.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! // Copyright (c) 2013 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that diff --git a/gui/qt6webdisplay/rootqt6.cpp b/gui/qt6webdisplay/rootqt6.cpp index d3c28f76a83f0..f0caac1eaee10 100644 --- a/gui/qt6webdisplay/rootqt6.cpp +++ b/gui/qt6webdisplay/rootqt6.cpp @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/qt6webdisplay/rooturlschemehandler.cpp b/gui/qt6webdisplay/rooturlschemehandler.cpp index 7b85a4464b114..92f2d225d2e03 100644 --- a/gui/qt6webdisplay/rooturlschemehandler.cpp +++ b/gui/qt6webdisplay/rooturlschemehandler.cpp @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/qt6webdisplay/rooturlschemehandler.h b/gui/qt6webdisplay/rooturlschemehandler.h index 2033152adbbda..bcd7e38cbb612 100644 --- a/gui/qt6webdisplay/rooturlschemehandler.h +++ b/gui/qt6webdisplay/rooturlschemehandler.h @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/qt6webdisplay/rootwebpage.cpp b/gui/qt6webdisplay/rootwebpage.cpp index 14c6f5b182a77..d8fb8c11390e6 100644 --- a/gui/qt6webdisplay/rootwebpage.cpp +++ b/gui/qt6webdisplay/rootwebpage.cpp @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/qt6webdisplay/rootwebpage.h b/gui/qt6webdisplay/rootwebpage.h index 1fb418169a8c3..b4a99f16cda43 100644 --- a/gui/qt6webdisplay/rootwebpage.h +++ b/gui/qt6webdisplay/rootwebpage.h @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/qt6webdisplay/rootwebview.cpp b/gui/qt6webdisplay/rootwebview.cpp index 10eecbf6fefbb..c104f44aa8fac 100644 --- a/gui/qt6webdisplay/rootwebview.cpp +++ b/gui/qt6webdisplay/rootwebview.cpp @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/qt6webdisplay/rootwebview.h b/gui/qt6webdisplay/rootwebview.h index 8774c47cf4583..8f34e90ceb715 100644 --- a/gui/qt6webdisplay/rootwebview.h +++ b/gui/qt6webdisplay/rootwebview.h @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-06-29 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2023, Rene Brun and Fons Rademakers. * diff --git a/gui/webdisplay/inc/ROOT/RWebDisplayArgs.hxx b/gui/webdisplay/inc/ROOT/RWebDisplayArgs.hxx index 623cae73b6255..c4fb4503b06c6 100644 --- a/gui/webdisplay/inc/ROOT/RWebDisplayArgs.hxx +++ b/gui/webdisplay/inc/ROOT/RWebDisplayArgs.hxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2018-10-24 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * @@ -10,8 +9,8 @@ * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ -#ifndef ROOT7_RWebDisplayArgs -#define ROOT7_RWebDisplayArgs +#ifndef ROOT_RWebDisplayArgs +#define ROOT_RWebDisplayArgs #include #include diff --git a/gui/webdisplay/inc/ROOT/RWebDisplayHandle.hxx b/gui/webdisplay/inc/ROOT/RWebDisplayHandle.hxx index 634f56fc6fed2..363d3daed9186 100644 --- a/gui/webdisplay/inc/ROOT/RWebDisplayHandle.hxx +++ b/gui/webdisplay/inc/ROOT/RWebDisplayHandle.hxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2018-10-17 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * @@ -10,8 +9,8 @@ * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ -#ifndef ROOT7_RWebDisplayHandle -#define ROOT7_RWebDisplayHandle +#ifndef ROOT_RWebDisplayHandle +#define ROOT_RWebDisplayHandle #include diff --git a/gui/webdisplay/inc/ROOT/RWebWindow.hxx b/gui/webdisplay/inc/ROOT/RWebWindow.hxx index abbd646068d42..42e46466d33c8 100644 --- a/gui/webdisplay/inc/ROOT/RWebWindow.hxx +++ b/gui/webdisplay/inc/ROOT/RWebWindow.hxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-10-16 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * @@ -10,8 +9,8 @@ * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ -#ifndef ROOT7_RWebWindow -#define ROOT7_RWebWindow +#ifndef ROOT_RWebWindow +#define ROOT_RWebWindow #include diff --git a/gui/webdisplay/inc/ROOT/RWebWindowsManager.hxx b/gui/webdisplay/inc/ROOT/RWebWindowsManager.hxx index fc5eedc33435f..e29d6749ccc3a 100644 --- a/gui/webdisplay/inc/ROOT/RWebWindowsManager.hxx +++ b/gui/webdisplay/inc/ROOT/RWebWindowsManager.hxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-10-16 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * @@ -10,8 +9,8 @@ * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ -#ifndef ROOT7_RWebWindowsManager -#define ROOT7_RWebWindowsManager +#ifndef ROOT_RWebWindowsManager +#define ROOT_RWebWindowsManager #include #include diff --git a/gui/webdisplay/src/RWebDisplayArgs.cxx b/gui/webdisplay/src/RWebDisplayArgs.cxx index 80041f7f05538..d01582f182a5d 100644 --- a/gui/webdisplay/src/RWebDisplayArgs.cxx +++ b/gui/webdisplay/src/RWebDisplayArgs.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2018-10-24 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * diff --git a/gui/webdisplay/src/RWebDisplayHandle.cxx b/gui/webdisplay/src/RWebDisplayHandle.cxx index 33334d79aef1e..bd4b20e33f3c9 100644 --- a/gui/webdisplay/src/RWebDisplayHandle.cxx +++ b/gui/webdisplay/src/RWebDisplayHandle.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2018-10-17 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * diff --git a/gui/webdisplay/src/RWebWindow.cxx b/gui/webdisplay/src/RWebWindow.cxx index 9480a81b06e9a..edc1f9ad9720e 100644 --- a/gui/webdisplay/src/RWebWindow.cxx +++ b/gui/webdisplay/src/RWebWindow.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-10-16 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * diff --git a/gui/webdisplay/src/RWebWindowWSHandler.hxx b/gui/webdisplay/src/RWebWindowWSHandler.hxx index 9994e815dc0af..fa0646cc28a74 100644 --- a/gui/webdisplay/src/RWebWindowWSHandler.hxx +++ b/gui/webdisplay/src/RWebWindowWSHandler.hxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2018-08-20 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * @@ -10,8 +9,8 @@ * For the list of contributors see $ROOTSYS/README/CREDITS. * *************************************************************************/ -#ifndef ROOT7_RWebWindowWSHandler -#define ROOT7_RWebWindowWSHandler +#ifndef ROOT_RWebWindowWSHandler +#define ROOT_RWebWindowWSHandler #include "THttpWSHandler.h" #include "TEnv.h" diff --git a/gui/webdisplay/src/RWebWindowsManager.cxx b/gui/webdisplay/src/RWebWindowsManager.cxx index 7ad3b5bc4e531..4748368fc0288 100644 --- a/gui/webdisplay/src/RWebWindowsManager.cxx +++ b/gui/webdisplay/src/RWebWindowsManager.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2017-10-16 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * From 39db054d22face700b8aaf8799b52a78456047e6 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Fri, 26 Jun 2026 08:13:54 +0200 Subject: [PATCH 2/2] [rbrowser] remove experimental notice from comments --- gui/browsable/inc/ROOT/Browsable/RAnyObjectHolder.hxx | 1 - gui/browsable/inc/ROOT/Browsable/RElement.hxx | 1 - gui/browsable/inc/ROOT/Browsable/RGroup.hxx | 1 - gui/browsable/inc/ROOT/Browsable/RHolder.hxx | 1 - gui/browsable/inc/ROOT/Browsable/RLevelIter.hxx | 1 - gui/browsable/inc/ROOT/Browsable/RProvider.hxx | 1 - gui/browsable/inc/ROOT/Browsable/RShared.hxx | 1 - gui/browsable/inc/ROOT/Browsable/RUnique.hxx | 1 - gui/browsable/inc/ROOT/Browsable/RWrapper.hxx | 1 - gui/browsable/inc/ROOT/Browsable/TObjectElement.hxx | 1 - gui/browsable/inc/ROOT/Browsable/TObjectHolder.hxx | 1 - gui/browsable/inc/ROOT/Browsable/TObjectItem.hxx | 1 - gui/browsable/src/RFieldProvider.hxx | 1 - gui/browsable/src/RNTupleDraw6Provider.cxx | 2 -- gui/browsable/src/RSysFile.cxx | 2 -- gui/browserv7/src/RBrowser.cxx | 1 - gui/browserv7/src/RBrowserData.cxx | 1 - gui/browserv7/src/RBrowserGeomWidget.cxx | 1 - gui/browserv7/src/RBrowserRCanvasWidget.cxx | 1 - gui/browserv7/src/RBrowserTCanvasWidget.cxx | 1 - gui/browserv7/src/RBrowserTreeWidget.cxx | 1 - gui/browserv7/src/RBrowserWidget.cxx | 1 - gui/browserv7/src/RBrowserWidget.hxx | 1 - gui/browserv7/src/RFileDialog.cxx | 1 - gui/browserv7/src/RWebBrowserImp.cxx | 1 - 25 files changed, 27 deletions(-) diff --git a/gui/browsable/inc/ROOT/Browsable/RAnyObjectHolder.hxx b/gui/browsable/inc/ROOT/Browsable/RAnyObjectHolder.hxx index adcf00e21db6f..16981a125603a 100644 --- a/gui/browsable/inc/ROOT/Browsable/RAnyObjectHolder.hxx +++ b/gui/browsable/inc/ROOT/Browsable/RAnyObjectHolder.hxx @@ -19,7 +19,6 @@ namespace Browsable { \brief Holder of any object instance. Normally used with TFile, where any object can be read. Normally RShread or RUnique should be used \author Sergey Linev \date 2019-10-19 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ class RAnyObjectHolder : public RHolder { diff --git a/gui/browsable/inc/ROOT/Browsable/RElement.hxx b/gui/browsable/inc/ROOT/Browsable/RElement.hxx index 7f03bd0ff31a1..b1e8262f4ea47 100644 --- a/gui/browsable/inc/ROOT/Browsable/RElement.hxx +++ b/gui/browsable/inc/ROOT/Browsable/RElement.hxx @@ -28,7 +28,6 @@ class RItem; \brief Basic element of browsable hierarchy. Provides access to data, creates iterator if any \author Sergey Linev \date 2019-10-14 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ class RElement { diff --git a/gui/browsable/inc/ROOT/Browsable/RGroup.hxx b/gui/browsable/inc/ROOT/Browsable/RGroup.hxx index fb17c51dfcb07..4353844fa436a 100644 --- a/gui/browsable/inc/ROOT/Browsable/RGroup.hxx +++ b/gui/browsable/inc/ROOT/Browsable/RGroup.hxx @@ -19,7 +19,6 @@ namespace Browsable { \brief Group of browsable elements - combines several different elements together. \author Sergey Linev \date 2019-11-22 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ class RGroup : public RElement { diff --git a/gui/browsable/inc/ROOT/Browsable/RHolder.hxx b/gui/browsable/inc/ROOT/Browsable/RHolder.hxx index 65912d2ade987..85178b5c6ad53 100644 --- a/gui/browsable/inc/ROOT/Browsable/RHolder.hxx +++ b/gui/browsable/inc/ROOT/Browsable/RHolder.hxx @@ -27,7 +27,6 @@ namespace Browsable { \brief Basic class for object holder of any kind. Could be used to transfer shared_ptr or unique_ptr or plain pointer \author Sergey Linev \date 2019-10-19 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ class RHolder { diff --git a/gui/browsable/inc/ROOT/Browsable/RLevelIter.hxx b/gui/browsable/inc/ROOT/Browsable/RLevelIter.hxx index 151eec42b9eb4..3fa3f4a0c628e 100644 --- a/gui/browsable/inc/ROOT/Browsable/RLevelIter.hxx +++ b/gui/browsable/inc/ROOT/Browsable/RLevelIter.hxx @@ -23,7 +23,6 @@ class RItem; \brief Iterator over single level hierarchy like any array, keys list, ... \author Sergey Linev \date 2019-10-14 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ class RLevelIter { diff --git a/gui/browsable/inc/ROOT/Browsable/RProvider.hxx b/gui/browsable/inc/ROOT/Browsable/RProvider.hxx index 8443c0c0bba9c..2008dba83b55b 100644 --- a/gui/browsable/inc/ROOT/Browsable/RProvider.hxx +++ b/gui/browsable/inc/ROOT/Browsable/RProvider.hxx @@ -30,7 +30,6 @@ namespace Browsable { \brief Provider of different browsing methods for supported classes \author Sergey Linev \date 2019-10-14 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ diff --git a/gui/browsable/inc/ROOT/Browsable/RShared.hxx b/gui/browsable/inc/ROOT/Browsable/RShared.hxx index d12e645500120..c9fe41ceb2476 100644 --- a/gui/browsable/inc/ROOT/Browsable/RShared.hxx +++ b/gui/browsable/inc/ROOT/Browsable/RShared.hxx @@ -19,7 +19,6 @@ namespace Browsable { \brief Holder of with shared_ptr instance. Should be used to transfer shared_ptr in browsable methods \author Sergey Linev \date 2019-10-19 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ template diff --git a/gui/browsable/inc/ROOT/Browsable/RUnique.hxx b/gui/browsable/inc/ROOT/Browsable/RUnique.hxx index 7f9ecbfc70347..9f6a6fa9d8e2c 100644 --- a/gui/browsable/inc/ROOT/Browsable/RUnique.hxx +++ b/gui/browsable/inc/ROOT/Browsable/RUnique.hxx @@ -19,7 +19,6 @@ namespace Browsable { \brief Holder of with unique_ptr instance. Should be used to transfer unique_ptr in browsable methods \author Sergey Linev \date 2019-10-19 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ template diff --git a/gui/browsable/inc/ROOT/Browsable/RWrapper.hxx b/gui/browsable/inc/ROOT/Browsable/RWrapper.hxx index 0c173f5014d02..27b9e9a2d5875 100644 --- a/gui/browsable/inc/ROOT/Browsable/RWrapper.hxx +++ b/gui/browsable/inc/ROOT/Browsable/RWrapper.hxx @@ -20,7 +20,6 @@ namespace Browsable { \brief Wrapper for other element - to provide different name \author Sergey Linev \date 2019-11-22 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ class RWrapper : public RElement { diff --git a/gui/browsable/inc/ROOT/Browsable/TObjectElement.hxx b/gui/browsable/inc/ROOT/Browsable/TObjectElement.hxx index a02667704c52a..b3ef123ba2bd6 100644 --- a/gui/browsable/inc/ROOT/Browsable/TObjectElement.hxx +++ b/gui/browsable/inc/ROOT/Browsable/TObjectElement.hxx @@ -23,7 +23,6 @@ namespace Browsable { \brief Access to TObject basic properties for RBrowsable \author Sergey Linev \date 2021-01-11 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ diff --git a/gui/browsable/inc/ROOT/Browsable/TObjectHolder.hxx b/gui/browsable/inc/ROOT/Browsable/TObjectHolder.hxx index 5132dbd8f0a96..171faa7392a45 100644 --- a/gui/browsable/inc/ROOT/Browsable/TObjectHolder.hxx +++ b/gui/browsable/inc/ROOT/Browsable/TObjectHolder.hxx @@ -19,7 +19,6 @@ namespace Browsable { \brief Holder of TObject instance. Should not be used very often, while ownership is undefined for it \author Sergey Linev \date 2019-10-19 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ class TObjectHolder : public RHolder { diff --git a/gui/browsable/inc/ROOT/Browsable/TObjectItem.hxx b/gui/browsable/inc/ROOT/Browsable/TObjectItem.hxx index 26263a4f71d1c..12068a42c4bb4 100644 --- a/gui/browsable/inc/ROOT/Browsable/TObjectItem.hxx +++ b/gui/browsable/inc/ROOT/Browsable/TObjectItem.hxx @@ -21,7 +21,6 @@ namespace Browsable { \brief Representation of single item in the file browser for generic TObject object \author Sergey Linev \date 2019-10-19 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ class TObjectItem : public RItem { diff --git a/gui/browsable/src/RFieldProvider.hxx b/gui/browsable/src/RFieldProvider.hxx index a13e6a79d1652..caea407c0ef6f 100644 --- a/gui/browsable/src/RFieldProvider.hxx +++ b/gui/browsable/src/RFieldProvider.hxx @@ -36,7 +36,6 @@ using namespace std::string_literals; \brief Base class for provider of RNTuple drawing \author Sergey Linev \date 2021-03-09 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! */ class RFieldProvider : public RProvider { diff --git a/gui/browsable/src/RNTupleDraw6Provider.cxx b/gui/browsable/src/RNTupleDraw6Provider.cxx index f9e5e72c8ec1d..578aff909a541 100644 --- a/gui/browsable/src/RNTupleDraw6Provider.cxx +++ b/gui/browsable/src/RNTupleDraw6Provider.cxx @@ -19,8 +19,6 @@ \brief Provider for RNTuple drawing on TCanvas \author Sergey Linev \date 2021-03-09 -\warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is -welcome! */ class RNTupleDraw6Provider : public RProvider { diff --git a/gui/browsable/src/RSysFile.cxx b/gui/browsable/src/RSysFile.cxx index 8bfd34e013582..f6d45bfb7e598 100644 --- a/gui/browsable/src/RSysFile.cxx +++ b/gui/browsable/src/RSysFile.cxx @@ -9,8 +9,6 @@ /// \file /// \author Sergey Linev /// \date 2019-10-15 -/// \warning This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback -/// is welcome! #include diff --git a/gui/browserv7/src/RBrowser.cxx b/gui/browserv7/src/RBrowser.cxx index e7dcc08ba23d8..569c0a57d875a 100644 --- a/gui/browserv7/src/RBrowser.cxx +++ b/gui/browserv7/src/RBrowser.cxx @@ -1,6 +1,5 @@ // Authors: Bertrand Bellenot Sergey Linev // Date: 2019-02-28 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. * diff --git a/gui/browserv7/src/RBrowserData.cxx b/gui/browserv7/src/RBrowserData.cxx index 898e5ebf37a78..fb6e387f12ce8 100644 --- a/gui/browserv7/src/RBrowserData.cxx +++ b/gui/browserv7/src/RBrowserData.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2019-10-14 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2020, Rene Brun and Fons Rademakers. * diff --git a/gui/browserv7/src/RBrowserGeomWidget.cxx b/gui/browserv7/src/RBrowserGeomWidget.cxx index 263331ece8081..d2e222ad99583 100644 --- a/gui/browserv7/src/RBrowserGeomWidget.cxx +++ b/gui/browserv7/src/RBrowserGeomWidget.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2021-01-22 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. * diff --git a/gui/browserv7/src/RBrowserRCanvasWidget.cxx b/gui/browserv7/src/RBrowserRCanvasWidget.cxx index 73004506b9056..9c4601eb8027e 100644 --- a/gui/browserv7/src/RBrowserRCanvasWidget.cxx +++ b/gui/browserv7/src/RBrowserRCanvasWidget.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2021-01-25 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. * diff --git a/gui/browserv7/src/RBrowserTCanvasWidget.cxx b/gui/browserv7/src/RBrowserTCanvasWidget.cxx index 45d8cffbc302b..75ff89d95167a 100644 --- a/gui/browserv7/src/RBrowserTCanvasWidget.cxx +++ b/gui/browserv7/src/RBrowserTCanvasWidget.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2021-01-25 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. * diff --git a/gui/browserv7/src/RBrowserTreeWidget.cxx b/gui/browserv7/src/RBrowserTreeWidget.cxx index fd0986c340556..a6f3660e8d88a 100644 --- a/gui/browserv7/src/RBrowserTreeWidget.cxx +++ b/gui/browserv7/src/RBrowserTreeWidget.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2022-10-07 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2022, Rene Brun and Fons Rademakers. * diff --git a/gui/browserv7/src/RBrowserWidget.cxx b/gui/browserv7/src/RBrowserWidget.cxx index 4777d9a19b1c0..bed188be917d5 100644 --- a/gui/browserv7/src/RBrowserWidget.cxx +++ b/gui/browserv7/src/RBrowserWidget.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2021-01-22 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. * diff --git a/gui/browserv7/src/RBrowserWidget.hxx b/gui/browserv7/src/RBrowserWidget.hxx index f81afface94b2..ed0a67a4131d4 100644 --- a/gui/browserv7/src/RBrowserWidget.hxx +++ b/gui/browserv7/src/RBrowserWidget.hxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2021-01-22 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. * diff --git a/gui/browserv7/src/RFileDialog.cxx b/gui/browserv7/src/RFileDialog.cxx index 00669eee9f08b..d63411bcbaab4 100644 --- a/gui/browserv7/src/RFileDialog.cxx +++ b/gui/browserv7/src/RFileDialog.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2019-10-31 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2019, Rene Brun and Fons Rademakers. * diff --git a/gui/browserv7/src/RWebBrowserImp.cxx b/gui/browserv7/src/RWebBrowserImp.cxx index 32ea499a6a36c..ada7386df4c32 100644 --- a/gui/browserv7/src/RWebBrowserImp.cxx +++ b/gui/browserv7/src/RWebBrowserImp.cxx @@ -1,6 +1,5 @@ // Author: Sergey Linev // Date: 2021-02-11 -// Warning: This is part of the ROOT 7 prototype! It will change without notice. It might trigger earthquakes. Feedback is welcome! /************************************************************************* * Copyright (C) 1995-2021, Rene Brun and Fons Rademakers. *