Sfoglia il codice sorgente

updated TODO and generated Changelog from bzr

Helmut Pozimski 10 anni fa
parent
commit
597c58aee8
2 ha cambiato i file con 256 aggiunte e 8 eliminazioni
  1. 256 0
      Changelog
  2. 0 8
      TODO

+ 256 - 0
Changelog

@@ -0,0 +1,256 @@
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	yet another round of cosmetical changes to the init script
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	another round of cosmetical changes to the init script
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected the start method in the init script
+
+2013-07-28  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added a simple init script for sysvinit
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected two small typos
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	set high or low brightness when the configured minute is reached
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	only call datetime.now once per cycle to safe some processing time
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	and corrected the reversed order for the values
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	change blink_colon to bolean value as it was intended
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added configurable blinking of the middle colon
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	comparing time doesn't work between 2 days so just check if the conditions for high state are met and fall back to log otherwise
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added rules for setting both high and low states
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	correctly create time object in the configuration
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	changed the time comparison so it hopefully makes sense now
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	fixed a line break
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added code to change the brightness according to time of day
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected a comment in the configuration
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	only got int with base 16 without hex conversion, seems to work
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	also didn't work, another try, first go int with base16, then go to hex
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	the change intended with the last commit didn't work out, try hex, it might work better
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	also cast an integer for the hardware address
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected yet another variable name (I really need to remember them
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	again explicitly cast integers for time values
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	explicitly cast integers for time values
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected another type
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	fixed a variable name
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	prepared further configuration changes
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	correctly use the stripped variable
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	changed configuration to filter empty lines to avoid IndexErrors
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	correct function call, configuration file path is given to the Read function, not the constructor
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected the function name when calling Conf in configuration.py
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected another small typo when calling the configuration module
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected a typo when calling the main loop
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added example configuration file
+
+2013-07-04  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added configuration module for reading the configuration
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	small error, big impact, finally use the group name to determine the group id and not the user name
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	explicitely casted integers for uid and gid
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	fixed determination of user and group id
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected a name error, Node vs. None ;)
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected OptionParser import
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	implemented option parsing and differentiate between daemon and script mode, drop privileges if requested
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added spaces into cmdline, removed debug code
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added temporary debug code for the cmdline parameter§
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added code to determine the cmdline to set it properly
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	add second parameter for the SetName function
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected yet another stupid name error
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected another stupid name error
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	also corrected the call to the daemon class
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected the stddlib import
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	imported the daemon class and used it to start stdd as a daemon
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected the previous commit
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added a wrapper function for setBrightness to the SevenSegment class so it can be directly called from the display object
+
+2013-06-30  Helmut Pozimski  <helmut@pozimski.eu>
+
+	filled the README file with some content
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	updated TODO
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	reduced the sleep to half a second to get a faster response on the display
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	reverted the digits back to integers before writing them to the display
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected a typo when calling the writeDigit function
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected the code to handle hours and minutes below 10 (hopefully) properly
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	corrected an import error in main script and an error in Adadfruit_I2C.py
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added stdd as main script with a bit of test code
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	adjusted coding style for the adafruit libraries
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	added licensing information to files originating from Adafruit, removed shebang lines
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	pulled in the necessary python code from adafruit and my own daemon module
+
+2013-06-29  Helmut Pozimski  <helmut@pozimski.eu>
+
+	initial commit
+

+ 0 - 8
TODO

@@ -1,11 +1,3 @@
-* Make a properly running daemon
-* Create a init script
-* Add a configuration file
-* Configuration options:
-** Hardware address
-** Blink (yes/no)
-** Reduce brightness
-** Raise brightness
 * Add a setup.py
 * Add debian packaging
 ** Create a unprivileged user to run the daemon under