Changelog 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. (Format: Day.Month.Year)
  2. Should have started this sooner cause I have nothing from
  3. the start to Rev 39 :)
  4. 12.12.2006 (errr)
  5. *Fix about dialog close for new pygtk
  6. Changes for 1.2 (errr)
  7. *Remove tkinter stuff
  8. *move lib check into setup.py
  9. Changes for Revision 51 (errr)
  10. *removed shebang from __init__.py
  11. *remove fluxStyle.py from module dir
  12. *make 1.0.1 release
  13. Changes for Revision 50 (errr)
  14. *added TODO list
  15. Changes for Revision 49 (errr)
  16. *added stuff to start work on the
  17. editor
  18. Changes for Revision 48 (errr)
  19. *rename image
  20. Changes for Revision 47 (errr)
  21. *Moved LICENSE into the docs dir
  22. Changes for Revision 46 (errr)
  23. 09.04.2006
  24. *Remove install.sh
  25. *Add setup.py
  26. *Change dir structure to refelect setup.py file
  27. *Code review for offical 1.0 Release
  28. Changes for Revision 45 (errr)
  29. *Add ability to give view menu items a custom name
  30. *Cleaned up imports some, replaced a few erro messages with
  31. errorMessage.infoMessage()
  32. Changes for Revision 41 (errr)
  33. 12.12.2005
  34. *Added function for errorMessages
  35. errorMessage.infoMessage(message) will return a gtk dialog with the message in it. good for "premission denied" etc
  36. *cleaned up code some
  37. *Added config file creator function
  38. Changes for Revision 39 (errr)
  39. 23.11.2005
  40. *Added config file support file goes in ~/.fluxbox/fluxStyle.rc
  41. *Added support for styles to be in any location in View menu on the
  42. menu bar Select the location. Default location is ~/.fluxbox/styles
  43. *Added a filter to keep old styles out of the list
  44. ------------------------------------------------------------------------
  45. r44 | errr | 2006-03-23 08:52:06 -0600 (Thu, 23 Mar 2006) | 1 line
  46. ------------------------------------------------------------------------
  47. r43 | errr | 2005-12-12 17:08:37 -0600 (Mon, 12 Dec 2005) | 1 line
  48. ------------------------------------------------------------------------
  49. r42 | errr | 2005-12-12 17:06:41 -0600 (Mon, 12 Dec 2005) | 1 line
  50. ------------------------------------------------------------------------
  51. r41 | errr | 2005-12-12 16:21:02 -0600 (Mon, 12 Dec 2005) | 1 line
  52. ------------------------------------------------------------------------
  53. r40 | errr | 2005-11-23 20:57:53 -0600 (Wed, 23 Nov 2005) | 1 line
  54. ------------------------------------------------------------------------
  55. r39 | errr | 2005-11-23 20:57:17 -0600 (Wed, 23 Nov 2005) | 1 line
  56. ------------------------------------------------------------------------
  57. r38 | errr | 2005-10-22 03:15:31 -0500 (Sat, 22 Oct 2005) | 5 lines
  58. Added support for colors in the installer file,
  59. as well as requiring that the install be some
  60. what forced unless it is an offical release.
  61. ------------------------------------------------------------------------
  62. r37 | errr | 2005-10-21 22:18:30 -0500 (Fri, 21 Oct 2005) | 2 lines
  63. oopsy I messed up the findstyles...
  64. ------------------------------------------------------------------------
  65. r36 | errr | 2005-10-21 21:58:37 -0500 (Fri, 21 Oct 2005) | 3 lines
  66. Fix bug for new installs of fluxbox where ~/.fluxbox/styles wasnt there
  67. now mkdir for it if its not there instead of die.
  68. ------------------------------------------------------------------------
  69. r35 | errr | 2005-10-21 20:19:36 -0500 (Fri, 21 Oct 2005) | 3 lines
  70. update to the installer so people dont try to install
  71. while the files are setup to be run from the CWD
  72. ------------------------------------------------------------------------
  73. r34 | errr | 2005-10-21 20:11:29 -0500 (Fri, 21 Oct 2005) | 2 lines
  74. Lots of changes.. I need a changelog I guess...
  75. ------------------------------------------------------------------------
  76. r33 | errr | 2005-09-12 16:59:33 -0500 (Mon, 12 Sep 2005) | 5 lines
  77. Renamed all the buttons from button# to a descriptive name
  78. Added destroy to window for closing the window with the 'X'
  79. button on window
  80. ------------------------------------------------------------------------
  81. r32 | errr | 2005-09-10 12:48:56 -0500 (Sat, 10 Sep 2005) | 3 lines
  82. Added tgz to filter list for poorly
  83. named packages Thanks CyberTF
  84. ------------------------------------------------------------------------
  85. r31 | errr | 2005-08-17 12:16:13 -0500 (Wed, 17 Aug 2005) | 2 lines
  86. Slight update to install script
  87. ------------------------------------------------------------------------
  88. r30 | errr | 2005-07-12 10:53:39 -0500 (Tue, 12 Jul 2005) | 1 line
  89. ------------------------------------------------------------------------
  90. r29 | errr | 2005-07-12 10:30:31 -0500 (Tue, 12 Jul 2005) | 1 line
  91. ------------------------------------------------------------------------
  92. r28 | errr | 2005-07-12 10:27:00 -0500 (Tue, 12 Jul 2005) | 2 lines
  93. Added ability to install > 1 file at a time
  94. ------------------------------------------------------------------------
  95. r27 | errr | 2005-06-28 11:44:26 -0500 (Tue, 28 Jun 2005) | 1 line
  96. ------------------------------------------------------------------------
  97. r26 | errr | 2005-06-28 11:21:02 -0500 (Tue, 28 Jun 2005) | 1 line
  98. ------------------------------------------------------------------------
  99. r25 | errr | 2005-06-28 11:14:28 -0500 (Tue, 28 Jun 2005) | 1 line
  100. ------------------------------------------------------------------------
  101. r24 | errr | 2005-06-28 11:04:43 -0500 (Tue, 28 Jun 2005) | 1 line
  102. ------------------------------------------------------------------------
  103. r23 | errr | 2005-06-27 12:14:24 -0500 (Mon, 27 Jun 2005) | 1 line
  104. ------------------------------------------------------------------------
  105. r22 | errr | 2005-06-25 03:19:23 -0500 (Sat, 25 Jun 2005) | 1 line
  106. ------------------------------------------------------------------------
  107. r21 | errr | 2005-06-25 03:16:44 -0500 (Sat, 25 Jun 2005) | 2 lines
  108. This is the commit for the 1.0-pre-release
  109. ------------------------------------------------------------------------
  110. r20 | errr | 2005-06-18 03:53:34 -0500 (Sat, 18 Jun 2005) | 1 line
  111. ------------------------------------------------------------------------
  112. r19 | errr | 2005-06-18 01:36:50 -0500 (Sat, 18 Jun 2005) | 1 line
  113. ------------------------------------------------------------------------
  114. r18 | errr | 2005-06-18 01:36:08 -0500 (Sat, 18 Jun 2005) | 1 line
  115. ------------------------------------------------------------------------
  116. r17 | errr | 2005-06-18 01:30:09 -0500 (Sat, 18 Jun 2005) | 1 line
  117. ------------------------------------------------------------------------
  118. r16 | errr | 2005-06-17 16:54:00 -0500 (Fri, 17 Jun 2005) | 1 line
  119. ------------------------------------------------------------------------
  120. r15 | errr | 2005-06-17 16:52:41 -0500 (Fri, 17 Jun 2005) | 1 line
  121. ------------------------------------------------------------------------
  122. r14 | errr | 2005-06-17 16:14:32 -0500 (Fri, 17 Jun 2005) | 1 line
  123. ------------------------------------------------------------------------
  124. r13 | errr | 2005-06-01 15:01:13 -0500 (Wed, 01 Jun 2005) | 1 line
  125. ------------------------------------------------------------------------
  126. r12 | errr | 2005-05-30 20:12:54 -0500 (Mon, 30 May 2005) | 1 line
  127. ------------------------------------------------------------------------
  128. r11 | errr | 2005-05-27 23:48:58 -0500 (Fri, 27 May 2005) | 1 line
  129. ------------------------------------------------------------------------
  130. r10 | errr | 2005-05-27 15:26:19 -0500 (Fri, 27 May 2005) | 1 line
  131. ------------------------------------------------------------------------
  132. r9 | errr | 2005-05-27 14:31:55 -0500 (Fri, 27 May 2005) | 1 line
  133. ------------------------------------------------------------------------
  134. r8 | errr | 2005-05-27 05:14:18 -0500 (Fri, 27 May 2005) | 1 line
  135. ------------------------------------------------------------------------
  136. r7 | errr | 2005-05-27 05:09:36 -0500 (Fri, 27 May 2005) | 1 line
  137. ------------------------------------------------------------------------
  138. r6 | errr | 2005-05-27 04:12:30 -0500 (Fri, 27 May 2005) | 1 line
  139. ------------------------------------------------------------------------
  140. r5 | errr | 2005-05-27 00:34:44 -0500 (Fri, 27 May 2005) | 1 line
  141. ------------------------------------------------------------------------
  142. r4 | errr | 2005-05-27 00:32:09 -0500 (Fri, 27 May 2005) | 1 line
  143. ------------------------------------------------------------------------
  144. r3 | errr | 2005-05-23 17:17:18 -0500 (Mon, 23 May 2005) | 1 line
  145. ------------------------------------------------------------------------
  146. r2 | errr | 2005-05-23 10:01:56 -0500 (Mon, 23 May 2005) | 1 line
  147. ------------------------------------------------------------------------
  148. r1 | errr | 2005-05-23 01:05:13 -0500 (Mon, 23 May 2005) | 1 line
  149. import comment
  150. ------------------------------------------------------------------------