Commit Graph

84 Commits

Author SHA1 Message Date
Pascal Obry
57e4a74870 Port to use Qt 5.11.x (native on Debian 10).
This only adds some missing #include directives. The changeset has
also been tested on Debian-9 with Qt 5.9.
2020-10-15 14:54:05 +02:00
rnv
2a3778cbc2 Build with native prerequsites 2020-07-29 15:54:42 +03:00
eap
49fd9a6330 Prevent processing SHAPERSTUDY objects` 2020-05-07 19:49:06 +03:00
vsr
df260abc61 Copyright update 2020 2020-04-15 16:11:04 +03:00
Pascal Obry
ed0f1a6b82 Porting to ParaView 5.8 2020-03-11 14:36:23 +03:00
rnv
9157430337 Remove QT4 compatibility. 2019-05-31 15:05:36 +03:00
vsr
d6f1d8730f Update copyrights 2019-02-14 13:56:18 +03:00
rnv
81de8c6b11 Unicode support 2018-07-13 09:48:33 +03:00
rnv
4df93cfed7 Merge V9_dev branch into master 2018-06-14 14:40:29 +03:00
rnv
9fe1f193a4 Migration to OpenCASCADE CMake configuration 2018-03-05 18:40:48 +03:00
rnv
afac3e067e Unicode support: correct handling of unicode on GUI level 2018-01-22 11:55:44 +03:00
rnv
001d93f1ef Merge 'master' branch into 'V9_dev' branch. 2018-01-16 19:46:43 +03:00
eap
8f00089bdf typo-fix by Kunda
http://www.salome-platform.org/forum/forum_10/195000978
2018-01-09 13:33:37 +03:00
eap
a9fe5759c5 Typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/22126441
2017-12-28 14:38:33 +03:00
rnv
40d76807e9 Merge master branch into V9_dev. 2017-12-26 16:30:57 +03:00
eap
b4c1887ab3 Typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/948131982/228851081
2017-12-04 14:42:45 +03:00
rnv
a79bb58153 Merge multi-study removal branch. 2017-06-13 12:57:14 +03:00
mpa
31b91717e0 Migration to OCCT 7.0 2016-05-25 18:55:33 +03:00
vsr
bd2042b4d1 Merge branch 'V7_dev' 2016-03-24 16:36:53 +03:00
vsr
8370b4a1c4 Update copyright: 2016 2016-03-15 15:27:04 +03:00
vsr
2a43dbcceb Merge relevant changes from V8_0_0_BR branch 2016-02-15 17:37:33 +03:00
imn
f3c62a0c0b Merge Qt5 porting. 2015-12-25 10:54:06 +03:00
skv
e6bcaa307f 0023193: [CEA] Show sub-shapes with given tolerance 2015-11-03 11:38:55 +03:00
vsr
1d1c325da5 INT PAL 52903: TC7.7.0: Incorrect behavior in "Shape processing" dialog 2015-10-07 10:57:04 +03:00
vsr
1db636b7ff 0052898: TC 7.7.0: Regression "Glue Faces" dialog glues all faces instead selected faces 2015-10-06 15:09:51 +03:00
vsr
70968a29ce Simplify activation of local selection on all objects 2015-09-24 15:01:40 +03:00
ana
02107d63e8 Fix for "0052722: TC7.6.0 Incorrect behavior in "Shape processing" dialog" issue 2015-05-20 13:23:31 +03:00
imn
4ca9a3e8ad INT PAL 0052666: Presentation disappears from the 3D Viewer after that as an operation is applied to the object 2015-04-06 14:07:27 +03:00
eap
3412372987 Fix usage of SUIT_OverrideCursor
-  SUIT_OverrideCursor();
+  SUIT_OverrideCursor wc;
2015-03-05 16:37:28 +03:00
imn
4310bcdf3d 0022377: EDF 2752 GEOM: Add a preference in order to automatically unpublished parent objects 2015-03-04 16:05:30 +03:00
Florian BRUNET
9680031be0 Merge branch 'fbt/add_header_for_mpi_compilation' 2015-02-11 11:47:52 +01:00
akl
ff7fc4d6c2 Copyrights update 2015. 2015-02-10 13:25:20 +04:00
Florian BRUNET
7b9442558e Addition of the utilities.h header for mpi compilation of GEOM. 2015-02-09 17:50:36 +01:00
vsr
97c05bd172 Merge branch occ/shape_reparation_2 2015-01-28 18:23:03 +03:00
Anthony Geay
5a2b52664a Merge branch 'master' of https://git.salome-platform.org/git/modules/geom 2015-01-22 09:48:16 +01:00
vsr
90ff9bfc3e 0022752: [EDF] Provide explicit feedback on what has been done by Shape Processing operation
Additional changes:
- Add "Select All" check box to quickly select/deselect all operators.
2014-12-26 18:39:04 +03:00
vsr
13b11d15c8 Remove non-implemented method declaration (to avoid undefined symbols) 2014-12-25 16:29:30 +03:00
vsr
88793a0d15 Fix a bug with improper set of default value for "required number of segments" parameter of BSplineRestriction operator of ShapeProcess function: "0" value leads to a SIGSEGV 2014-12-22 16:11:32 +03:00
eap
d08c093f57 0022768: [EDF] Model inspector 2014-12-19 11:01:23 +03:00
vsr
57bf55dc1f 22763: [EDF] Shape processing
For DropSmallSolids operator, fix some bugs:
- Add missing default values of parameters in a resource file
- Add workaround to ShapeProcess functionality to process properly optional parameters (the case for DropSmallSolids operator)
- Small redesign of RepairGUI::ShowStatistics() function
2014-12-16 14:16:15 +03:00
eap
e22e35a475 22763: [EDF] Shape processing
Add DropSmallSolids operator
2014-12-11 20:53:33 +03:00
eap
ed87a1f7c8 22752: [EDF] Provide explicit feedback on what has been done by Shape Processing operation
+ 22757: [EDF] Vertex on Edge --- allow projecting several points at once
2014-12-10 19:12:15 +03:00
Anthony Geay
ba487799ec Include utilities.h when needed. 2014-11-19 16:45:44 +01:00
eap
0c260c9c89 0022757: [EDF] Vertex on Edge 2014-11-13 15:51:52 +03:00
eap
8345fbb56c 0022749: [EDF] Improvement of Remove Internal Faces operation 2014-11-13 14:16:45 +03:00
eap
2c3b809cb7 0022746: [EDF] Improvement of Glue Faces and Glue Edges operations 2014-11-13 14:16:18 +03:00
skv
de6fb7721d 0022751: [EDF] Publish results of the Check Free Faces operation 2014-11-13 14:10:07 +03:00
eap
db4ad95d8e 0022745: [EDF] Improvement of Sewing operation 2014-11-13 14:02:35 +03:00
vsr
a61f4bd518 0052555: TC7.5.0: regression of free faces visualization 2014-11-07 18:36:38 +03:00
vsr
3c1414974e Remove obsolete staff; redesign Handle-based and CDL-generated classes 2014-10-22 11:16:17 +04:00