Sylvestre Ledru [Wed, 27 Feb 2013 17:27:22 +0000]
Kill the libs/dynamiclibrary/ directory and move the file. libs/ is not interesting and does not provide anything interesting
Change-Id: I13e51bee84632610ef78b70ef6f4c5160dea01b5
Vincent COUVERT [Thu, 28 Feb 2013 10:10:40 +0000]
Deactivate test because freezes test chains
Change-Id: I74fae76d9670a112fa34e521e65358e6a5c5eb31
Antoine ELIAS [Thu, 28 Feb 2013 08:29:42 +0000]
remove libst from windows installation
Change-Id: I32a5eec9765e8172183b5fff22091cd9f3e4af93
Antoine ELIAS [Wed, 27 Feb 2013 15:56:25 +0000]
fix bug 11969 under Windows
echo disp(1+2); > test.sci
echo disp("foo") >> test.sci
more test.sci | bin\scilex -nwni
Change-Id: I669e468b44086c4e8c466cea1dd4c14660a11b4b
Antoine ELIAS [Wed, 27 Feb 2013 14:16:32 +0000]
remove dependendy on libst, rewrite mgeti and mputi to follow documentation
test_run("fileio",["mgeti","mputi"])
Change-Id: If2f9231e494dfa20cb2850bf8bfe72344db15ec0
Antoine ELIAS [Wed, 27 Feb 2013 15:12:39 +0000]
update fileio tests 3663 and 4467 to take care of Windows configuration
Change-Id: I9cccc4e61e82cf85c2c162ee6b10e026e60bc683
Vincent COUVERT [Wed, 27 Feb 2013 12:40:01 +0000]
Typo: legeng ==> legend
Change-Id: I7396b8cada25e2fab68330251eaa2e453eb96bf4
Calixte DENIZET [Tue, 9 Oct 2012 12:44:14 +0000]
Bug 11969 fixed: Only the first line was executed when the code was piped under Linux.
Change-Id: Ibab822ad0aecf4b1bb7f65a5cf4104540c555ce2
Sylvestre Ledru [Tue, 26 Feb 2013 14:00:19 +0000]
Missing refresh of the Makefile
Change-Id: I84d5dd1fbdc3e5d594d377229e2b44a44a00e14c
Sylvestre Ledru [Tue, 26 Feb 2013 11:35:35 +0000]
Remove useless compilation FLAGS to Tcl/Tk from the graphics module
Change-Id: I1717856594a6d224207866872fdd0905b03e7948
Sylvestre Ledru [Tue, 26 Feb 2013 11:28:16 +0000]
doublylinkedlist was no longer used. Drop it. Found thanks to the code coverage: scan-build.scilab.org/code-coverage-c/
Change-Id: I6b48d92b67712fb6648c2c907003c6485aa14f8c
Sylvestre Ledru [Tue, 26 Feb 2013 11:07:33 +0000]
Regenerated images for Sfgrayplot
Change-Id: If2005741fc0cf50dd3e98f96277798025588a507
Stanislav KROTER [Tue, 26 Feb 2013 11:42:12 +0000]
Translation of help page for Sfgrayplot into Russian.
Change-Id: I471755050184d19f445c870600621e722268c952
Stanislav KROTER [Tue, 26 Feb 2013 11:40:44 +0000]
Removed xset as obsolete function (inserted set function).
Change-Id: I991903c414cfdd327ea96f3d32c55b6f671a137e
Charlotte HECQUET [Mon, 25 Feb 2013 09:18:30 +0000]
Add cases after commit https://codereview.scilab.org/#/c/10467 (Fixes bug #5291)
Change-Id: I93fee0516f41062ffad7aaf80d8928d86995c9c7
Antoine ELIAS [Mon, 25 Feb 2013 16:40:54 +0000]
During load, restore callback functions of figure handle at the end
Change-Id: I24e65f00159b188d86a9f1ad1cce1f5582a9ceaa
Simon Marchetto [Mon, 25 Feb 2013 16:44:02 +0000]
* Bug #6320 fixed - Completion in Scilab is case sensitive
Completion in Scilab is now case insensitive.
-it applies on all syntax elements of Scilab, and file/directory paths.
-if one hypothesis matches only, then the console applies it automatically.
New unit tests for case insensitive completion.
Used stristr function moved from scilab_windows to string module.
Used convstr exported from string module.
Change-Id: I6216a3aacaee11c976f080947d1e7a2ad867f573
Antoine ELIAS [Mon, 25 Feb 2013 17:34:22 +0000]
add scinotes.bat and xcos.bat in windows installation
Change-Id: I25aecec42480adc280be13b0d8d4034856eeaeec
Calixte DENIZET [Fri, 15 Feb 2013 13:31:24 +0000]
Graphics: avoid useless redraw
Change-Id: Ie1d1a8ea2fee13d842ea4caa711b17ac5949eabe
Clément DAVID [Mon, 25 Feb 2013 13:37:01 +0000]
* Bug #9074 fixed - Calling a function on the context gave a warning.
Change-Id: Iab559c041a43d2ed8d3cfa3c76e02c590aea513a
Antoine ELIAS [Mon, 25 Feb 2013 15:21:58 +0000]
fix some malloc(0) in hdf5 module
Change-Id: I9646182a40c92b1d3d1b395b0dfa21fb3e7c9eba
Sylvestre Ledru [Mon, 25 Feb 2013 14:19:43 +0000]
* Enforce a minimal version of JLaTeXMath (1.0.1).
Change-Id: I0b4e53c7dcd8a82b6aec6d1fed612f1411040a3b
Sylvestre Ledru [Tue, 19 Feb 2013 12:12:39 +0000]
* Enforce a minimal version of Scirenderer (1.0.6).
Change-Id: I4f7a94941371ebb15beaac1b235b91ffc1c836c8
Sylvestre Ledru [Mon, 25 Feb 2013 14:09:14 +0000]
* Enforce a minimal version of Flexdock (1.2.3).
Change-Id: I1dc06fad68d975833ccefd2ffc7f3210c76bd0ff
Sylvestre Ledru [Mon, 25 Feb 2013 12:54:47 +0000]
* Bug #8484 fixed - Move the syslin help page to the cacsd chapter.
Change-Id: I8ee495d339954fd4c71f81bdcfa02e35f1e27828
Calixte DENIZET [Mon, 25 Feb 2013 11:02:19 +0000]
Avoid npe with invalid DockingPortNode in windowsConfiguration.xml
Change-Id: Ibd23066615d5bc2cd3b08753be05fb754782c2bf
Stanislav KROTER [Mon, 25 Feb 2013 04:53:25 +0000]
Revision of help pages for Matplot and Matplot1 functions.
Change-Id: I77915afd23fc46373b5620d53b38cf8178ac2da2
Stanislav KROTER [Mon, 25 Feb 2013 05:49:15 +0000]
Revision of help page for Sfgrayplot function.
Change-Id: Iccfe7d57b3cc1c35b5605c1bcfc1c24911bc1502
Stanislav KROTER [Mon, 25 Feb 2013 05:33:50 +0000]
Translation of help page for Matplot_properties into Russian.
Change-Id: If6be1c3601c7fa682f4edd8f5e59bedcc071c8c6
Stanislav KROTER [Mon, 25 Feb 2013 05:30:22 +0000]
Revision of help page for Matplot_properties.
Change-Id: I79bcf3b9cbb8d8c346ff3a2fc165d8a7b8afcf99
Stanislav KROTER [Fri, 22 Feb 2013 08:54:20 +0000]
Changed sample image for contour2d (the level designation was invisible)
Change-Id: Idcdbee17e9005865e6bf322e8688f7afbe9972f0
Stanislav KROTER [Fri, 22 Feb 2013 08:47:22 +0000]
Swop the first and the second examples.
Now the second example changes the format of the floating point numbers
and it is more easier (for user) to understand what happens.
Change-Id: I580345a5c2b5a8079b5880a442cb283712361124
Stanislav KROTER [Thu, 21 Feb 2013 12:09:37 +0000]
Fix some typos.
Change-Id: I391c640f526cb90ce5e7133f9493a44b0302cf83
Stanislav KROTER [Thu, 21 Feb 2013 12:04:17 +0000]
Insert localized example image for Sfgrayplot (ru_RU).
Change-Id: Id671ada4182e0907814ae53e5f9a3253cc586135
Stanislav KROTER [Thu, 21 Feb 2013 12:03:03 +0000]
The level curves were not subscribed.
Change-Id: I01aa108a1a10ff0589bed48388b917ac30ef8833
Stanislav KROTER [Thu, 21 Feb 2013 05:34:44 +0000]
Fixed some typos.
Change-Id: If06402c33b04aee00e0c27b735e9accf17c0de3e
Stanislav KROTER [Wed, 20 Feb 2013 05:43:09 +0000]
Translation of help page for xpause function into Russian.
Change-Id: I6f978d7dde719d0ba6f308b0e64ce3dc386dcee1
Stanislav KROTER [Wed, 20 Feb 2013 05:37:47 +0000]
Remove a pixmap from example on help page for xpause
Change-Id: Iff7f4cf5aab4e2a78fd19fda0a54e8d12a15a931
Simon Marchetto [Mon, 25 Feb 2013 09:40:30 +0000]
completion: fix completion and completeline unit tests
Change-Id: I7d0f1ed6a20428681d8b3ab85204d575e337f73b
Sylvestre Ledru [Mon, 25 Feb 2013 09:23:40 +0000]
Update of the localization file
Change-Id: I2a317c3b8b4e9b42d32be8314df5cfc8fc62db6c
Vincent COUVERT [Fri, 22 Feb 2013 14:06:29 +0000]
Fix test after commit https://codereview.scilab.org/#/c/10467/ (Fixes bug #5291).
To test: test_run("string", "strtod")
Change-Id: I3de5ecbbb56359ee71620d41e09fc3f8536c5da8
Clément DAVID [Fri, 22 Feb 2013 12:41:55 +0000]
Xcos: fix memory leaks
Change-Id: I62f59e582a1636b35e1b32972112013b8f00e724
Antoine ELIAS [Fri, 22 Feb 2013 15:12:11 +0000]
update installation item text en and fr
Change-Id: I09f63c71eb139a3f43ef0d74623e6c873abb7d9d
Charlotte HECQUET [Fri, 15 Feb 2013 14:48:51 +0000]
* Bug #12020 fixed - Default value of ncv in eigs function was not documented.
Change-Id: Iaf4a94edd033b0990f062441a99c6bc91fd39564
Antoine ELIAS [Mon, 18 Feb 2013 10:55:48 +0000]
SEP 87 for Windows :add scinotes and xcos batch file
Change-Id: Ibf01b5d45e710184d4b37b16917c25c4a4d8056b
Antoine ELIAS [Thu, 21 Feb 2013 15:12:21 +0000]
fix bug 12321 save environment failed to save lib variable. Now these variables are ignored like previous version of save function.
Change-Id: I6497a2efe9ae4238117b9cb1f77393ec28bac66e
Calixte DENIZET [Fri, 22 Feb 2013 11:09:42 +0000]
Export: forgot to check non null before dispose
Change-Id: Ie3b5acb9473d175aa2510fdaff8682088c48078e
Sylvestre Ledru [Fri, 22 Feb 2013 08:54:18 +0000]
Move some code to the symbolic module (where they belong)
Change-Id: I2a54cf6c5761b48fde60caab728dbc059b5c84d0
Vincent COUVERT [Fri, 22 Feb 2013 10:37:25 +0000]
Add missing header removed in https://codereview.scilab.org/#/c/10464/
Change-Id: I6ed295c1a21d8b38b66da164182687a407b52b61
Simon Marchetto [Thu, 21 Feb 2013 10:30:30 +0000]
* Bug #10223 fixed - Errors messages in atomsDownload must be clearer.
Change-Id: I9f526b2ad2ddc3935f871352a29b25765be11af2
Calixte DENIZET [Mon, 28 Jan 2013 15:17:37 +0000]
Add a closeEditvar() function
Change-Id: Iebb4bff60e3bd01a7c7386586ab40a5f284f42ab
Vincent COUVERT [Thu, 21 Feb 2013 22:29:38 +0000]
Revert "Remove a dead function (iseye)"
This reverts commit
d81a8d39c6e5987bec56b9fdde5de0928bf08bd7
Used in symbolic module.
Vincent COUVERT [Thu, 21 Feb 2013 22:29:13 +0000]
Revert "Remove a dead function (termf)"
This reverts commit
48fcba919ef32a3ce0c83cb552b0809be2ac46b4
Used in symbolic module.
Vincent COUVERT [Thu, 21 Feb 2013 22:28:29 +0000]
Revert "Remove a dead function (isnum)"
This reverts commit
4cfc2ca1ba1ae669707a0ecf00c8878b411a22f9
Used in symbolic module.
Vincent COUVERT [Thu, 21 Feb 2013 22:00:40 +0000]
Add missing ref file
Change-Id: I2b3e1f322a20006b687a83d4f469759b753a04ca
Vincent COUVERT [Thu, 21 Feb 2013 22:00:10 +0000]
Add missing header removed in https://codereview.scilab.org/#/c/10464/ (make Mac OS X version crash)
Change-Id: I50ea2f152a20d404e08a1e0b00bcf0af08e2bbbe
Charlotte HECQUET [Wed, 13 Feb 2013 14:53:04 +0000]
* Bug #5291 fixed - strtod returned 0 when no real number was detected.
Change-Id: I2f033516a6e45781accc8c68838bef819ae40571
Calixte DENIZET [Thu, 21 Feb 2013 17:24:04 +0000]
Export: remove memleaks
Change-Id: I870ff6ba5a694683afb7749bfeaafdf569021872
Antoine ELIAS [Thu, 21 Feb 2013 17:06:47 +0000]
fix hdf5 locked file by listvar_in_hdf5 and import_from_hdf5 functions
Change-Id: I0b14e85f6597f683b95c547a52cfd5e67a1abec6
Antoine ELIAS [Mon, 18 Feb 2013 14:08:49 +0000]
HDF5: fix trouble on closing dataset during import of void and undefined list items, cause fail of bug_8383
Change-Id: I6e6f41794cb139a646eb5576fb013cd34322e8a1
Alexandre HERISSE [Tue, 19 Feb 2013 08:34:53 +0000]
Correct misalignment between 3 xcos test files and their corresponding dia.ref files
Change-Id: Ia7cef2c6aba59fb16c9c9b96536b5b097467be2b
Charlotte HECQUET [Wed, 20 Feb 2013 14:14:48 +0000]
* Bug #12004 fixed - Add "Configuring scaling factor" in the karmarkar help page.
Change-Id: I3cfdadc6e064dad335893edb3602ba9df9129e55
Charlotte HECQUET [Fri, 15 Feb 2013 13:37:21 +0000]
* Bug #12019 fixed - In the help of eigs function, NEV was unclear.
Change-Id: I45f4be32e5540ec10e45f38b4dec868cf6182a5b
Antoine ELIAS [Thu, 21 Feb 2013 10:50:40 +0000]
allow CTRL+V in scilab dos console under Windows
Change-Id: Ibdf2fc0f02665d1146b0ddabb000f366cc2e4bc5
Clément DAVID [Thu, 21 Feb 2013 07:09:34 +0000]
Xcos: did not halt simulation on the 2nd diagram tab close
Bug #8600 fixed bis correction, the simulation halted even if this not the
last opened Xcos diagram.
Change-Id: I67930012c21f6829c837d22adf2c4e8ea2c38ac3
Calixte DENIZET [Tue, 19 Feb 2013 14:26:14 +0000]
Bug 11851 fixed: Default EOL under Mac should be LF
Change-Id: I8cd246f2ec082968e79e4e10229ddf467a21cf74
Calixte DENIZET [Wed, 20 Feb 2013 14:34:48 +0000]
Bug 11569 fixed: F5 to navigate in the dock was incompatible with SciNotes, so replace it by shift+F6
Change-Id: Ie4383a1b7560702e2e491c6a8ffbe424e6f4a52c
Calixte DENIZET [Wed, 20 Feb 2013 17:46:25 +0000]
GUI: save the windows dimension & location before they have been maximized
Change-Id: I3014f4e1aa6493cb21e103523dcdcd226c9a8d5a
Sylvestre Ledru [Thu, 31 Jan 2013 23:12:34 +0000]
editvar propose direct save to the CSV format of the whole variable or the selection.
Change-Id: I2a903fe864d188099d2d0ea2d79f8ed094a6e37e
Calixte DENIZET [Wed, 5 Sep 2012 13:04:34 +0000]
Bug 11841 fixed: There was no way to search a word in the console. It is now possible with F3 or CTRL+F.
Change-Id: I934a3451f6c22ace789c4ba2fc6a0faf4c86fc09
Sylvestre Ledru [Wed, 20 Feb 2013 15:30:06 +0000]
tiny cosmetic change in the Xcos C_struct doc
Change-Id: Ib99a0a87a697b2c429dbf199cf98f2cdb00b5ce1
Calixte DENIZET [Wed, 20 Feb 2013 14:15:13 +0000]
Bug 11549 fixed: Prefs window changed its dimension when hitting Default
Change-Id: I22c9404ca7c7aab308c990d99b3f10b246758d87
Calixte DENIZET [Tue, 19 Feb 2013 13:12:04 +0000]
Graphics: remove hidden box lines in 2D view (in fine to remove them in export)
Change-Id: Ic1421f874f7e5e05aaeee80554c12c562d5d9a58
Calixte DENIZET [Tue, 19 Feb 2013 10:35:51 +0000]
Bug 12231 fixed: In SciNotes, a whole word was searched when the expression was not a word
Change-Id: Ia2f7cf8b1b506e8ffbe203ee460b3decbee776f1
Calixte DENIZET [Wed, 20 Feb 2013 13:51:23 +0000]
Bug 11501 fixed: Use 21411...21411 for latex in scinotes comments to avoid confusion with commented scilab code
Change-Id: I4d4d97a71233bc24c884cb2a4269a29ae3ca65e5
Calixte DENIZET [Wed, 20 Feb 2013 13:02:30 +0000]
Bug 7058: there was an error in mathml formula in beta function help
Change-Id: I66c46cf53e04da972aaaab3e594583e3112453fd
Antoine ELIAS [Wed, 20 Feb 2013 10:31:00 +0000]
fix long path trouble in atomsExtract under windows
Change-Id: Ie099e392ce0362b18352f4bf328996b36c487b83
Stanislav KROTER [Tue, 19 Feb 2013 15:19:01 +0000]
Help pages for testmatrix moved in the elementary matrices category.
Change-Id: I52faa9a95fc5bf02b0b443f9da85123995c748f6
Simon Marchetto [Mon, 18 Feb 2013 16:17:38 +0000]
Improve the Javasci documentation (FAQ)
- split the "Javasci cannot be found" issues into Linux & Windows issues
- add an entry for http://bugzilla.scilab.org/show_bug.cgi?id=12226
Change-Id: I22473601645905cca828625c44507090666b22bf
Simon Marchetto [Tue, 19 Feb 2013 08:58:44 +0000]
Improve Javasci documentation (compile and run)
- separate completely the Linux from the Windows part
- fix the Windows part: SCI variable & java.library.path are useless
Change-Id: Ie1be967d81c0d4cc4bef8c9af1e3a9db1ffb51a9
Stanislav KROTER [Tue, 19 Feb 2013 11:46:29 +0000]
Translation of help page for LineSpec into Russian.
Change-Id: Id3845bbf00d9670ce640970e8f24761691e19e72
Stanislav KROTER [Tue, 19 Feb 2013 11:44:42 +0000]
Deleted unnecessary line from sample image and 'none' from marker type table.
Change-Id: I2a11aa3597f9c07d7c823b57b88eac7466f2dc10
Stanislav KROTER [Tue, 19 Feb 2013 11:08:59 +0000]
Translated in russian help page for champ: "see below" -> "см. ниже"
Change-Id: I581edf64ad13c26cb4244a73db46189b1d0c2a2e
Stanislav KROTER [Tue, 19 Feb 2013 10:53:54 +0000]
Revision of help page for LineSpec (en_US).
Change-Id: I28ace5a54645d3f0713f3cbe0c8d415eba392189
Stanislav KROTER [Tue, 19 Feb 2013 08:14:21 +0000]
Translation of help page for comet function into Russian.
Change-Id: I80e03e15ecbb1a3a3b67989e2b4c559923d2b06f
Stanislav KROTER [Tue, 19 Feb 2013 07:43:22 +0000]
Revision of help pages for comet function:
1) inserted some comments about XML file;
2) inserted additional example for "colors";
3) inserted link to color function;
4) … and others.
Change-Id: I0dfde90a290d39c3187bf1369960c015a9ee79c9
Stanislav KROTER [Tue, 19 Feb 2013 06:33:33 +0000]
Inserted role="see also".
Change-Id: Icffdf1190a5f9a8a3994d66221ce8cf6a42abe84
Stanislav KROTER [Tue, 19 Feb 2013 04:51:28 +0000]
Russian localization of sample image of help page for contour2d function.
Change-Id: Ie38b972e6a508344daadcb1a6e16af27e0665beb
Clément DAVID [Tue, 19 Feb 2013 07:41:30 +0000]
Xcos: Avoid some scopes blink on simulation.
Change-Id: I555391c8e3082e3b42ba6c004e7b0852f0f028d8
Sylvestre Ledru [Mon, 18 Feb 2013 13:30:02 +0000]
Remove a dead function (isnum)
Change-Id: I1332990cc86bec9cf4ff553bbcbb375aa8d99a93
Sylvestre Ledru [Mon, 18 Feb 2013 13:27:17 +0000]
Remove a dead function (termf)
Change-Id: Ie1f54bdd7ea1bc67a3b8b7472520ad1b692b8557
Sylvestre Ledru [Mon, 18 Feb 2013 13:24:53 +0000]
Remove a dead function (iseye)
Change-Id: I88de77a050caa2d8cfab0dea83c18a369f8e08c6
Sylvestre Ledru [Mon, 18 Feb 2013 12:28:25 +0000]
Fix a typo
Change-Id: I23101aeb6c507ce0171e455e1a395b79396f5c25
Clément DAVID [Mon, 18 Feb 2013 15:14:40 +0000]
Xcos file type: handle complex datatype as diagram data
Change-Id: I546cf64c3974c958846d9ca04e2ce294b0466fbb
Antoine ELIAS [Mon, 18 Feb 2013 14:04:05 +0000]
Bug #11954 fixed - export_to_hdf5 was not able to export the same variable twice.
Change-Id: I65a9002057f55e2c0bb0f16037ffb5732e0ed588
Calixte DENIZET [Mon, 18 Feb 2013 14:38:42 +0000]
EO: free a var at the right place
Change-Id: If71079544785820239d345608b7092969e737624
Calixte DENIZET [Mon, 18 Feb 2013 13:58:56 +0000]
SciNotes: improve error message
Change-Id: I738359e6a10a249077bb2e8d78e6413eb4bdba98
Calixte DENIZET [Wed, 12 Dec 2012 19:55:51 +0000]
SciNotes: add options to re-indent or remove trailing whites without open the editor
Change-Id: Ief2cb8c74134db7e4dbd05f19d53de3d5e8c534c
Clément DAVID [Mon, 18 Feb 2013 13:01:08 +0000]
Xcos tests: add a CUMSUM block test (bis)
Switch to an xml file format.
Change-Id: Ia1604a219630b9952ba13516cf56e7c7cda79f0f
Alexandre HERISSE [Mon, 18 Feb 2013 09:39:12 +0000]
Revert "scicos_diagram unit test was still not working due to bad solver selection"
This reverts commit
20de5bc5896b7aec365c184c2756e46770da02b4.
Change-Id: I806c35b8aeac43e283a2f41dfcf04b7062b2cbb7