~subinsebastien/backman/trunk

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Subin Sebastian
  • Date: 2010-05-11 13:57:07 UTC
  • Revision ID: subinsebastien@gmail.com-20100511135707-393n99ev7honfmrd
GUI improvements and a seperate dialogs module

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
------------------------------------------------------------
 
2
revno: 11
 
3
committer: Subin Sebastian <subinsebastien@gmail.com>
 
4
branch nick: backman
 
5
timestamp: Tue 2010-05-11 15:56:05 +0530
 
6
message:
 
7
  A GUI program added as a separate file
 
8
  Both the CLI and GUI programs should be developed as separate threads
 
9
  GUI program is the release program from this revision
 
10
  CLI should be developed to accept as much data as command line arguments
 
11
  GUI should be developed as a GUI pgm only and supplies os.system() commands to invoke the CLI program
 
12
  So GUI developers must take care of the CLI program before they do commit to GUI
 
13
  GUI program is named using a 'g' prefixed in the filename
 
14
  Thus 'backman.py' is a dependency of 'gbackman.py'
 
15
  Conclusion:from this revision, there is a facility to invoke backman both from CLI and GUI
 
16
  TODO - we need a makefile from this point of view
 
17
------------------------------------------------------------
 
18
revno: 10
 
19
committer: Subin Sebastian <subinsebastien@gmail.com>
 
20
branch nick: backman
 
21
timestamp: Tue 2010-05-11 07:46:45 +0530
 
22
message:
 
23
  Minor changes only
 
24
------------------------------------------------------------
2
25
revno: 9
3
26
committer: Subin Sebastian <subinsebastien@gmail.com>
4
27
branch nick: backman