Sylvestre Ledru [Fri, 28 Sep 2012 14:46:05 +0000]
Update of the localization files
Change-Id: I2ed5f4882c450da7415890b76f7021d318cf9d51
Clément DAVID [Fri, 28 Sep 2012 13:24:48 +0000]
CallGraphicController: protect agains null values
Change-Id: I537e184d5b86064e745c70f78e76a987222b60dd
Clément DAVID [Fri, 28 Sep 2012 12:38:14 +0000]
Xcos preferences: fix NPE on keystroke change
A keystroke update will emit a PropertyChangeEvent on StartAction
Change-Id: Iebfe98fc1874a3faa341e0369471823cbfcad9c8
Vincent COUVERT [Fri, 28 Sep 2012 12:39:11 +0000]
Fixes Quit operation under Mac OS X
Change-Id: Iede16535e7b0eddcee38ad4b110ee6573bffbc3c
Vincent COUVERT [Fri, 28 Sep 2012 11:41:48 +0000]
Bug in set links property.
To test: test_run("graphics", "bug_7075");
Change-Id: I77b4357de5d00120ca1c4489c91fc58f64dcd7b9
Vincent COUVERT [Fri, 28 Sep 2012 10:37:43 +0000]
Revert "Avoid the callbacks to be interrupted by an other callback on the same object for example. This leads to wrong callback execution."
This reverts commit
a460b7fe610c9f8a921582b9219f9ae16d730e8a
Calixte DENIZET [Fri, 28 Sep 2012 08:31:01 +0000]
Prefs: forget to localize a string
Change-Id: I5f96759a2acdd539cd2d2d109403c015782e9673
Sylvestre Ledru [Fri, 28 Sep 2012 08:26:20 +0000]
Update of the localization templates (including the one from preferences
Change-Id: I94b4650edf9b9555c4517bd20544581436e3c41a
Sylvestre Ledru [Fri, 28 Sep 2012 08:25:53 +0000]
Fix a bug in the generation of the templates
Change-Id: I2740724dc07fefef76b0bd959dee55d13ebbd631
Sylvestre Ledru [Thu, 27 Sep 2012 16:52:12 +0000]
update of the image to match the latest release L&F
Change-Id: I42c795385cedef0a03bab80e419ed5d377b955dd
Sylvestre Ledru [Thu, 27 Sep 2012 16:35:17 +0000]
Install the russian help homepage
Change-Id: I89d27ef4c0232577e8cb820e45d2a8e975ff96b4
Calixte DENIZET [Thu, 27 Sep 2012 14:49:01 +0000]
Scinotes: font prefs were not correctly taken into account
Change-Id: Ib2a685ca1a59920ab46e4c5bf8dfe664d35a7fa9
Vincent COUVERT [Thu, 27 Sep 2012 14:21:51 +0000]
Fix f.position getter
Change-Id: Ia6965a34435d3a63a5a8c8c0f9d6424c824811ee
Vincent COUVERT [Thu, 27 Sep 2012 13:37:56 +0000]
Changes 5.3.3 to 5.4.0 added
Change-Id: I23642dc93dbd5048fa0278be24828d64c9660624
Julie PAUL [Thu, 27 Sep 2012 11:17:23 +0000]
Review before release
Change-Id: I789d81ff59d34f2b1b8013df50eeb06a2fcdc4c5
Adeline CARNIS [Thu, 27 Sep 2012 09:43:12 +0000]
view code disappeared at the end of the demo and the demo failed if the display is stopped.
Change-Id: I52cb82d62677be5c48a63f7a33252af0214a209b
Vincent COUVERT [Thu, 27 Sep 2012 07:43:52 +0000]
Update ref.
To test: test_run("graphics", "bug_2796")
Change-Id: I9bb0bc68a3f6e13eb60c7159cd6a1ff4868fc684
Vincent COUVERT [Thu, 27 Sep 2012 07:33:33 +0000]
Fix test after codereview.scilab.org/#/c/9282/
To test: test_run("gui", "bug_2565")
Change-Id: Ie4a1641b98c55b98065df1738041779c2dad9c5c
Vincent COUVERT [Thu, 27 Sep 2012 07:29:48 +0000]
Remove useless display that make test crash with localized messages.
To test: test_run("spreadsheet", "ticket_353")
Change-Id: Icb9a34b3747ebb20638a59643651b60e2ca9ccfd
Vincent COUVERT [Wed, 26 Sep 2012 21:12:01 +0000]
Resolve symbolic links in TMPDIR, seems to fix many tests under Mac OS X
Change-Id: I4145e194396983d2f76d32a0b360cadeb0345e3e
Sylvestre Ledru [Thu, 27 Sep 2012 07:22:08 +0000]
Update of the localization files
Change-Id: I0c3cfa40397889e6a4771e0baca8c19e00288a02
Sylvestre Ledru [Thu, 27 Sep 2012 06:56:39 +0000]
Force the usage of utf-8 for java building
Change-Id: I8cbba7463d22cb8329c81bae66098fd15df7ac80
Stanislav KROTER [Wed, 26 Sep 2012 15:52:13 +0000]
Insert CHAPTER file in elementary_functions/help/ru_RU.
Change-Id: Ic142f5eda86e0bf2189f4fc7287fbbd9b868718e
Stanislav KROTER [Wed, 26 Sep 2012 16:09:28 +0000]
Revision of help page for isequalbitwise (Russian).
Change-Id: I104824e81acae3fda228a51eb3937238ee7bc711
Stanislav KROTER [Wed, 26 Sep 2012 15:47:34 +0000]
Translation of all untranslated help pages for functions of module "elementary_functions" into Russian.
Change-Id: I0a9485374961a3bfd8baa6f981142d53b55b9bde
Stanislav KROTER [Wed, 26 Sep 2012 16:01:49 +0000]
Revision of help page for sqrtm (en_US).
Change-Id: I8b9d65ce28f1cfc7a58b06261a67f623431132d8
Stanislav KROTER [Thu, 27 Sep 2012 06:16:41 +0000]
Fix some typos on help pages (en_US, ru_RU).
Change-Id: I1c9ce9e346daad82a19bbc1a84fbd28cf578df32
Vincent COUVERT [Wed, 26 Sep 2012 15:20:31 +0000]
Avoid the callbacks to be interrupted by an other callback on the same object for example. This leads to wrong callback execution.
Change-Id: Ic0ee3a297b1214c51e124a8f6a0d270ba67cc1a1
Bruno JOFRET [Wed, 26 Sep 2012 14:11:51 +0000]
Add JVM Option to increase direct buffer allocation capabilities.
Change-Id: I433a631b5649f5e65ad1a4d2edfe9550bdcbacac
Vincent COUVERT [Wed, 26 Sep 2012 14:09:52 +0000]
Test localization.
To test: test_run("spreadsheet", "ticket_353");
Change-Id: I8864b5e7a430e78b781b430a09d24850900c6998
Vincent COUVERT [Wed, 26 Sep 2012 14:01:31 +0000]
Update refs for tests under WIndows. Linux version already OK.
Change-Id: I11cb0ce84b814e8e155108537c1bb6ed10565df7
Vincent COUVERT [Wed, 26 Sep 2012 12:37:25 +0000]
Make sure the text appear on one line when possible (in atoms waitbar for example)
Change-Id: I2908fef2bae4bb8a14a4f3b091070303149b8c9c
Sylvestre Ledru [Wed, 26 Sep 2012 13:01:42 +0000]
Russian translation of 'report a bug'
Change-Id: I50c1616a37bc3ae8db872fec920f4880c0312ee8
Sylvestre Ledru [Wed, 26 Sep 2012 14:07:19 +0000]
update of the homepage of the help browser
Change-Id: I6f4315f26f62b527be3e2a54c5787f71b152e960
Vincent COUVERT [Wed, 26 Sep 2012 07:49:47 +0000]
Update ref after commit codereview.scilab.org/#/c/9259/
To test: test_run("xcos", "SEP_066_Xcos_bad_hooks")
Change-Id: I6650db2d1fcc911d99ba490600114e94cd8bdbb7
Vincent COUVERT [Wed, 26 Sep 2012 13:36:05 +0000]
Update test+example now libscilab.dll no more exists.
To test: test_run("dynamic_link", "dllinfo");
Change-Id: Ic2b88ca7c589a521a2436ea3ff87499eed57f27d
Vincent COUVERT [Wed, 26 Sep 2012 12:03:33 +0000]
Add a listener to update the listboxtop property correctly.
To test:
// Execute this code
h = uicontrol("Style", "listbox", "String", ["a", "b", "c", "d", "e", "f"], "position", [20 20 200 50])
// Check that h.listboxtop == 1
// Scroll verticaly until "d" is the top most item displayed
// Check that h.listboxtop == 4
Change-Id: I86f7ce3bf17e471bf9d3865bd6c0c10dab8a9f4d
Rui Hirokawa [Wed, 26 Sep 2012 12:37:15 +0000]
Japanese translation
Change-Id: I99c08d7c581cd79fc702a4ae6a8d701ca4c86ff1
Sylvestre Ledru [Tue, 25 Sep 2012 14:14:59 +0000]
Add a link to report an issue from the help browser or the web interface
Change-Id: I4dd7c7625ea91062cac32203229c156be3a8b072
Sylvestre Ledru [Wed, 26 Sep 2012 10:25:58 +0000]
Scirenderer 1.0.1 => 1.0.2
Change-Id: I754f4c045516f53d68334012ed9143858fdea191
Vincent COUVERT [Wed, 26 Sep 2012 08:20:20 +0000]
Callback was added twice for popupmenus
Change-Id: I19c36cad4e399329d89bc69910fa134ccc0c10ba
Calixte DENIZET [Tue, 25 Sep 2012 20:05:38 +0000]
Doc: Add a way to localize generated messages
Change-Id: I4c457a4dbdeb25e93e62e16f3bd460d6f2b7fec0
Vincent COUVERT [Tue, 25 Sep 2012 13:21:11 +0000]
sqrt ==> sqrtm
Change-Id: I22e130f46fbd03a889231ae71b109fd88d3424b9
Stanislav KROTER [Tue, 25 Sep 2012 16:47:40 +0000]
Revision of some help pages of module "elementary_functions" (en_US, ru_RU).
Change-Id: Ic855a0c8c09d99feb7f293dd271f1a131ee7d487
Vincent COUVERT [Wed, 26 Sep 2012 07:41:51 +0000]
Rename variable because dst is now a Scilab function.
To test: test_run("cacsd", ["bug_6883" "bug_7566"]);
Change-Id: Id03fd907278d594028efaf3e9ceb7012043131a5
Vincent COUVERT [Tue, 25 Sep 2012 14:41:51 +0000]
Update help and Scilab option after codereview.scilab.org/#/c/9260/
Change-Id: I2c4f776019ef7695ccc187c887fcddaca2c0fc29
Sylvestre Ledru [Tue, 25 Sep 2012 13:19:43 +0000]
Scirenderer 1.0.0 => 1.0.1
Change-Id: I76d7f3eb4abc4d6f44ab3c2fd96f7ec257a4228b
Bruno JOFRET [Tue, 25 Sep 2012 12:40:28 +0000]
* Bug #11257 fixed - Memory leaks fixed in Scilab graphics.
Change-Id: Ie8cb67cb40c5d104b2b59877988a1b1117d9eb70
Vincent COUVERT [Tue, 25 Sep 2012 11:15:47 +0000]
* Avoid the figure function to add new functions in Scilab scope (create internal functions).
* Fixes test for bug #3675. To test: test_run("gui", "bug_3675");
Change-Id: Ibf64e290427c434ec179117bc11cc77f7b408c66
Vincent COUVERT [Tue, 25 Sep 2012 12:38:51 +0000]
Fix test after commit: codereview.scilab.org/#/c/9123/ (New Scirenderer version).
To test: test_run("graphics", "bug_3404");
Change-Id: I04e5a10d1ea7f3f0d75f9054dd8346e5be1523ea
Clément DAVID [Tue, 25 Sep 2012 12:43:00 +0000]
Xcos demos: Plant_DiscreteController S/H block is not flipped
Change-Id: I197340ba83dcc970c3b885db27a82585be30f03e
Vincent COUVERT [Tue, 25 Sep 2012 09:09:27 +0000]
Do not show copyright information at startup, they are available in the aboutbox.
Change-Id: Iaa85450f58c17345b294267de7f639fcf482d341
Julie PAUL [Tue, 25 Sep 2012 09:39:23 +0000]
Review before release
Change-Id: I02e94ee6977ea8cfdc1978970d49d6e738c21374
Samuel GOUGEON [Sun, 23 Sep 2012 17:09:12 +0000]
Without autoloading, modules installed in SCIHOME instead of
SCI\contrib due to missing admin rights were missing.
Change-Id: Iee619a1ffb31580c9232b701063247ba1d982795
steer [Tue, 11 Sep 2012 13:39:04 +0000]
dct and dst primitives added based on fftw
Change-Id: I0c0ee2f6f5cae1978f4b0c74aaa4cd86a3d2146b
Clément DAVID [Tue, 25 Sep 2012 07:08:08 +0000]
Xcos: SEP_066_Xcos_hooks update to handle multiple pre/post hooks
Change-Id: Ide5b2d1094d351d35d9fee8aae5623306bee4577
Stanislav KROTER [Mon, 24 Sep 2012 15:52:41 +0000]
Revision of help page for lcm.
Change-Id: I3e3e93b50a92c2e922ca7d701a1dfb2266662f05
Stanislav KROTER [Mon, 24 Sep 2012 15:50:31 +0000]
Made more precise the output variables of gcd function in the description.
Change-Id: Ieff84d6110bbde902a68d3ee6e4511a735eb68a3
Stanislav KROTER [Mon, 24 Sep 2012 15:12:10 +0000]
Revision of help page for gcd. Insert an explanation of the term "unimodular matrix" from Wikipedia.
Change-Id: I952139f207656a6949a9ffaeadae2db08c385e82
Sylvestre Ledru [Mon, 24 Sep 2012 15:27:54 +0000]
JLaTeXmath 0.9.7 => 1.0.0
Change-Id: I81d0a47a3283341a0766df0f5b0a8fb4c0c43e00
Sylvestre Ledru [Mon, 24 Sep 2012 14:26:46 +0000]
Scirenderer 0.5.8 => 1.0.0
Change-Id: Ib4551cb221264e70b03010f35305eb33b04c4012
Sylvestre Ledru [Mon, 24 Sep 2012 13:51:23 +0000]
Update of the information of api_scilab
Change-Id: I1564873e774c885de8be5f637246f7fcdc77b1b6
Sylvestre Ledru [Mon, 24 Sep 2012 09:41:54 +0000]
Test of the astyle formating
Change-Id: I03c1427eeef50bb308ffa7d62bdd6b504d010caf
Vincent COUVERT [Mon, 24 Sep 2012 12:03:08 +0000]
Fix a translation mistake
Change-Id: Ic76d67c0b04e456bbb8976da9308aaf6deb884be
Vincent COUVERT [Mon, 24 Sep 2012 11:02:58 +0000]
Add an item in Scinotes menubar/toolbar to launch preferences/help
Change-Id: Ib1cb1c5f9a5444f73f223609b0624272a7e3fbab
Vincent COUVERT [Mon, 24 Sep 2012 09:15:01 +0000]
Back to previous behavior for closing button after cgit.scilab.org/scilab/commit/?id=
5eeaf92f7b6261ead279ed5c74afaa529b7b337e
Avoid to close the tab when we just want to select it.
Change-Id: Idaeaf20b6d4dad215f59e0b9d2cd17d5d3c84606
Sylvestre Ledru [Mon, 24 Sep 2012 09:23:28 +0000]
* Update of the C/C++/java hooks:
- use the extended form of the options
- remove duplicate options
- Add --add-brackets
Change-Id: I31410ff1fd4863d70f42e5eb69deecf3c16000de
Vincent COUVERT [Mon, 24 Sep 2012 08:49:36 +0000]
Add icons in the History Browser menus
Change-Id: I3e639f513ad28a213af0be85b4a2dff91c907f32
Vincent COUVERT [Fri, 21 Sep 2012 15:25:31 +0000]
Homogenize Menus/Toolbars in the File browser and Variable Browser.
Change-Id: I4612b43013ac54e25965dc62f5f85e6de8e37e47
Stanislav KROTER [Mon, 24 Sep 2012 00:28:01 +0000]
Translation of help page for numdiff into Russian.
Change-Id: Ie62b2d62f4f4c59b1627645bc1fdab256daa9a4e
Stanislav KROTER [Mon, 24 Sep 2012 00:27:11 +0000]
Revision of help page for numdiff (en_US).
Change-Id: I378981112dbd893e00ee9dc2cdae02a686353c12
Stanislav KROTER [Mon, 24 Sep 2012 05:23:44 +0000]
Fix some typos
Change-Id: I73588d54e90ce3578a74d13b1470a72ae7d00cb5
Stanislav KROTER [Sun, 23 Sep 2012 16:28:44 +0000]
Translation of help pages of module "data_structures" into Russian.
Change-Id: I0df4c1e749c4de8c6f38ff1b981fb29ef89ae6f6
Stanislav KROTER [Sun, 23 Sep 2012 16:26:22 +0000]
Revision of help pages of module "data_structures" (en_US, ru_RU).
Change-Id: I2769906112f65c41883ef0ef1642a857f211da5d
Sylvestre Ledru [Fri, 21 Sep 2012 11:53:34 +0000]
Update of the localization files
Change-Id: I5a9091a287068edc26f9b109fe6f0b6173dd8122
Sylvestre Ledru [Fri, 21 Sep 2012 09:10:49 +0000]
* Add more examples
* Split some examples into several
* Move some images right after the code examples
Change-Id: Ie89a45bfabed656397e15252678dc978cf2e8e1d
Sylvestre Ledru [Thu, 20 Sep 2012 22:39:53 +0000]
Fix a memory leaks + remove a dead assignment
Change-Id: Ic093b4a1bfe6d566a66e486eac0b94564c9cac03
Sylvestre Ledru [Fri, 21 Sep 2012 09:11:34 +0000]
* Add images for the French version
* Split some examples
Change-Id: I1cd6c7c2c50537b3b9dd4ba45249d046202e8db9
Vincent COUVERT [Fri, 21 Sep 2012 14:19:13 +0000]
Fix some bugs about menus, their order and their parents.
To test:
test_run("gui", ["bug_4782_v5" "bug_4782" "uimenu"])
test_run("graphics", ["save_load", "save_load_v5"])
Change-Id: Id338f36fb6ab94aca601e648d685ce4ab6052e46
Stanislav KROTER [Fri, 21 Sep 2012 11:53:39 +0000]
Translation some phrases into Russian.
Change-Id: I7a2d2942fe26ad853d4845fb55bb3e523746bfb6
Stanislav KROTER [Fri, 21 Sep 2012 11:52:13 +0000]
Fix some typos on help pages (Russian).
Change-Id: I427eea21bba4792f65afb745f0397a726468fba0
Vincent COUVERT [Fri, 21 Sep 2012 10:22:01 +0000]
Avoid missing translated items under Windows (same command as Linux one).
Change-Id: I9c05e90883e063567848b1d750441690dca996ba
Stanislav KROTER [Thu, 20 Sep 2012 13:10:48 +0000]
Fix some typos.
Change-Id: I141107f96f1e31d3644733eb61bab72cce287f4d
Stanislav KROTER [Thu, 20 Sep 2012 13:40:29 +0000]
Translation of help page for clean function into Russian.
Change-Id: Ie068b89f002f314aeb5e8d209a80839ed2defda8
Bruno JOFRET [Fri, 21 Sep 2012 06:11:24 +0000]
Missing variable rename in refactor.
Change-Id: I83632e765c1e0370d94350d89fa2e11ac9d861e5
Stanislav KROTER [Thu, 20 Sep 2012 13:39:09 +0000]
Revision of help page for clean function.
Change-Id: Ib13f91f61b81cce932abccbd2a9f6f70f07f70d3
Vincent COUVERT [Thu, 20 Sep 2012 21:01:05 +0000]
Deactivate this test under Mac OS X (uses tclsci module)
Change-Id: Ib76bcef5269d2dc743cd4e0293fd76a5f5d26579
Vincent COUVERT [Thu, 20 Sep 2012 20:53:03 +0000]
Use delete instead of winclose to make these tests pass under Mac OS X (no tclsci module)
Change-Id: I1c4da2083f2cb4c60c98bb8a4f5022296ba85c00
Vincent COUVERT [Thu, 20 Sep 2012 15:26:30 +0000]
Revert http://codereview.scilab.org/#/c/8967/13
Change-Id: I2123e15a011d1167097fb6487497dcfb72021d2e
Vincent COUVERT [Thu, 20 Sep 2012 10:39:08 +0000]
The ref was generated with debug messages...
To test: test_run("gui", "bug_11657")
Change-Id: I3b4ed5d112290d80512c20521bed4553cd9b2541
Vincent COUVERT [Thu, 20 Sep 2012 10:36:10 +0000]
Fix test after codereview.scilab.org/#/c/9049/
To test: test_run("gui", "bug_10841")
Change-Id: I6fbd954aceeeb8db4b40c8a025945c8bd2f30ffe
Vincent COUVERT [Thu, 20 Sep 2012 10:16:51 +0000]
Fix pushbutton uicontrols.
To test: test_run("gui", "pushbutton")
Change-Id: I849a3f8c6e3be53aa614fd93b0c5364cf30d7d82
Bruno JOFRET [Thu, 20 Sep 2012 10:00:08 +0000]
* Bug #11298 fixed - Listboxes callback was executed several times for one action.
Change-Id: Ie5f24344baa121a5be0716a545cf53cca4715fdf
Vincent COUVERT [Thu, 20 Sep 2012 07:53:34 +0000]
Fix listbox & popumenu uicontrols tests.
Checkstyle.
To test: test_run("gui", ["listbox","popupmenu"])
Change-Id: Icf745b36bbdbcad7b3deaaf585e9e4563efded5f
Bruno JOFRET [Thu, 20 Sep 2012 09:07:45 +0000]
DataModel Objects are now deleted. Check we are not asking for a deleted one.
Change-Id: I2d9362428b221703f9a7bb4900ca8a387d7b13d9
Clément DAVID [Thu, 20 Sep 2012 07:52:40 +0000]
Atoms: ignore downloaded package
Change-Id: Ia6d9ec542648510fbb16edab801661769e368715
Alexandre HERISSE [Mon, 17 Sep 2012 15:47:50 +0000]
* Bug #10433 fixed - Xcos stop simulation button
Change-Id: I92dde895cf49bad3f20ecd1c6467d3b71713b8aa
Bruno JOFRET [Wed, 19 Sep 2012 16:31:02 +0000]
Fix warning message on Min/Max uicontrol property.
Change-Id: I253ac74cbcebfabc91f9578cfbfc3e30767708fc
Bruno JOFRET [Wed, 19 Sep 2012 15:30:58 +0000]
Fix missing style enumeration.
Change-Id: I9cf126273cb4c16e736869666a69115facbeef80
Sylvestre Ledru [Wed, 19 Sep 2012 14:08:48 +0000]
Fix a typo
Change-Id: I7b13b0f5d9866aac9c443e5c877d8552867f261c