summaryrefslogtreecommitdiffstats
path: root/ui/ui_pygtk.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-23added priorities with possibility to define different colorsAlexander Sulfrian1-15/+40
colors does not work correctly
2009-05-20added date/time functionalityAlexander Sulfrian1-16/+64
named date and time input fields save date/time default date/time to -1
2009-05-10add/remove supportAlexander Sulfrian1-2/+24
change db layout to version 0.4, with removed column only display items, that are not removed created events for add, remove buttons remove, __delitem__, contains in itemList as proxy to itemList.data added default constructor (if nothing is set) for item to create a new
2009-05-08gui redesign in glade, database layout 0.3Alexander Sulfrian1-103/+84
complete redesign of the gui with glade-3 gui loading with gtk.glade.XML move to db layout 0.3 with completed column
2009-04-23gui extended, database layout 0.2Alexander Sulfrian1-47/+87
sortable and reorderable listview in gui db-version 0.2 with description field (BLOB
2009-04-17started gui creationAlexander Sulfrian1-0/+134
added first window with menu, statusbar and aboutbox added license file with gpl3 and version remove some debuging output from storage.sqlite