]>
SALOME platform Git repositories - modules/gui.git/log
jh777916 [Thu, 23 May 2024 10:09:16 +0000 (12:09 +0200)]
replacing set_picker(float) method to use a bool instead and the set_pickradius(float) as recommanded; set_picker(float) is deprecated since matplotlib >= 3.4
jh777916 [Thu, 23 May 2024 09:45:55 +0000 (11:45 +0200)]
fix : matplotlib stem() method call was modified from 3.0.3 to 3.1.0; adapting the call to stem() method to keep backward compatibility
jh777916 [Thu, 23 May 2024 09:00:22 +0000 (11:00 +0200)]
Merge branch 'jha/CurvePlot_barplot_stemplot' into jha/CurvePlot_barplot_stemplot_9_12
jfa [Mon, 20 Nov 2023 18:26:11 +0000 (18:26 +0000)]
Increment version: 9.12.0
jh777916 [Fri, 17 Nov 2023 08:57:10 +0000 (09:57 +0100)]
Updating the LightApp to avoid conflict with OPERA module
BERNHARD Martin OpenCascade [Mon, 30 Oct 2023 14:13:22 +0000 (15:13 +0100)]
mbs [Fri, 27 Oct 2023 14:47:53 +0000 (15:47 +0100)]
Revert "[bos #35159][EDF] (2023-T1) Following commands in Python console. Fixed intermediate print, added tracing for functions calls, added documentation."
This reverts commit
e1ce73d5be167bde706ee8af330ceb3fc952a2e4 .
jh777916 [Wed, 25 Oct 2023 13:07:02 +0000 (15:07 +0200)]
new feature : QStatusBar added to the PlotWidget.ui, containing the hovered X,Y coordinates in the canvas
Ekaterina Sukhareva [Wed, 25 Oct 2023 11:06:07 +0000 (12:06 +0100)]
[bos #38087][CEA] The Inspection menu from SHAPER is not well placed if GEOM is launched before
jh777916 [Wed, 25 Oct 2023 08:06:31 +0000 (10:06 +0200)]
Adding the SetX/YSciNotation() interfaced method to the cpp library
Konstantin Leontev [Mon, 4 Sep 2023 16:27:24 +0000 (17:27 +0100)]
[bos #35159][EDF] (2023-T1) Following commands in Python console. Fixed intermediate print, added tracing for functions calls, added documentation.
asozinov [Mon, 10 Jul 2023 16:41:16 +0000 (17:41 +0100)]
Fix Windows compilation problem
mbs [Tue, 4 Jul 2023 17:15:27 +0000 (18:15 +0100)]
initial implementation of automatic rotation in SHAPER's OCC viewer
jh777916 [Tue, 10 Oct 2023 08:20:47 +0000 (10:20 +0200)]
Modification of some docstrings
jh777916 [Mon, 9 Oct 2023 14:16:22 +0000 (16:16 +0200)]
Factorization of the Models and Views used for the traces into the classes PlotModel and PlotView; PlotModel class has an idPlot variable to get the ID of each trace; updated the plot_test.py and PlotTestBase.py; added new tests; update of the test baselines"
jh777916 [Mon, 9 Oct 2023 09:15:56 +0000 (11:15 +0200)]
Added some tests for the new features; working on the IDs again to make sure IDs appearing in screenshots do not depend on test seq order
jh777916 [Fri, 6 Oct 2023 11:57:16 +0000 (13:57 +0200)]
Updating the tests : reconstruction of the baselines; modification of the CMakeLists to avoid the installation of unneeded files; fixing PlotTestBase.py and plot_test.py since QApplication usage was kind of buggy; correction of what looked like a mistake in test testSetCurrentCurve2; update of testDeleteCallBack since it was using an inadequate crvId
jh777916 [Wed, 4 Oct 2023 13:53:16 +0000 (15:53 +0200)]
minor update of a comment
jh777916 [Tue, 3 Oct 2023 12:47:18 +0000 (14:47 +0200)]
Adding SetLegendVisible method to the cpp library
jh777916 [Fri, 29 Sep 2023 12:56:13 +0000 (14:56 +0200)]
fix: double click on a curve while legend is None was not rendering as expected; feat: added the cpp interface of SetCurrentPlotSet(ps_id) in the cpp lib
CHEMIN Sebastien [Tue, 5 Sep 2023 10:52:07 +0000 (12:52 +0200)]
Check in GLViewer context if an object is selectable before any action
jh777916 [Wed, 20 Sep 2023 12:45:35 +0000 (14:45 +0200)]
Adding the AUTOFIT_MARGIN along the xaxis when autoFit() is called
jh777916 [Wed, 20 Sep 2023 12:40:28 +0000 (14:40 +0200)]
Adding barplot and stemplot to the cpp library; removing the old isDirac bool from the barplots (now taken care of in stem plots); considering the width as the different between x and x+1 ticks
Nabil Ghodbane [Mon, 18 Sep 2023 11:03:20 +0000 (13:03 +0200)]
bos #37534:
- ensure SalomeApprc_utils compiles on Windows
- ensure LightApp links on Windows
- support SALOMEBOOTSTRAP on Windows
DUC ANH HOANG [Mon, 24 Apr 2023 08:02:49 +0000 (10:02 +0200)]
Second integration of Salome On Demand
jh777916 [Thu, 14 Sep 2023 09:26:17 +0000 (11:26 +0200)]
Removing some test file
jh777916 [Thu, 14 Sep 2023 08:49:04 +0000 (10:49 +0200)]
Removing some remainder from the precedent cleaning; changing the loglevel
jh777916 [Thu, 14 Sep 2023 07:30:15 +0000 (09:30 +0200)]
More cleaning on the cpp part
jh777916 [Thu, 14 Sep 2023 07:11:18 +0000 (09:11 +0200)]
Continuing the cleaning
jh777916 [Wed, 13 Sep 2023 14:34:34 +0000 (16:34 +0200)]
Cleaning and adding some comments ...
jh777916 [Wed, 13 Sep 2023 13:36:37 +0000 (15:36 +0200)]
Adding the StemModel (for diracs); improving the onPick() method in XYView; reducing the number of repaint() called when setCurrentCurve() is called; Adding the opacity parameter in settings; adding a flatten() function in utils to ease the use of the same mplArtist member for all Models; Adding an hline marker in the list of markers; Adding actions in the right-click menu to show all traces or only the selected one; Clickable legend is fully functionnable (text and symbol handles)
Pascal Obry [Mon, 11 Sep 2023 08:44:55 +0000 (10:44 +0200)]
Merge branch 'po/29467_gui_log_file'
* po/29467_gui_log_file:
Ensure log file is locked across processes.
CAM_Application: Fix log message (no translation needed).
Use logStructuredUserEvent() for log message format consistency.
logStructuredUserEvent: New routine.
Minor code clean-up and reformatting.
Add timestamp to logged messages.
bos #29467 SALOME GUI logger
bos #29467 SALOME GUI logger
Remove debug traces
[bos #29467] [EDF] (2022-T1) Logging of SALOME usage: specific log in SALOME
jh777916 [Fri, 8 Sep 2023 13:46:53 +0000 (15:46 +0200)]
Adding the modification of the zorder to the toggleHighlight for Barplots
jh777916 [Fri, 8 Sep 2023 13:21:18 +0000 (15:21 +0200)]
Adding a BarView for the MVC; New ID for the plots (bar+curves together); clickable legend; updated highlighted text in legend
jh777916 [Thu, 7 Sep 2023 11:53:19 +0000 (13:53 +0200)]
Starting to reorganize ...
jh777916 [Wed, 6 Sep 2023 12:11:17 +0000 (14:11 +0200)]
Dirac and non dirac barplot seems to be OK. Legend is now clickable. Some bug when superposing curves and bars : legend order, choice of the color (color cycle
jh777916 [Wed, 6 Sep 2023 07:03:05 +0000 (09:03 +0200)]
Adding a barplot : dirac seems to be nicely added and selectable. Lets try to add some non-dirac stuff
Pascal Obry [Tue, 11 Jul 2023 09:41:01 +0000 (11:41 +0200)]
Ensure log file is locked across processes.
Pascal Obry [Mon, 15 May 2023 08:28:39 +0000 (10:28 +0200)]
CAM_Application: Fix log message (no translation needed).
Pascal Obry [Fri, 12 May 2023 07:30:49 +0000 (09:30 +0200)]
Use logStructuredUserEvent() for log message format consistency.
Pascal Obry [Fri, 12 May 2023 07:28:51 +0000 (09:28 +0200)]
logStructuredUserEvent: New routine.
Equivalent to logUserEvent but with multiple parameters that must
be logged. This is to ensure consistent message formatting. All
parts are separated with a single coma.
Pascal Obry [Fri, 12 May 2023 07:27:10 +0000 (09:27 +0200)]
Minor code clean-up and reformatting.
Pascal Obry [Tue, 11 Apr 2023 11:38:38 +0000 (13:38 +0200)]
Add timestamp to logged messages.
We need an early timestamp to trace the log message instead of
a timestamp recorded when the message is pushed to the server.
This is important to be able to get proper timestamp when a log
is stalling on user's machine when the remote server is not
running.
Pascal Obry [Thu, 9 Feb 2023 12:12:14 +0000 (13:12 +0100)]
bos #29467 SALOME GUI logger
vsr [Mon, 23 May 2022 12:59:39 +0000 (15:59 +0300)]
bos #29467 SALOME GUI logger
jfa [Thu, 26 May 2022 11:57:53 +0000 (14:57 +0300)]
Remove debug traces
jfa [Thu, 26 May 2022 11:48:51 +0000 (14:48 +0300)]
[bos #29467] [EDF] (2022-T1) Logging of SALOME usage: specific log in SALOME
jh777916 [Tue, 5 Sep 2023 08:21:35 +0000 (10:21 +0200)]
Lets play a little bit with a new Model ... BarModel
mbs [Mon, 19 Jun 2023 16:39:06 +0000 (17:39 +0100)]
updated copyright message
mbs [Fri, 16 Jun 2023 18:50:16 +0000 (19:50 +0100)]
updated copyright message
jfa [Thu, 25 May 2023 13:54:28 +0000 (14:54 +0100)]
Increment version: 9.11.0
Christophe Bourcier [Mon, 15 May 2023 06:28:23 +0000 (08:28 +0200)]
Fix icon name for Ruler
Christophe Bourcier [Mon, 15 May 2023 06:13:55 +0000 (08:13 +0200)]
Remove unneeded xml files for PV3DViewer
Christophe Bourcier [Thu, 11 May 2023 07:06:43 +0000 (09:06 +0200)]
Make the PVViewer active again at ParaVIS activation to avoid a new RenderView being created when a dataset is displayed.
No regression observed in PV3DViewer with this change.
Christophe Bourcier [Thu, 27 Apr 2023 16:22:25 +0000 (18:22 +0200)]
To let python console text be white on dark theme, don't hard-code black
Nabil Ghodbane [Wed, 19 Apr 2023 10:40:38 +0000 (12:40 +0200)]
bos #32522: compilation issue - GUI fails to find graphviz.
Konstantin Leontev [Thu, 15 Dec 2022 16:08:36 +0000 (19:08 +0300)]
First integration of Salome On Demand
Nabil Ghodbane [Tue, 18 Apr 2023 11:53:00 +0000 (13:53 +0200)]
add missing dependency otherwise compilation will fail on Windows: vtkMSParaViewPipelineControllerWithRendering symbol not resolved
Anthony Geay [Mon, 6 Mar 2023 17:45:44 +0000 (17:45 +0000)]
First integration of a new PV3D viewer.
Ovidiu Mircescu [Wed, 1 Mar 2023 14:38:26 +0000 (15:38 +0100)]
PyInterp for python >3.8
Patch from Phimeca.
jfa [Mon, 27 Feb 2023 09:45:46 +0000 (09:45 +0000)]
Porting Salome to OCCT 7.7.0
jfa [Fri, 24 Feb 2023 14:34:26 +0000 (14:34 +0000)]
Merge branch 'jfa/view_cube'
jfa [Wed, 14 Dec 2022 11:17:22 +0000 (14:17 +0300)]
bos #32216 [CEA] GUI ergonomic: navigation cube.
Ovidiu Mircescu [Mon, 20 Feb 2023 13:01:37 +0000 (14:01 +0100)]
PyInterp prepare for qt6.
Synchronisation with phimeca sources.
jfa [Tue, 14 Feb 2023 15:11:22 +0000 (15:11 +0000)]
Porting Salome to OCCT 7.7.0
jfa [Thu, 15 Dec 2022 18:58:56 +0000 (21:58 +0300)]
Merge branch 'V9_10_BR'
jfa [Wed, 14 Dec 2022 13:57:19 +0000 (16:57 +0300)]
bos #32216 [CEA] GUI ergonomic: fix horizontal scrollbar position.
jfa [Tue, 22 Nov 2022 11:19:00 +0000 (14:19 +0300)]
Increment version: 9.10.0
Konstantin LEONTEV [Wed, 16 Nov 2022 11:09:05 +0000 (14:09 +0300)]
[bos #32189][CEA] SALOME README file: updated links to salome site
Konstantin LEONTEV [Mon, 14 Nov 2022 14:24:50 +0000 (17:24 +0300)]
Merge branch 'kleontev/32517_dynamic_log_messages'
Konstantin LEONTEV [Tue, 11 Oct 2022 08:05:00 +0000 (11:05 +0300)]
[bos #32517][EDF] Dynamic log messages switched on and off by SALOME_VERBOSE environment variable
Christophe Bourcier [Thu, 10 Nov 2022 08:33:35 +0000 (09:33 +0100)]
Add Polyhedron to delegateToVTK
No more issue since we have switched to Paraview 5.11
spns #26344
https://discourse.vtk.org/t/segmentation-fault-with-vtkgeometryfilter-on-4-threads/5735
Christophe Bourcier [Wed, 9 Nov 2022 14:55:08 +0000 (15:55 +0100)]
Fix libpng warning iCCP: known incorrect sRGB profile
To find which png to fix: pngcrush -n -q *.png
To fix each png with bad iCCP: pngcrush -ow -rem allb -reduce file.png
jfa [Mon, 10 Oct 2022 08:52:41 +0000 (11:52 +0300)]
Merge branch 'po/pv-master': Porting to ParaView master
Pascal Obry [Thu, 8 Sep 2022 13:18:55 +0000 (15:18 +0200)]
Some fixes to compile against ParaView master.
Konstantin LEONTEV [Tue, 4 Oct 2022 15:12:15 +0000 (18:12 +0300)]
[bos #32189][CEA] SALOME README file: updated links to salome site.
DUC ANH HOANG [Fri, 9 Sep 2022 09:07:54 +0000 (11:07 +0200)]
EDF-#25841: fix bug; mis-selection of model-index
vsr [Fri, 1 Jul 2022 09:28:53 +0000 (12:28 +0300)]
box #29458 Merge branch 'CR29458'
vsr [Thu, 21 Apr 2022 13:07:06 +0000 (16:07 +0300)]
bos #29458 Salome on demand
vsr [Thu, 30 Jun 2022 14:32:16 +0000 (17:32 +0300)]
SalomePyQt methods activateModule(), activateView() do not work if focus is in other window than descktop
Pascal Obry [Mon, 27 Jun 2022 07:21:42 +0000 (09:21 +0200)]
Remove trailing white spaces.
Pascal Obry [Mon, 27 Jun 2022 07:21:59 +0000 (09:21 +0200)]
Add some missing math.h include (fix compilation error).
vsr [Wed, 1 Jun 2022 10:10:53 +0000 (13:10 +0300)]
Clear info panel when module is deactivated
+ properly align actions not having icons in the Info panel
vsr [Tue, 31 May 2022 08:09:20 +0000 (11:09 +0300)]
Merge branch 'V9_9_BR'
vsr [Wed, 11 May 2022 14:19:13 +0000 (17:19 +0300)]
bos #29945 Missing module name in About dialog, "Versions" page if module does not implement GUI
vsr [Thu, 5 May 2022 11:45:32 +0000 (14:45 +0300)]
Copyright update 2022
vsr [Thu, 5 May 2022 07:36:53 +0000 (10:36 +0300)]
Increment version: 9.9.0
rnv [Tue, 19 Apr 2022 08:54:39 +0000 (11:54 +0300)]
Merge branch 'rnv/29456'
rnv [Thu, 14 Apr 2022 15:52:40 +0000 (18:52 +0300)]
#29456 [EDF] (2022-T1) Finalization of SSL implementation
vsr [Wed, 13 Apr 2022 16:39:28 +0000 (19:39 +0300)]
Better adding extra paths to the end of list
vsr [Tue, 12 Apr 2022 12:52:59 +0000 (15:52 +0300)]
Extra paths in embedded interpreter
Anthony Geay [Mon, 28 Mar 2022 06:08:42 +0000 (08:08 +0200)]
[tuleap29134] : fix pvsimple import in SSL mode
Anthony Geay [Tue, 1 Mar 2022 08:48:41 +0000 (09:48 +0100)]
[
EDF24822 ] : remove salome2810 binary executable replaced by runSalome.py
Christophe Bourcier [Mon, 14 Feb 2022 15:08:23 +0000 (16:08 +0100)]
Fix selection of cells with delegateToVtk
Anthony Geay [Sat, 19 Feb 2022 06:42:23 +0000 (07:42 +0100)]
Start of management of foreground in SSL context
Anthony Geay [Tue, 15 Feb 2022 10:35:14 +0000 (11:35 +0100)]
First impl of SSL by default mode
vsr [Thu, 17 Feb 2022 10:40:56 +0000 (13:40 +0300)]
Fix broken documentation links
vsr [Thu, 17 Feb 2022 07:14:06 +0000 (10:14 +0300)]
Don't show "Shutdown standalone servers" check-box in SSL mode
vsr [Thu, 17 Feb 2022 07:08:23 +0000 (10:08 +0300)]
Minor fix for GUI documentation for VTK viewer actions
vsr [Wed, 9 Feb 2022 14:57:44 +0000 (17:57 +0300)]
bos #26454 Merge branch 'occ/26454'