0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 13 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* nc81_edit_bar.c : add the delete button. * nc81_edit_bar.c : add nc81_edit_bar_refresh and nc81_edit_bar_empty. More... over 16 years ago
* nc81_field.c : add nc81_field_get_last_error_command. * nc81_bag_field.c : display error message. More... over 16 years ago
* nc81_field.c : add tips managment. * nc81_field.c : add second field and third field managment. More... over 16 years ago
* add new file : edit_bar.c * add new files : prop_ref.c and prop_ref_task.c More... over 16 years ago
Add missing files More... over 16 years ago
* code was rewrited from scratch using GTK2. More... over 16 years ago
* global.c (nc81_list_and_items_free) : new function. * ref_view.c : use a gtk_clist for the referential list. * ref_job_view.c : use a gtk_clist for the referential list. * exp_view.c : use a gtk_clist for the day list. * log_day_view.c : use a gtk_clist for the day list. * log_task_view.c : use a gtk_clist for the day list. * queue_view.c : use a gtk_clist for the day list. show description. * target_view.c : use a gtk_clist for the day list. show description. * variable_view.c : use a gtk_clist for the day list. show value. * user_view.c : use a gtk_clist for the day list. * ref_rule_view.c : use a gtk_clist for the day list. More... over 18 years ago
* narcisse81-0.0.4 released. * message.c : new file (to show dialog boxes). * message.c (nc81_message_ok) : new function. * command.c : call nc81_message_ok to print error messages. * ref_dep_view.c : use nc81_field_with_icon_new_pack for ref/task/job. More... over 18 years ago
* graph.c : new file. More... over 18 years ago
* main.c (main) : small becomes a global variable. * global.c (nc81_paned_new): new function. * global.c (nc81_field_new_pack) : new function. * global.c (nc81_field_with_icon_new_pack) : new function. More... over 18 years ago
* target_view.c : new file. * target_edit.c : new file. * target_dele.c : new file. * queue_view.c : new file. * queue_edit.c : new file. * queue_dele.c : new file. More... over 18 years ago
* user_dele.c : new file. * variable_view.c : new file. * variable_edit.c : new file. * variable_dele.c : new file. More... over 18 years ago
* narcisse81-0.0.3 released. More... over 18 years ago
* user_view.c : display user privileges. * user_edit.c : new file. More... over 18 years ago
* monitor.c : remove the "couters" tab. * monitor.c : add the "update interval" field. * about.c : write the dialog box. * ref_cond_view.c : implement the `up' and `down' buttons. * ref_plan.c : bugfix of the month initialization. * sta_ref_view.c : new file. * sta_task_view.c : new file. * sta_job_view.c : new file. * mainmenu.c : implement the log button. * main.c : add the "Statistics" button. * ref_task_view.c : add the "task statistics" button. * ref_job_view.c : add the "job statistics" button. * about.c : new file. More... over 18 years ago
* log_day_view.c : new file. * log_day_dele.c : new file. * log_task_view.c : new file. * log_job_view.c : new file. * exp_view.c : add the 'log entries' menu. * exp_task_view.c : add the 'log entries' menu. * exp_job_view.c : add the 'log entries' menu. * mainmenu.c : implement the 'log' button. * main.c : add the 'log' option to the 'file' menu. More... over 18 years ago
* exp_job_edit.c : new file. * exp_day_edit.c : new file. * exp_task_edit.c : new file. * ref_oper_simu.c (redraw_callback) : use colors and font. * ref_cond_visu.c : new file. * ref_cond_edit.c : new file. More... over 18 years ago
* ref_oper_simu.c : new file. * ref_dep_edit.c : implement rtda and rjda command More... almost 19 years ago
* ref_rule_view.c : new file. * ref_rule_edit.c : new file. * ref_rule_dele.c : new file. * ref_oper_view.c : add `parent_is_task' to view tasks or rules. * ref_oper_edit.c : add `parent_is_task' to edit tasks or rules. * connection.c : new file. * main_menu.c : move connection parameters to connection.c * monitor.c : use notebook container. * ref_oper_view.c : rename file ref_task_oper.c. * ref_oper_edit.c : rename file ref_task_oper_edit.c. * main.c : add the menu bar (File/Goto). * ref_ref_view.c : use menu options instead of buttons. * ref_task_view.c : use menu options instead of buttons. * ref_job_view.c : use menu options instead of buttons. * ref_oper_view.c : use menu options instead of buttons. * exp_ref_view.c : use menu options instead of buttons. * exp_task_view.c : use menu options instead of buttons. * exp_job_view.c : use menu options instead of buttons. * exp_task_edit.c : use notebook to split fields. * exp_job_edit.c : use notebook to split fields. More... almost 19 years ago
- Add new source files. More... almost 19 years ago
Restart project developpment, remove all source files. More... almost 19 years ago
* main.c (nc81_element_create): implement nc81_field_check. * main.c (nc81_form_create): add buttons in button box with tooltips. * structure.h : add the referential edit form. * main.c (nc81_field_clicked_callback): new function. More... almost 19 years ago
* global.h (nc81_object_type) : new union statement. * icon.h : new file. * main.c (nc81_load_pixmaps) : new function. * main.c (nc81_element_create) : add icon to link and action buttons. More... almost 19 years ago
* structure.h : implement referential operations : delete, duplicate; referential task operations : duplicate, delete; referential job operations : delete. * global.h : add the label element (nc81_element_label). * global.h : add `global_variable' to `nc81_element_link'. * global.h : remove the `nc81_element_id'. * global.h : add `select_link' to `nc81_element_list'. * main.c (event_link) : control the global variable to allow access to the form. * main.c (nc81_link_follow) : new function. * message.c, message.h : new files (nc81_message) * command.c : use nc81_message to print an error message. More... almost 19 years ago
Initial revision More... almost 19 years ago