Vincent COUVERT [Wed, 26 Mar 2014 10:30:01 +0000]
* Extracting children from an empty matrix of handles now returns an error.
For example: f=gcf(); f.children(1).children.children returns an error.
Change-Id: I0d1ded8a78c61cc666d4083ddff3486b83559203
Paul Bignier [Wed, 26 Mar 2014 10:01:42 +0000]
Graphics tests: fix barhomogenize
Fix test after https://codereview.scilab.org/#/c/14108/
Change-Id: I474cb955ac210f210bb2668e981f21049776a9b1
Calixte DENIZET [Mon, 24 Mar 2014 15:11:21 +0000]
Export: plug EMF export for all platforms
To test: test_run("graphic_export", ["emf_non_empty_file", "bug_7994", "bug_7640"])
Change-Id: I7b35b7945552347217c865c8c33566654dddea3d
Antoine ELIAS [Wed, 26 Mar 2014 09:24:35 +0000]
remove chm in windows installation and add EMF thirdparty in graphic_export
Change-Id: I80a0e8a37f9bc9411c18302cdc3d9e9f9de63d8a
Antoine ELIAS [Tue, 25 Mar 2014 16:29:31 +0000]
enum type are saved as string instead of int to be more usable
Change-Id: Ie0538ce0a15655cd522591faa93807f21d7322a7
Vincent COUVERT [Wed, 26 Mar 2014 07:49:02 +0000]
Add missing return
Change-Id: I7d916d373fa396a83d373c28b5333258e6b6d5e4
Bruno JOFRET [Tue, 25 Mar 2014 17:34:09 +0000]
Avoid multiple symbol when extracting sources from symbol
Change-Id: I012d71da64bdcc664f3394451a0a2b8a33ef61f9
Bruno JOFRET [Tue, 25 Mar 2014 10:30:48 +0000]
newaxes should return newly created axes.
Change-Id: I79995bee468ad38ff8f5a547d37c86a480e434f1
Antoine ELIAS [Thu, 6 Feb 2014 09:41:43 +0000]
Add a demo for new uicontrols skin.
Change-Id: Id7cbb89bd368cf0d1b3f582a1ed559cf7d6335d5
Antoine ELIAS [Tue, 25 Mar 2014 10:01:48 +0000]
improve management of axes_size and figure_size
Change-Id: Id70d8e6dfb640a26b90b3f490b3e110e64561212
Bruno JOFRET [Tue, 25 Mar 2014 07:49:06 +0000]
Fix BARXY simulation : must use uid instead of label + increase speed
Change-Id: I92027e4927bfdb438f707aa1e45142b07bdd9426
Vincent COUVERT [Mon, 24 Mar 2014 14:48:57 +0000]
Known incompatibilities
========================
* Using => or =< now returns an error. See bug #2345.
* or/and functions now fix reals value before working on them. See bug #7666.
* a*b*-c+d is now interpreted as (a*b*(-c))+d instead of a*b*(-c+d). See bug #13168.
Change-Id: Ie6ba2047b9ccde6ea4d557dbf96101d034452288
Vincent COUVERT [Mon, 24 Mar 2014 14:59:39 +0000]
Fix test after https://codereview.scilab.org/#/c/14042/
To test: test_run graphics bug_12150
Change-Id: I268747b80958a4cfc63052d1010f22a66252a8ff
Calixte DENIZET [Fri, 14 Mar 2014 15:12:10 +0000]
Demo: add Matplot demos
Change-Id: I60e42534ecb981135dde2b87f1c72402c74768f5
Calixte DENIZET [Fri, 14 Mar 2014 16:29:31 +0000]
Bug 7666 fixed: Inconstencies between and/or and &/|
Change-Id: I32aa5f258961681625b7fae26b28361126806e72
Calixte DENIZET [Wed, 19 Mar 2014 16:00:51 +0000]
Bug 4692 fixed: Export did not work while xgetmouse() was waiting
Change-Id: I1a698689770518b251199d56852a17e3e109f4ce
Clément DAVID [Mon, 24 Mar 2014 12:23:44 +0000]
Xcos API change: scicos_block4 "Residute" has been renamed "Jacobian".
Change-Id: Id167de4fddb190e759995251745a28d226a12b4f
Calixte DENIZET [Mon, 24 Mar 2014 10:55:55 +0000]
Bug 13280 fixed: Axes not always displayed correctly after resize
Change-Id: Ie81bf535cc0ac7e4422de59410c9ce288f99837a
Bruno JOFRET [Mon, 24 Mar 2014 11:17:56 +0000]
Do not recreate default axes on deletion.
Change-Id: I2acd4ced0ec15fa3f5417a1308286620df0606a9
Pierre-Aime Agnel [Fri, 21 Mar 2014 10:14:37 +0000]
bug 12449: QUANT_f quantization methods were not behaving properly. Clarified documentation
Change-Id: I406ffee3e47969140bead4a856ee20e9dd83a852
Antoine ELIAS [Mon, 24 Mar 2014 11:49:35 +0000]
uicontrol layers have layout too
Change-Id: I31289c44f7ddaf98aff9860524215339eb0fa6fe
Antoine ELIAS [Mon, 24 Mar 2014 09:11:48 +0000]
atomsGui: wait end of data init to set resize function
Change-Id: I3776b1486b6d848e1da4ccb3f6bd6aed62c99090
Bruno JOFRET [Fri, 14 Mar 2014 11:52:00 +0000]
Force LAF background on Label
Change-Id: I131f466459431c0a80c1134773b89f64894cafac
AlexL [Fri, 21 Mar 2014 16:52:11 +0000]
Linux desktop: add ru_RU translation and reduce categories
Change-Id: I177b3838c83cebf3bbac46e72de7c0a2b7677f33
Vladislav TRUBKIN [Fri, 21 Mar 2014 16:29:37 +0000]
Xcos blocks: fixed unresolved symbol in scicos-cli.
Change-Id: Ie5a31b14ebb2b117442617e02f6ff7f9ce73d805
Clément DAVID [Fri, 21 Mar 2014 15:54:42 +0000]
Xcos: delay the updateLabel operation after loading
This operation recursed on all child diagrams whereas the first level (root diagram and first child) is sufficient while loading the diagram.
Change-Id: I7d3d5940686adce244379c16567fc9e1ff312317
Calixte DENIZET [Fri, 21 Mar 2014 16:18:31 +0000]
SciNotes: icons were disabled after restoration when an already opened document was existing
Change-Id: I7d62753230f92c883da7a1620b422ee00aa82f69
Pierre-Aime Agnel [Thu, 20 Mar 2014 15:07:30 +0000]
Bug 12012: perl is tagged as deprecated
Change-Id: Icacc45db926b2ea1253ce674d50c594d2ff7715d
Vincent COUVERT [Fri, 21 Mar 2014 15:33:21 +0000]
Add missing include
Change-Id: I0c93c1f16d9fbbe67b40df1592d5a4e371a224de
Paul Bignier [Fri, 21 Mar 2014 14:47:07 +0000]
Statistics tests: Call the respective function
Uselessly tested cdfchi instead of cdft...
The cdfchi test is done in the respective cdfchi.tst.
Change-Id: I2aab83097246ccfd03ed8c767175f01f9fb9f10a
Paul Bignier [Fri, 21 Mar 2014 14:43:13 +0000]
Optimization help: Minor typo fix
Change-Id: Icf7c99c20a37beaa5a1da2c5405752befcad4ce5
Antoine ELIAS [Wed, 19 Mar 2014 16:44:15 +0000]
* Bug #11964 fixed - uicontrol coordinates system did not take figure resizing into account.
+ Fix axes_size and figure_size bug, toggle infobar/toolbar/menubar_visible change figure_size
Change-Id: Id3beb0f8eb479a2559b5f0b134319495d38b9f3d
Paul Bignier [Fri, 21 Mar 2014 14:35:34 +0000]
Xcos help: small french translation
Change-Id: Id4c2399352e32e4c423855b21ba8f0b53d94287f
Paul Bignier [Fri, 21 Mar 2014 10:42:10 +0000]
* Bug #8290 fixed - Documented the DELAYV_f block.
Change-Id: I42f6c51e42435de5398fa468493f72cc43425d18
Calixte DENIZET [Fri, 21 Mar 2014 10:03:53 +0000]
XML:fix leaks in htmlRead
Change-Id: Ic4c6024fc3c4055cc314516308ec8b48557a2b41
Vladislav TRUBKIN [Fri, 21 Mar 2014 11:28:25 +0000]
Xcos test: minor fix.
Change-Id: I931e2817d6cb736e427a6f24c2e76f4c11d88dca
Vincent COUVERT [Thu, 20 Mar 2014 16:49:54 +0000]
Force link against XML LIB (useful when using --with-libxml2 option at configure)
This reverts commit
53c53cc809e4bfdccff5445c8f57b9e482fea829.
Change-Id: I6cddf99e85b51e283fb9546d0cf622fc666b15fb
Vincent COUVERT [Thu, 20 Mar 2014 16:48:45 +0000]
Fix Windows compilation after https://codereview.scilab.org/#/c/14072/
Change-Id: If34e9ae665948e6579956bf288b3c3ee307e29ce
Calixte DENIZET [Wed, 19 Mar 2014 10:23:30 +0000]
Bug 2345 fixed: Use of operators => and =< did not lead to an error
Change-Id: I993843f2b633c1841402d447901a225d5d32031a
Calixte DENIZET [Thu, 20 Mar 2014 14:42:07 +0000]
SciNotes: fix exception when closing the restore tab when confirmation is popup
Change-Id: Ifa6d0d4702fa77dab926b6ad615d2a2edc6c6bbe
Vincent COUVERT [Thu, 20 Mar 2014 15:21:44 +0000]
Add missing link flags
Change-Id: Idac5b96272d8570ffe8f4702aa77861bd584bcfa
Vincent COUVERT [Thu, 20 Mar 2014 15:22:22 +0000]
Revert "Force link against XML LIB (useful when using --with-libxml2 option at configure)"
See https://codereview.scilab.org/14088
This reverts commit
e03172292da872f9fb32903b18ac1fe1bcc7c4dc.
Change-Id: Ifae35ae1d149dd63881e49b51e243e2321c26d6b
Vincent COUVERT [Thu, 20 Mar 2014 14:56:41 +0000]
Fix SplashScreen closing after https://codereview.scilab.org/#/c/14056/
Change-Id: Ic479276f035c00a6760c1711dacf323d7c48dd42
Vincent COUVERT [Thu, 20 Mar 2014 13:01:59 +0000]
Force link against XML LIB (useful when using --with-libxml2 option at configure)
Change-Id: I0c12a46f1dbdf4a2b554208a20fdd48c5dc7de62
Calixte DENIZET [Wed, 17 Jul 2013 16:39:54 +0000]
XML: add HTML features
Change-Id: Iac791ef297f78173cf694dd8ad4964c24f154c4d
Vincent COUVERT [Thu, 20 Mar 2014 08:41:36 +0000]
* Minimal version of JLaTeXMath (1.0.3) enforced.
Change-Id: I181cb491be42af44b286fbb5110e92587216b13d
Clément DAVID [Wed, 19 Mar 2014 17:16:48 +0000]
Xcos help: READC_f.xml contains invalid LaTeX code
Change-Id: I98f179240f5658a4e29a811abe49e3649058daab
Pierre-Aime Agnel [Tue, 18 Mar 2014 11:02:18 +0000]
Bug 9493: Title is now set to console title when starting scilab
Change-Id: Ibceb95a96e342fd16fcfe13047f294d63e80c069
Vladislav TRUBKIN [Wed, 19 Mar 2014 15:19:07 +0000]
Deleted clear of 'demolist': it provides a loss of demo for atoms modules after restarting the 'demo_gui'.
Change-Id: I5a1e627348d2c6a6627bc8f4af9f25af10c1f985
Clément DAVID [Wed, 19 Mar 2014 15:23:51 +0000]
test_run: ignore Xvfb missing RANDR extension message
This message is printed to stderr when running scilab inside an
Xvfb server (fake X11) with Mesa OpenGL software
implementation.
To test :
$ xvfb-run -s "-screen 0 1280x1024x24" bin/scilab -nw
..
--> test_run()
Change-Id: I37786f5077645c01d297c788fe9616474050a987
Sylvain GENIN [Tue, 18 Mar 2014 10:10:18 +0000]
Bug : 11789 add document for nbInputArgument
Change-Id: I2f568139113b65eaa89ff49d5d88a65b67244639
Sylvain GENIN [Tue, 18 Mar 2014 09:45:06 +0000]
Bug : 11779 add type for getNbInputargument and getNbOutputArgument
Change-Id: I2cf9edd8defd497f6d0d56822a1a6559eff4ad30
Calixte DENIZET [Wed, 19 Mar 2014 10:43:47 +0000]
SciNotes: show => and =< as bad operators
Change-Id: I67046358151613c01c8ff1ef1d4fca3a14d7fc7f
Paul Bignier [Wed, 19 Mar 2014 11:27:33 +0000]
Xcos help: Regenerate SAMPHOLD_m image
Regenerate image after slight diagram modification
in https://codereview.scilab.org/#/c/13749/
Change-Id: Ic4f0bf6bd65b69f3800ce5a2bd7064acef33b375
Clément DAVID [Wed, 19 Mar 2014 09:31:53 +0000]
Scicos error report: %scicos_error is a boolean value
Change-Id: Ie1fbe2de7d823e9192c0d1fa22adb4ed628079ea
Bruno JOFRET [Fri, 11 Mar 2011 09:05:43 +0000]
Add event demonstrations for Xcos.
Change-Id: Idf5f818639164f0a80526744e848a2a290ad5897
Paul Bignier [Tue, 18 Mar 2014 16:22:47 +0000]
Xcos tests: Minor fix
Redefine messagebox() to avoid popup.
Change-Id: I413fc8c1343010212e5750c27982b9c352ec8f77
Calixte DENIZET [Wed, 19 Mar 2014 09:36:33 +0000]
SciNotes: fix window icon
Change-Id: I6027ff476557b345604f1e0bde712f7bd493fb2f
Calixte DENIZET [Thu, 13 Mar 2014 16:49:29 +0000]
GUI: replace PushButton by JButton in various toolbars to have the same LAF everywhere
Change-Id: Ia84e153c7d05362ced083d25df876f98d55d6ec1
Paul Bignier [Wed, 19 Mar 2014 08:57:11 +0000]
Xcos tests: Minor fix
Re-redefine messagebox after https://codereview.scilab.org/#/c/14027/.
Change-Id: If3ad3a09a2fdfe647fa9d1356ccc2b13e5c09301
Vladislav TRUBKIN [Fri, 14 Mar 2014 17:48:23 +0000]
Xcos help: deleted unused links (now it is done through the diagram images).
Added simulation time for some diagrams.
Some general improvements.
Change-Id: I6ec7fad3a3942c2185303fdbd1c67327bfe85f8a
Calixte DENIZET [Tue, 18 Mar 2014 15:50:21 +0000]
Bug 13164: Miscolorization in SciNotes colors preferences.
Change-Id: I07631dcd5fd1d43d809562a7d60490ea301e142b
Stanislav KROTER [Tue, 18 Mar 2014 15:29:16 +0000]
Translation of help pages for tree2code, varargin and varargout into Russian.
Change-Id: Ibf13180cdf73ae72df63638d987c86d3d449a5db
Stanislav KROTER [Tue, 18 Mar 2014 15:25:08 +0000]
Revision of help pages for tree2code, varargin and varargout.
Change-Id: Ib7879a1182afe1536b0eceee306da56bebecfe00
Vincent COUVERT [Tue, 18 Mar 2014 15:40:28 +0000]
Add missing file in binary versions
Change-Id: I67eb9257401e765317e6a872e5854b31d9514a57
Clément DAVID [Mon, 17 Mar 2014 11:46:38 +0000]
* Bug #13267 fixed - Implicit typecasts in scicos.c has been fixed.
Thanks to Atri Bhattacharya <badshah400@gmail.com> for the spot.
Change-Id: I1c9abdc3d36ca0b43005dbc2f71caa6a45739eff
Pierre-Aime Agnel [Tue, 18 Mar 2014 11:52:04 +0000]
translated the comment on fsolve example from French to English in en_US xml
Change-Id: Idcfd7c24d66210204d9d0e04dfc4aa3cf62edbd4
Calixte DENIZET [Tue, 18 Mar 2014 09:55:22 +0000]
Bug 13051 fixed: SciNotes restoration could block desktop one
Change-Id: Id6ddee2d777d1eb7a000eef552041fc20cad0d54
Calixte DENIZET [Mon, 17 Mar 2014 14:04:50 +0000]
SciNotes: Fix bug when restored editor did not exist
Change-Id: I616baa946c0796a4cb7cd2e25faad17b2fe091cd
Calixte DENIZET [Mon, 17 Mar 2014 12:41:28 +0000]
SciNotes: make a little cleanup
Change-Id: Id38fed6c0659309532bd72d8671c8411183c0fa1
Clément DAVID [Tue, 18 Mar 2014 15:06:04 +0000]
* Bug #13276 fixed, initialization GUI did not open
fix loading of 2 inputs config in modelica init.
Change-Id: I895aef0dea1cbd7bc8217a37b6061b1b1c74824a
Vincent COUVERT [Fri, 14 Mar 2014 15:05:59 +0000]
Scicos OCaml part: generated bytecode executables
This reverts commit
e55d01de5738e1af9d01b23fd6a02d4146c6e295.
Change-Id: I945c1326a289e95a22d4937e4174a23beb6c1017
Antoine ELIAS [Tue, 18 Mar 2014 11:11:15 +0000]
fix bug in clf, info_message does not exist on frame
Change-Id: Id0be5d210ad34efda2e4e49ac09718b20f53f7ce
Antoine ELIAS [Tue, 18 Mar 2014 11:05:34 +0000]
use backgroundcolor [-2 -2 -2] for transparence
Change-Id: Iad34653cc0b92564be16e16798a9487c142db115
Antoine ELIAS [Tue, 18 Mar 2014 13:46:01 +0000]
add image property in xml loader
Change-Id: I607defff0e8dad6f89d818c157ca6f02a3e88898
Calixte DENIZET [Tue, 18 Mar 2014 10:16:20 +0000]
UIC: Revalidate and repaint menubar after adding/removing menu
Change-Id: I8639687793111e7859c7a9a9acccac8d9c0a9b7c
Clément DAVID [Tue, 18 Mar 2014 10:56:45 +0000]
Xcos: fix TextBlock invisible text
TextValue are updated at loading but the change is not notified to the
user.
Change-Id: I05cb0ddebfcf5111e74d5f4e8c7d4b9e60885c29
Calixte DENIZET [Tue, 18 Mar 2014 14:23:14 +0000]
Graphics: fix error with f.children(1).x_ticks.labels([3 2])=''
Change-Id: I6d5f315b1cc53068ac6be4cd55dbdf10b17bb7f2
Antoine ELIAS [Tue, 18 Mar 2014 13:43:11 +0000]
swing actions must be done in EDT
Change-Id: Ia17b939f59f39682c39d90015a1566214ead1541
Vincent COUVERT [Tue, 18 Mar 2014 09:33:25 +0000]
Remove debug message
Change-Id: I0a66b5e7186fd084a61ba1f6325c9db49b950dcd
Clément DAVID [Tue, 18 Mar 2014 08:45:57 +0000]
Xcos decoder: fix de-serialization issue
mxCodec.getElementById() is unable to retrieve id due to the wrong
document root. Override this behavior using DOM Level 3,
Document.getElementById() and user-defined ID to avoid using XPATH
expression.
Change-Id: I1f7e10d1d442e998bc2e7cc15b049809d5086c38
Bruno JOFRET [Fri, 14 Mar 2014 18:56:56 +0000]
Force parent to doLayout when changing child visible state.
Change-Id: Ifed8bf6273df473298e394f52c699b814a13daab
Vincent COUVERT [Mon, 17 Mar 2014 13:03:17 +0000]
Update test after https://codereview.scilab.org/#/c/14034/
Function used as example has been removed.
Change-Id: I8444ef98dbeb56baecdae5ce1939bac2fef621e9
Calixte DENIZET [Mon, 17 Mar 2014 10:30:04 +0000]
Datatip: use a %g as default format (Serge's comment in bug 13080)
Change-Id: I992a65de9ea0bea16e13cf6a1be5082212651dd3
Clément DAVID [Mon, 17 Mar 2014 10:40:25 +0000]
Generate giws files with the same command line.
Change-Id: I5b194270096c9ba8bebbf1c084ae2d6df903b52d
Samuel Gougeon [Fri, 14 Mar 2014 19:29:39 +0000]
Bug #11646 fixed - Autoload status of installed modules should be visible and
swichable in the GUI.
Change-Id: I42d148abcb7f8a3500123746af1d75c1fe7f9e53
Antoine ELIAS [Fri, 14 Mar 2014 19:39:07 +0000]
u.icon = "" on label correctly reset icon
Change-Id: I2813c171f0eb13b4b315b21e8110aa677736a348
Vincent COUVERT [Mon, 17 Mar 2014 08:41:10 +0000]
Fix macro after https://codereview.scilab.org/#/c/14027/
Change-Id: I5be21d2c2e1fdb67250e119c6a0a7eced65c4397
Vincent COUVERT [Mon, 17 Mar 2014 08:23:49 +0000]
Use itemized list instead of multiple (wrong formatted) revremark)
Change-Id: I5f8f946febe58bea425ea094e745a21c717e4c0c
Calixte DENIZET [Fri, 14 Mar 2014 14:46:25 +0000]
Matplot: handle ARGB data
Change-Id: I7f4b697fb3af65bc68e0ea8192fb3040bde49ee3
Calixte DENIZET [Fri, 14 Mar 2014 15:36:25 +0000]
Bug 6476 fixed: Matplot help did not say that the data field should be used to update data
Change-Id: I3accc17877969fd19d44b0c7e61fa3d76ff18ae1
Vincent COUVERT [Fri, 14 Mar 2014 15:51:28 +0000]
Useless function removed
Change-Id: Ieec0fb990e32b4d1607c085f2b0894a545eccc1a
Bruno JOFRET [Fri, 14 Mar 2014 15:29:58 +0000]
Fix background color + opengl + auto_resize=off
Change-Id: I3b2b74bded1e932002de98e16677279da255edab
Vincent COUVERT [Fri, 14 Mar 2014 15:05:36 +0000]
Revert "Scicos OCaml part: generated bytecode executables"
Fails to compile under some platforms using clang:
Error: Files src/xml2modelica/xMLParser.cmx and src/xml2modelica/linenum.cmx
make inconsistent assumptions over interface Linenum
This reverts commit
3ac381e3feb30edd39955b8b217e4fe9c2792b95.
Change-Id: I54a1203ef800c664a92f8a2fdb26addaca429312
Clément DAVID [Fri, 14 Mar 2014 12:29:43 +0000]
Xcos modelica init: update the UI
Change-Id: I9c27cbbda92689284b2cc64f02dc86cca2e34be0
Clément DAVID [Fri, 14 Mar 2014 08:08:31 +0000]
Xcos modelica init: fix the XSD Schema
The modelica compiler assume that empty elements use empty-element tags
(<foo/>), an exception is raised otherwise. This commit force the tag
usage on <output/> and <when_clauses/>.
Change-Id: I4492ccde02757a3b91e54bb62abce274c2b2e6a7
Clément DAVID [Wed, 12 Mar 2014 15:04:53 +0000]
Scicos OCaml part: generated bytecode executables
Using bytecode executable instead of natives ones ease OCaml debugging.
Note that these executable are not embedded into the Scilab binary version to
avoid duplication.
Change-Id: I38e7fd481cf3bc9c245cb18c74c8eaccd6982f03
Antoine ELIAS [Fri, 14 Mar 2014 11:45:40 +0000]
call figure resize function with and without axes
Change-Id: I3d71347f8cb665d3a5a5e335bf70c23ee8881e59
Antoine ELIAS [Fri, 14 Mar 2014 11:44:16 +0000]
initialize field in SwingScilabListItem.java
Change-Id: Id51f65dc4a251ff9416c0027dacb1508f96dbbc8
Antoine ELIAS [Fri, 14 Mar 2014 11:43:33 +0000]
rewrite of atomsGui
Change-Id: Iffcbffd31dcffd73929920e1dfbe0fe2fa11e6c9