Marcos CARDINOT [Sat, 13 Jun 2015 00:03:00 +0000]
ZoomAction must work when a block is selected on the palette browser
- open xcos & palette browser
- select a block on the palette browser
- zoom in/out
Change-Id: I12d0c051aa13af5b7ad35426361bce1c2fdebc4d
Marcos CARDINOT [Fri, 12 Jun 2015 22:15:11 +0000]
Implements the ZoomAction class to perform zoomIn and zoomOut
Now we handle all the zoomAction stuff in a single class!
It enable us to manage the status of both zoom buttons on the toolbar, disabling them when there is no next/prev zoom level.
Change-Id: I89193a07b6a5b18b4f84b4df931190685fd4727e
Marcos CARDINOT [Thu, 11 Jun 2015 17:05:01 +0000]
PaletteView is now focusable
- open xcos & palette browser
- press tab
-> PaletteView is focusable, the first block will be selected
Change-Id: Ic397ed911ff1f528b04664ea933b194d0f9fe041
Marcos CARDINOT [Thu, 11 Jun 2015 14:13:00 +0000]
handling the ESCAPE key - deselects the current block
Change-Id: Ie03f5651a999f978437b8a29d05d3225599c3c6a
Marcos CARDINOT [Wed, 10 Jun 2015 21:43:00 +0000]
* Bug #13906 fixed - Palette Browser - arrow keys doesn't work
It enables users to move the selection via the arrow keys.
Change-Id: I4486ea3ea7875229f7f22b574313b894e24d6a74
Marcos CARDINOT [Wed, 10 Jun 2015 17:22:00 +0000]
always update all components of a PaletteBlockView at once
A PaletteBlockView should always follow the sizes specified in its PaletteBlockSize.
Change-Id: I194b64a3a0efd4ded0a7f4af319394ec837db747
Marcos CARDINOT [Tue, 9 Jun 2015 22:10:00 +0000]
add keylistener for a block - handling the ENTER key
- if the user press the ENTER key, the block is added in the most recent diagram.
Change-Id: Id7c4af2508982925b23ff803bd457c214c097505
Marcos CARDINOT [Mon, 8 Jun 2015 16:00:00 +0000]
the right panel should request focus when selecting a block
It is important to make the arrow keys move the scroll bar
Change-Id: I70534bb261c250652d872941503cc66ba3d02fe4
Marcos CARDINOT [Fri, 5 Jun 2015 23:44:00 +0000]
Navigation Menu - initial implementation
This commit has an initial implementation of the Navigation feature (history - PREV and NEXT buttons), which enable users to go backwards or forward on the Palette Browser.
Change-Id: I910cd461ced3b2e69b41ec12ea840a0a8789d5ee
Marcos CARDINOT [Fri, 5 Jun 2015 02:00:00 +0000]
ZoomActions - using messages from XcosMessages
Change-Id: Ic41c90dbe66eb18afa33d3504072480599dba773
Marcos CARDINOT [Thu, 4 Jun 2015 13:22:01 +0000]
Enabling zoom action for PaletteDiagram
Change-Id: If4381993a82e97d44ae98539bb0e819221b8e55a
Marcos CARDINOT [Wed, 3 Jun 2015 22:44:00 +0000]
PaletteDiagram using constants from the PaletteBlockSize
Change-Id: I88d57bb7405fcddcc49b427b7a4cd966d0018236
Marcos CARDINOT [Wed, 3 Jun 2015 16:01:33 +0000]
Uploading the ABS_VALUE block in SVG format
Change-Id: Ia376c49dc18edef23ea40afe0cc87781d790f0b3
Marcos CARDINOT [Wed, 3 Jun 2015 14:44:00 +0000]
Loading SVG files + rescaling based on max dimension
- PalleteBlock is now able to load SVG files
- Now we rescale the image based on a maximum dimension, instead of setting a fixed value (like we did in XcosConstants.getIconScale())
Change-Id: I43c56632f289ebb9a0cd3948ddb462c3b0e56b8c
Marcos CARDINOT [Tue, 2 Jun 2015 23:01:00 +0000]
Implements a transcoder to generate a ImageIcon
Change-Id: If2e7a26b1bd44602b833d0d7ac7806af515c0c7c
Marcos CARDINOT [Thu, 2 Jul 2015 04:49:31 +0000]
Merge branch 'master' into palette-browser
Change-Id: Ic4d39d461866eb549e836824c19acd3e49483413
Juergen KOCH [Mon, 29 Jun 2015 13:19:43 +0000]
NgonGeneralData: numColors renamed to numColorValues
Change-Id: I0df19bf6c9bf922e34e8b899d4de02b8e96dae9e
Vincent COUVERT [Mon, 29 Jun 2015 13:16:23 +0000]
Rename Scilab version name according to branch name
Change-Id: I25dbfb8e8f1dc8362bad25b75dd69ce104654ed7
Marcos CARDINOT [Mon, 1 Jun 2015 20:41:00 +0000]
palette list view (category) - improving the column resizing
How to reproduce
- open the Palette Browser
- go to 'palettes' (tree view)
- columns are autoresized 50/50
With this patch we apply a maximum width for the first column (enable/disable button) according with its content, auto resizing only the last column.
Change-Id: I94eb14e8b4bab245e307029aea402216ca0e50b5
Juergen KOCH [Tue, 19 May 2015 12:37:11 +0000]
add load and save for polyline properties colors and sizes
Change-Id: I9986af2beb1ef7a097cb7121af51897e8d9a6c5e
Juergen KOCH [Thu, 7 May 2015 12:28:38 +0000]
Polyline markers with different sizes added.
Change-Id: I77a4a89b818a0750628a166227593e7266c0cd42
Juergen KOCH [Thu, 30 Apr 2015 12:48:51 +0000]
Added scatter and scatter3
Change-Id: I09a11411c6c760f1b7bc42f731909b7d80d2c303
Juergen KOCH [Thu, 23 Apr 2015 14:48:36 +0000]
added sizes property to Polyline object
Change-Id: Ifc02273911832292e945e9357d81279b50c61988
Vincent COUVERT [Tue, 2 Jun 2015 07:58:06 +0000]
Merge remote-tracking branch 'origin/5.5'
Change-Id: I229c7b1c948afb34dd944f0380c2dc25bd72c67b
Marcos CARDINOT [Mon, 25 May 2015 18:12:11 +0000]
checkstyle - removing RedundantThrows
Removed on the release 6.2
http://checkstyle.sourceforge.net/releasenotes.html#Release_6.2
Change-Id: I2e8f009da14146c7f5ed101606a69bcb15a0c374
(cherry picked from commit
713adeae49eb5a95c83877c32e3a5264d9a65f2e)
Marcos CARDINOT [Mon, 25 May 2015 18:10:01 +0000]
checkstyle - removing DoubleCheckedLocking
Removed on the release 5.6
http://checkstyle.sourceforge.net/releasenotes.html#Release_5.6
Change-Id: I3ce1c86ea417e644410a477ae2ba050c5011ed63
(cherry picked from commit
700de8be8a0339c94f9fca767fda17e08e63f4a9)
Vincent COUVERT [Tue, 2 Jun 2015 07:50:06 +0000]
Add specific tests realated to duplicate bug #10059
Change-Id: I77a1fd67ce12586358608be0a13d67d4fc0012fb
Marcos CARDINOT [Mon, 1 Jun 2015 17:00:00 +0000]
PaletteManagerPanel - setup scroll bar of JScrollPane after zooming (set blockincrement)
As now we have the zoom feature, it is important to update the block increment of the scrollbar always when the block size changes.
Change-Id: I4d02bcbf89c6b517131790531578f6f871d2880f
Marcos CARDINOT [Fri, 5 Jun 2015 15:12:00 +0000]
Zoom Action: added mousewheel support
Change-Id: Id4c2e38ad099221abbaba1fe6de8da4b7517482d
Vincent COUVERT [Mon, 1 Jun 2015 12:30:07 +0000]
Fix example (See bug #13517)
Change-Id: I84b84260ac269478f87a90f408840c77fc2e5331
Marcos CARDINOT [Sat, 30 May 2015 19:00:44 +0000]
ZoomOutAction - implements registerKeyAction() (ctrl -)
Change-Id: I0b83923e7a8d27d365399d7f0929f2c3edcacb18
Marcos CARDINOT [Sat, 30 May 2015 17:22:30 +0000]
ZoomInAction - implements registerKeyAction() (ctrl +)
Change-Id: I94788e3ccd7b17638cee9635e4f053522e060e6c
Marcos CARDINOT [Sat, 30 May 2015 15:05:00 +0000]
zoom actions - extended from CommonCallBack instead of DefaultAction
Change-Id: I1d2fd60d1530dc03100aa34548ef5ae61d0d8663
Marcos CARDINOT [Fri, 29 May 2015 18:15:00 +0000]
palette zoom - set preferred size
Change-Id: I5d64a38dd6686bf39a8a2f79f6be52fc60037483
Marcos CARDINOT [Fri, 29 May 2015 18:08:00 +0000]
XcosConstants - defining width and height as Dimension
Change-Id: If21696cd19db75a2bf2da51dab20fe79d12785d5
Marcos CARDINOT [Fri, 29 May 2015 16:58:00 +0000]
PaletteBlockView - zoom action sets the font size
Change-Id: I1c3ee5c879545cbf067ae776ddf1c4592dcc67f6
Marcos CARDINOT [Fri, 29 May 2015 15:05:11 +0000]
PalleteManagerPanel - small fix - using the member 'tree'
Change-Id: Icd7378e61b1b6ad67f055871f8b7f602ef835e77
Marcos CARDINOT [Fri, 29 May 2015 02:44:47 +0000]
PaletteBlockCtrl must be aware of the current PaletteBlockSize
It is important to initialize the blocks with the same size
Change-Id: I0d886993d72a03c8bc95170ed5f43a7cba3e9e18
Marcos CARDINOT [Thu, 28 May 2015 23:16:28 +0000]
zoom action - initial implementation - set icon size
- initial implementation of zoomIn and zoomOut - resizing icons
- implements enum to handle constants according to the size
Change-Id: I883ba08a1bde5e1fc63d047eccf51e080b03700a
Vincent COUVERT [Thu, 28 May 2015 14:48:09 +0000]
* Bug #13866 fixed - There were some issues with FFTW3 library.
This bug was already fixed in YaSp branch: https://codereview.scilab.org/#/c/16244/
For more information, see: http://www.fftw.org/doc/New_002darray-Execute-Functions.html#New_002darray-Execute-Functions
Change-Id: Ia93a5cdf179ca1648f2db319f6d5db25673532a6
Samuel GOUGEON [Thu, 28 May 2015 13:30:58 +0000]
* Bug #13881 fixed - datatipRemoveAll did not work.
Change-Id: Idc29b1342ce9f5d8d9ba763f3277ddeab41c6ea6
Ahmed Sami AlBassiouni [Thu, 28 May 2015 08:48:58 +0000]
Xcos demos: add a Modelica demo to simulate a second order rotational system
* Example from http://book.xogeny.com/behavior/equations/mechanical/
Change-Id: I757b8e17a1bf7a698b2d38209c6dd26b5e3074a0
Vincent COUVERT [Thu, 28 May 2015 09:02:44 +0000]
Revert "Configure: disable Ubuntu/Debian specific flags"
Breaks GUI/graphics under Ubuntu 15.04:
figure()
!--error 999
Scilab 'GUI' module not installed.
This reverts commit
01b41203f2879039653c1bc6119b6704ddf0abf1.
Change-Id: I28636a8662f46d23535a404f615d39ffa532e531
Marcos CARDINOT [Wed, 27 May 2015 06:00:07 +0000]
PaletteBlockView - added method to set the icons size
Change-Id: I409fb2cfee1cc081ffa2162d0271af2d46505f12
Marcos CARDINOT [Tue, 26 May 2015 23:00:54 +0000]
PaletteManagerView - added zoom buttons on toolbar
Change-Id: I1d80eb9730959e80430f5243749cda268f0d64ca
Marcos CARDINOT [Tue, 26 May 2015 20:20:33 +0000]
Added ZoomOutAction class - initial structure
It will be responsible for decreasing the icon size.
Change-Id: Iafbb021244cd4fc17b85923a1efed323360a8a6e
Marcos CARDINOT [Tue, 26 May 2015 20:03:11 +0000]
Added ZoomInAction class - initial structure
It will be responsible for increase the icon size.
Change-Id: I378428e4bb6cd27125291e72c5d470bdc98cf6d0
Clément DAVID [Mon, 11 May 2015 08:20:43 +0000]
* Bug #13854 fixed - SciNotes did not initialize a new document at startup.
This commit introduce ScilabXPathFactory that enforce the use of the
OpenJDK provided XPathFactory. This ensure that loading saxon.jar or any
other XPathFactory provider did not interact poorly with Scilab usage.
Change-Id: Iffc5d7e79bd1dd1dc448c13f7536e04201d7b3d6
Clément DAVID [Wed, 6 May 2015 06:29:04 +0000]
WIP jcompile did not report javac errors correctly
Change-Id: I6ecb88939a786bb59c4615b5c3e4c0425a4e2160
Clément DAVID [Wed, 20 May 2015 08:14:09 +0000]
Configure: disable Ubuntu/Debian specific flags
These flags were used to avoid dependency on a recent glibc and thus
allow the binary release to run on older systems than the compilation
chain.
As the compilation chain now use the older system where a Scilab runs
such quirks are no more needed. Let distribution packagers perform their
own choices !
Change-Id: I15683378286ec2439483aafb838ca8c7996ea6cf
Clément DAVID [Wed, 20 May 2015 16:18:11 +0000]
Xcos: do not create #identifier#identifier mxCell
When selecting multiple element on a diagram, it was possible to create
invalid identifier cells. This commit also include a cleanup at load
time to remove these invalid cells.
This commit fix the otrs#13058 bug.
Change-Id: I40b245f8df1138f84dd2e2273d3042581b417bbc
Marcos CARDINOT [Mon, 25 May 2015 18:12:11 +0000]
checkstyle - removing RedundantThrows
Removed on the release 6.2
http://checkstyle.sourceforge.net/releasenotes.html#Release_6.2
Change-Id: I2e8f009da14146c7f5ed101606a69bcb15a0c374
Marcos CARDINOT [Mon, 25 May 2015 18:10:01 +0000]
checkstyle - removing DoubleCheckedLocking
Removed on the release 5.6
http://checkstyle.sourceforge.net/releasenotes.html#Release_5.6
Change-Id: I3ce1c86ea417e644410a477ae2ba050c5011ed63
Paul Bignier [Wed, 20 May 2015 14:50:20 +0000]
Xcos demos: cosmetic changes for Heat conduction demo
* Slightly improved the diagram layout and clarified the content of the Modelica block
Change-Id: I4c334a8ef09946fde6073c960f8af47328b82263
Ahmed Sami AlBassiouni [Wed, 20 May 2015 06:58:46 +0000]
Xcos demos: add a Modelica demo to simulate heat conduction in a rod
Change-Id: Ia7157e1ae9e3c8e9cd7ef7402a4f70dda1f42a9a
Cedric Delamarre [Tue, 19 May 2015 08:55:24 +0000]
plot3d fixed after https://codereview.scilab.org/#/c/16264/
// should not return an error
plot3d(zeros(299,299))
Change-Id: Ifce97599d808697e66cbecf4073e24072233a535
Vincent COUVERT [Wed, 13 May 2015 11:31:29 +0000]
Synchronize with YaSp branch version
Change-Id: I6801a3e78b5bd75e50be6e90fdefa396d5e394ad
Samuel GOUGEON [Tue, 12 May 2015 08:25:16 +0000]
Bug #13829 new fix + side effects of first patch fixed
Change-Id: I7a352dabbca480065f7cc46fac1251c6ffc32822
Vincent COUVERT [Thu, 7 May 2015 08:06:03 +0000]
Merge remote-tracking branch 'origin/5.5'
Change-Id: I1ff3668b0dc4b4bbb7a4cdb8e6995c3f9269914d
Clément DAVID [Wed, 6 May 2015 06:43:13 +0000]
Update the javadoc comments to "JEP 172: DocLint"
Accordingly to the Javadoc team, the <br /> tag is not a valid HTML tag
and it will generate an error at javadoc build with a recent JDK.
Change-Id: Iae8fa8f2ea80a6da5938a0f5a70bb164d8da38a2
Paul Bignier [Wed, 6 May 2015 09:30:49 +0000]
Typo fixes
Change-Id: Ie6fab54f97f1e645c1e9bc7c63e53f9a7eb0716f
François GRANADE [Thu, 7 May 2015 07:20:07 +0000]
Fix a typo in fftw.start
Change-Id: I4c95ba1d828d8045bb715809e383241d24e08dcc
Clément DAVID [Wed, 6 May 2015 06:28:03 +0000]
./configure --enable-debug-java should compile with full debug info
Change-Id: I10502ed4fca2aef91dfc8dd451e90793a5b35e62
Juergen KOCH [Tue, 28 Apr 2015 07:30:33 +0000]
Typing error correction in clf.xml
Change-Id: I7078d108e8adb02c9fdc5f24ce53dd755e2f10e7
Samuel GOUGEON [Thu, 30 Apr 2015 09:31:03 +0000]
* Bug #13829 fixed - mean and sum functions returned wrong results for hypermatrices.
Change-Id: I1af531e81306fc2a61b290fb6e3a2c614ac456dd
Anais AUBERT [Wed, 29 Apr 2015 13:00:24 +0000]
fix xset doc about wpos parameters
Change-Id: I469ab24aeea8022180c7499e8f889d0c681f264b
Paul Bignier [Mon, 27 Apr 2015 13:21:35 +0000]
Differential_equations tests: fix warnings and wrong quotes
Change-Id: I4affa73b2b65b7955a1b84e2b88632f2f2c5a79c
Paul Bignier [Mon, 27 Apr 2015 15:21:35 +0000]
Scicos: only call CVDense() when necessary
Change-Id: I439f6f3d8fe36832cbbb3614163345bb790da83e
Paul Bignier [Mon, 27 Apr 2015 15:01:12 +0000]
Optimization tests: fix warning
Change-Id: I00f8e81ac97755b6a14f2d070087ba06c0619da7
Paul Bignier [Mon, 27 Apr 2015 14:08:38 +0000]
Scicos macros: do not use protected 'dst' name
* Using 'dst' generated warnings in some tests
Change-Id: Ideb64c9fd71af460e96042ae68bde3f15fda690a
Cedric Delamarre [Tue, 14 Apr 2015 10:18:37 +0000]
Intel compiler on Linux
Change-Id: Ic9247da37721b1280128faa3c7713ddc2880fb85
Vincent COUVERT [Wed, 22 Apr 2015 13:43:26 +0000]
Backport https://codereview.scilab.org/#/c/16367/ to 5.5 branch
Change-Id: I0d57cd41bc47b0750b959cf18be2fe61dd1a6d77
Vincent COUVERT [Wed, 22 Apr 2015 12:40:47 +0000]
Fix exception occuring when deleting a Scrollable frame
Change-Id: I76c670aef1f42c2d3e188724356b57b94e2829d3
Calixte DENIZET [Tue, 21 Apr 2015 12:08:55 +0000]
Add a way to precise mark border color for scatter plots
Change-Id: I36b96ddb34fc1d3794aa5b219955f2a50d9ad50f
Leszek DZIAMSKI [Mon, 13 Apr 2015 08:24:59 +0000]
pl_PL translation for integer module
Change-Id: I5642998ea4109e793b62e2d3375839912d62059a
Vincent COUVERT [Tue, 7 Apr 2015 09:17:49 +0000]
Remove useless file from https://codereview.scilab.org/#/c/16327/ (fix Windows compilation)
Change-Id: Ide8a3e83db61b076b1821307983b393027ba078a
Calixte DENIZET [Sun, 24 Feb 2013 21:51:49 +0000]
Adds possibility to color marks in scatter plots
Change-Id: I64226da83167765a26e9eba0f9ae775161658f8f
Vincent COUVERT [Fri, 3 Apr 2015 13:14:17 +0000]
Merge remote-tracking branch 'origin/5.5'
Conflicts:
scilab/configure
scilab/configure.ac
scilab/libs/GetWindowsVersion/GetWindowsVersion.rc
scilab/modules/action_binding/src/c/action_binding.rc
scilab/modules/action_binding/src/noaction_binding/noaction_binding.rc
scilab/modules/api_scilab/src/c/api_scilab.rc
scilab/modules/arnoldi/src/c/arnoldi.rc
scilab/modules/boolean/src/c/boolean.rc
scilab/modules/boolean/src/fortran/boolean_f.rc
scilab/modules/cacsd/src/c/cacsd.rc
scilab/modules/cacsd/src/fortran/cacsd_f.rc
scilab/modules/cacsd/src/slicot/slicot_f/slicot_f.rc
scilab/modules/call_scilab/src/c/call_scilab.rc
scilab/modules/commons/src/c/commons.rc
scilab/modules/commons/src/fortran/commons_f.rc
scilab/modules/completion/src/c/completion.rc
scilab/modules/completion/src/nocompletion/nocompletion.rc
scilab/modules/console/src/c/console.rc
scilab/modules/console/src/noconsole/noconsole.rc
scilab/modules/core/includes/version.h.vc
scilab/modules/data_structures/src/c/data_structures.rc
scilab/modules/data_structures/src/fortran/data_structures_f.rc
scilab/modules/differential_equations/src/c/differential_equations.rc
scilab/modules/differential_equations/src/fortran/differential_equations_f.rc
scilab/modules/double/src/c/double.rc
scilab/modules/double/src/fortran/double_f.rc
scilab/modules/dynamic_link/src/c/dynamic_link.rc
scilab/modules/dynamic_link/src/fortran/dynamic_link_f.rc
scilab/modules/elementary_functions/src/c/elementary_functions.rc
scilab/modules/elementary_functions/src/fortran/eispack/eispack_f.rc
scilab/modules/elementary_functions/src/fortran/elementary_functions_f.rc
scilab/modules/elementary_functions/src/fortran/linpack/linpack_f.rc
scilab/modules/elementary_functions/src/fortran/slatec/slatec_f.rc
scilab/modules/external_objects/external_objects.rc
scilab/modules/external_objects_java/external_objects_java.rc
scilab/modules/fftw/src/c/fftw.rc
scilab/modules/fftw/src/nofftw/nofftw.rc
scilab/modules/fileio/src/c/fileio.rc
scilab/modules/functions/src/c/functions.rc
scilab/modules/functions/src/fortran/functions_f.rc
scilab/modules/graphic_export/graphic_export.rc
scilab/modules/graphic_export/src/nographic_export/nographic_export.rc
scilab/modules/graphics/graphic.rc
scilab/modules/graphics/src/nographics/nographics.rc
scilab/modules/gui/images/icons/aboutscilab.png
scilab/modules/gui/src/c/gui.rc
scilab/modules/gui/src/nogui/nogui.rc
scilab/modules/hdf5/src/c/hdf5.rc
scilab/modules/helptools/data/pages/homepage-en_US.html
scilab/modules/helptools/data/pages/homepage-fr_FR.html
scilab/modules/helptools/etc/SciDocConf.xml.vc
scilab/modules/helptools/src/c/helptools.rc
scilab/modules/history_browser/src/c/history_browser.rc
scilab/modules/history_browser/src/nohistory_browser/nohistory_browser.rc
scilab/modules/history_manager/src/c/history_manager.rc
scilab/modules/integer/src/c/integer.rc
scilab/modules/integer/src/fortran/integer_f.rc
scilab/modules/interpolation/src/c/interpolation.rc
scilab/modules/interpolation/src/fortran/interpolation_f.rc
scilab/modules/intersci/src/lib/intersci.rc
scilab/modules/io/src/c/io.rc
scilab/modules/io/src/fortran/io_f.rc
scilab/modules/javasci/Makefile.in
scilab/modules/javasci/javasci.rc
scilab/modules/jvm/src/c/libjvm.rc
scilab/modules/jvm/src/nojvm/nojvm.rc
scilab/modules/linear_algebra/src/c/linear_algebra.rc
scilab/modules/linear_algebra/src/fortran/linear_algebra_f.rc
scilab/modules/localization/src/localization.rc
scilab/modules/matio/src/c/matio.rc
scilab/modules/matio/src/nomatio/nomatio.rc
scilab/modules/mexlib/src/libmat/libmat.rc
scilab/modules/mexlib/src/libmex/libmex.rc
scilab/modules/mexlib/src/libmx/libmx.rc
scilab/modules/mpi/src/c/mpi.rc
scilab/modules/optimization/src/c/optimization.rc
scilab/modules/optimization/src/fortran/optimization_f.rc
scilab/modules/output_stream/src/c/output_stream.rc
scilab/modules/output_stream/src/fortran/output_stream_f.rc
scilab/modules/parallel/src/c/parallel.rc
scilab/modules/parameters/src/c/parameters.rc
scilab/modules/polynomials/src/c/polynomials.rc
scilab/modules/polynomials/src/fortran/polynomials_f.rc
scilab/modules/preferences/src/c/preferences.rc
scilab/modules/randlib/src/c/randlib.rc
scilab/modules/randlib/src/fortran/randlib_f.rc
scilab/modules/randlib/src/norandlib/norandlib.rc
scilab/modules/renderer/renderer.rc
scilab/modules/renderer/src/norenderer/norenderer.rc
scilab/modules/scicos/src/c/cli/scicos-cli.rc
scilab/modules/scicos/src/c/noscicos/noscicos.rc
scilab/modules/scicos/src/c/scicos.rc
scilab/modules/scicos/src/fortran/scicos_f.rc
scilab/modules/scicos/src/scicos_sundials/scicos_sundials.rc
scilab/modules/scicos_blocks/src/c/cli/scicos_blocks-cli.rc
scilab/modules/scicos_blocks/src/c/scicos_blocks.rc
scilab/modules/scicos_blocks/src/fortran/scicos_blocks_f.rc
scilab/modules/scinotes/src/c/scinotes.rc
scilab/modules/signal_processing/src/c/signal_processing.rc
scilab/modules/signal_processing/src/fortran/signal_processing_f.rc
scilab/modules/sound/src/c/sound.rc
scilab/modules/sound/src/nosound/nosound.rc
scilab/modules/sparse/src/c/sparse.rc
scilab/modules/sparse/src/fortran/sparse_f.rc
scilab/modules/special_functions/src/c/special_functions.rc
scilab/modules/special_functions/src/fortran/special_functions_f.rc
scilab/modules/spreadsheet/src/c/spreadsheet.rc
scilab/modules/spreadsheet/src/nospreadsheet/nospreadsheet.rc
scilab/modules/statistics/src/c/statistics.rc
scilab/modules/statistics/src/dcdflib/dcd_f/dcd_f.rc
scilab/modules/string/src/c/string.rc
scilab/modules/string/src/fortran/string_f.rc
scilab/modules/symbolic/src/c/symbolic.rc
scilab/modules/symbolic/src/fortran/symbolic_f.rc
scilab/modules/tclsci/src/c/tclsci.rc
scilab/modules/time/src/c/time.rc
scilab/modules/ui_data/src/c/ui_data.rc
scilab/modules/ui_data/src/noui_data/noui_data.rc
scilab/modules/umfpack/src/c/umfpack.rc
scilab/modules/umfpack/src/noumfpack/noumfpack.rc
scilab/modules/windows_tools/src/c/CScilex/CScilex.rc
scilab/modules/windows_tools/src/c/WScilex/WScilex.rc
scilab/modules/windows_tools/src/c/scilab_windows/scilab_windows.rc
scilab/modules/windows_tools/src/c/windows_tools.rc
scilab/modules/windows_tools/src/nowindows_tools/nowindows_tools.rc
scilab/modules/xcos/src/c/xcos.rc
scilab/modules/xml/src/c/xml.rc
Change-Id: Ifcdd1aa510a811f8e08523cff4cee20f7b0f46c4
Vincent COUVERT [Fri, 3 Apr 2015 12:43:03 +0000]
Specific versions of libBLAS.dylib & libLAPACK.dylib for Mac OS X 10.10 (See bug #13803)
Change-Id: I6602da2f3424c3b48fd8a64827216e6d3cd6c500
Vincent COUVERT [Tue, 31 Mar 2015 08:48:25 +0000]
Force English because of messages displayed in the console
Change-Id: I736c09250b54fee9c773bacddb47f4f4b2a580bc
Paul Bignier [Tue, 31 Mar 2015 14:13:06 +0000]
Xcos doc: regenerate corrupt images
Change-Id: Ic303f088e5348a7496f12ae25d41f45d39237c2a
Vincent COUVERT [Wed, 1 Apr 2015 13:29:30 +0000]
5.5.2 ==> 5.5.3
Change-Id: I84904359583a6e98d9c51a65f1226956b2532c71
Vincent COUVERT [Tue, 31 Mar 2015 15:24:55 +0000]
Merge remote-tracking branch 'origin/5.5'
Conflicts:
scilab/modules/helptools/data/pages/homepage-en_US.html
scilab/modules/helptools/data/pages/homepage-fr_FR.html
Change-Id: Ic8def18086adf1d39ea1edc1c997ec3526f772a3
Vincent COUVERT [Tue, 31 Mar 2015 09:18:16 +0000]
Latest updates
Change-Id: I08debdebdb92b05ccfa25d780d8def779a00bcac
Vincent COUVERT [Mon, 30 Mar 2015 15:22:41 +0000]
Updates images after https://codereview.scilab.org/#/c/16289/
Change-Id: Ia179b9df80613426cab12dcd29d6f0a4595aae67
Vincent COUVERT [Mon, 30 Mar 2015 14:58:42 +0000]
Update translations from Launchpad
Change-Id: I941771093594c68d1c0330d324e3c6ea99d2ac10
Adeline CARNIS [Mon, 30 Mar 2015 14:26:56 +0000]
Update examples in datatip help pages.
Change-Id: I9346915d0149346cd8439468d0bd163d11cd0482
Vincent COUVERT [Mon, 30 Mar 2015 14:48:37 +0000]
Little fixes
Change-Id: Iaaee60379d070859f131563a8b3d2e8a9726f0dd
Calixte DENIZET [Mon, 30 Mar 2015 13:27:02 +0000]
Graphics: draw full plus (plot2d(1:10,1:10,-1))
Change-Id: I7e0c27a8ce4af3cf4f48000a327bc89845c65402
Adeline CARNIS [Mon, 30 Mar 2015 12:52:17 +0000]
comet and comet3d macros updated after https://codereview.scilab.org/#/c/16036/
Change-Id: I648fdb50b282054cca79a426f4bec11bc4fa1108
Calixte DENIZET [Mon, 30 Mar 2015 12:14:33 +0000]
SciNotes: avoid a npe
Change-Id: Ibac8bd66fd359975aa9f23e6f4302dfa610a4031
Antoine ELIAS [Mon, 30 Mar 2015 11:25:17 +0000]
avoid crashs in hdf5 on free
Change-Id: I03902f4e17e85141470dffb4a83791cc81bae352
Antoine ELIAS [Mon, 30 Mar 2015 09:50:46 +0000]
avoid freeze when creating a directory in current path under Windows
test_run fileio createdir
Change-Id: I9826297597ba9312062ab2a6efe329cce045c4d8
Adeline CARNIS [Mon, 30 Mar 2015 09:01:11 +0000]
For Windows: regenerate bug_12702 and bug_9690 non_regression tests in optimization module.
Change-Id: I3ebaaf21677e80381174f513801b7c216d80abb1
Vincent COUVERT [Mon, 30 Mar 2015 08:49:05 +0000]
* Bug #13791 fixed - ricc no longer managed the 'invf' method.
test_run cacsd bug_13791
Change-Id: Ic8c02d8eb88365c12bd9441a345d8ff4f6b2fedd
Vincent COUVERT [Mon, 30 Mar 2015 08:27:09 +0000]
Fix localized error message (test_run statistics bug_8031)
Change-Id: I4950ab2ed67bf1135310a140ca6a0020fbb95e17
Vincent COUVERT [Mon, 30 Mar 2015 08:20:10 +0000]
A valid value for axesflag had been removed by https://codereview.scilab.org/#/c/16262/
Tests:
test_run graphics bug_1109
test_run graphics bug_13735
Change-Id: Ie650a752497ed0c1eb03ababcb23704c4d7ebe4f
Vincent COUVERT [Mon, 30 Mar 2015 08:13:59 +0000]
Ref value changed to recent updates
Change-Id: Iefc857b440ff032497baa53f0f7feb5fab0dcbae
Vincent COUVERT [Mon, 30 Mar 2015 08:13:29 +0000]
Update ref with new log messages
Change-Id: I0c8f9e538c9c1a0c38842d981b44e38937cf908b
Vincent COUVERT [Mon, 30 Mar 2015 08:12:49 +0000]
Message removed by https://codereview.scilab.org/#/c/16267/ can still occur.
Change-Id: I2e431a53e2637011790b54cdba0d38219fa23cc8