Commit Graph

241 Commits

Author SHA1 Message Date
Jean Sirmai 8a94b02013
WIP: cleaning (images) 2024-07-27 15:10:43 +02:00
Jean Sirmai a70987a860
in widget is a rule directory. It has three files : rules_tree.c selected_rule.c & distrib.c 2024-07-27 12:34:32 +02:00
Jean Sirmai 8c88737028
WIP: in 'rules' two panes >> (1) rules tree & (2) a single rule 2024-07-27 12:02:23 +02:00
Jean Sirmai 52b9a000ef
WIP: get_an_impression_of_what_a_rules_comparator_could_be 2024-07-27 06:10:34 +02:00
Jean Sirmai 52d9ed6817
WIP: const char *icon_name [3] = {...,...,...}; << transtypage vers un pointeur depuis un entier de taille différente 2024-07-26 22:18:03 +02:00
Jean Sirmai d8f8d39028
O B J E C T S T R A N S P A R E N C I E S << a first functionnal prototype 2024-07-26 12:26:24 +02:00
Jean Sirmai 4a271bc2d5
WIP: demo en cliquant sur store et reset; reste à mettre en mémoire un état choisi 2024-07-25 23:25:04 +02:00
Jean Sirmai eae714b2a3
WIP: beaucoup de nettoyage à faire mais la voie est libre... 2024-07-25 19:59:29 +02:00
Jean Sirmai 40857dd683
La FSM n'a pas à connaitre le détail des préférences mais seulement si elles sont satisfaites ou non. 2024-07-25 05:55:15 +02:00
Jean Sirmai 89bde1d284
WIP: using 'preferences' < first step 2024-07-24 23:07:14 +02:00
Jean Sirmai 01b59ee7ac
WIP: cleaning, cleaning... 2024-07-24 18:22:59 +02:00
Jean Sirmai fe047b5c2f
WIP: gtk_check_button_set_group() < to cast (in top.c 63, 72, 83, 94) 2024-07-24 17:54:12 +02:00
Jean Sirmai 9566672636
WIP: cleaning... cleaning... 2024-07-24 14:14:05 +02:00
Jean Sirmai 008f67f745
WIP: cleaning on_updating_objects_transparencies() 2024-07-23 23:15:03 +02:00
Jean Sirmai 61c04cf6a7
Officially introducing : ' P R E F E R E N C E S' ! (requires cleaning ++) 2024-07-23 21:08:18 +02:00
Jean Sirmai 57db1a46ca
WIP: debugging, cleaning, simplifying 2024-07-23 19:43:21 +02:00
Jean Sirmai d132261f1e
Three buttons in the 'reset box' to improve the objects transparencies management 2024-07-23 00:17:35 +02:00
Jean Sirmai bff9a693e8
some more comments in the 'include' files 2024-07-22 18:02:14 +02:00
Jean Sirmai cb8c5e78f8
WIDGETS HIERARCHY proof of concept (state dir includes top.c, middle.c, bottom.c and distrib.c) 2024-07-22 17:18:40 +02:00
Jean Sirmai c30a50b089
some comments in the 'include' files 2024-07-22 15:42:24 +02:00
Jean Sirmai 11bcd85d68
C L E A N ++ From there, I will work only in: fsm, widget, signal 2024-07-21 23:17:01 +02:00
Jean Sirmai b63ab7d93b
C L E A N (functions names in fsm, widget, signal) 2024-07-21 13:01:30 +02:00
Jean Sirmai 1becb489de
WIP: renaming (UPPER CASE > lower case) functions names 2024-07-21 12:33:29 +02:00
Jean Sirmai 27a3f54851
main.c : g_signal_connect (app, activate, G_CALLBACK (on_windows_activation), NULL); << see init.c 2024-07-21 11:35:00 +02:00
Jean Sirmai 9d1298ca7a
OBJECTS_and_SITUATIONS boxes OK 2024-07-20 19:20:01 +02:00
Jean Sirmai d3e050641d
WIP: cleaning reset_all_situations_transparencies_to_value() 2024-07-20 19:04:08 +02:00
Jean Sirmai a9b4874956
introducing widget/init.c 2024-07-20 16:38:31 +02:00
Jean Sirmai 7fcc2ed094
reset_all_objects_transparencies_to_value() is OK (now clean it) 2024-07-20 15:24:32 +02:00
Jean Sirmai 600b6420e2
reset_all_objects_transparency_to_value < a starting point 2024-07-20 11:48:37 +02:00
Jean Sirmai 46915ed62f
reset_all_objects_transparency_to_value < a starting point 2024-07-19 23:02:27 +02:00
Jean Sirmai 27be86da76
static debug_printing() in fsm.c is ok
work now only in [ widget x signal x fsm ]
2024-07-19 19:12:32 +02:00
Jean Sirmai 6142fac0d4
Cleaning static debug_printing() in fsm.c using static char *tab[] = { STATE, RULES, DATA } 2024-07-19 12:00:46 +02:00
Jean Sirmai 8e0ef0fdbd
Renommage + cleaning après audit 2024-07-19 10:54:32 +02:00
Jean Sirmai 19f3483c2c
Renommage (fsm) suite audit 2024-07-19 00:17:19 +02:00
Jean Sirmai 31923af432
Renommage get/set et noms de fonctions après audit 2024-07-18 23:51:04 +02:00
Jean Sirmai 7213efb714
Renommage dossiers/fichiers après audit 2024-07-18 22:06:24 +02:00
Jean Sirmai 0e1aeb293c
A C T I O N S A C T I O N S A C T I O N S 2024-07-15 10:26:14 +02:00
Jean Sirmai d64691bf38
WIP: restructuring widget head (main window) 2024-07-15 07:46:59 +02:00
Jean Sirmai 2115749c60
WIP: restructuring widget head (main window) 2024-07-15 07:11:30 +02:00
Jean Sirmai b3ea5c4676
signal 'clicked' is invalid for instance of type 'GtkMenuButton', 'GtkListBox' or 'GtkLabel' (heads.c 198) 2024-07-14 15:08:45 +02:00
Jean Sirmai f47014b4e6
WIP: failure of: gtk_menu_item_new_with_label (heads.c 176) How to connect ? 2024-07-14 12:39:07 +02:00
Jean Sirmai 3d42cd041a
WIP: Popover MENU <> A robust starting point. 2024-07-14 08:12:44 +02:00
Jean Sirmai 34f295d8cc
WIP: How to make this popover popup ? (see heads.c 183 & calls.c 351 2024-07-14 06:57:32 +02:00
Jean Sirmai aaf8777299
WIP: calls.on_clicked_MENU() prints a list-box children: three buttons'labels 2024-07-13 20:20:51 +02:00
Jean Sirmai 883bc5f311
WIP: calls.on_clicked_MENU() prints a list-box children pointers at 2024-07-13 19:31:25 +02:00
Jean Sirmai 71c10ce722
WIP: learning menu (cleaning) 2024-07-13 11:14:14 +02:00
Jean Sirmai e876479810
WIP: learning menu > prints item label when expander is toggled 2024-07-13 08:11:41 +02:00
Jean Sirmai db24cf601b
Une ébauche de menu dans la barre de titre (copié sur 'tree') 2024-07-13 07:48:46 +02:00
Jean Sirmai 953f96b19d
WIP: systematic renaming II 2024-07-11 08:53:38 +02:00
Jean Sirmai 8ce7191df3
WIP: systematic renaming I 2024-07-10 23:31:30 +02:00