Samuel GOUGEON [Sat, 11 Mar 2017 01:44:19 +0000]
* bug 15053 fixed: remaining _str2code() references made mfile2sci failing
http://bugzilla.scilab.org/15053
Search "str2code" (16 hits in 11 files)
Only 2 remaining references (likely unrelevant), with no replacement:
scilab\modules\xcos\tests\nonreg_tests\utils\renameIO.sci (1 hit)
Line 65: iparIO = [iparIO(1:4) ; _str2code(newName) ; iparIO(5+lfil:$)];
scilab\modules\xcos\tests\nonreg_tests\utils\setW2Fformat.sci (1 hit)
Line 66: ipar = [ipar(1:5+lfil-1) ; _str2code(formatStr)];
Change-Id: I6ef0ca0d3b79d8d88eff5a643a1981dc2921ffe7
Paul Bignier [Wed, 15 Feb 2017 15:25:06 +0000]
* Bug #15039 fixed - Xcos demos: showcase auto-positioning (link + node)
Change-Id: I67e2e5d94a50680be5ea9a4663ef5c5100c6e7a9
Paul Bignier [Tue, 28 Feb 2017 10:39:27 +0000]
Scicos tests: remove LV diagram
Change-Id: I94c3a3a4d012cab54326dc170d935d218c44485a
Paul Bignier [Mon, 27 Feb 2017 10:58:53 +0000]
* Bug #12771 fixed - Xcos help: fix xcosPalGenerateallIcons example
* Also fixed a test and an occurrence in the code
Change-Id: I84c901d02b62a95a25495390e51df571ff8ab683
Antoine ELIAS [Sun, 12 Mar 2017 16:49:34 +0000]
bug fix #14886: matplot save/load failed
Change-Id: I06af15d8dd91a5cf55c4bd102a16921666947127
Antoine ELIAS [Sun, 12 Mar 2017 16:02:49 +0000]
fix bug #15057: update .data of matplot does not take care of dimension >2
http://bugzilla.scilab.org/show_bug.cgi?id=15057
Change-Id: I036ba0bfc11626981a0fb9680d84078f9bd7e38f
Adeline CARNIS [Mon, 13 Mar 2017 10:19:19 +0000]
* Bug #15060 fixed - fplot3d did not draw because of an addition with an empty matrix which now returns an empty matrix.
Change-Id: If828e738f740c6469529ed019683237a2c01ed78
Adeline CARNIS [Fri, 10 Mar 2017 11:09:10 +0000]
*Bug #15019 fixed - Add 'csci6' in the calling of ilib_build in 'Getting started with API_Scilab' help page.
Change-Id: I1c67a49d27fe1b3fe2603fddb2a8a84222cdda94
Adeline CARNIS [Fri, 10 Mar 2017 09:59:43 +0000]
* Bug #15054 fixed - The callbacks of wfir_gui() were not prioritary. The callback_type property must be setted to 10.
Change-Id: Ieb74a7675f8a11257d57481fb3eaf9ac38eb3ff0
Paul Bignier [Wed, 8 Mar 2017 16:33:57 +0000]
* Bug #15052 fixed - IO: getpid() wasn't available
Change-Id: Ia8d27f67f5a6e5047b293a5b0d45cf7cc45c3ef0
Clément DAVID [Mon, 6 Mar 2017 13:04:11 +0000]
Help: fix jimport link
Change-Id: I1f256abced10d64cc83375cfb9089dbac2abfc72
Paul Bignier [Fri, 17 Feb 2017 15:39:33 +0000]
* Bug #15015 fixed - Output_stream: replace Sergescii with Ascii
* https://codereview.scilab.org/#/c/15941/ prevented some of those blocks (at least RFILE_f) from working
as the inner functions still expected Sergescii. Using ascii all the way now
* Run RFILE_f's help page example to test
Change-Id: I7d4a07c08217d279b9c7626786e07e47d51d82ba
Samuel GOUGEON [Tue, 14 Feb 2017 19:06:33 +0000]
* Bug #14910 fixed: plot() example now on a cleared figure
http://bugzilla.scilab.org/14910
Change-Id: I0707f8b742ff0813bc21e003f48b4a33f5fece96
Aashay Singhal [Wed, 1 Mar 2017 19:40:44 +0000]
bug #4276 fixed: strsubst() replaces all occurences in regex mode.
Updated the test case file also.
Change-Id: I8a39e20a509c7c59452a79354d62d33c92825549
Samuel GOUGEON [Mon, 13 Feb 2017 23:59:35 +0000]
xget/xset: deprecated, help updated
* fix http://bugzilla.scilab.org/show_bug.cgi?id=5278
* Beside "fpf", this is the last step for removing xget() and xset()
from Scilab.
Change-Id: I4e8d27c3241966d2362403ec0466d943d3866882
Paul Bignier [Tue, 21 Feb 2017 16:02:57 +0000]
* Bug #14637 fixed - Xcos: fix ghost links and Implicit vs Explicit links imports
* Links showing <!--Invalid source--> or <!--Invalid target--> in the xml file are now ignored
* Not distinguishing Implicit vs Explicit links was buggy when loading an mlist-encoded superblock
Change-Id: I3fbdb16010b515e843f7b26bbf1128af156261c1
Samuel GOUGEON [Tue, 14 Feb 2017 17:49:25 +0000]
clf('reset') must not reset .figure_id
Change-Id: If2a852839d2ab6aa6567d5c12a3ca78c0bf43d44
Adeline CARNIS [Thu, 23 Feb 2017 13:56:06 +0000]
* Bug #15006 fixed - ode help page still contained 'root', replaced by 'roots'
Change-Id: Ib51154a1c3af36bb3b3abbfb6b1543533ba57521
Paul Bignier [Tue, 21 Feb 2017 08:51:25 +0000]
* Bug #15010 fixed - Scicos macros: fix variation between Scilab 5 & 6
* Enables to pass Coselica demos!
Change-Id: I93626cbbdf963776859ce9d0456ec9e404daf9be
Clément DAVID [Wed, 22 Feb 2017 14:09:41 +0000]
* Bug #14636 fixed: read() mis-read empty files
Fixed Xcos model with modelica electrical blocks (created in 5.5.2) crashed Scilab 6.
Change-Id: I80c3252d1140c7635d7b43e6082ee6fbcbbe46e5
Adeline CARNIS [Tue, 14 Feb 2017 10:53:17 +0000]
x_choices: use "xchoicesi" as an helper gateway
Change-Id: I059c5c7661577249c733d714487af1ebfa7c0846
Antoine ELIAS [Mon, 13 Feb 2017 22:31:39 +0000]
fix crash on scilab start with splashscreen
Change-Id: I69466b040fd6b1901d5741487ca030714826a39c
Antoine ELIAS [Mon, 13 Feb 2017 20:41:54 +0000]
fix some demos
Change-Id: I7fde6eba5d6e23cc12fd2c91b9bbe326458d617c
Clément DAVID [Mon, 13 Feb 2017 16:49:14 +0000]
Update CHANGES.html
Change-Id: I457f5dd949b81804f19b3eaafdc7e9ba0a59106b
Clément DAVID [Mon, 13 Feb 2017 16:30:51 +0000]
Helptools: add the CHANGES.html in the binary
Change-Id: If6bf089d24f939896943b79d844389c45be3553d
Antoine ELIAS [Mon, 13 Feb 2017 15:43:00 +0000]
bug #14992: removed readgateway use whereis instead
Change-Id: Id2b4488f9afcf5974ddc6cb19e2b5e46d19e0014
Samuel GOUGEON [Mon, 13 Feb 2017 15:20:58 +0000]
readgateway() removed
Change-Id: I6b1512eb1756da02ccafb34ab7d190ef15d76e64
Antoine ELIAS [Mon, 13 Feb 2017 09:31:28 +0000]
remove reference to comp and remove variable type 11
Change-Id: I85503b63e222bd682e4175ed013e8d11d151fe12
Samuel GOUGEON [Mon, 13 Feb 2017 00:29:01 +0000]
* Bug #14731 fixed: Demos Graphics=>complex: Re+Im rotations synchronized
* http://bugzilla.scilab.org/14731
* empty fig#0 removed
Change-Id: I12f7a5a0c79a0f70c3d4f809a95ed00017a10f47
Samuel GOUGEON [Sun, 12 Feb 2017 23:42:36 +0000]
help: cells subsection created
Change-Id: Ic77c621dba743e61ac112456a1bfa7432ea096d2
Samuel GOUGEON [Mon, 13 Feb 2017 05:17:27 +0000]
xset: help page only 'fpf' + equivalences
Change-Id: Ic41802d1a8deac8051045701164b90a466feb978
Samuel GOUGEON [Sun, 12 Feb 2017 22:23:20 +0000]
help: numderivative => integration - derivation
numderivative() is a general usage differential function,
not only used for optimization
Change-Id: If23fd56240ec81f77c605baa7fd7d2a0c3efdb86
Samuel GOUGEON [Sun, 12 Feb 2017 18:47:28 +0000]
main_menubar duplicate removed
Change-Id: Iacabc972ce9617b23fcd370b19256c76632e6aca
Adeline CARNIS [Fri, 10 Feb 2017 15:16:46 +0000]
Replace root by roots in ode function.
To test: play example of ode_root help page
Change-Id: I02eff7302b9b8ade88f61fe603c8dc6ccc13e383
Clément DAVID [Fri, 10 Feb 2017 10:35:58 +0000]
Xcos tests: fix dia.ref and disable some for 6.0.0
Change-Id: Iaa791656da272dca21b79f34ecf83b884d7b09c6
Antoine ELIAS [Fri, 10 Feb 2017 16:12:01 +0000]
fix macro type to 13 like scilab 5
function y = foo(x)
y = acod(x);
end
type(acosd) => 13
type(foo) => 13
plot(1:10, factorial);
plot(-1:0.01:1, acosd);
plot(-1:0.01:1, foo);
Change-Id: Iceb4ef0e86a016a3bd2fb42244053773891ab358
Samuel GOUGEON [Wed, 8 Feb 2017 21:58:15 +0000]
* Bug #14711.a fixed: in a frame.axes, colorbar() displayed nothing
http://bugzilla.scilab.org/14711
Change-Id: I5cf73b980638ba4ad0c2e96075f169961b7fb9c4
Clément DAVID [Fri, 10 Feb 2017 08:19:42 +0000]
AST: add short-cut && and short-cut || tests
Change-Id: If8f67599d6b6326a917b599ea40dd652e17385cc
Clément DAVID [Fri, 10 Feb 2017 10:24:35 +0000]
Xcos help: fix the CLKINV help page
Change-Id: I56778faecfd8c12b8fcae2035bace3e02ccae9f8
Clément DAVID [Fri, 10 Feb 2017 08:33:58 +0000]
Help: fix Matplot image rendering
Change-Id: Iada530ffbdc45d885488b1ef33f2c425e39a9352
Clément DAVID [Fri, 10 Feb 2017 08:22:42 +0000]
Help: fix zgrid image generation
Change-Id: I24e5d3f610969552c8cf49fae2c8f193d2f4230b
Antoine ELIAS [Thu, 9 Feb 2017 17:32:18 +0000]
fix [] & []
to test : if [] & [] then disp ok else disp ko end
Change-Id: I3e2cff5ce9907046fa9326afa9faa45c155c69f0
Paul Bignier [Fri, 19 Jun 2015 12:01:42 +0000]
Xcos tests: minor fixes
Change-Id: I0e62aa23072a74a7cb366612ecf173fb24a34a72
Adeline CARNIS [Thu, 9 Feb 2017 14:46:32 +0000]
linsolve.xml updated - examples replaced by demos.
Change-Id: I92d4a5cf4af5848ed053c61aaeca06bc004129ef
Adeline CARNIS [Thu, 9 Feb 2017 14:37:55 +0000]
aff2ab.xml updated
Change-Id: If79769699dd1d2eb428bc9e7cbc39f34ef130377
Adeline CARNIS [Thu, 9 Feb 2017 13:49:12 +0000]
csvRead.xml updated
Change-Id: I2bd1a37e7dadc00c91a4ec6660c91f4e07b627d4
Adeline CARNIS [Thu, 9 Feb 2017 13:27:45 +0000]
xcosUpdateBlock.xml updated.
Change-Id: I9177474236dcd336c1f66baa90a090949a46dc67
Paul Bignier [Thu, 9 Feb 2017 11:08:06 +0000]
* Bug #14646 - Xcos demos: regen batch_simulation
* Simply copy-pasted the diagram in a new window as well as the context and it works!
Change-Id: I416a3b8ac75b4817878052121664160e739d6b23
Paul Bignier [Thu, 9 Feb 2017 14:20:12 +0000]
* Bug #14645 fixed - Xcos demos: fix Lorenz ending time
Change-Id: I46880e61aaf1a4647ab6a26cfc7b0166341eb7f1
Clément DAVID [Thu, 9 Feb 2017 16:30:40 +0000]
Xcos: fix nw tests launch
Change-Id: I138865194a938fcb85a1daa58ce2b2e402400687
Clément DAVID [Thu, 9 Feb 2017 15:12:21 +0000]
api_scilab: struct() are not supported even if mapped as mlist()
Change-Id: Id0c8871f62f050da3b0e94737ff50db0242e3c9a
Paul Bignier [Thu, 9 Feb 2017 09:33:05 +0000]
* Bug #14644 fixed - Xcos: delete obsolete WFILE block, regen some diagrams & images
* In the continuity of
7eea231698
Change-Id: Ibc8a21fcfad9e1bf2d397c118becea4b3463ccb7
Clément DAVID [Wed, 8 Feb 2017 15:14:48 +0000]
Xcos tab restoration fixed
The newly created tab should be part of the opened diagrams before
being restored. On error a stacktrace is now printed.
Change-Id: I84734a6fbdc88c339c44c096fd0cb3562cd8afec
Clément DAVID [Thu, 9 Feb 2017 10:17:03 +0000]
commons: export the "is starting" flag to the java side
Change-Id: I851a4faeeb5efdfe68c2cdfa8afd6812a54e8574
Antoine ELIAS [Wed, 8 Feb 2017 15:58:19 +0000]
fix bug_14405: add typesjni.lib and typesjni.dll in Windows installer
Change-Id: I64046a381228bf625fba2ca074b51e1df75b3a67
Paul Bignier [Wed, 8 Feb 2017 14:35:17 +0000]
Help: regen images
Change-Id: I5db7e6f2b863c248cc62667a08b283c4b2c0b83d
Clément DAVID [Thu, 2 Feb 2017 15:59:53 +0000]
CHANGES.md : rephrasing for the release
* Updated homepages in en & fr
Change-Id: If5fc9f98a3a7f3bc10727a1236ebb97f7fe4ab9a
Antoine ELIAS [Wed, 8 Feb 2017 14:09:12 +0000]
add missing file in linux/macos tarball
Change-Id: I45393230eb3bf904f2dd2620ac8e197b29f83a06
Samuel GOUGEON [Fri, 3 Feb 2017 18:01:35 +0000]
xset() + xget() removal: minimize their footprints in .sce & .sci
* xset():
- All scilab .sce + .sci files scanned for "/xset[^e]/"
- 183 hits removed in 42 files
- 8 hits for xset("fpf"..) remaining in 6 files
* xget():
- All scilab .sce + .sci files scanned for "/[^e]xget[^emp]/"
- 72 hits removed in 21 files
- 2 hits for xset("fpf"..) remaining in 2 files
Change-Id: Iaaf6a1f05f6f4ccb92b6191838621a215d34fc8f
Clément DAVID [Wed, 8 Feb 2017 09:11:26 +0000]
AST: regen dia.ref
Change-Id: Ie27ae4395677dc1803c491d21dda05a019001bf3
Clément DAVID [Wed, 8 Feb 2017 08:32:20 +0000]
Localization: update to fix fuzzy translation
Also update some AST tests disabled by wrong gettext translation.
Change-Id: Iad62c44c15f74c4459b51f9ae84389db909e922e
Samuel GOUGEON [Tue, 7 Feb 2017 23:55:44 +0000]
help: misc. typos and small improvements (no image changed)
Change-Id: I396772f71e87d497c871158f260c2e37560b2dc4
Adeline CARNIS [Tue, 7 Feb 2017 16:00:50 +0000]
Add demo_Datatype.xmi file.
To test: Play the example of scicosDiagramToScilab help page.
Change-Id: I65c032ac098f7c917148525da44504e27749720b
Antoine ELIAS [Mon, 5 Oct 2015 15:54:57 +0000]
improve insertion/extraction in sparse
Need Eigen 3.3.2
Change-Id: I91f19568b395d8864054447ed7b233ba055dd367
Antoine ELIAS [Wed, 8 Feb 2017 08:39:22 +0000]
update about image and splashscreen to 2o17
Change-Id: I4301bdc3f70e37c4cd42b3bb6482dc64e19ad7c8
Samuel GOUGEON [Sat, 4 Feb 2017 00:28:00 +0000]
xget(): removal from help pages
* All references removed, apart from xget and xset pages left
* No images changed
Change-Id: Ib94b686a55a3a0aa989b8a697fdf8ede80d5c23a
Samuel GOUGEON [Sat, 4 Feb 2017 01:48:50 +0000]
xget(): removal from tests
* All tests scanned against /[^e]xget[^em]/
* All updated tests pass
* Tests about xget() itself removed.
* xset_xget.tst left as is for the moment
Change-Id: If2631dd7f64f96b816082c7f374b978f596bbfa3
Adeline CARNIS [Mon, 6 Feb 2017 15:16:29 +0000]
*Bug #14330 fixed - luget was really slow.
Change-Id: I193f028fe0ee78d5cdf3e80ee0d10350ced5b986
Clément DAVID [Fri, 3 Feb 2017 15:16:05 +0000]
test_run: fix xml export without tests
Change-Id: I8161292c3ef89eeb362a86e706a8eef1cd5ffeed
Antoine ELIAS [Tue, 7 Feb 2017 08:48:00 +0000]
bug 14671: || misworks when LHS is %f or zeros. && misworks when LHS is %t or non-zeros
Change-Id: Idb37eb4649fa8f9a962b214c3421ac0ea2c32c65
Antoine ELIAS [Tue, 7 Feb 2017 10:29:59 +0000]
splash screen is back !
Change-Id: I9bcf393287daf7aae01c1430e017bff19bfdac04
Clément DAVID [Wed, 1 Feb 2017 10:23:20 +0000]
* Bug #14659 fixed: number of I/O ports of the superblock was not updated when adding or deleting I/O blocks inside a superblock.
This commit fix the port synchronization between outer ports and inner diagram
when the user add / delete / update any I/O block. The tab title is also fixed
on save (previously the superblock diagram tab title was not updated)
Note: this fix required initial support for Undo/Redo but it is still not
shared for cross tab operation.
Change-Id: I13481bf7e0778a38ccf72cb460dcf04686d9a8df
Adeline CARNIS [Mon, 6 Feb 2017 09:51:05 +0000]
*Bug #14278 fixed - ltitr returned an incorrect xf output value.
Change-Id: Ida2d58d31c2b22e36d44341ecc0e6a1572ac31bc
Adeline CARNIS [Wed, 1 Feb 2017 13:52:25 +0000]
Errors in example help pages
Change-Id: I23d460bd4a014e13d8e14985752fe73ed31ddbd8
Samuel GOUGEON [Sun, 5 Feb 2017 21:11:06 +0000]
Console File menu: clarify some (fr) labels
Change-Id: I6b75a721292a4a1f2c9e816b59a9526d9f585875
Clément DAVID [Fri, 27 Jan 2017 13:28:00 +0000]
Xcos: fix blocks rotation action
Change-Id: I17e6f5a291767e9e55c0df423165f95ce9513d21
Antoine ELIAS [Thu, 2 Feb 2017 16:43:22 +0000]
Bug #14604 fixed: convert emptystr in builtin
Change-Id: Ifb2465b3f3e901f698158d6349d13c32b08d342c
Samuel GOUGEON [Sat, 8 Oct 2016 15:48:46 +0000]
* bug #14801 fixed: [cells1 cells2] puzzled cells components
* http://bugzilla.scilab.org/14801
* Remove concatenation overload for cells.
* Manage as matrix
* test_run data_structures passed
test_run overloading passed
test_run ast concatenation
Change-Id: I115d4c135f7297f44e45f7492a2b07265ad8c535
Clément DAVID [Wed, 1 Feb 2017 15:16:21 +0000]
Graphics: fix datatip rendering after
5f1861ec
Change-Id: I4b07102f92165d65c39d04ee94efcd8b0e3e8dfe
Siddhartha Gairola [Mon, 23 Jan 2017 17:30:09 +0000]
Bug #14012 fixed - String: added a flag to remove either leading or trailing or both spaces
Change-Id: I979b44c5c8db9b1c05af3e96bab1d1a4f45c6015
Serge Steer [Wed, 1 Feb 2017 22:24:09 +0000]
bug 14980 fix (The datatip display of the root locus arcs is broken)
Change-Id: I345e6df7e995d915d3598279a300f5859e4be713
serge.steer [Thu, 26 May 2016 08:45:51 +0000]
* Bug #6307 fixed - CACSD: make easy version of lqr, lqe, lqg
* Wish 6307 fix + help revisited + unit tests added
* lftpss bug fix (PID demo)
Change-Id: I0b158e0817ee84aa786dd1caad86caab9d3db430
Clément DAVID [Wed, 1 Feb 2017 21:19:59 +0000]
Localization: update the translation files
Change-Id: I39d63c012f87469eeb5be3e11285a14c2abbe175
Clément DAVID [Wed, 1 Feb 2017 13:31:10 +0000]
Localization: update localized files
Change-Id: Ibeffd28dbacf361b4343b0b85f35be8767f3a1c8
Samuel GOUGEON [Thu, 1 Sep 2016 18:35:47 +0000]
Fixed & improved pages for |,|| and &,&&
* & && in PDF : http://bugzilla.scilab.org/attachment.cgi?id=4468
| || in PDF : http://bugzilla.scilab.org/attachment.cgi?id=4469
* (ja) and (ru) pages were actually in fully english
=> removed. Retranslations shall be done later in some other commits.
* Some of the || examples are impeded by http://bugzilla.scilab.org/14761
But they are ready.
Change-Id: I2121940184ab70c1b172f90acdac4174d1520720
Clément DAVID [Wed, 1 Feb 2017 13:46:47 +0000]
Fileio: fix compilation (again) on gcc6
Change-Id: I600e9772691f4a677f041b4783b65643bff1d474
Adeline CARNIS [Wed, 1 Feb 2017 09:40:49 +0000]
Last example of optim help page crashed Scilab.
Change-Id: Ia08cbdcfbfac0fb2dbe3051360d2e1c44ee23cbe
Paul Bignier [Fri, 27 Jan 2017 15:19:56 +0000]
Xcos demos: fix annotation position
Change-Id: Id231d8abfbcb3ecc5f1b3616046d15d336bf7a03
Paul Bignier [Wed, 1 Feb 2017 11:32:12 +0000]
Fix linux compilation
Change-Id: Ieefae0a44f18c7152992f02397caee90d83b68f1
Simon Marchetto [Fri, 27 Jan 2017 15:06:12 +0000]
fileio: mgetl rewritten for better performance
- use C fgets, less allocations...
- interface changed => csvRead, fscanfMat, readline updated
- benchmarks added
- unit test rewritten
Change-Id: Id4e1cc265606b04532412183eab4b46e02d01cb8
Samuel GOUGEON [Wed, 1 Feb 2017 00:01:20 +0000]
* Bug #14978 fixed: input() badly managed entered 'x' & the returning prompt
* http://bugzilla.scilab.org/14978
Change-Id: Icc7a60ebe35cac9390932f030e70a0d605d20f09
Samuel GOUGEON [Tue, 31 Jan 2017 02:42:25 +0000]
* Bugs #14976 fixed: asciimat(colNum) and asciimat(asciimat("àeï")) failed
* http://bugzilla.scilab.org/14976
* code simplified
* asciimat() unit test extended
* test_run string passes
Change-Id: I7c271a67db258c0d4b5748a937219f8fdb688e8a
Clément DAVID [Mon, 30 Jan 2017 17:05:50 +0000]
Xcos: fix doc building
Change-Id: I215b1a0c941e232a6d25196c01e868a2a27dbac8
Adeline CARNIS [Mon, 5 Dec 2016 10:35:18 +0000]
* Bug #14885 fixed - The tag property was not documented in Matplot_properties help page
http://bugzilla.scilab.org/14885
+ page improved: http://bugzilla.scilab.org/attachment.cgi?id=4452
Change-Id: I897e84520bd77b4f8b9405f6dfc7c71f08bd972f
Adeline CARNIS [Mon, 30 Jan 2017 14:42:12 +0000]
Example of chfact help page crashed Scilab
A=sprand(20,20,0.1);
A=A*A'+eye();
chfact(A)
Change-Id: I5c7a638949531f6368bd3c0750517a24fc078871
Samuel GOUGEON [Mon, 19 Dec 2016 22:41:45 +0000]
Console menu File => Working dir: add "Go to Favorites" = dynamical list
* Related report: http://bugzilla.scilab.org/14171
* The 3 items of the WD section are:
Current working directory: (clicking prints it)
Browse for new
Go to Bookmark => TMPDIR
SCIHOME
SCI
User's home ~
<column of Scinotes favorite dirs>
* getPreferencesValue() must be priorly upgraded:
Please review and merge https://codereview.scilab.org/18946: DONE
* All directories of current and recent files opened in Scinotes,
and Scinotes favorite dirs are sorted, deduplicated, shortened with
TMPDIR SCI SCIHOME home prefixes, and listed.
This dynamical list is more efficient than items set by hand.
It sticks to Scinotes (most recent) activity. Scinotes already
allows to set favorites dirs by hand, that will appear here as well.
Synchronisation will Scinotes needs is ensured.
Change-Id: Iaf3a9c74dfbc88d191b9c7194a6776f68f7bfc66
Clément DAVID [Mon, 30 Jan 2017 13:24:43 +0000]
Update Makefiles for SWIG 3.0.11
Change-Id: I7c32f1cebdcfac0929eccb66460340dda191ec73
Cedric Delamarre [Mon, 30 Jan 2017 09:30:11 +0000]
[cacsd] demo fixed
demo => cacsd => PID
Change-Id: I523b2a3468005bcd0bd007263678ff0071fb43ec
Cedric Delamarre [Fri, 27 Jan 2017 16:35:31 +0000]
[bug_14609] msscanf crash fixed.
test_run fileio bug_14609
Change-Id: I6dc8045c27d3854207e0c235753476eeb6cd6cbf
Antoine ELIAS [Mon, 30 Jan 2017 09:30:27 +0000]
update version name to branch-6.0
Change-Id: I2dd596b827f2e2fdc3aed8c79adf0d020bf18a1f