Statistiques
| Révision :

root / TXM / trunk / bundles / org.txm.chartsengine.rcp @ 4020

  • svn:ignore: bin target .tycho-consumer-pom.xml .polyglot.META-INF
# Date Auteur Commentaire
3944 27/06/2023 13:18 Matthieu Decorde

fix javadoc

3940 26/06/2023 16:24 Matthieu Decorde

fix javadoc errors

3936 22/06/2023 11:40 Matthieu Decorde

fixes

3920 13/06/2023 14:36 Matthieu Decorde

update NLS messages

3913 13/06/2023 09:57 Matthieu Decorde

set messages properties encoding to UTF-8

3891 05/06/2023 16:43 Matthieu Decorde

cleaning unused keys and messages

3832 26/05/2023 11:18 Matthieu Decorde

externalize strings

3766 05/05/2023 13:42 Matthieu Decorde

fix NPE

3733 14/04/2023 12:45 Sebastien Jacquot

Centralize charts engine font selection functions
Centralize combo and spinner parameter control functions

3730 13/04/2023 15:05 Sebastien Jacquot

implement #3370:
- added a combo box with user-friendly font name "Arial", "Courier", "Times" matching to logical AWT fonts: "SansSerif", "Monospaced", "Serif"
- set charts engine default font preference as "SansSerif"/"Arial", size of 14, regular style
- added another combo box only visible in expert mode to list all the fonts (logical and physical)...

3728 12/04/2023 14:59 Sebastien Jacquot

RCP: Restore combo box of factor plans selection of CA and add convenience classes to manage Control addition to editor toolbar

3726 12/04/2023 12:12 Sebastien Jacquot

Add/improve/remove some code comments and some test sections

3658 17/03/2023 09:59 Matthieu Decorde

move bundles 1/N

3628 03/03/2023 11:39 Matthieu Decorde

TXM 0.8.3 modifications

3595 24/01/2023 17:46 Matthieu Decorde

fix timer message

3568 18/11/2022 14:59 Sebastien Jacquot

RCP: restore the expert mode chart type selection in advanced chart tool bar (broke in 0.8.0 or 0.8.1)
RCP: use dedicated shared method to add Combo controls to a ToolBar and add listener to update the size of the widget on items change
TBX: add/improve/remove some code comments and some test sections...

3563 28/10/2022 11:02 Sebastien Jacquot

RCP: restore the expert mode chart type selection in advanced chart tool bar (broke in 0.8.0 or 0.8.1)
RCP: use dedicated shared method to add Combo controls to a ToolBar and add listener to update the size of the widget on items change
TBX: add/improve/remove some code comments and some test sections...

3555 17/10/2022 16:49 Matthieu Decorde

move CA prototype macros
add CACompile macro
fix chart editor toobar
fix R startup bug when Rdata is alraedy built
add Concordance to tree link

3474 10/06/2022 16:48 Matthieu Decorde

update strings messages&bundles

3444 13/05/2022 12:47 Matthieu Decorde
3427 22/04/2022 11:08 Matthieu Decorde

FR translations of externalize strings in menus

3424 21/04/2022 15:54 Matthieu Decorde

externalize RCP strings

3382 02/03/2022 10:11 Matthieu Decorde

use the corpus view selection to activate commands in menus
fix EditionPanel.setURL to always encode URL

3343 04/01/2022 16:48 Matthieu Decorde

format

3338 03/01/2022 10:37 Matthieu Decorde

fix javadoc

3287 02/11/2021 15:17 Matthieu Decorde

rename "main" to "trunk" -> more common

3271 25/10/2021 15:12 Matthieu Decorde

rename "tmp" to "main"

3270 25/10/2021 15:12 Matthieu Decorde

create the TXM dir + move tmp

3151 04/06/2021 11:24 Matthieu Decorde

normalize tooltips

3079 06/05/2021 15:57 Matthieu Decorde

fixing warnings
set TXM version to 0.8.2

3078 05/05/2021 15:23 Matthieu Decorde

fixing warnings

3063 26/04/2021 17:30 Matthieu Decorde

fix missing properties in manifest files
fix trs import
fix plugin declarations in org.txm. rcp feature

2896 08/06/2020 11:31 Matthieu Decorde

fix bundle_ru.properties files encoding

2882 05/06/2020 14:01 Matthieu Decorde

add missing start export message

2810 14/04/2020 08:51 Matthieu Decorde

update copyright

2806 06/04/2020 10:31 Matthieu Decorde

disable the svn qualifier

2802 02/04/2020 09:41 Matthieu Decorde

testing updates

2801 02/04/2020 08:47 Matthieu Decorde

testing updates

2780 13/03/2020 13:58 Matthieu Decorde

update test

2779 13/03/2020 10:58 Matthieu Decorde

update test

2778 13/03/2020 10:18 Matthieu Decorde

update test

2775 12/03/2020 14:20 Matthieu Decorde

update site test build modifications

2774 12/03/2020 13:49 Matthieu Decorde

update site test build modifications

2772 12/03/2020 13:03 Matthieu Decorde

update site test build modifications

2766 06/03/2020 17:12 Matthieu Decorde

update site test build modifications

2763 06/03/2020 16:52 Matthieu Decorde

update site test build modifications

2755 06/03/2020 13:27 Matthieu Decorde

move ChartEditor.onInit call in the ChartEditor.loadchart(needInit) method

2753 06/03/2020 11:34 Matthieu Decorde

fix chart result file prefixes
fix SVG file creation during editor update or opening
fix SVG,raster chart size using asyncExec when necessary
fix chart zoom&pan&reset javadoc&exceptions
fix chart pan of the SVGCanvas

2744 05/03/2020 09:17 Sebastien Jacquot

Fixes regressions of last commit related with files-based charts engines and UI charts components

2739 02/03/2020 15:15 Sebastien Jacquot

Restores old code (commented) that managed the chart recreation from Object to File when needed

2738 02/03/2020 15:14 Sebastien Jacquot

Formats source code

2729 26/02/2020 16:05 Matthieu Decorde

fix cooccurrence sort
add TXMEditor._setFocus() method which can be override
simplify TXMResult children compute step

2720 25/02/2020 13:10 Matthieu Decorde

fix RasterComposite
fix JFC SVG and co display format
move ChartsEngine managing code to ChartsEngineManager
parametrized ChartCreators with a ChartsEngine and a ChartResult
fix vmax and fmax spinner max value using the corpus size

2644 10/02/2020 15:48 Sebastien Jacquot

Re-enable auto-compute on chart type / chart creator combo box

2641 10/02/2020 14:53 Sebastien Jacquot

Changes the chart editor dirty state settings so the asterisk does not blind in auto-compute mode

2627 07/02/2020 13:04 Sebastien Jacquot

Fixes: advanced chart editor toolbar widgets launch the compute even if the auto-compute preference is disabled

2626 07/02/2020 12:49 Sebastien Jacquot

Fixes: advanced chart editor toolbar widgets launch the compute even if the auto-compute preference is disabled

2619 07/02/2020 09:14 Sebastien Jacquot

Improve the definition and split of tasks and sub-tasks of computing job monitors (refs #2750)

2609 05/02/2020 14:02 Sebastien Jacquot

Refactors TXMResult monitor access methods names

2603 05/02/2020 09:51 Sebastien Jacquot

Formats source code

2602 05/02/2020 09:31 Sebastien Jacquot

Improve the definition and split of tasks and sub-tasks of computing job monitors (refs #2750)

2558 27/01/2020 13:57 Sebastien Jacquot

Fixes: Deleting a result node doesn't close its result children editors (refs #2679)
Progresses on: TXMEditor parameter toolbar is broken when CQP corpus is not ready (refs #2742)
Progresses on: Commands executed on not loaded Partition may lead to wrong results (refs #2682)

2461 06/01/2020 09:35 Matthieu Decorde

add span&zoom toolbar buttons in chart editors

2396 26/11/2019 14:08 Sebastien Jacquot

Applies Java formater to all source files

2386 26/11/2019 09:28 Sebastien Jacquot
2325 30/10/2019 10:29 Sebastien Jacquot
2320 30/10/2019 09:49 Sebastien Jacquot
2298 30/10/2019 09:29 Sebastien Jacquot
2272 18/10/2019 15:35 Matthieu Decorde

fix 0.7.8 -> 0.8.0

2270 18/10/2019 11:01 Matthieu Decorde

set Java to 1.8
add utility methods to manipulate Excel file

2257 11/10/2019 12:06 Matthieu Decorde

remove some casts

2217 28/08/2019 10:38 Matthieu Decorde

update site test commit

2214 27/08/2019 11:29 Matthieu Decorde

update site test commit

2213 27/08/2019 10:31 Matthieu Decorde

update site test commit

2212 26/08/2019 15:10 Matthieu Decorde

update site test commit

2211 23/08/2019 17:43 Matthieu Decorde

update site test commit

2134 06/06/2019 10:00 Matthieu Decorde

remove ru messages
fix URS macros

2056 02/05/2019 15:38 Sebastien Jacquot
2054 02/05/2019 15:37 Sebastien Jacquot
2053 02/05/2019 14:51 Sebastien Jacquot
2052 02/05/2019 11:21 Sebastien Jacquot
2050 02/05/2019 11:20 Sebastien Jacquot
2049 02/05/2019 10:57 Sebastien Jacquot
2048 30/04/2019 17:35 Sebastien Jacquot
2047 30/04/2019 17:23 Sebastien Jacquot
2045 30/04/2019 16:36 Sebastien Jacquot
2044 30/04/2019 16:36 Sebastien Jacquot
2042 30/04/2019 09:18 Sebastien Jacquot
2014 12/04/2019 15:15 Sebastien Jacquot
2001 11/04/2019 09:29 Sebastien Jacquot
1992 10/04/2019 16:35 Sebastien Jacquot
1991 10/04/2019 16:35 Sebastien Jacquot
1990 10/04/2019 16:34 Sebastien Jacquot
1989 10/04/2019 16:34 Sebastien Jacquot
1945 28/03/2019 15:55 Sebastien Jacquot
1944 28/03/2019 15:55 Sebastien Jacquot
1940 26/03/2019 16:23 Sebastien Jacquot
1931 25/03/2019 16:21 Matthieu Decorde

fix en start message
fix "..." in en messages
fix end of load corpus message

1873 12/03/2019 10:30 Sebastien Jacquot
1872 12/03/2019 10:29 Sebastien Jacquot