Commit Graph

1641 Commits

Author SHA1 Message Date
vsr
a41868ac87 Fix bad dump produced in case if ExtractShapes() function is called with 'FLAT' shape type 2019-03-26 13:31:26 +03:00
jfa
2f5ed2c56a tracker_salome #16492 EDF 18458 - Restoregivensubshapes 2019-03-22 13:39:59 +03:00
jfa
fa02ef2a4f tracker_salome #16694 EDF - Problem with T-Shape 2019-03-22 13:07:57 +03:00
rnv
4558fc1b44 54519: [TC-9.3.0]: SIGSEGV during exit if dimensions are editing 2019-03-22 10:59:36 +03:00
rnv
991d2a1931 Compilation on Windows. 2019-03-13 15:04:23 +03:00
rnv
64c20fc0e7 Run SALOME with UNICODE path on Windows platform. 2019-03-11 13:08:24 +03:00
Paul RASCLE
cccc6496b1 fast subShapes selector for PyQt Clients 2019-03-10 12:58:49 +01:00
vsr
6fc8283dbb Merge branch 'V9_2_2_BR' 2019-03-05 09:46:34 +03:00
vsr
7d2c08f06a Increment version: 9.2.2 2019-02-25 15:57:49 +03:00
mnt
bfd48ef62a Porting to OCCT 7.4 dev 2019-02-22 15:55:49 +03:00
vsr
3d5efd4572 23553: Put back replacement of ABSOLUTE_APPLI_PATH by GEOM_ROOT_DIR
Rollback temporary workaround, done in commit a3a641c0
2019-02-15 16:06:42 +03:00
vsr
ac813fd986 Remove deprecated stuff 2019-02-14 13:57:36 +03:00
vsr
d6f1d8730f Update copyrights 2019-02-14 13:56:18 +03:00
vsr
96bab5d2a8 Increment version: 9.2.1 2019-02-08 14:25:56 +03:00
vsr
7f0efc8881 Correct double quotes 2019-01-14 15:15:51 +03:00
vsr
d90d0665f7 0023647: [CEA 7290] cannot reload XAO file 2018-12-11 10:30:48 +03:00
vsr
1aa43a9db3 Merge branch 'V9_2_BR' 2018-12-10 17:26:42 +03:00
vsr
b6fca18ac3 0023552: Unable to use the contextual menu of Object Browser window
- Another attempt to solve problem with materials sub-menu on desktops like Unity, KDE Plasma etc.
2018-12-06 16:02:00 +03:00
vsr
62e52d34fb Increment version: 9.2.0 2018-11-16 11:14:47 +03:00
vsr
a0fd374702 0054463: Refactor salome_test.py 2018-11-14 20:07:14 +03:00
vsr
96ff72af8e Add documentation fallbacks 2018-11-01 16:15:48 +03:00
vsr
d27bd97984 Correct an example 2018-11-01 11:04:12 +03:00
vsr
cd4fec571d Run all GEOM tests at once: all tests pass in 1min instead of 50min 2018-10-31 15:37:42 +03:00
jfa
e7194e67dc 0023597: EDF 17891 - OCCT 7.3.0 - Problem with GetBlockNearPoint. A fix by JGV (edge orientation in GlueFaces algorithm). 2018-10-29 12:31:05 +03:00
eap
2d81fbabd2 Bug: IsSubShapeBelongsTo() always returns true if theSubObjectIndex > 0 2018-10-23 15:25:29 +03:00
eap
c8522ecee0 Typo and whitespace fixes by Kunda
http://www.salome-platform.org/forum/forum_9/454200149#834683007
2018-10-15 15:10:39 +03:00
rnv
e1f4a245c6 Merge branch 'rnv/unicode' 2018-10-10 22:53:26 +03:00
vsr
37d3fe3ec7 0023312: [CEA 1928] GEOM: Create group from second shape 2018-10-04 15:50:06 +03:00
Christophe Bourcier
48be17f15d Enable multithread in Partition (works with or without TBB) 2018-10-01 15:57:01 +02:00
vsr
c4999d1655 IPAL54434: TC9.2.0: GEOM: Textured point marker is not set 2018-09-28 11:58:25 +03:00
rnv
1146ac90d2 Some corrections related to using UNICODE. 2018-09-27 14:27:17 +03:00
vsr
8c9ebd878e 0023595: [CEA 2275] : Manual test KO GEOM : The fields are not displayed
- Fixed pb raised after migration to OCCT 7.3
2018-09-24 14:12:09 +03:00
eap
bc5d3eeb20 23586: [EDF] HYDRO: Copy mesh to new geometry
Add GEOM_Gen::GetInPlaceMap()
2018-09-17 21:54:34 +03:00
vsr
e5d35ef4b2 0023588: [CEA 2272] : GEOM test failed after transition to OCC 7.3
- Attempt 2, to fix regression caused be commit 81364d3f
2018-09-12 15:39:42 +03:00
rnv
5d340bb0d6 Increment version: 9.1.0 2018-09-11 17:47:08 +03:00
vsr
81364d3f21 0023588: [CEA 2272] : GEOM test failed after transition to OCC 7.3 2018-09-11 11:57:18 +03:00
Anthony Geay
151029c42d Ready for cmake3.12 2018-09-10 13:54:31 +02:00
rnv
b24ee9fa23 SALOME 9.1.0 Windows version 2018-09-07 14:27:06 +03:00
eap
ddca8a32b0 23586: [EDF] HYDRO: Copy mesh to new geometry
--- GEOM_Gen_i.cc ---
In order to assure safe and fast search of initial groups by groups of
the new geometry, behavior of GEOM_Gen operations that implement searching
and publishing of new groups corresponding to initial groups, is
slightly modified. A reference to an initial sub-object is published
under a corresponding new sub-object. The modified functions are
RestoreSubShapesO(), RestoreGivenSubShapesO() and RestoreSubShapesSO().

--- GEOM_Engine.cxx ---
Avoid double removal of GEOM_BaseObject that leads to removal of all
attributes from the root TDF label. That caused some regression, don't
remember which.
2018-09-05 13:59:48 +03:00
jfa
2b52706653 0023497: EDF 15720 - Projection transforms the type of shape 2018-08-15 12:59:41 +03:00
eap
306370e41f Remove deprecated geompy.py 2018-07-17 18:17:19 +03:00
rnv
81de8c6b11 Unicode support 2018-07-13 09:48:33 +03:00
eap
bef7e3cbcd Typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/625363577
2018-06-25 14:32:46 +03:00
eap
0cd035c092 Typo-fix by Kunda
http://www.salome-platform.org/forum/forum_9/884749910
2018-06-19 14:24:36 +03:00
rnv
4df93cfed7 Merge V9_dev branch into master 2018-06-14 14:40:29 +03:00
vsr
017ac3494a Merge branch 'V8_5_BR' 2018-05-31 17:07:57 +03:00
rnv
1be0dcd9a7 Temporary fix for '23552: Unable to use the contextual menu of Object Browser window' issue. 2018-05-31 12:01:26 +03:00
vsr
a3a641c09a Revert (partially) previous commit - the solution for ABSOLUTE_APPLI_PATH is to be looked for later 2018-05-14 19:37:07 +03:00
rnv
2e79142400 Fix for '23553: Replace ABSOLUTE_APPLI_PATH by KERNEL_ROOT_DIR in GEOM and SMESH cmakefiles' issue. 2018-05-10 09:42:57 +03:00
vsr
6393b7515a 0023551: [EDF] Help menu : option to set links
- Move Geometry's User Guide and Developer Guide to the lower level, in order to be aligned with GEOM plug-ins
2018-05-10 09:34:18 +03:00