Samuel GOUGEON [Tue, 2 Aug 2016 16:46:53 +0000]
* Bug #14690 fixed - User's startup files were executed twice or never
http://bugzilla.scilab.org/14690
Change-Id: I388cdd9b10afbec2f0a43cae720ea6c4ace83d3c
Samuel GOUGEON [Mon, 1 Aug 2016 22:42:10 +0000]
* Bug #14649 fixed: isnan(complex(%inf, %inf)) was %F while phase is NaN
http://bugzilla.scilab.org/14649
Change-Id: Ib925be0f43dd9300b764b776e3be8fe8a0c48ae1
Dhruv Khattar [Tue, 9 Aug 2016 17:31:53 +0000]
Coverity #1099169, #1320913, #1321304 fixed
Change-Id: I1646c9c3b52d18c459bfad5a37b800d06878306e
Dhruv Khattar [Wed, 10 Aug 2016 04:40:08 +0000]
Coverity #1099079, #1099546, #1194641, #1354289, #1099315 fixed
Change-Id: Idf1f2badd670e89c1d0dc48edaff5cd21388e053
Samuel GOUGEON [Tue, 9 Aug 2016 18:51:46 +0000]
degree(): wrong call to overload (6.0 regression)
Change-Id: Ic9eedf5c88bd83171a66acb59194eeaeed842690
Samuel GOUGEON [Tue, 28 Jun 2016 17:29:38 +0000]
Help: various fixes (next)
Change-Id: I4096f8b0ba53c203519c5ad507ccf094b01a1043
Samuel GOUGEON [Thu, 30 Jun 2016 20:16:03 +0000]
* Bug #13583 fixed - getd() loading a script with clear() yielded an error
http://bugzilla.scilab.org/13583
Change-Id: Ia8243dd2d6c4f0f10adebc526bc407a5303ebadf
Dhruv Khattar [Tue, 9 Aug 2016 17:05:42 +0000]
Coverity #1321032, #1321033 fixed
Change-Id: I779ae1a16a06cefd6937efc18c44ad677f14c6b3
Dhruv Khattar [Tue, 9 Aug 2016 11:20:34 +0000]
Coverity #1098338, #1099164, #1099173 fixed
Change-Id: I856154489f8fcf6df6dc5202e36217d7674c0a48
Pierre-Aime Agnel [Mon, 12 May 2014 09:26:41 +0000]
* Bug #13405 fixed - hypermat was redundant, now tagged as obsolete.
Change-Id: Iadba3cf741b02ff289d27165ca6d8493f368b039
Samuel GOUGEON [Thu, 30 Jun 2016 04:50:47 +0000]
* Bug #14640 fixed: median(int8([10 60 80 100])) returned -58 instead of 70
http://bugzilla.scilab.org/14640
Change-Id: Iee08a16879eff4fbe408302afb1dfa1594c9a0aa
Samuel GOUGEON [Sat, 25 Jun 2016 04:32:37 +0000]
* Bug #7649 fixed: isempty() on struct(), {} or list(,) returned %F
http://bugzilla.scilab.org/7649
- isempty({}) returned %F
- isempty(struct()) returned %F
- isempty(list(,)) returned %F
- In lists, founding a first non-empty content did not stop uselessly
scanning all remaining components.
Change-Id: I0ab56a72bddfcdb66a62e8162dbf658c2dde1805
Samuel GOUGEON [Wed, 22 Jun 2016 02:38:19 +0000]
strtod() help page overhauled. (fr) added
Change-Id: If322e0105df17938d560fd185c2c15006a1eddbf
Simon Marchetto [Tue, 5 Jul 2016 13:46:27 +0000]
Bug #14177 fixed : Using Java interface functions crashes Scilab in NWNI mode
Change-Id: I0ace34cd5e6d1fe5f62eb0bc68a746075087f4a8
Samuel GOUGEON [Thu, 30 Jun 2016 19:30:08 +0000]
* Bug #2919 fixed - The fchamp() demo was unclear and badly rendered
http://bugzilla.scilab.org/2919#c6
Change-Id: Ia8be83a39f16e2e2f8ba25014e06b5fec57a85c6
Dhruv Khattar [Thu, 4 Aug 2016 09:48:59 +0000]
Coverity #1350355 fixed
Change-Id: Ib0e0617ceac6305e076c8e0825593ec350f647ec
Samuel GOUGEON [Sat, 25 Jun 2016 19:00:45 +0000]
entropy.sci removed: undocumented and unused
BTW, it called [X,zero] = ric_desc(h) with wrong result
All files including the pattern "entropy" have been visited
Change-Id: Id2f4ae1d88bfc78d828e23190776ef5e2e5dc68e
Paul Bignier [Fri, 22 Jul 2016 09:25:06 +0000]
Update scilab_macros.txt & scilab_primitives.txt
* The files aren't generated automatically yet so need manual updates.
* Removed each line if ~isdef() in a basic Scilab.
file = SCI+"/modules/helptools/data/configuration/scilab_macros.txt";
macros = mgetl(file)';
for i=macros
if ~isdef(i) then
//disp(i)
unix("sed -i ""/"+i+"/d"" "+file);
end
end
// Repeat for scilab_primitives.txt
Change-Id: I78795f20b91e33f64b6be7f9716aa1e5bbb4ff6f
Adeline CARNIS [Tue, 19 Jul 2016 10:27:57 +0000]
* Bug #14517 fixed - part('abcd', [0 2]) must return an error.
Change-Id: If34e19c8353ec3e22e48e503a142be199d5fc611
Pierre-Aime AGNEL [Mon, 25 Jul 2016 14:17:47 +0000]
Help: Fixed warnings during help generation
Change-Id: Ife7c44d326889219d1952ed9412e4a99e6b345ba
Clément DAVID [Thu, 4 Aug 2016 14:12:13 +0000]
Changelog: fix some typo
Change-Id: I2650ceb678911ef76c768b4250bb53a8fb233645
Dhruv Khattar [Mon, 8 Aug 2016 10:57:22 +0000]
Coverity #1320950 fixed
Change-Id: Ic9ba9d2b8f0a40dcbd0a8a5d1c669fddfec816e7
Dhruv Khattar [Thu, 4 Aug 2016 07:44:43 +0000]
Coverity #1247373, #1357841 fixed
Change-Id: Ibbb252c5cebf13b4506a220b46097d88b9495dd3
Clément DAVID [Fri, 8 Jul 2016 11:04:57 +0000]
Tests: avoid messagebox() locks
Change-Id: I9322e867fc1ef8256734ee510492ca5af0918a27
Clément DAVID [Tue, 5 Jul 2016 13:43:19 +0000]
AST: try to fix some 32bits/64bits test failures
Change-Id: I5d0e9deb2047d9c40d943520e6e10069a41c42f4
Paul Bignier [Tue, 26 Jul 2016 10:28:33 +0000]
CHANGES.md: indentation fix for coherence sake
Change-Id: If89e12cbcf21fe8fc631d5aec19632fee25e7177
Samuel GOUGEON [Sat, 25 Jun 2016 03:50:34 +0000]
Scinotes preview/prefs no longer shew a macro name
Change-Id: Ib5df7e66b87c8b6f38d7d28b4b7097927a18084c
Antoine ELIAS [Tue, 2 Aug 2016 10:45:03 +0000]
fix common export between optimization and optimization_f
Change-Id: I377d9d6067f03d2f12380610b71dd0d888d50d1b
Paul Bignier [Mon, 25 Jul 2016 13:56:27 +0000]
Scicos_blocks src: fix EXPRESSION block
* https://codereview.scilab.org/#/c/18018/ fixed a missing "default" but previous case fell into it!
Change-Id: I636a7dc44337d37d2beec3da924c92deb5442eb3
Clément DAVID [Tue, 28 Jun 2016 14:02:55 +0000]
Help generator: document refsect1 / refsect2 / refsect3 after
a74fa261
Change-Id: I4ec5ab7a9a722439cdde5aa897f8711fd0d5e23d
Pierre-Aime AGNEL [Mon, 25 Jul 2016 10:05:44 +0000]
* Bug #14681 fixed - Short-circuited AND operation was not possible with double matrices in if and while clauses
Change-Id: I463ac0277d10a2db1f90bce7f4c4fc2900e18a2d
Samuel GOUGEON [Fri, 1 Jul 2016 23:58:23 +0000]
* Bug #14648 fixed - isinf(%inf+%i*%inf)) and isinf(%nan+%i%inf) returned %F
http://bugzilla.scilab.org/14648
help isinf overhauled
Change-Id: I008e0935e03a3abe4f7c2f9f738d7e006ba7f476
Pierre-Aime AGNEL [Mon, 25 Jul 2016 10:43:41 +0000]
Fixed broken help for ja_JP and pt_BR after after https://codereview.scilab.org/#/c/18311/
Change-Id: I823c2263a8ab67bcc536583d54dc478e54b8dd94
Dhruv Khattar [Fri, 15 Jul 2016 22:21:41 +0000]
Coverity: history_manager module memory errors fixed
Change-Id: I3e190da37c65e780cc7197c4b8035dd7d7067091
Dhruv Khattar [Sun, 17 Jul 2016 12:03:54 +0000]
Coverity #1099128, #1099549, #1099550 fixed
Change-Id: I094271375885e457ce5e9efd7f7b971918e03c42
Dhruv Khattar [Mon, 11 Jul 2016 20:48:43 +0000]
Coverity #1356416 fixed
Change-Id: Ibfff0513936ef77c7f5cfd1b17c3213173ff86b1
Paul Bignier [Tue, 21 Jun 2016 14:29:11 +0000]
Typo: dictionnary -> dictionary
Change-Id: I3994d87b3d175a731175eaab7ae626f57afd4fe8
Paul Bignier [Tue, 21 Jun 2016 13:50:46 +0000]
Fixed a few typos
Change-Id: Ib9585c98b443e60a88ec95146ebb0854e8fdee7c
Samuel GOUGEON [Tue, 21 Jun 2016 01:36:18 +0000]
help brackets: page overhauled and rewritten
Change-Id: I610657233a4fbe86bf5b4db35ff55608a71528ed
Dhruv Khattar [Sun, 17 Jul 2016 20:02:25 +0000]
Coverity #1247336, #1247343 fixed
Change-Id: Ia86a5924734327d7ace7d9e3bc76c7086803dac5
Dhruv Khattar [Wed, 13 Jul 2016 20:21:14 +0000]
Coverity: graphics module resource leaks fixed
Change-Id: I0e06d3b3f38192db92745fdd719cd9422b29587d
Paul Bignier [Mon, 13 Jun 2016 08:23:56 +0000]
Fileio gateways: allocate vector on stack instead of heap
* These items don't need to be allocated on the heap, it leads to memleaks and poor readability
Change-Id: I38adf0417ac39e653725d1d14ad0376663170bc1
Samuel GOUGEON [Mon, 20 Jun 2016 21:41:14 +0000]
* `lex_sort` has been removed. Please use `gsort(..,"lr")` instead.
* `fcontour` was obsolete since Scilab 4 and has been removed. Please use `contour` instead.
fcontour() removed (obsolete since Scilab 4)
Change-Id: I1c5c4b05b7d52c53218492fe6b2ce3545a5011a4
Paul Bignier [Tue, 12 Jul 2016 14:40:59 +0000]
* Bug #14602 fixed - WRITEC_f block didn't work for x86 machines.
Change-Id: Ib01727ba0b9c525d12f8b8b90ef84b0879a695bf
Dhruv Khattar [Sat, 16 Jul 2016 10:42:08 +0000]
Coverity #1098450, #1098809, #1098910, #1099327 fixed
Change-Id: I241c0eb4de6d8f6289f5ee37e68f6969d1d0bcee
Dhruv Khattar [Sun, 17 Jul 2016 19:45:44 +0000]
Coverity #1097665, #1099399, #1247373 fixed
Change-Id: I2e42ef2b895774e21d98adc7e93598a1404af21a
Dhruv Khattar [Sat, 16 Jul 2016 11:50:15 +0000]
Coverity: tclsci module resource leaks fixed
Change-Id: Ie6dc3d4a261017adef806f5bc099c5a601f6488d
Dhruv Khattar [Fri, 15 Jul 2016 21:55:20 +0000]
Coverity #1097868, #1097733 fixed
Change-Id: I0519bb7d8637b32ec5180a2331e024bf0a1b23ff
Dhruv Khattar [Tue, 12 Jul 2016 20:45:48 +0000]
Coverity #1099102, #1099103, #1321340 fixed
Change-Id: I4439550225e21ed7aba8f74dfeaf77490e6f6de0
Dhruv Khattar [Sun, 17 Jul 2016 19:22:15 +0000]
Coverity #1321256, #1321259 fixed
Change-Id: Ic63eecf18467f93a27acef5d6936fccc0bef714f
Dhruv Khattar [Sun, 17 Jul 2016 19:11:00 +0000]
Coverity #1099209, #1099221, #1099225 fixed
Change-Id: I5a8f358c58809d7ae33ab17cf930f3fb084e194f
Dhruv Khattar [Sun, 17 Jul 2016 18:09:13 +0000]
Coverity #1350361 fixed
Change-Id: Ic2d36b1ed257870608701b6a0b40a48ca31f4f39
Dhruv Khattar [Sun, 17 Jul 2016 11:34:09 +0000]
Coverity: hdf5 module resource leaks fixed
Change-Id: If2521fb6c347791a2f598994ed4d5f73e92e59e2
Dhruv Khattar [Fri, 15 Jul 2016 20:48:04 +0000]
Coverity: graphics module unchecked returns fixed
Change-Id: I8415cff92f951b7df49489ca3a2311c094d0dfea
Samuel GOUGEON [Sat, 2 Jul 2016 16:49:43 +0000]
* `jconvMatrixMethod` was obsolete and is now removed. Please use `jautoTranspose` instead.
jconvMatrixMethod() was obsolete: removal
Change-Id: I0528cf8b4c07027b3414ad9ea2f30eb07821a966
Samuel GOUGEON [Wed, 29 Jun 2016 18:22:49 +0000]
* `strcmpi` is deprecated. Please use `strcmp(..,"i")`instead.
* Bug #12837: strcmpi() set obsolete. Replaced with strcmp(.,.,'i')
http://bugzilla.scilab.org/12837
Former commit https://codereview.scilab.org/#/c/13726 (5.5 branch: to be abandoned)
All files having the "strcmpi" pattern have been visited
Change-Id: Ia71fa6f30ba76585131b5f4bc100f5dcb624b371
Samuel GOUGEON [Sat, 2 Jul 2016 03:01:45 +0000]
Graphics toolbar & menu: (?)= do help('Graphics') instead of help()
Change-Id: I9f49fd74a30fcb96b35be83e10726ea8043e10fd
Samuel GOUGEON [Thu, 30 Jun 2016 22:36:39 +0000]
* Bug #7696 fixed - The parallel_run help page was poorly formatted
http://bugzilla.scilab.org/7696
Change-Id: Icc350f950be6dbc1557a134f762772b3d42bcee5
Samuel GOUGEON [Sat, 25 Jun 2016 01:43:06 +0000]
rafiter() removal (obsolete since 5.1)
* All files containing the pattern "rafiter" have been visited
* scilab/modules/slint/src/cpp/DeprecatedChecker.cpp is OK
Line 118: map.emplace(L"rafiter", L"taucs_chsolve");
Change-Id: I5d42fca49949810f85795e5a0adc1e56d60755e0
Samuel GOUGEON [Wed, 29 Jun 2016 00:03:42 +0000]
help: move uigetcolor() to the Color management subsection
Change-Id: I671264960ad89d5d1ee7b980fc31929e0d76487f
Samuel GOUGEON [Sun, 26 Jun 2016 07:49:05 +0000]
help: create a colormaps subsection
Change-Id: I7b8c6dbab6933ed9a4bbfc83e06e7f4880ebe0fa
Samuel GOUGEON [Wed, 22 Jun 2016 20:22:15 +0000]
* Bug #14582: gettext or _ were applied to broken literal strings
http://bugzilla.scilab.org/14582
Change-Id: I603025aeac70ba64ae103673cb96927d6f8346a9
Samuel GOUGEON [Wed, 22 Jun 2016 03:18:26 +0000]
* Bug #9153 fixed: isequalbitwise page was inaccurate and badly located
http://bugzilla.scilab.org/9153#c10
isequalbitwise merged in isequal.
isequal (en) overhauled. Review + approval needed before (fr) translation
Change-Id: Ifbc682036162260f63ff8a3aaa02dcad7dc78027
Samuel GOUGEON [Wed, 22 Jun 2016 02:59:29 +0000]
* Bug #5723 fixed: axis_properties: axes_properties added in "See also"
http://bugzilla.scilab.org/5723
Change-Id: I6c62dfb0bc53934dcc2519f441665c0fe480cad5
Samuel GOUGEON [Sun, 3 Jul 2016 00:58:31 +0000]
* Bug #8431: eval3d() set obsolete
Change-Id: I6cc23184dd01d4f6eb3bcfd0bdabb924edd92baa
Dhruv Khattar [Wed, 29 Jun 2016 21:01:15 +0000]
Coverity: cacsd module memory errors fixed
Change-Id: I9fb4158ef247dfe4d3a7888cb7037fba4354b55d
Dhruv Khattar [Tue, 28 Jun 2016 22:14:11 +0000]
Coverity: fftw module memory errors fixed
Change-Id: I89e56b8953e261015487f139af9cc767222831d0
Dhruv Khattar [Sat, 2 Jul 2016 20:04:30 +0000]
Graphics GetCommandArg macros removed
* Expliciting these macros will enable dealing with the leaks provoked when they errored out
Change-Id: Ia0cad5627cb5ef08b2c314ce89438dfd62719ee0
Dhruv Khattar [Fri, 8 Jul 2016 20:00:24 +0000]
Coverity: fileio module memory errors fixed.
Change-Id: Id94b314d16b036274b6a7769a3546cb70ea4d8d3
Dhruv Khattar [Mon, 4 Jul 2016 11:39:15 +0000]
Coverity #1321207, #1321204, #1350390 fixed
Change-Id: Ieb735353faefd47144657d202cf8c4f88dcef471
Dhruv Khattar [Sun, 10 Jul 2016 22:38:50 +0000]
Coverity #1099405 fixed
Change-Id: I6dae2793a0ab569aab99ec3fa9db5d1e2396b10d
Dhruv Khattar [Mon, 11 Jul 2016 21:19:42 +0000]
Coverity #1099017 fixed
Change-Id: I25c74500073bf061d417ce1531ad882812e73e38
Clément DAVID [Fri, 1 Jul 2016 14:57:45 +0000]
* [Bug #13990](bugzilla.scilab.org/show_bug.cgi?id=13990) fixed - `warning` with localization enabled some memory corruption
Change-Id: Ibb21444c334912de8243696b0e45442825053590
Dhruv Khattar [Sun, 3 Jul 2016 20:12:21 +0000]
Coverity #1321053, #1321333 fixed
Change-Id: If8ec4a907f3dc9640623b71c136843bc3696e625
Dhruv Khattar [Sun, 3 Jul 2016 19:40:10 +0000]
Coverity: parameters module memory errors fixed
Change-Id: I5416b21381f9b6da7825154db97b401bb30d0727
Dhruv Khattar [Sun, 3 Jul 2016 07:58:53 +0000]
Coverity #1321044 fixed
Change-Id: I02132a538e17faac77487aaa97c086bc5021c796
Dhruv Khattar [Sat, 2 Jul 2016 20:57:48 +0000]
Coverity: jvm module memory errors fixed
Change-Id: I4254771b0ff29c64206038f0c01941ed39f96b33
Samuel GOUGEON [Sat, 2 Jul 2016 13:10:10 +0000]
* Bug #14367 fixed - edit_curv failed opening due to a []+1 operation
Simplyfying code, old fix was @ https://codereview.scilab.org/18145
Change-Id: I1e2d1659f4b7809429da461a78c247ca931cc342
Pierre-Aime Agnel [Wed, 6 Jul 2016 17:05:08 +0000]
* Bug #14662 fixed - Matrix of strings concatenation with single quote led to a parser error.
Change-Id: Idd49058ca083df0daaaffc136a74e4e69cb703f8
Clément DAVID [Thu, 30 Jun 2016 08:57:17 +0000]
Documentation: `See also` is used instead of `See Also`.
Change-Id: Id918ef025686223114fd127e20f0e25258436484
Dhruv Khattar [Fri, 1 Jul 2016 10:41:03 +0000]
Coverity #1350439 fixed
Change-Id: I551c6d75c9e6702ccffe477ad24f1731ee66907b
Dhruv Khattar [Fri, 1 Jul 2016 09:49:16 +0000]
Coverity #1320931 fixed
Change-Id: I2fc9a7375178c258fa5fa87694db1dc364221814
Dhruv Khattar [Mon, 27 Jun 2016 21:02:49 +0000]
Coverity: elementary_functions module memory errors fixed
Change-Id: Ic7e359d3f41ab5e2db77a8ee06d1733d45e3631d
Dhruv Khattar [Wed, 29 Jun 2016 21:36:19 +0000]
Coverity #1321093 fixed
Change-Id: I33f3799f9c4df4e6500d417ab90b4ae736941976
Samuel GOUGEON [Wed, 22 Jun 2016 02:06:27 +0000]
* Bug #9912 fixed: the default en_US pages were sometimes ignored
http://bugzilla.scilab.org/9912
Change-Id: I987a6d8c5faacc596d892d5d4c0ca18dd07aba8f
Dhruv Khattar [Tue, 28 Jun 2016 20:03:28 +0000]
Coverity: io module resource leaks fixed
Change-Id: Ib0ba2e6d568038bf75d8addedd34c066f00f1f93
Dhruv Khattar [Wed, 29 Jun 2016 22:03:07 +0000]
Coverity #1321035, #1321423 fixed
Change-Id: I948245f3ce6f76eb64dbaa20365b2c099ee30022
Samuel GOUGEON [Fri, 20 May 2016 15:07:48 +0000]
* Bug #13757 fixed - The toolbox menu dit not load properly ATOMS modules not autoloaded.
Change-Id: I1785a6b2d1045dad6beda4e954616445b289656d
Paul Bignier [Fri, 11 Apr 2014 10:10:35 +0000]
Atoms GUI: focus on the GUI when relaunching it
Change-Id: If0cd7268074361c4deff242663f11f0f41d03834
Paul Bignier [Mon, 9 May 2016 11:48:31 +0000]
Graphics macros: fix edit_curv
* Used by LOOKUP_f block.
Change-Id: I7a635e99b99de11439b9321f07b9392ea9e4267a
Clément DAVID [Thu, 23 Jun 2016 09:19:14 +0000]
Linux segfault management: initialize strsignals on the main thread
Some tests lock on OpenTCLsci() / pthread_cond_wait(), the watchdog_thread
kill the process and should trigger a stacktrace display *BUT* strsignal()
(used to have a readable signal name) call a thread unsafe pthread_once()
that deadlock everything.
This commit is a try to initialize signal names at process startup.
Change-Id: I62a34bf49a559b4ce1fafb94224b1062c912538e
Samuel Gougeon [Fri, 13 May 2016 14:15:04 +0000]
isoview: updating calls after I3cbdeed
Change-Id: Id5c2f6f90a06dedc6442451e5d404d577b40f1e0
Paul Bignier [Tue, 21 Jun 2016 09:42:38 +0000]
Enforce C formatting or new images won't build
* For instance when that command launched a French Scilab, "0.1" yielded "0,"
* Was invisible because no images were remade when 'make doc' was called
Change-Id: I508a56875bd072d9ad05a5893df7a91381736c8a
Paul Bignier [Tue, 28 Jun 2016 10:36:56 +0000]
Enable Yosemite compilation
* std::isnan coming from core_math.h wasn't properly read without the cmath include
Change-Id: I7a12045edec6bac19b669408151c879aeb80eb42
Caio SOUZA [Mon, 30 May 2016 19:13:23 +0000]
Graphics: Zoom rubber box general improvements
* The zoom rubber box now can start/finish from points lying outside the axes bounds.
* The zoom rubber box now can select multiple and overlying axes at once. Changed behavior of scroll zoom, scrolling over overlying axes will zoom all of them together, using the CTRL key while scrolling will zoom all axes in the current figure.
* [Bug #11959](http://bugzilla.scilab.org/show_bug.cgi?id=11959) fixed - Allow "Zoom Area" to be clicked out of axes
* [Bug #12110](http://bugzilla.scilab.org/show_bug.cgi?id=12110) fixed - Unable to zoom multiple axes at once
Change-Id: I78bc245f67fa220c7885d259e35880c5561f6c95
Dhruv Khattar [Sat, 25 Jun 2016 22:03:22 +0000]
Coverity: Ouput_stream module memory errors fixed
Change-Id: Id0cdce6b34ee0ef228ad648b54246233f2fd6f7f
Clément DAVID [Tue, 28 Jun 2016 08:32:02 +0000]
* Bug #14590 fixed - Help pages in pt_BR directories had a wrong xml:lang="en" tag.
Change-Id: I209ba28ed58833dd79e609df16b7ca417420be87
Dhruv Khattar [Sat, 25 Jun 2016 21:11:37 +0000]
Coverity: External_objects_java module memory errors fixed
Change-Id: I885317a9225034cdf1bc820c8f84788dd80c4541
Clément DAVID [Tue, 21 Jun 2016 14:29:27 +0000]
bug 14593 fixed : Signs are no more drawn in BIGSOM and PRODUCT
The display modification is no more performed on a specific
PropertyChangeListener but implemented as a hook to ease maintenance. I
also refactored the packages a bit to remove the 'listener' term.
Note: this commit also fix the IPAR tooltip rendering.
Change-Id: Id5f19c3dea3d5f5fe0441b77164bb856631e5fc3
Samuel GOUGEON [Sun, 26 Jun 2016 02:10:00 +0000]
Help pages: various fixes
Change-Id: Iace3f89e0cfc16e8256966a7b7f54ab090299257