diff --git a/data/stamp/DNA.png b/data/stamp/DNA.png new file mode 100644 index 0000000..40b64a9 Binary files /dev/null and b/data/stamp/DNA.png differ diff --git a/data/stamp/bug.png b/data/stamp/bug.png new file mode 100644 index 0000000..557fe6a Binary files /dev/null and b/data/stamp/bug.png differ diff --git a/data/stamp/buoy.png b/data/stamp/buoy.png new file mode 100644 index 0000000..3cab469 Binary files /dev/null and b/data/stamp/buoy.png differ diff --git a/data/stamp/calibrate.png b/data/stamp/calibrate.png new file mode 100644 index 0000000..6194097 Binary files /dev/null and b/data/stamp/calibrate.png differ diff --git a/data/stamp/camera.png b/data/stamp/camera.png new file mode 100644 index 0000000..ea28317 Binary files /dev/null and b/data/stamp/camera.png differ diff --git a/data/stamp/chart error bar.png b/data/stamp/chart error bar.png new file mode 100644 index 0000000..f1c47e7 Binary files /dev/null and b/data/stamp/chart error bar.png differ diff --git a/data/stamp/choice.png b/data/stamp/choice.png new file mode 100644 index 0000000..7e9ea8e Binary files /dev/null and b/data/stamp/choice.png differ diff --git a/data/stamp/clean.png b/data/stamp/clean.png new file mode 100644 index 0000000..e52571e Binary files /dev/null and b/data/stamp/clean.png differ diff --git a/data/stamp/crop.png b/data/stamp/crop.png new file mode 100644 index 0000000..66f8a08 Binary files /dev/null and b/data/stamp/crop.png differ diff --git a/data/stamp/crossroads.png b/data/stamp/crossroads.png new file mode 100644 index 0000000..5753056 Binary files /dev/null and b/data/stamp/crossroads.png differ diff --git a/data/stamp/data collection.png b/data/stamp/data collection.png new file mode 100644 index 0000000..ac8765f Binary files /dev/null and b/data/stamp/data collection.png differ diff --git a/data/stamp/factory.png b/data/stamp/factory.png new file mode 100644 index 0000000..81caf69 Binary files /dev/null and b/data/stamp/factory.png differ diff --git a/data/stamp/gem graph.png b/data/stamp/gem graph.png new file mode 100644 index 0000000..97805a2 Binary files /dev/null and b/data/stamp/gem graph.png differ diff --git a/data/stamp/harbor.png b/data/stamp/harbor.png new file mode 100644 index 0000000..a0bc155 Binary files /dev/null and b/data/stamp/harbor.png differ diff --git a/data/stamp/histo line empty dots.png b/data/stamp/histo line empty dots.png new file mode 100644 index 0000000..3d38f94 Binary files /dev/null and b/data/stamp/histo line empty dots.png differ diff --git a/data/stamp/linux.png b/data/stamp/linux.png new file mode 100644 index 0000000..d4ca845 Binary files /dev/null and b/data/stamp/linux.png differ diff --git a/data/stamp/microscope.png b/data/stamp/microscope.png new file mode 100644 index 0000000..b4a186c Binary files /dev/null and b/data/stamp/microscope.png differ diff --git a/data/stamp/presentation.png b/data/stamp/presentation.png new file mode 100644 index 0000000..59996f5 Binary files /dev/null and b/data/stamp/presentation.png differ diff --git a/data/stamp/radar.png b/data/stamp/radar.png new file mode 100644 index 0000000..3947e4e Binary files /dev/null and b/data/stamp/radar.png differ diff --git a/data/stamp/radioactive.png b/data/stamp/radioactive.png new file mode 100644 index 0000000..f17c30c Binary files /dev/null and b/data/stamp/radioactive.png differ diff --git a/data/stamp/rider.png b/data/stamp/rider.png new file mode 100644 index 0000000..62214ac Binary files /dev/null and b/data/stamp/rider.png differ diff --git a/data/stamp/running.png b/data/stamp/running.png new file mode 100644 index 0000000..9d55e62 Binary files /dev/null and b/data/stamp/running.png differ diff --git a/data/stamp/répare.png b/data/stamp/répare.png new file mode 100644 index 0000000..4b46240 Binary files /dev/null and b/data/stamp/répare.png differ diff --git a/data/stamp/slack.png b/data/stamp/slack.png new file mode 100644 index 0000000..fa53c43 Binary files /dev/null and b/data/stamp/slack.png differ diff --git a/data/stamp/sprout (plant).png b/data/stamp/sprout (plant).png new file mode 100644 index 0000000..5bef329 Binary files /dev/null and b/data/stamp/sprout (plant).png differ diff --git a/data/stamp/stamp.png b/data/stamp/stamp.png new file mode 100644 index 0000000..dba59b1 Binary files /dev/null and b/data/stamp/stamp.png differ diff --git a/data/stamp/this way.png b/data/stamp/this way.png new file mode 100644 index 0000000..b427d9f Binary files /dev/null and b/data/stamp/this way.png differ diff --git a/data/stamp/transmission.png b/data/stamp/transmission.png new file mode 100644 index 0000000..4918500 Binary files /dev/null and b/data/stamp/transmission.png differ diff --git a/data/stamp/tree view.png b/data/stamp/tree view.png new file mode 100644 index 0000000..4a3652b Binary files /dev/null and b/data/stamp/tree view.png differ diff --git a/data/stamp/venn diagram.png b/data/stamp/venn diagram.png new file mode 100644 index 0000000..7120e64 Binary files /dev/null and b/data/stamp/venn diagram.png differ diff --git a/data/stamp/wheat.png b/data/stamp/wheat.png new file mode 100644 index 0000000..23a0f1a Binary files /dev/null and b/data/stamp/wheat.png differ diff --git a/data/stamp/work in progress.png b/data/stamp/work in progress.png new file mode 100644 index 0000000..176cc4d Binary files /dev/null and b/data/stamp/work in progress.png differ diff --git a/src/fsm.c b/src/fsm.c index b2e958d..d131a74 100644 --- a/src/fsm.c +++ b/src/fsm.c @@ -118,6 +118,10 @@ static void debug_printing (int choice, int value, int sub_automaton) /******************************************************************************/ /* M E A S U R E S */ /******************************************************************************/ - +// list of measurements requested by the user +// this list is editable (see widget / measure) + +// the results of each measurement can be displayed in diagrams (charts,...) +// liste des diagrammes diff --git a/src/signal.c b/src/signal.c index b080229..05a4805 100644 --- a/src/signal.c +++ b/src/signal.c @@ -414,7 +414,7 @@ void on_select_a_second_measurement(GtkWidget *btt, gpointer data) void on_not_yet_defined(GtkWidget *btt, gpointer data) { - printf("now, select another measurement to correlate with\n"); + printf("OK > Then, select the other measurement to correlate with.\n"); } diff --git a/src/widget/measure/dispatch.c b/src/widget/measure/dispatch.c index 4f754fb..0df6430 100644 --- a/src/widget/measure/dispatch.c +++ b/src/widget/measure/dispatch.c @@ -87,10 +87,10 @@ static GtkWidget *btt_select_another_measurement_question; void *widget_measure_do_we_select_another_measurement() { - printf("do_we_select_another_measurement ?\n"); + printf("Could this measurement be related to another one ?\n"); correlation_measures_box = GTK_BOX (gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 2)); correl = gtk_picture_new_for_filename - ("/home/jean/Gem-Graph/gem-graph-client/data/stamp/correl icon.png"); + ("/home/jean/Gem-Graph/gem-graph-client/data/stamp/buoy.png"); btt_select_another_measurement_question = gtk_toggle_button_new_with_label ("select another measurement to correlate with ?"); g_signal_connect (btt_select_another_measurement_question, "toggled",