Révision 1806
tmp/org.txm.chartsengine.jfreechart.rcp/src/org/txm/chartsengine/jfreechart/rcp/handlers/OpenJFCChartPropertiesEditor.java (revision 1806) | ||
---|---|---|
24 | 24 |
public class OpenJFCChartPropertiesEditor extends AbstractHandler { |
25 | 25 |
|
26 | 26 |
|
27 |
// FIXME: warning, commented because it crashes TXM on Linux
|
|
27 |
// FIXME: SJ: warning, test needed because the L&F change crashes TXM on Linux
|
|
28 | 28 |
static { |
29 | 29 |
if(!OSDetector.isFamilyUnix()) { |
30 | 30 |
Log.finest("OpenJFCChartPropertiesEditor.enclosing_method() setting System L&F. "); |
tmp/org.txm.chartsengine.rcp/src/org/txm/chartsengine/rcp/messages/messages_fr.properties (revision 1806) | ||
---|---|---|
1 |
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/) |
|
1 |
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
|
2 | 2 |
#TXM messages generated by the PluginMessagesManager class |
3 | 3 |
#Tue Dec 18 10:24:08 CET 2018 |
4 | 4 |
|
5 | 5 |
blackAndWhite = Noir et blanc |
6 | 6 |
|
7 |
canNotOpenChartPropertiesInterfaceForThecurrentChartEngine = Les propriétés du graphique ne sont pas disponibles pour le moteur de rendu courant. |
|
8 |
|
|
7 | 9 |
chartsRendering = Rendu des graphiques |
8 | 10 |
|
9 | 11 |
colors = Couleurs |
... | ... | |
43 | 45 |
showhideTitle = Show/Hide title |
44 | 46 |
|
45 | 47 |
thesePreferencesWillApplyToNewChartsPreviouslyCreatedChartsWillNotBeAffected = Ces préférences seront appliquées aux nouveaux graphiques. Les graphiques précédemment créés ne seront pas affectés. |
46 |
|
|
47 |
canNotOpenChartPropertiesInterfaceForThecurrentChartEngine=Les propriétés de graphique ne sont pas disponibles pour le moteur de rendu courant. |
tmp/org.txm.ca.rcp/src/org/txm/ca/rcp/editors/CAEditor.java (revision 1806) | ||
---|---|---|
202 | 202 |
CAFactorialMapChartEditor chartEditor = (CAFactorialMapChartEditor) editors.get(0); |
203 | 203 |
((CAChartCreator) chartEditor.getResult().getChartCreator()).updateChartCAFactorialMapHighlightPoints(chartEditor.getChart(), (e.getSource() == getRowsInfosEditor().getViewer()), selectedLabels); |
204 | 204 |
|
205 |
// SJ: fix a Linux bug with MultiPageEditorPart ()
|
|
205 |
// SJ: fix a Linux focus bug with MultiPageEditorPart
|
|
206 | 206 |
if(OSDetector.isFamilyUnix()) { |
207 | 207 |
table.getParent().setFocus(); |
208 | 208 |
} |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/editors/ProgressionEditor.java (revision 1806) | ||
---|---|---|
547 | 547 |
// if (queryWidget != null && !queryWidget.isDisposed()) { |
548 | 548 |
// queryWidget.setFocus(); |
549 | 549 |
// } |
550 |
super.setFocus(); |
|
550 | 551 |
} |
551 | 552 |
|
552 | 553 |
/** |
tmp/org.txm.progression.core/src/org/txm/progression/core/functions/Progression.java (revision 1806) | ||
---|---|---|
302 | 302 |
this.structureNames = new String[0]; |
303 | 303 |
|
304 | 304 |
this.subTask("Processing queries..."); |
305 |
if (!stepQueries()) { |
|
305 |
if (!this.stepQueries()) {
|
|
306 | 306 |
Log.severe(ProgressionCoreMessages.doneColonNoMatchFound); |
307 | 307 |
return false; |
308 | 308 |
} |
Formats disponibles : Unified diff