info

pgtc change log

2000-02-27 Pete <prijks@nd.edu> * timing.c (create_jobs): when a job is loaded that is active, the light is now turned green 2000-02-27 Pete <prijks@nd.edu> * pgtc.c (main): made load_session call before connecting save_session signal, so that we don't accidentally overwrite anything during load_session if we receive a save_session signal. 2000-02-27 Pete <prijks@nd.edu> * pgtc.h: added function prototypes for a variety of new functions 2000-02-27 Pete <prijks@nd.edu> * ui.c (setup_ui): added properties item to menu bar 2000-02-27 Pete <prijks@nd.edu> * ui.c (prop_dialog): added preferences dialog box, along with several static helper functions. 2000-02-27 Pete <prijks@nd.edu> * session.c (load_session): added loading of logout preferences 2000-02-27 Pete <prijks@nd.edu> * session.c (sanity_check): added sanity check function that will inform the user if we are about to make changes to the saved session file that will make it unreadable by previous versions. 2000-02-27 Pete <prijks@nd.edu> * session.c (save_session): added saving of logout preferences 2000-02-27 Pete <prijks@nd.edu> * session.c: created preferences structure 2000-02-27 Pete <prijks@nd.edu> * session.c (logout_pref): added function to check what the user wants done upon logout 2000-02-27 Pete <prijks@nd.edu> * session.c (set_logout_pref): added function to make temporary value for logout preference be the actual value. called whenever ok or apply is clicked. 2000-02-27 Pete <prijks@nd.edu> * session.c (new_logout_pref): added function to store a temporary value for the new logout preference until apply or ok button is clicked. 2000-02-27 Pete <prijks@nd.edu> * timing.c (prompt_quit): added prompt_quit function that prompts user whether or not they want to punch out of active jobs whenever the applet quits. 2000-02-27 Pete <prijks@nd.edu> * timing.c (delevent_handler): added delete event handler so that jobs can be handled according to users wishes upon logout 2000-02-27 Pete <prijks@nd.edu> * timing.c (clear_card): clearing timecard now causes the current job to be punched out (since otherwise the hours for that job will begin with a punchout, causing incorrectness when adding up hours) 2000-02-26 Pete <prijks@nd.edu> * pgtc.h: added function prototypes for del_job and remove_job 2000-02-26 Pete <prijks@nd.edu> * ui.c (setup_ui): added a delete job item to the menu 2000-02-26 Pete <prijks@nd.edu> * ui.c (remove_job): added remove_job function to delete a job entry from the job selection entry 2000-02-26 Pete <prijks@nd.edu> * timing.c (del_job): added del_job function to allow users to delete unwanted jobs. 2000-02-05 Pete <prijks@nd.edu> * timing.c (calc_card): changed calculation of time card such that if the job being calculated is still active (that is, the user is still punched in) the time worked since punching in until now will be added. Previously user would have to punch out in order to see those hours included. 2000-01-29 Pete <prijks@nd.edu> * pgtc: initial release