-
20b7681521
added DataStore.updateTask()
Josh Holtrop
2011-01-02 21:42:03 -05:00
-
64428ab99e
added DataStore.getTaskByName(), strip task names
Josh Holtrop
2011-01-02 21:17:40 -05:00
-
70e687afca
add "task" Command
Josh Holtrop
2011-01-02 21:17:13 -05:00
-
d1a81c2a9c
added DataStore.getTaskByNameParent()
Josh Holtrop
2011-01-02 15:21:42 -05:00
-
bcac83a5a9
added DataStore.addTime()
Josh Holtrop
2011-01-02 15:01:48 -05:00
-
8ad5fc3c71
add taskid attribute to Task class
Josh Holtrop
2011-01-02 14:29:35 -05:00
-
585d3d65e1
added DataStore.createTask()
Josh Holtrop
2011-01-02 14:23:43 -05:00
-
6574f4d4fd
added Task class and DataStore.getTaskByID()
Josh Holtrop
2011-01-02 14:04:50 -05:00
-
af10a21be7
added DataStore.updateCurrentTask()
Josh Holtrop
2011-01-02 12:03:10 -05:00
-
855068c43f
added DataStore.getCurrentTask() and TaskRef class
Josh Holtrop
2011-01-02 11:53:25 -05:00
-
e6d8d36aeb
loop to handle commands & possibly re-show window
Josh Holtrop
2011-01-01 23:14:12 -05:00
-
684834806e
updated database schema again for dates and hours
Josh Holtrop
2011-01-01 23:06:10 -05:00
-
78cb101357
Command constructor: default_time optional
Josh Holtrop
2011-01-01 17:51:04 -05:00
-
67a04df59a
fix handling date of "yesterday"
Josh Holtrop
2011-01-01 17:34:08 -05:00
-
4779e75ffd
Changed dbfile argument to be optional, default to ~/.dwtt.db
Josh Holtrop
2011-01-01 17:30:19 -05:00
-
6a982d3a8c
reworked command processing, "show" aliases to "status", updated tests to pass
Josh Holtrop
2011-01-01 17:19:00 -05:00
-
2bce1b33e1
change show command to status, added command aliases
Josh Holtrop
2011-01-01 16:04:36 -05:00
-
fac74e651a
remove @ prefix for timespecs
Josh Holtrop
2010-12-29 00:22:30 -05:00
-
9ea2fbed41
beautify Command to string a little
Josh Holtrop
2010-12-29 00:20:57 -05:00
-
0eb5a89d18
absolute times before 7:00 without AM/PM default to PM
Josh Holtrop
2010-12-29 00:19:57 -05:00
-
3a225f002c
bugfix in parseCommandLine() and parseTimeSpec(), tests passing
Josh Holtrop
2010-12-29 00:18:05 -05:00
-
ab0f265baa
added an actual "start" command and test (failing)
Josh Holtrop
2010-12-29 00:15:27 -05:00
-
51ab4c5d7e
Command.parseTimeSpec(): fix date parsing
Josh Holtrop
2010-12-29 00:10:44 -05:00
-
73c1310157
fix up relative time in Command.parseTimeSpec()
Josh Holtrop
2010-12-29 00:06:32 -05:00
-
9431ff1c88
whoops, return the_time from Command.parseTimeSpec()
Josh Holtrop
2010-12-29 00:03:55 -05:00
-
cc54eb8883
added Command.__str__(), setting the_time with relative time offset
Josh Holtrop
2010-12-29 00:02:05 -05:00
-
2982469274
add .gitignore for .db files
Josh Holtrop
2010-12-28 23:46:14 -05:00
-
40e36c4a02
separate local module imports
Josh Holtrop
2010-12-28 19:05:08 -05:00
-
be2789de8d
remove -c option, made its behavior the default, fix DataStore bug
Josh Holtrop
2010-12-28 19:02:28 -05:00
-
ec4383c993
tasks.parentid is a foreign key into itself
Josh Holtrop
2010-12-27 15:02:35 -05:00
-
1d9f305cf9
moved sqlite code to DataStore.py
Josh Holtrop
2010-12-26 22:09:23 -05:00
-
7765a7cb0b
filled out Command.parseTimeSpec()
Josh Holtrop
2010-12-13 19:28:55 -05:00
-
8dc5d28cee
added test script to exercise some unit test cases
Josh Holtrop
2010-12-11 10:14:25 -05:00
-
70f57c4ce7
filled out Command.parseCommandLine()
Josh Holtrop
2010-12-11 09:55:07 -05:00
-
3af40dc453
add Command class
Josh Holtrop
2010-12-09 21:47:16 -05:00
-
920897cf2f
fixed usage of "when" sqlite keyword; made dbfile a required argument
Josh Holtrop
2010-12-06 22:37:57 -05:00
-
9a70a7e9f8
reworked database schema again with foreign keys
Josh Holtrop
2010-12-06 22:24:33 -05:00
-
27ba8d30d9
reformatted SQL statements
Josh Holtrop
2010-12-05 22:48:22 -05:00
-
df2d40afb2
passing command back to main program
Josh Holtrop
2010-12-03 00:45:29 -05:00
-
40d433d815
added a stock OK button, increased minimum width of the command window
Josh Holtrop
2010-12-02 23:27:19 -05:00
-
299eb9b615
replace Button with an Entry object
Josh Holtrop
2010-12-02 18:15:55 -05:00
-
75059ed223
added skeleton CmdWindow class
Josh Holtrop
2010-12-02 17:59:11 -05:00
-
b0b8ce1716
initial commit of dwtt, skeleton for now
Josh Holtrop
2010-12-02 16:29:45 -05:00
-
2185408b45
initial
Josh Holtrop
2010-12-02 14:28:23 -05:00