CHANGELOG 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. Version History:
  2. Release 0.5 2002/09/26 13:53:08
  3. Ported to GKrellM2
  4. Release 0.4 2002/09/01 19:33:53
  5. Split "Update" button on Setup tab into "Add" and "Replace" -> more intuitive
  6. Release 0.3 2002/02/16 15:33:22
  7. Made launcherList static.
  8. Added check to only zip the list in apply_plugin_config if something's been
  9. changed. (Saves unnecessary deleting & recreation of Panels/Decals.)
  10. Added unselect signal to the CList: prevents overwritting of previously
  11. selected entry when user wanted to add a new entry.
  12. Re-write to remove fixed sizelimitations of arrays.
  13. Buttons now implemented via a List.
  14. Configuration tab interface updated to reflect new implementation.
  15. Added preprocessor checking for correct version of GKrellM (1.2.2+) to
  16. prevent "undefined symbol: gkrellm_system" errors when compiling withi < 1.2.2
  17. versions of GKrellM.
  18. Split Config Info tab to Info & About.
  19. Release 0.2.2 2001/11/05 18:17:17 lee
  20. Fixed "undefined" behaviour in command creation in buttonPress()
  21. -> misplaced close bracket causing memory allocation to < required.
  22. Release 0.2.1 2001/11/01 20:49:32 lee
  23. Fixed MAX_BUTTONS > 9 crashes Config tab bug.
  24. Revision 0.2 2001/10/31 20:50:12 lee
  25. Tidied up code: utilised for loops.
  26. Changed to gkrellm_system() from system() on advice from Bill.
  27. buttonPress() more intelligent & requires less maintainance.
  28. Now free()'ing malloc'ed strings.
  29. Modified Config tab to use scroll bar: helps keep "compact" feel.
  30. Code now entirely dynamic. To alter no. of buttons, change MAX_BUTTONS.
  31. Revision 0.1 28/10/2001
  32. Ready for general release.
  33. Added ability to show/hide commands in Config.
  34. Revision 0.0.4 28/10/2001
  35. Code Cleanup: merged multiple entries/strings into arrays
  36. Added automatic appending of '&' for commands
  37. Revision 0.0.3 28/10/2001
  38. Added Label configuration of buttons
  39. Revision 0.0.2 27/10/2001
  40. Added Configuration & Info tab
  41. Added creation of a panel for each decal
  42. -> fixes mouseOver = "highlight all" problem
  43. Code Cleanup: Merged panel expose events into one function
  44. Revision 0.0.1 25/10/2001
  45. Initial Version
  46. Allows more than one button (but limited to 4)