Samuel GOUGEON [Sun, 31 May 2020 17:50:42 +0000]
[doc] find() page improved
Change-Id: Ia4a0969e988d3a084eaca1e0cbeb7e5d2e8ad62c
Clément DAVID [Thu, 11 Jun 2020 13:34:24 +0000]
csvRead: fix C90 compatible variable declaration
Change-Id: Iab05aa5937fb4a927e3c49f836833f19587db9fc
Clement David [Thu, 26 Mar 2020 17:02:33 +0000]
* Bug #16391 fixed: csvRead() was crashing with empty lines
Change-Id: Icc27fc91e7549e34d70ea82025eb613f998cdfc5
Samuel GOUGEON [Thu, 4 Jun 2020 23:57:40 +0000]
helpbrowser: make online link working for dev versions (after c8073d)
Change-Id: I88b97f671b441b913ca17dfd20214baa87fb5442
Stanislav KROTER [Fri, 5 Jun 2020 12:32:16 +0000]
[doc] Revision of help page for gsort in Russian.
One sentence was untranslated.
Change-Id: Ic4e0d86b12a1f9164a1e60e489349629d2694566
Stanislav KROTER [Fri, 5 Jun 2020 12:43:43 +0000]
[doc] Translation of help page for getscilabkeywords into Russian.
Change-Id: I70b63f73532f13dcc8e7855cade9f2ae16e1e1b9
Stéphane Mottelet [Tue, 9 Jun 2020 10:29:28 +0000]
* Bug 16463 fixed: now matrix(sparse([]),[0 0]) is empty sparse
http://bugzilla.scilab.org/show_bug.cgi?id=16463
test_run elementary_functions bug_16463 mode_nwni_profiling
Change-Id: I9b985f44868743aa41bcb38ad25b43e02a1d2ed5
Stéphane Mottelet [Thu, 4 Jun 2020 15:29:37 +0000]
* Bug 16204 fixed: for i=1:$, end crashed Scilab
https://bugzilla.scilab.org/show_bug.cgi?id=16204
Change-Id: I89e3d248a59d74d25dec58ba01ffac1d6a2b1cbf
Samuel GOUGEON [Wed, 3 Jun 2020 01:23:54 +0000]
* Bugs 15838 15839 15842 16452 16454 fixed: gsort() for all sparse in all modes
http://bugzilla.scilab.org/15839 : gsort() for sparse: only vectors of
doubles could be sorted, and only in "g" mode,
and without multi-level sorting. Now,
* Any 2D array of doubles can be sorted in "g" mode (not only vectors).
* Any array of doubles can be sorted in any other r, c, lr, lc mode.
* Any boolean array can be sorted in any g, r, c, lr, lc mode.
http://bugzilla.scilab.org/15838 : [..,K]=gsort(): K missed indices of zeros.
http://bugzilla.scilab.org/15842 : unique(sparseMatrix) yielded an error.
http://bugzilla.scilab.org/16452 : setdiff(sparse([1 3 0 2]), sparse([3 7])) wrong
http://bugzilla.scilab.org/15842 : gsort(Sparse) with NaN => error
--> test_run elementary_functions gsort*
TMPDIR = C:\Users\I\AppData\Local\Temp\SCI_TMP_4540_1271
001/007 - [elementary_functions] gsort_sparse................passed
002/007 - [elementary_functions] gsort_multilevel_text.......passed
003/007 - [elementary_functions] gsort_multilevel_polynomials passed
004/007 - [elementary_functions] gsort_multilevel_numbers....passed
005/007 - [elementary_functions] gsort_multilevel_complex....passed
006/007 - [elementary_functions] gsort_boolean...............passed
007/007 - [elementary_functions] gsort.......................passed
--------------------------------------------------------------------------
ans =
T
Change-Id: I0be52e6f9416ad7e7279ad9f7a8eb9db941d7ac0
Stéphane Mottelet [Tue, 2 Jun 2020 22:47:53 +0000]
* Bug 16459 fixed: The display of one-column hypermatrix was wrong
http://bugzilla.scilab.org/show_bug.cgi?id=16459
Change-Id: I7b0fbaf7006691123f8a741ac53cc286d6913e39
Samuel GOUGEON [Sat, 30 May 2020 01:25:05 +0000]
* Bugs 16337 16455 fixed: [..,..,ku] = unique(..) implemented
http://bugzilla.scilab.org/16455 (NR included in unit tests)
http://bugzilla.scilab.org/16337
Help page updated (PDF): http://bugzilla.scilab.org/attachment.cgi?id=5149
This commit supersedes https://codereview.scilab.org/21422
Change-Id: I19a215a45c6b65b715fc2a775548d48a02cf0339
mottelet [Tue, 2 Jun 2020 07:16:44 +0000]
[ast] fix wrong alignment of complex display
https://bugzilla.scilab.org/show_bug.cgi?id=15781#c8
Change-Id: I284e133072488ad1df0351bed12b53a23b68dd93
Samuel GOUGEON [Sat, 23 May 2020 17:15:45 +0000]
* Bugs 9909 12889 fixed: helpbrowser improved (LANG, www, issues)
http://bugzilla.scilab.org/9909
http://bugzilla.scilab.org/12889
Change-Id: I519a07a2a6af29f446c09db648a1ffd7f8a47e08
Cedric Delamarre [Wed, 13 May 2020 14:47:54 +0000]
* bug 16280 fixed: allow users to use mode() inside a macro.
https://bugzilla.scilab.org/show_bug.cgi?id=16280
test_run overloading bug_16280
Change-Id: I5a18d237dea044bf6548115c8913f56c7c86e6fb
Samuel GOUGEON [Wed, 20 May 2020 18:44:13 +0000]
* Bug 16406 fixed: edit_curv() failed reading data (%h_set)
http://bugzilla.scilab.org/16406
Change-Id: Id26a43ec8741a928cc4bc5dd03ed38a2564a655f
Samuel GOUGEON [Sat, 23 May 2020 15:48:37 +0000]
* Bug 16445 fixed: colorbar() for Champ.colored='on'
http://bugzilla.scilab.org/16445
Change-Id: I86ea06defebd7c86d42d648605111a44b23ba456
Samuel GOUGEON [Sat, 23 May 2020 14:58:39 +0000]
[doc] champ() page fixed + improved after f94449
* Description improved.
* Images champ_1.png and champ_2.png did not match the code:
their displayed arrows were not oriented with fx>0 and fy>0.
Example improved.
* Examples with colored arrows added (after obsoleteing champ1()).
* See also: + champ_properties
* Other page improvements.
Change-Id: Id7562b0e5aabfbc9a6514716ef87e3bd5f4d0b05
Samuel GOUGEON [Sat, 23 May 2020 08:46:55 +0000]
rm duplicate test after fced82 & 56cd2
bug_14361.tst is already completely included in parser.tst.
Testing twice exactly the same thing is useless.
parser.tst has been updated after
https://codereview.scilab.org/#/c/21136/
@ https://codereview.scilab.org/#/c/21375
This commit removes the duplicate instead of updating it.
This is indicated in the bugzilla thread.
Change-Id: I56d1224f92641c79e949be785d43c26ccbb008f8
Samuel GOUGEON [Fri, 28 Feb 2020 04:51:15 +0000]
[doc] Misc. small improvements
* backslash: short desc improved. See also: + datafit.
* preferences: See also: + xmlSetValues
* csc, cscd (ru): LaTeX removed (as for all other LANG)
* eig: useless LaTeX removed
* prettyprint_mathJax: image reduced to 75%
* bode: image #2 needed regen
* axes_properties: typo, http://bugzilla.scilab.org/16379
* cspect, pspect, convol, delip: MathML replaced with (compact!) LaTeX
* int2d: See also: + mesh2d
* scilab_primitives: add refs to webtools functions, mesh2d
* MUX, DEMUX: wrong max # of ports fixed (8 => 31)
Change-Id: I50f53382558c78b0e1531006304a213773b39c62
Ronan Keryell [Wed, 31 Jul 2019 22:18:26 +0000]
* Bug 8059 fixed: .wgetrc could make troubles in atomsDownload()
http://bugzilla.scilab.org/8059
Moved from master @ https://codereview.scilab.org/21062
Change-Id: I237c6069aa226d888b66be3300a4bae4b9f53b4d
Samuel GOUGEON [Tue, 25 Feb 2020 21:48:08 +0000]
[doc] datafit page fixed after 534951c
Follow-up of https://codereview.scilab.org/21405 pushed first on master
Change-Id: I931f87485b31b3aa62f7a2311526b570f2757146
Samuel GOUGEON [Tue, 10 Mar 2020 03:35:29 +0000]
./. .\. extended to sparses after
fced8250
* ./. and .\. undocumented implementations introduced in 6.0.0
- always yielded errors for sparse inputs, due to divisions by zero
- did not match proper definitions
- are canceled here.
* Proper definitions introduced in 6.1.0 are extended to sparse here
Change-Id: Iedb2a6f95268abeaf161d35d486bee655c60618e
Samuel GOUGEON [Mon, 16 Mar 2020 11:30:40 +0000]
* Bug 16374 fixed: BC error loading in 6.x datatips saved in 5.5
http://bugzilla.scilab.org/16374
Test file from 5.5.2: 135 kb despite it has been generated with
a minimal example.
Change-Id: Ie3fbc2b9820fe00acd06bd2e07a71fc45a3ce036
Stéphane Mottelet [Wed, 22 Apr 2020 07:08:17 +0000]
[ast] fix bug 14245 NR test after
5dc990d1
Change-Id: I5e5f3b63b56b1dc4ec68f0ded99e75a98ce5814b
Chin Luh TAN [Sat, 14 Mar 2020 09:10:33 +0000]
* Bug 16373 fixed: fix issue of crashing in arm when displaying 0
https://bugzilla.scilab.org/16373
--> a = 1;
--> b = 0;
--> a
a =
1.
--> b
b =
terminate called after throwing an instance of 'std::length_error'
what(): basic_string::_M_replace_aux
A fatal error has been detected by Scilab.
Please check your user-defined functions (or external module ones) should they appear in the stack trace.
Otherwise you can report a bug on http://bugzilla.scilab.org/ with:
* a sample code which reproduces the issue
* the result of [a, b] = getdebuginfo()
* the following information:
[ubuntu:24308] Signal: Aborted (6)
[ubuntu:24308] Signal code: (-6)
Change-Id: Ibfcd025545c251164a91ab1c3bcf7c5b08271cbb
Clément DAVID [Fri, 24 Apr 2020 13:14:16 +0000]
Bug #16106 fixed: Xcos sciblk4 opar failed to simulate
The sciblk4 user-defined blocks did not handle opar and odstate/oz in a
compatible way to Scilab 5. On interface function model.opar is a
list() that should be passed to block.opar on simulation function. On
interface function model.odstate is a list() that should be passed to
block.oz on simulation function.
Change-Id: I5835603e754c0a39543cb0e4e859edfb3c929d5a
Cedric Delamarre [Wed, 15 Apr 2020 12:28:01 +0000]
[webtools] Header fixed about User-Agent
// must not return an error
http_get("https://api.github.com/repos/scilab/scilab/stats/commit_activity", cert="none")
Change-Id: I86d2b2da102f6ab6cfc84fe7123ed4b69b43c475
Samuel GOUGEON [Wed, 26 Jun 2019 21:07:52 +0000]
[doc] libraryinfo() page overhauled
Moved from the master @ https://codereview.scilab.org/21027
PDF version: please remove it from the commit before merging.
Change-Id: Id86b35c0860e486acfca238e312d2ec6363eb967
Stanislav KROTER [Fri, 13 Mar 2020 15:19:18 +0000]
Added homepage-ru_RU.html.
Also fixed a typo in homepage-en_US.html.
Original commit:
https://codereview.scilab.org/#/c/21437/
Change-Id: I2628f7eb109630ccbc20734422f42f1d6c462186
Adeline CARNIS [Tue, 21 Apr 2020 14:24:37 +0000]
* Bug #16408 fixed - toJSON(var, filename, indent) crashed Scilab.
Change-Id: I3b71dbdd5879c1cacc9f02221f42f1c6a3fe6daa
Clément DAVID [Fri, 10 Apr 2020 13:37:30 +0000]
bug #16370 fixed - msprintf did not handle dollars
Using the `%2$f` format, the number between the % and the $ signs was
not checked on the first pass. This change detect a valid positive
integer and not anything else until the $.
Change-Id: I6636367b96023883911eeca6291370c270b381d0
Stéphane Mottelet [Thu, 23 Apr 2020 07:51:22 +0000]
[OSX] LANG detection with osascript was freezing menus on Catalina
Change-Id: I7512a392c7834f430b8dd07ca69d72aaa2abd6fd
Samuel GOUGEON [Thu, 27 Feb 2020 04:26:43 +0000]
[doc] Unfold synopses [core](continue)
Note: ascii(160) unbreakable space is sometimes used to indent
parts of synopses (if, try, select, while..)
Change-Id: I0d9d9a873dd3f90a3f936f5f5595bfe8cec78f32
Samuel GOUGEON [Mon, 24 Feb 2020 19:59:28 +0000]
Misc fix after afaec81 953f96 d12faf
Firstly pushed on the master branch on 2020-02-24 21:00:00
at https://codereview.scilab.org/21403
Change-Id: If9a18a5659854a0c63ebb925eb1fc62afe34f4d3
Samuel GOUGEON [Fri, 28 Feb 2020 02:18:30 +0000]
bitget(u-int64) fixed & examples added
http://mailinglists.scilab.org/Scilab-users-Bitget-for-int64-uint64-tt4040422.html
Change-Id: I7e4a0731dfe81861158c62afbdaf3ddc7002bc8c
Samuel GOUGEON [Sun, 15 Mar 2020 02:20:57 +0000]
* Bug 16369 fixed: sparse right divisions / restored
http://bugzilla.scilab.org/16369
After p = a * b: a = p / b
* restored for p or/and b sparses, and b and p real
* added for b square and complex
After p = a * b: b = a \ p
* added for a square and complex
Unit tests added
Change-Id: I0738f4e542f6c527ab74d1debfc0b5570cb9d8b2
Samuel GOUGEON [Sat, 14 Mar 2020 18:17:16 +0000]
* Bug 16366 fixed: plot(..,':') was dash-dotted
http://bugzilla.scilab.org/16366
Change-Id: Idb413eebba370934f45144a6f80cfb62e3b5c3b8
mottelet [Tue, 31 Mar 2020 14:15:16 +0000]
* Bug 16397 fixed: display of long (real) column vectors repaired
https://bugzilla.scilab.org/show_bug.cgi?id=16397
The worst case (100 times slower for 1e5 length) is for a real column
vector. Complex case is not considered because the improved display of
complex vectors and matrices has an unavoidable overhead (display width
of real and imaginary part has be determined by inspecting all values
before formating output).
Change-Id: Ia893bf0cf52629b583688c533fdaba9a0990769d
Clement David [Tue, 31 Mar 2020 13:16:11 +0000]
* bug #16399 fixed - zeros() with empty list extraction failed.
Change-Id: Idd22687b2d32d49acf031fbe10e5433002fb6e4b
Clement David [Tue, 7 Apr 2020 14:01:43 +0000]
* Bug #16401 fixed - a global external_object_java class crashed Scilab
Change-Id: Ibc7c9816b034ebb7544bbd8aff9493c1a4c99c2e
Stéphane Mottelet [Thu, 9 Apr 2020 13:02:33 +0000]
* Bug 16403 fixed: 1D extraction of matrix with implicit index had wrong dimensions
Change-Id: Ib0025ce308de45734fd6c39961ea46ff92ab6f81
Stéphane Mottelet [Fri, 10 Apr 2020 09:19:46 +0000]
* Bug 16350 fixed: now empty sparse bool matrix is false in cond exp
http://bugzilla.scilab.org/show_bug.cgi?id=16350
Change-Id: I626fb459edbeb140b748074232a96abc0b67103b
Antoine ELIAS [Wed, 26 Feb 2020 17:49:19 +0000]
fix delmenu on non dockable figure
Scenario 1: Menu "File" will not be removed
--> f1 = figure("dockable", "off")
--> delmenu(f1.figure_id, gettext("File"));
Scenario 2: Menu "File" will be removed
-->f1 = figure("dockable", "on")
-->delmenu(f1.figure_id, gettext("File"));
Change-Id: I62b4a8ae0dda054e599b0913676935815563d8be
Samuel GOUGEON [Sat, 14 Mar 2020 22:37:05 +0000]
* Bug 16365 fixed: median(m,'r'|'c') was wrong after 5dc990
http://bugzilla.scilab.org/16365
Change-Id: I4c269f9f06ed89ba2ad99899b36068142e1468eb
Samuel GOUGEON [Mon, 24 Feb 2020 02:05:19 +0000]
hist3d => bar3d: fix doc + images after d89ceaa
Change-Id: If7fe69716fd84aad27628001ce817323839a2f68
Clément DAVID [Mon, 9 Mar 2020 11:19:12 +0000]
update branch information to 6.1
Change-Id: Ic6b5f9b2e4f2425931f51e44f95da8b9519c431b
Samuel GOUGEON [Mon, 2 Mar 2020 23:51:12 +0000]
14 missing NR test files added
http://bugzilla.scilab.org/2463
http://bugzilla.scilab.org/9349
http://bugzilla.scilab.org/4171
http://bugzilla.scilab.org/8301
http://bugzilla.scilab.org/8393
http://bugzilla.scilab.org/12341
http://bugzilla.scilab.org/14916
http://bugzilla.scilab.org/15158
http://bugzilla.scilab.org/14191
http://bugzilla.scilab.org/15421
http://bugzilla.scilab.org/7083
http://bugzilla.scilab.org/13537
http://bugzilla.scilab.org/8930
http://bugzilla.scilab.org/15607
test_run ast bug_2463
test_run ast bug_9349
test_run data_structures bug_4171
test_run data_structures bug_8301
test_run data_structures bug_8393
test_run fileio bug_12341
test_run fileio bug_14916
test_run functions bug_15158
test_run graphics bug_14191
test_run graphics bug_15421
test_run graphics bug_7083
test_run sound bug_13537
test_run sparse bug_8930
test_run tclsci bug_15607
Change-Id: If2def5d6731d228e1f315a408e12e13930f34ec8
Samuel GOUGEON [Sat, 29 Feb 2020 22:02:38 +0000]
[xcos] Clarifying action executing diagram context
The context is evaluated not when the diagram is loaded
(as we load its file), but when it is *run*:
http://mailinglists.scilab.org/Scilab-users-Context-error-in-Xcos-Scilab-6-1-0-tp4040449p4040450.html
Change-Id: Ibbcd318cb044d22d468fc4cc86bd304c5dcdc684
Clement David [Wed, 11 Mar 2020 10:34:02 +0000]
Bug #3188 fixed - `part()` was slower since 4.1.2
Change-Id: Ief42881ad2dcb49134abb1f9172603866790e5ee
Antoine ELIAS [Thu, 5 Mar 2020 08:45:13 +0000]
improve strcat, strsubst, part performance
//strcat
a = ones(1,300000);
b = string(a);
tic();strcat(b);toc()
//strsubst
A = string(rand(100, 100));
tic;B = strcat(A);toc
tic;strsubst(B, "3", "X");toc
tic;strsubst(B, "30", "X");toc
tic;strsubst(B, "3", "XYZ");toc
//part
c = 1e5;
str = strcat(string(int(rand(1, c) * 10)));
idx = int(rand(1, c) * c + 1);
tic;part(str, idx);toc
Change-Id: I8f2635cf3ce2e3ab257690935ddf0961b403ea40
Cedric Delamarre [Thu, 5 Mar 2020 09:55:44 +0000]
[debugger]crash fixed when an execution finished after a Step Out
Change-Id: Idebf7143806584f7e8faaa5fdf7e6918ca5d24ce
Cedric Delamarre [Wed, 26 Feb 2020 15:29:51 +0000]
[debugger] stop on break point fixed.
Change-Id: Ia0904aa01177a7f1eb1ee74c12ff0a1b66c3e12e
Antoine ELIAS [Wed, 26 Feb 2020 13:09:26 +0000]
change version to 6.1.1
Change-Id: I15d5a0f6fa11d61b977650407404a079f5de9389
Clement David [Tue, 25 Feb 2020 09:07:22 +0000]
Update CHANGES.md before the release
Change-Id: Ie912c1aa67050b3b9868e20255c3a0c19427d181
Clement David [Mon, 24 Feb 2020 18:03:42 +0000]
helptools: clean gen. of cached images
Change-Id: Icf94134525b84c8884284c267572b88c8c9dd876
Clément DAVID [Mon, 24 Feb 2020 16:11:26 +0000]
xcos: fix scifunc_block_m after
59f9727d
Change-Id: I87cd3db9b54f40b2293d53f5d47b31756c168884
Stanislav KROTER [Mon, 24 Feb 2020 11:46:16 +0000]
Translation of circshift, fftshift and flipdim help pages into russian.
Change-Id: Iff7fbaacf245c456642897dc3969472c04800891
Clément DAVID [Mon, 24 Feb 2020 10:12:55 +0000]
localization: refresh po files from source code
Change-Id: I9d0c236e2344e066bf7d7f596de28c831fbc21d6
Clément DAVID [Mon, 24 Feb 2020 10:36:56 +0000]
helptools: refresh CHANGES.html
Change-Id: Ia3a460011047c8f67ed4b85e4ae9e4de76a1a36f
Clément DAVID [Mon, 24 Feb 2020 10:48:04 +0000]
test_run: filter out Gtk-Message logs
Change-Id: I231230e827f24403f317046b022ee3d843e71639
Antoine ELIAS [Mon, 24 Feb 2020 12:49:24 +0000]
fix detectmsvc64tools
Change-Id: Ie73d76c00df25d7708a01945b931b421c8c16976
Samuel GOUGEON [Thu, 2 Jan 2020 19:59:39 +0000]
[doc] mv all 3 pages /Integers => /elementary_functions/Integers
Purpose:
- remove the very small Integers help chapter from the help root
- improve the help tree and consistency for users
Change-Id: I8ac511be22e697097338cb7d963bcffe7f854307
Samuel GOUGEON [Mon, 25 Feb 2019 21:23:25 +0000]
* Bug 8328 fixed [xcos]: Tabs of block Format=>Edit were unclear
http://bugzilla.scilab.org/8328
Merging will feed launchpad ASAP.
Change-Id: I43de096ee4598191475a80dd7478331c863046b1
Samuel GOUGEON [Sun, 23 Feb 2020 22:49:12 +0000]
misc fix after c7b7a0 b2a6b7
874f2e06 07fa762
Change-Id: I0f8d003fbd152ad46d8241289e09f428cb7feda1
Samuel GOUGEON [Wed, 24 Jul 2019 20:37:13 +0000]
* Bug 10014 fixed: DominationRank() made private in optim_nsga2()
http://bugzilla.scilab.org/10014
Change-Id: I48920f5c1eb97a6521defa08cc58d882534319a6
Clément DAVID [Sun, 23 Feb 2020 21:44:38 +0000]
Xcos tests: fix blocks_set.tst after
59f9727d
Change-Id: I8feae72a969fb5966252d7238d99a88b2cf014ac
Samuel GOUGEON [Mon, 3 Jun 2019 10:32:12 +0000]
* Bug 16108 fixed: CSCOPE & CMSCOPE Label&id now displayed
http://bugzilla.scilab.org/16108
Change-Id: I75cd5face463a38964db542abc582fa95c3b79cb
Antoine ELIAS [Sun, 23 Feb 2020 21:07:45 +0000]
fix printf with index outside token
Change-Id: Ieffb203eef642a0b8a7f2f68d5217e9a6067418e
Clément DAVID [Sun, 23 Feb 2020 20:24:16 +0000]
helptools: fix Graphics.xml and the image cache
Change-Id: Iccfff7f45627df43e93eac44af3e1e56e2cd022b
Samuel GOUGEON [Sun, 23 Feb 2020 20:55:16 +0000]
* Bug 16333: tree_show(xcos_block) crashed
http://bugzilla.scilab.org/16333
This patch is OK for me for blocks.
For diagrams: i succeeded only once to display the test diagram,
and then never again. When debugging, it appears that the crash
never occurs at the same level in the tree. It is somewhat random.
At least on my (slow) PC.
Change-Id: I32d7fcfb8bfaa0aa4ed3e5db92d148ef98e8f9aa
Samuel GOUGEON [Mon, 15 Apr 2019 18:47:22 +0000]
* Bug 14585: editvar(close) replaces closeEditvar()
http://bugzilla.scilab.org/14585
closeEditvar removal: https://codereview.scilab.org/20946
Change-Id: I6941329981f2a096c02197cd7b5dfbcbc681dc27
Samuel GOUGEON [Sat, 23 Feb 2019 23:48:14 +0000]
* Bugs 15921 15979 16223 fixed [xcos]: EXPRESSION CLR DLR multichar exponents
* http://bugzilla.scilab.org/15921 : "<" in scifunc_block_m
* http://bugzilla.scilab.org/15979 : EXPRESSION CLR DLR multichar exponents
* http://bugzilla.scilab.org/16223 : * management in EXPRESSION CLR DLR..
See the thread of http://mailinglists.scilab.org/Scilab-users-CLR-design-component-is-not-clear-in-scilab-6-0-2-x64-W10-tp4039907p4040012.html
* Protection of "_" added (as in variable name "ab_c" in expressions)
* Expected rendering: http://bugzilla.scilab.org/attachment.cgi?id=4905
* Follow-up of https://codereview.scilab.org/19768
Moving EXPRESSION to the Maths palette in review
@ https://codereview.scilab.org/20867
Test for 15921:
- add a scifunc_block_m block
- double-click. Answer OK to the first GUI
- second GUI: enter y1=2*(u1<3)
- all next GUI: answer OK
- Finally, check that in the updated icon the formula shows y1=2(u1<3)
Change-Id: I9b06e80d8c8d91a4360dd1ecd8409cd912dd6f97
Antoine ELIAS [Sun, 23 Feb 2020 11:46:31 +0000]
add support of SCI/TMPDIR/... in fullpath
Change-Id: I1797a7e674344b0da294c40db73d708aad59d527
Samuel GOUGEON [Sun, 17 Feb 2019 00:52:30 +0000]
[doc] useless LaTeX removed (continue)
Change-Id: I451be7350585072caa440442f12ffaf5b3415154
Samuel GOUGEON [Tue, 25 Jun 2019 20:13:41 +0000]
* Bug 10702 fixed: FROMWSB & TOWS_c icons show varname
http://bugzilla.scilab.org/10702
Change-Id: Ia727476ef772c25efdc3551c8417b8cee512abe8
Samuel GOUGEON [Thu, 31 Oct 2019 13:41:46 +0000]
* Bug 16228 fixed: cla() missing in bode() & nyquist() demos
http://bugzilla.scilab.org/16228
Change-Id: I2a456ce51cb58dbdb25ee22e0e9f7709a4407328
Samuel GOUGEON [Sat, 25 May 2019 18:47:19 +0000]
* Bug 15643 fixed [doc]: The signed zero was not documented
http://bugzilla.scilab.org/15643
PDF page: http://bugzilla.scilab.org/attachment.cgi?id=4961
Change-Id: Ibc4a7c7242a6c91b742446523bef636ad19e3bae
Samuel GOUGEON [Wed, 28 Aug 2019 13:28:31 +0000]
* Bug 16167 fixed: clf('reset') could remove native menus
http://bugzilla.scilab.org/16167
Test:
get(0).showhiddenhandles = "on";
f = scf(1234);
addmenu(1234,"Test")
addmenu(1234,"Bug 16167")
f.children
// clf('reset')
plot() // includes a clf("reset')
f.children
// Check that native menus are still here,
// while "Test" and "Bug 16167" ones have been removed.
Resetting native menus is not really the purpose of the report.
I don't know any easy way to do it (the implemented attempt fails,
due to copy() failure (and likely swap_handles() also).
Closing the figure -- that may be docked -- and reopening a new one
is not convenient either.
Change-Id: I5cbb61cacceb65ca33c698f05b35fdfd2aa91865
Samuel GOUGEON [Sun, 24 Feb 2019 03:07:23 +0000]
[doc] xcos interfaces.gif unclipped + refreshed
Change-Id: I46e5095720f9d2caee156e592526a837cdeecef8
Samuel GOUGEON [Tue, 14 Feb 2017 05:43:07 +0000]
* Bug #12428 fixed: A part of toprint() error message was not translated.
http://bugzilla.scilab.org/12428
The french translation was added since then.
Other .po files have the translation
Change-Id: If66f5502fa5b0407659e419c06cfaa463d7d0977
Samuel GOUGEON [Thu, 25 Jul 2019 21:33:26 +0000]
[graphics] datatipGetStruct() datatipSetStruct() removal + cleaning
datatipRemoveNearest() : called nowhere => macro removed
datatipDeleteSelected() : called nowhere => macro removed
datatipSetSelected() : called nowhere => macro removed
datatipsGUI() : called nowhere => macro removed
datatipSetGUI() : called only in datatipsGUI() => macro removed
datatipGetSelected() : called only in datatipDeleteSelected() &
datatipSetSelected() => macro removed
datatipRadioCallback() : idem
datatipMove.sci : replaced with a builtin => macro removed
datatipSetStyle.sci : idem
Hence:
datatipSetStruct() : called only in the above macros => removal OK
datatipGetStruct() : idem
Datatips cleaning is not achieved, but this is a first step.
Change-Id: I26afca3825f8a07f8d0099e763dfbede6d3f6398
Samuel GOUGEON [Fri, 1 Mar 2019 20:08:16 +0000]
* Bug 15067 fixed: adds D&D of XMI files
http://bugzilla.scilab.org/15067
"*.xmi" added to the Console: File => Open file" selector
at https://codereview.scilab.org/20895 (merged)
Change-Id: I9bea5666fb944eafab2677300a8b9e8186f4b59d
Samuel GOUGEON [Wed, 6 Nov 2019 15:39:58 +0000]
* Bug 16239: mv %k %sn macros in [special_functions]
http://bugzilla.scilab.org/16239
No tests found for %k and %sn.
Pages already in [special_functions]
Change-Id: I9e594f3f9f94156fda33280aa7e76c6263ac85ba
Samuel GOUGEON [Sun, 14 Apr 2019 12:36:26 +0000]
* Bug 16062 fixed: tbx_make(Dir,'*') for all sections despite custom builder
http://bugzilla.scilab.org/16062
Change-Id: If5556e9837c1e4009ddf9d215e2e4c29111a768e
Samuel GOUGEON [Sun, 7 Apr 2019 07:57:40 +0000]
* Bug 15861 fixed [cacsd]: overloadname() removed (== typeof(,'overload')
http://bugzilla.scilab.org/15861
Change-Id: Ib4cb6d0a7392df71a487fd257c82231180867145
Samuel GOUGEON [Fri, 31 May 2019 14:57:26 +0000]
* Bug 14900 fixed: function overloading code mc => function
http://bugzilla.scilab.org/14900
Apparently, after S.num = %pi;
modulo == S // does not need %function_o_st(), but when this one is
defined, the comparison calls it.
Change-Id: I02dd07110ebbcce14042fd5591a136a74d8055c6
Samuel GOUGEON [Fri, 31 May 2019 23:50:37 +0000]
* Bug 15357 fixed: atomsGetInstalledPath() softer wrt name & version
http://bugzilla.scilab.org/15357
new page (PDF): http://bugzilla.scilab.org/attachment.cgi?id=4964
Please check that the unit tests are not OS-specific (unlikely).
Change-Id: I4603d655ba3aab8a6def668d30e640278949840a
Antoine ELIAS [Fri, 21 Feb 2020 18:25:21 +0000]
dynamic_link remove support of old VS versions
Change-Id: I4258e86bd5b7dc81e6968bbca3c3fc62b9087404
Samuel GOUGEON [Sun, 17 Dec 2017 19:32:00 +0000]
* Bug 7293 fixed: circshift() introduced
http://bugzilla.scilab.org/7293
Other shifting modes useful with hypermatrices could be implemented.
This implementation of classical features is expected for a long time.
Submitting it as is.
It will still be possible to add new hypermatrices features later.
Change-Id: I1c07b9a17efaa2bf7dd65a5eb82738b8c29527b6
Cedric Delamarre [Fri, 21 Feb 2020 17:03:42 +0000]
[scicos] dia.ref updated
Change-Id: Ifef9ca5610d3750a4a5d58fbd6315d019c8f086f
Cedric Delamarre [Fri, 21 Feb 2020 16:36:44 +0000]
[scinotes] dia.ref update
Change-Id: I7b4e6dbf60d1de3d5a65d5d4253a7fc15fd9fa3f
Cedric Delamarre [Fri, 21 Feb 2020 15:59:15 +0000]
tclsci fixed after
33ce445f981d
test_run tclsci TCL_SetGet
test_run tclsci bug_1591
Change-Id: Ie98a4eb26f697839b8654804c57d6be6fc5c2ee7
Clément DAVID [Tue, 18 Feb 2020 11:14:32 +0000]
helptools: remove unused cached images
Change-Id: Ia05c598a73c5cc6ce860bef817ffaa3737daaeb9
Clément DAVID [Wed, 19 Feb 2020 14:23:52 +0000]
output_stream/localization: let msprintf() handle parameter field
Change-Id: I142b2bd920bd9134093896396e06d2ec619c6fd4
Clément DAVID [Wed, 19 Feb 2020 15:05:36 +0000]
localization: import from launchpad
Change-Id: I5321761b3630e1465aec6d03166c6f4767d54972
Clément DAVID [Fri, 21 Feb 2020 14:52:56 +0000]
helptools: fix help build after
b161d4b7
Change-Id: I515498933b0d0cdc1bd2e6127e496c12fb13c223
Clément DAVID [Mon, 17 Feb 2020 23:58:20 +0000]
helptools: fix images generation from scratch
Change-Id: Ib7e68bdd4a76563b6ffdd7a1c682004ded7c10cd
Samuel GOUGEON [Sat, 6 Apr 2019 21:39:27 +0000]
Remove unused overloads % structures
Change-Id: I8142300a7febe57a5a088a3f9158807aea5eccbc
Samuel GOUGEON [Wed, 29 May 2019 19:47:18 +0000]
* Bug 16081 fixed: prettyprint(): HTML added. Page overhauled.
http://bugzilla.scilab.org/16081
PDF page: http://bugzilla.scilab.org/attachment.cgi?id=4962
Pre-requisite: https://codereview.scilab.org/20966
Change-Id: I8d7a402f7f28ebb309a1cdbbeebc4f2b585ec6ea
Samuel GOUGEON [Fri, 21 Feb 2020 12:07:21 +0000]
[doc] unwrap_2D.png moved in [elementary_functions]
Change-Id: Ia86d9d30b1aa9253ee64f5ee06bb847a916cf569