text11

log

age author description
Thu, 26 Apr 2012 07:43:29 +1000 Da_Blitz Cause Popen object to clean itself up after process death (important on pypy to close FD's)default tip
Thu, 26 Apr 2012 07:34:31 +1000 Da_Blitz Add state machine diag for proc state
Thu, 26 Apr 2012 07:01:04 +1000 Da_Blitz Turn Classes into singletons
Thu, 26 Apr 2012 06:57:19 +1000 Da_Blitz Make exit handler perform cleanup
Thu, 26 Apr 2012 06:56:33 +1000 Da_Blitz Add inital status handling
Thu, 26 Apr 2012 06:53:07 +1000 Da_Blitz Add process statuss'
Thu, 26 Apr 2012 06:52:46 +1000 Da_Blitz pad out service class
Tue, 24 Apr 2012 11:18:24 +1000 Da_Blitz More documentation updates and function renames, make the iter functions simmilar to that of dict() as '_app_' is not required in name
Tue, 24 Apr 2012 11:15:02 +1000 Da_Blitz Cleaned up documentation
Tue, 24 Apr 2012 10:56:58 +1000 Da_Blitz Move some functions/properties around and add some inital sketchy documentation
Tue, 24 Apr 2012 09:07:00 +1000 Da_Blitz yet another rename of a function
Tue, 24 Apr 2012 09:03:04 +1000 Da_Blitz Set up constants pre merged with write dir and hoist them out of settings class as we dont manipulate them at all
Tue, 24 Apr 2012 08:51:44 +1000 Da_Blitz Add list and singular forms of config getters also do a rename
Tue, 24 Apr 2012 08:51:24 +1000 Da_Blitz Add soem extra properties to pad out complete app_* set
Tue, 24 Apr 2012 08:45:18 +1000 Da_Blitz Typo fix
Tue, 24 Apr 2012 08:35:56 +1000 Da_Blitz Name change get_name -> get_path (prevents confusion with app_name)
Tue, 24 Apr 2012 08:17:57 +1000 Da_Blitz Add helpers for dir creation
Tue, 24 Apr 2012 07:24:36 +1000 Da_Blitz Refactor iter functions, move common code to get_name and only check if file exists, specific functions can check filetype
Tue, 24 Apr 2012 07:21:52 +1000 Da_Blitz Add family name for collections of apps with common conf base path
Tue, 24 Apr 2012 07:21:08 +1000 Da_Blitz Fix typo
Tue, 24 Apr 2012 07:11:48 +1000 Da_Blitz Provide absolute file checks and automatic fallbacks for remaining XDG vars
Tue, 24 Apr 2012 07:07:22 +1000 Da_Blitz Formating fixups
Tue, 24 Apr 2012 07:05:16 +1000 Da_Blitz Only accept absoulte paths in *_DIR listings
Tue, 24 Apr 2012 06:31:14 +1000 Da_Blitz Bundle settings into object with helper functions
Tue, 24 Apr 2012 06:17:24 +1000 Da_Blitz Update error message to reflect issue/warning
Tue, 24 Apr 2012 06:17:01 +1000 Da_Blitz Split paths by default
Tue, 24 Apr 2012 06:09:10 +1000 Da_Blitz Simplifiy RUNTIME_DIR logic
Tue, 24 Apr 2012 05:57:02 +1000 Da_Blitz Issue warning as per XDG Base Dir spec about RUNTIME_DIR not being set
Tue, 24 Apr 2012 05:50:07 +1000 Da_Blitz Add basic xdg support to text11
Tue, 24 Apr 2012 05:49:45 +1000 Da_Blitz Tinkering with an event loop
Mon, 23 Apr 2012 04:43:53 +1000 Da_Blitz PCI power to auto is set elsewhere
Wed, 18 Apr 2012 14:06:14 +1000 Da_Blitz Make Menu use add_menu in init to correctly add menu objects as we could cheat before by passing in strings instead of tuples
Wed, 18 Apr 2012 13:49:59 +1000 Da_Blitz Sutrn selected into a property on Menu object
Wed, 18 Apr 2012 13:40:47 +1000 Da_Blitz Remove old UI code
Tue, 17 Apr 2012 23:05:53 +1000 Da_Blitz Change some hardcoded values in notifications to defined constants to better indicate how things are rendered
Tue, 17 Apr 2012 23:02:17 +1000 Da_Blitz Cleanup of menu to be more flexible
Tue, 17 Apr 2012 22:58:16 +1000 Da_Blitz Remove unused TEE border decorators
Tue, 17 Apr 2012 22:33:20 +1000 Da_Blitz Convert from TUI object drawing all data to each widget drawing to their own screen and composting the result
Tue, 17 Apr 2012 22:32:38 +1000 Da_Blitz Misc fixups to command module to get it working
Tue, 17 Apr 2012 22:31:54 +1000 Da_Blitz Update the available height only if we go to the next row and not on every column
Tue, 17 Apr 2012 20:01:43 +1000 Da_Blitz FIx up syntax error
Tue, 17 Apr 2012 19:56:18 +1000 Da_Blitz Move draw functions for specific tasks to thier own object
Tue, 17 Apr 2012 12:50:46 +1000 Da_Blitz Fix off by one, have '<' line up against outside border
Tue, 17 Apr 2012 12:49:06 +1000 Da_Blitz Kill unused code, rename some functions
Tue, 17 Apr 2012 12:45:05 +1000 Da_Blitz Remove nmconf (migrated to pynm project)
Tue, 17 Apr 2012 12:44:26 +1000 Da_Blitz Add central command app
Tue, 17 Apr 2012 12:43:18 +1000 Da_Blitz Migrate interface from notifyd to centralcommand app
Tue, 17 Apr 2012 11:45:22 +1000 Da_Blitz Get window reflow working corectly
Tue, 17 Apr 2012 10:27:53 +1000 Da_Blitz Semi complete render support/auto resizing
Tue, 17 Apr 2012 06:17:39 +1000 Da_Blitz Basic rendering engine based off of html and built with containers
Tue, 17 Apr 2012 06:05:38 +1000 Da_Blitz Actually pass output file to setup_logging function allowing logging to a file to actually take place
Tue, 17 Apr 2012 06:04:55 +1000 Da_Blitz Rename flag to avoid conflict with positional arg name
Tue, 17 Apr 2012 05:57:48 +1000 Da_Blitz Specify default in cmdline flag help
Tue, 17 Apr 2012 05:56:30 +1000 Da_Blitz Added support for specifing a specific path or paths to be logged (eg text11.debug.testing)
Tue, 17 Apr 2012 05:43:40 +1000 Da_Blitz Allow logging to text files as well as stdout
Tue, 17 Apr 2012 05:43:24 +1000 Da_Blitz Used wrong varible for changing argv, use option values not passed in values instead
Tue, 17 Apr 2012 05:37:03 +1000 Da_Blitz Overwrite sys.argv with text11-debug optiosn removed to be invisible to executing app
Tue, 17 Apr 2012 05:32:54 +1000 Da_Blitz Change erro handling to make things slightly clearer
Tue, 17 Apr 2012 05:05:00 +1000 Da_Blitz Convert debug over to argparse
Mon, 16 Apr 2012 01:46:40 +1000 Da_Blitz Move music widget to its own function