Bruno JOFRET [Fri, 18 Jul 2014 11:21:23 +0000]
[Clean] Remove old ScilabUiTable
Change-Id: Ib35cf654a2e83777761b566724c2ff146e7c9306
Bruno JOFRET [Fri, 18 Jul 2014 09:16:28 +0000]
[Clean] Remove old ScilabEditBox
Change-Id: I44454356b3b419644e7070ba5efadca939f40ed1
Bruno JOFRET [Fri, 18 Jul 2014 09:00:19 +0000]
[Clean] Remove old ScilabPopupMenu
Change-Id: I19d05a2388031979d809ba1a3fc656652f057b5c
Bruno JOFRET [Fri, 18 Jul 2014 08:55:17 +0000]
[Clean] Remove old ScilabLabel
Change-Id: I2e99a85f1e7015fd6921a9c35569ab4adbd8e268
Bruno JOFRET [Fri, 18 Jul 2014 08:49:39 +0000]
[Clean] Remove old ScilabFrame
Change-Id: If9aea056299fdd73fc1a2b90ac1dc8d0381c20f4
Bruno JOFRET [Fri, 18 Jul 2014 08:33:51 +0000]
[Clean] Remove old ScilabCheckBox
Change-Id: Ifdbd5c5fc0316dee03937920924901097bd8dd67
Bruno JOFRET [Fri, 18 Jul 2014 08:19:12 +0000]
[Clean] Remove old ScilabListBox
Change-Id: Ic269e8dafa88a5867d71a1853c1769b7e1731fa6
Bruno JOFRET [Fri, 18 Jul 2014 08:09:31 +0000]
[Clean] Remove old ScilabSlider
Change-Id: I75d533493795fdb68e39cb7931b4a5e146466d5f
Bruno JOFRET [Thu, 17 Jul 2014 13:30:24 +0000]
[Clean] Remove old ScilabRadioButton
Change-Id: Id64bc0252424a46da901b1d632e6b2a0d3395899
Bruno JOFRET [Thu, 17 Jul 2014 12:39:47 +0000]
[Clean] Remove old ScilabPushButton
Change-Id: Idd6a503bad6dee28bba410f78d833a0e2ebb195b
Vincent COUVERT [Fri, 11 Jul 2014 15:11:17 +0000]
Merge remote-tracking branch 'origin/5.5'
Conflicts:
scilab/configure
Change-Id: I6cd23891c2e2c317ff5d8efb7146893e841814b4
Vincent COUVERT [Fri, 11 Jul 2014 14:35:12 +0000]
Remove old option no more supported by GCC and only mandatory for Mac OS X 10.5
Change-Id: I9e829a655f1db02a7eba5ced959e788482170b69
Vincent COUVERT [Fri, 11 Jul 2014 10:45:17 +0000]
Fix test after: https://codereview.scilab.org/14574
Avoid display of axis properties.
test_run("graphics", ["bug_3753" "bug_4640" "bug_4964" "bug_6959"]);
Change-Id: I4ccf7d1e7030fccdc3fe8a57d8a796e442216685
Vincent COUVERT [Fri, 11 Jul 2014 07:46:12 +0000]
Merge remote-tracking branch 'origin/5.5'
Conflicts:
scilab/CHANGES_5.5.X
scilab/modules/javasci/Makefile.in
Change-Id: I8919f1b744462ad64c7219fac209266ed22fea89
Vincent COUVERT [Thu, 10 Jul 2014 08:12:50 +0000]
Add id for sprintf (fix warning will compiling ja_JP documentation)
Change-Id: Ieaa283c419f901cd13a47397898639500e7a88d7
Vincent COUVERT [Wed, 9 Jul 2014 12:51:16 +0000]
Remove warning from test
Change-Id: I07686ff9c404609d85b4b5186ce4ffc17dad6232
Vincent COUVERT [Wed, 9 Jul 2014 11:33:47 +0000]
Close bugs related to GLIBC issues
Change-Id: I55987e06386f7edb088f16d71fb71c35f6fc52be
Cedric Delamarre [Tue, 8 Jul 2014 10:07:23 +0000]
bug_13507 : result of complex power corrected.
test_run overloading bug_13507
Change-Id: Ie635db004b1e0dda706531b2f3f166f491cd4c0c
Vincent COUVERT [Mon, 7 Jul 2014 12:54:15 +0000]
Manage path to certificates for curl.
Change-Id: I8d2e54ea1c19da794066e3ba10421a679e0ec4a1
Vincent COUVERT [Tue, 8 Jul 2014 15:35:13 +0000]
Fix test after: https://codereview.scilab.org/14574
Avoid display of axis properties.
Change-Id: I6943d52bb7249a08334a95f1990d7e682fb70542
Calixte DENIZET [Fri, 2 May 2014 09:50:39 +0000]
Bug 13164 definitly fixed (miscolorization of Scilab's keyword in prefs)
Change-Id: Ib05a170ff1617b904937bd229c432cf01b7a99b3
Simon Marchetto [Wed, 11 Jun 2014 16:29:44 +0000]
* Bug #13471 fixed - Infinite loop in ilib_build_jar used on an empty dir
Change-Id: I894530655e0e75f766f56b219aa7f095b28325c1
Anais AUBERT [Mon, 23 Jun 2014 13:53:28 +0000]
fix assert_checkequal
s=spzeros(3,5);
s1=s;s1(1)=1;
b=s==1;
b1=b;b1(1)=%t;
assert_checkequal(s, s);
assert_checkequal(s, s1);// fail to check error message
assert_checkequal(b, b);
assert_checkequal(b, b1);// fail to check error message
test_run("development_tools","checkequal",["no_check_error_output" ]);
Change-Id: I4c75880105a1ad42c5c0e8c75f38b1a01f39d7a7
Samuel Gougeon [Mon, 23 Jun 2014 08:50:50 +0000]
* Bug #13481 fixed - varn did not work on rational fractions
Change-Id: I12711c8b98aba8fab4098d7ff2e818e56aaceafd
Calixte DENIZET [Tue, 8 Jul 2014 14:57:01 +0000]
Bug 13509 fixed: It was not possible to have an empty prefix with xmlNs
Change-Id: Id89f3ef555e293faf3505f330b6e269fba067161
Calixte DENIZET [Mon, 7 Jul 2014 12:57:55 +0000]
Bug 13503 fixed: Segfault with xarrows
Change-Id: I3e807ed415fa2a16eb3b9925afd02e65579fc8a5
Paul Bignier [Tue, 8 Jul 2014 08:26:07 +0000]
* Bug #13491 fixed - DE: intg now properly returns when the user function produces an error
Change-Id: Iea5f984b6b58256215853bedc14bbb5b01e76264
A. Khorshidi [Mon, 7 Jul 2014 14:23:27 +0000]
* Bug #13501 fixed - English help: Typo fixes
Change-Id: Icb9fe4c973f00556b21fa5f57315648e7bc40783
Rui Hirokawa [Thu, 3 Jul 2014 13:09:57 +0000]
added japanese translation of xcos palette.
Change-Id: Iccd54e813b4ddd01cc4b20d808521cfb0d04d819
Cedric Delamarre [Tue, 8 Jul 2014 10:07:23 +0000]
bug_13507 : result of complex power corrected.
test_run overloading bug_13507
Change-Id: Ie635db004b1e0dda706531b2f3f166f491cd4c0c
Clément DAVID [Thu, 19 Jun 2014 12:01:24 +0000]
* Bug #10646 fixed - ./configure ARPACK check linked `-larpack -lblas` instead
of `-larpack -llapack -lblas`.
Change-Id: Id68ac4a5581e1bb3e3e56ebfba21a5d74390399c
Clément DAVID [Mon, 9 Jun 2014 09:14:54 +0000]
Remove the _FORTIFY_SOURCE workarounds
Change-Id: I6a314960d8f6b75f82a6df8173f6a0ccf061c01c
Vincent COUVERT [Fri, 4 Jul 2014 11:42:54 +0000]
Fix polynomials display.
Modification according to https://codereview.scilab.org/#/c/4731/
To test: test_run output_stream bug_8874
Change-Id: Ia941e9153df6f92cb3542acbffbd3dbdb6675108
Vincent COUVERT [Thu, 3 Jul 2014 11:57:56 +0000]
Fix parallel module on some plateforms (Missing _ZSt9terminatev symbol at execution time)
Change-Id: Icde024fc1dff69b8ed7502eaed900512cc353050
Antoine ELIAS [Tue, 1 Jul 2014 13:24:02 +0000]
windows install : scilab shortcut starts in documents user directory instead of installer documents directory
Change-Id: I678f1f9e02f31866f7c17109723b5a44d776ae99
Vincent COUVERT [Tue, 1 Jul 2014 12:17:09 +0000]
Fix variable name + prepare for new TCL/TK path in binary versions
Change-Id: I6bce3873bac2daff71eaa802eaf078ce31dc7869
Antoine ELIAS [Mon, 30 Jun 2014 15:34:14 +0000]
fix toolbox localization trouble with utf8
Change-Id: I706b391d4c5271e229ca6e4ac92e5683467df2a3
Paul Bignier [Thu, 26 Jun 2014 15:22:29 +0000]
Graphics doc: fix example
"boxed" takes a boolean in entry.
Change-Id: I0d4a19c4c061b95cf56ddee908d82d490902de39
Antoine ELIAS [Thu, 26 Jun 2014 09:15:08 +0000]
xfpolys better looks for parent figure
Change-Id: Id96889e4e1bb098127fd0ff26a2d0c825f3f244a
Michael BAUDIN [Fri, 30 May 2014 14:35:52 +0000]
* Bug #13422 fixed - Genetic algorithms were not logging the min and max properly
Change-Id: I7913d351c42d4575cf0c94ec960bf9f7a728fedd
Michael BAUDIN [Wed, 28 May 2014 13:08:38 +0000]
* Bug #13421 fixed - Callback functions for genetic algorithms were missing.
Now user can set functions to stop iterations and access the population.
Change-Id: Ib70e2fd25f7dc8037daf198a8f20e08bd6a1700a
Pierre-Aime Agnel [Fri, 30 May 2014 08:06:11 +0000]
* Bug #13426 fixed - Help page "optim" was written with bad indentation.
Change-Id: I2c18f2b9d1e824c97ccf90b9e54a29511bd73126
Michael BAUDIN [Fri, 30 May 2014 12:24:03 +0000]
* Bug #13419 fixed - Help page for mutation_ga_binary function was not clear and lacked examples.
Change-Id: I26f5aa1dcb043a2ea6ba41423ba98d9f3e865872
Michael BAUDIN [Fri, 30 May 2014 10:30:10 +0000]
* Bug #13420 fixed - mutation_ga_binary did not calculate properly multiple mutations.
Change-Id: I8d9e973fbf4dfda7b5f277b06a3c0921bd60c414
Charlotte HECQUET [Tue, 27 May 2014 14:42:23 +0000]
* Bug #8781 fixed - There was no error message when error was called with a complex value.
Change-Id: I84df3c7acfbe194481da07dc81e4fd39998f5605
Michael BAUDIN [Wed, 28 May 2014 08:09:30 +0000]
crossover_ga_binary was unclassical badly documented and untested
Change-Id: I36deba4a44e5653b6a31d0811b1dcd5c15ab3612
Michael BAUDIN [Wed, 28 May 2014 08:42:37 +0000]
* Bug #13425 fixed - optim_ga and optim moga needed optimization.
Change-Id: I02d6cf8f130d33459b8adc6ad3be384d18bd9314
Charlotte HECQUET [Mon, 9 Jun 2014 08:22:27 +0000]
* Bug #11284 fixed - Some calling sequences added in file help page.
Change-Id: Ifbfe82bd708fffa669e00de620b590a689c35233
Clément DAVID [Mon, 9 Jun 2014 06:43:49 +0000]
* Bug #13330 fixed - gtk2-oxygen theme engine (used by KDE) crashed Scilab.
Change-Id: I7e059b25153084461b5ce6103a1279a9eda0284b
Clément DAVID [Mon, 26 May 2014 09:07:41 +0000]
Xcos: Bug #9995 fixed - The RELATION_OP box drawn.
Also the default size of LOGICAL_OP block has been reduced.
Change-Id: I8fab7d4952c2216a03468ac79e3fdfd172ff40c8
Charlotte HECQUET [Mon, 2 Jun 2014 14:17:11 +0000]
* Bug #10168 fixed - kron produced a segfault in some cases.
Change-Id: Ia828990223b765cff43db2a7a27d9e50bcabc8d8
Charlotte HECQUET [Mon, 2 Jun 2014 09:01:15 +0000]
* Bug #9252 fixed - Some error prototypes produced screwed display (non regression test).
Change-Id: I9a4c39bfa98b21dd96ee99f41da44a10f041a7f6
Charlotte HECQUET [Mon, 2 Jun 2014 10:30:54 +0000]
* Bug #9783 fixed - Insertion overloading did not seem to work with mlist (non regression test).
Change-Id: I7da4c59acef2695bad4590fd02bdfbf8ede2ab71
Charlotte HECQUET [Wed, 28 May 2014 13:03:43 +0000]
* Bug #9052 fixed - Some Demos in graphics were automatically closed at the end of each one (non regression test).
Change-Id: I4d63d2b7d3b910c2c184f4d48aa7c9ee64a64f95
Vladislav TRUBKIN [Tue, 27 May 2014 14:39:59 +0000]
Bug #13438 fixed - drawaxis() did not return the handle of the current entity.
Change-Id: I9a2a56e2cda5fa67965171cd49e0005ebdb5b33d
Charlotte HECQUET [Wed, 28 May 2014 10:00:47 +0000]
* Bug #8898 fixed - Small improvement in getdate help page.
Change-Id: I4c09d4028623c8dc667b523781469b4228681122
Charlotte HECQUET [Mon, 2 Jun 2014 07:46:54 +0000]
* Bug #8502 fixed - Axis labels use number with 3 digits in the exponent (non regression test).
Change-Id: Ia662e28ff3ab5b33d62e9cc39bf9b508e1174d4a
Charlotte HECQUET [Thu, 15 May 2014 11:25:10 +0000]
* Bug #6979 fixed - Help page of rlist() was unclear.
Change-Id: Ied00d5ea59d883fa723997d59c2c7f66d05eb663
Charlotte HECQUET [Wed, 4 Jun 2014 10:41:19 +0000]
* Bug #11035 fixed - Scilab crashes when loading a file created with Matlab 7.12 (non regression test).
Change-Id: I478031ebd45813bad60b52b67b381088b3f3105c
Calixte DENIZET [Wed, 4 Jun 2014 14:46:23 +0000]
Bug 13435 fixed: Crash under Windows when xmlRemove on the first child
Change-Id: I9f72c8651d0eb97f6b3cec8f46c7c1e46ed9d033
Clément DAVID [Fri, 6 Jun 2014 11:44:47 +0000]
* Bug #10583 fixed - ./configure --without-xcos did not work.
Change-Id: Iabaaad45b51a819dc5259d8a69bcfd46bed7b4dd
Vincent COUVERT [Thu, 5 Jun 2014 13:55:30 +0000]
Merge remote-tracking branch 'origin/5.5'
Change-Id: I07557f640b7f0f60d6553e69bd745ed54200f3e8
Charlotte HECQUET [Wed, 4 Jun 2014 15:41:33 +0000]
Modifications in dlGenerateMakefile.sci and cppmex/builder.sce to make work demo in mexlib/examples/cppmex.
Change-Id: Ic8d54569f0ba449b9f2001b0b52f812606c897d9
Vincent COUVERT [Thu, 5 Jun 2014 07:52:26 +0000]
Backport https://codereview.scilab.org/#/c/14613/ tests to 5.5 branch
Change-Id: I93b884f73da277e596397244d48132315ea38790
Anais AUBERT [Tue, 3 Jun 2014 13:51:52 +0000]
clc in cli mode wasn't compiling
Change-Id: I2406c3ce5f5d8cd90a26cfcafe2c64bd94702002
Clément DAVID [Tue, 27 May 2014 13:58:56 +0000]
* Bug #13299 fixed - The pkgconfig file did not used the right Tcl/Tk version.
Change-Id: Iacb6efa8900c37da62d915d72a1a3f77c2f6209c
Clément DAVID [Tue, 27 May 2014 12:03:00 +0000]
* Bug #12918 fixed - OpenSUSE 12.3 x64 did not have gluegen2-rt in librarypath.
Thanks to Atri Bhattacharya <badshah400@gmail.com> for the additional informations.
Change-Id: Ief7c1719babcb1a1aa97d64f7fa926e9c7b8da2d
Clément DAVID [Wed, 28 May 2014 07:50:56 +0000]
Linux desktop: use appdata-validate on the appdata file
Change-Id: I0c4e14e38bcf148657e25bbd73f18457f621d29d
Anais AUBERT [Wed, 16 Apr 2014 09:55:40 +0000]
bug 10784 fixed : clc available in console mode.
Change-Id: I799cc06235a833459d52d84e29d575a02cf21f81
Pierre-Aime Agnel [Mon, 28 Apr 2014 09:48:42 +0000]
Bug #13358: intersect, unique and gsort were slow on already sorted elements
see rationale here https://sourceware.org/ml/newlib/2013/msg00087.html
Change-Id: Ibbd326ea3e69200745f15a6dda3284ec3dda8837
Calixte DENIZET [Mon, 28 Apr 2014 12:25:30 +0000]
Bug 13365 fixed: Data bounds not correctly updated in 3D
Change-Id: I9c13d357f5bb8c4e43c3d6e39eb9a3489ad62c38
Paul Bignier [Thu, 17 Apr 2014 15:07:06 +0000]
Graphics demos: improve Complex elementary functions -> Custom
Reworked to fit window on resize.
Change-Id: I64f766f5d5b7ab4ae063362b6cf9dd0db485543a
Clément DAVID [Tue, 27 May 2014 07:54:47 +0000]
Configure: fix junit4 detection on fedora
On fedora junit4.jar does not exists, use junit.jar instead.
Change-Id: Ice3e659e49b74f7e2e7aff0fc22ffd4e3074a6bf
Vincent COUVERT [Tue, 27 May 2014 14:19:13 +0000]
Remove invalid character for Xml parsers
Change-Id: Ibecbb7e842cfc3a8e11f162e3d383923428fe7a5
Vincent COUVERT [Tue, 27 May 2014 14:14:56 +0000]
Fix test after https://codereview.scilab.org/#/c/14431/
Change-Id: I2752ff5a4847c11f868b3e97bcadae3611a107a5
Calixte DENIZET [Mon, 28 Apr 2014 15:40:56 +0000]
Bug 13324 fixed: Legends were completely modified when a legend was cliked and modified
Change-Id: Idc9d8d3f54aff39af56e2b027279816eb919d74d
Anais AUBERT [Thu, 17 Apr 2014 09:05:34 +0000]
*Bug #10777 fixed - Home and End keys trapped
Change-Id: If62aa4ea389cacf54e321575cee973630e8f2f90
Calixte DENIZET [Tue, 29 Apr 2014 13:23:15 +0000]
Bug 13316 fixed: There were missing tooltips on filebrowser buttons
Change-Id: I001fea7cc7dc8aff056a196e07060c0302051d2a
Calixte DENIZET [Wed, 30 Apr 2014 09:39:04 +0000]
Bug 13180 fixed: surf macro did not handle degenerate cases
Change-Id: I3f03c4cb4e1742229f73fca49884684a276f918e
Anais AUBERT [Fri, 23 May 2014 10:30:01 +0000]
Missing exit in historysize error case
Change-Id: I3996a1a14d75c6a5d08335718d1b69c78067abcf
Clément DAVID [Mon, 26 May 2014 08:45:29 +0000]
Revert "Xcos: Bug #9995 fixed - The RELATION_OP box drawn."
reverted due to the introduced bug #13439.
This reverts commit
aa539e33aa337681656bbd44adf2e109cca165c3.
Change-Id: I1605c63ba69b0bf518b94f361f1a8ed5c2d3251f
Vladislav TRUBKIN [Thu, 15 May 2014 11:58:19 +0000]
Bug #12723 fixed - Loading a .scg file in the CURVE bloc produced an
error.
Also fix edit_curv used no titles on read/save data windows.
Change-Id: I80372181ad7eff05c7a2d48f2c31cc194d6e023f
(cherry picked from commit
4f64d60fdd74e2fb19803c5820903bdf90039734)
Calixte DENIZET [Mon, 28 Apr 2014 12:34:59 +0000]
Bug 13351 fixed: xstringb failed with LaTeX code
Change-Id: I9f674569ac4c64a1a903e08edd0663f23809dba5
Calixte DENIZET [Mon, 5 May 2014 13:19:36 +0000]
Bug 13349 fixed: Double-clicking on a mat file did not load it
Change-Id: I1ec826494e9f265c0dd23ae2ffc832f387a5ff56
Charlotte HECQUET [Tue, 20 May 2014 14:32:16 +0000]
* Bug #7203 fixed - Help page of titlepage was unclear.
Change-Id: Idfa9b96b512efc20df218f3d3dd10995071c841d
Charlotte HECQUET [Wed, 21 May 2014 07:24:11 +0000]
* Bug #7804 fixed - Small improvements in struct help page.
Change-Id: I161c441900c7565ffbb4f49dd763f324a1899a5b
Pierre-Aime Agnel [Wed, 21 May 2014 12:15:34 +0000]
Graphics Menubar configuration for MVC menu was outdated
Change-Id: I082ca2d788fb3e4b7e5987ded22b3a2740775d77
Vincent COUVERT [Thu, 22 May 2014 13:58:18 +0000]
Merge remote-tracking branch 'origin/5.5'
Change-Id: I0ef72a163ba0653458bd61e4e3678e3c876d3981
Paul Bignier [Thu, 22 May 2014 08:49:18 +0000]
Typo fixes
Change-Id: I443f62557b4fe95bb567789632f7ba8c904adaee
Clément DAVID [Wed, 21 May 2014 13:12:49 +0000]
Xcos help: add notes about the use of scicos_simulate
Change-Id: Ic39af80beb3d5cb19f2095c9e82fe3d74668699d
Vladislav TRUBKIN [Mon, 19 May 2014 15:51:43 +0000]
Xcos help: Delay_f bloc the strange example of english help page has been replaced.
Change-Id: I96ad45025aec218431449262fa9ae2b3aaa86c8e
Charlotte HECQUET [Tue, 7 May 2013 14:59:06 +0000]
* Bug #8646 fixed - The datatips contextual menu opened a selection list which was not ergonomic.
Change-Id: Ibdfadc48ebb6da93dc56cce472c6180c338d3c70
Vincent COUVERT [Tue, 20 May 2014 10:42:17 +0000]
Fix images in help after recent ja_JP version changes
Change-Id: I548a055a43ad8e4a02f54e7544f6b8e5f8056260
Clément DAVID [Tue, 20 May 2014 09:06:17 +0000]
Fix the linux build after
37ff8d3e
Change-Id: I023aafd6d04c88c8c51f22ac41ad641763442969
Vladislav TRUBKIN [Mon, 19 May 2014 11:43:16 +0000]
Bug #12718 fixed - Modelica Generic block reshaped the output ports and the label was double-written.
Change-Id: I320f8d9c958a2672a99aeeabe1b138ab38f9b64c
Vincent COUVERT [Tue, 20 May 2014 08:14:15 +0000]
Fix DTD wrt jvm_options.xml
Change-Id: I877d8fe9a17ba1c61b062087b3f4fb920ab37f14
Sylvain GENIN [Fri, 11 Apr 2014 13:07:41 +0000]
the help modification on acoth and asech (fr_FR)
Change-Id: I71cf993f6685faa11c5aa904ec31383b153cb210
(cherry picked from commit
faebc75ff0850966f9ae88eebf2c44956e6ffe85)
Vincent COUVERT [Mon, 19 May 2014 09:41:12 +0000]
Clean CFLAGS (remove non-existing paths)
Change-Id: I0fa069af85c27c4e1d7ea3a20042136dfaaf4bf4
Sylvain GENIN [Fri, 11 Apr 2014 13:07:41 +0000]
the help modification on acoth and asech (fr_FR)
Change-Id: I71cf993f6685faa11c5aa904ec31383b153cb210
Calixte DENIZET [Fri, 2 May 2014 12:43:27 +0000]
Bug 11523 definitly fixed (add 'local numbering' in prefs instead of 'whereami compatible')
Change-Id: If34711564471f20dff83e0b6795087e8ef0853d9