summaryrefslogtreecommitdiffstats
path: root/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added priorities with possibility to define different colorsAlexander Sulfrian2009-06-232-86/+131
| | | | colors does not work correctly
* added date/time functionalityAlexander Sulfrian2009-05-202-22/+70
| | | | | | named date and time input fields save date/time default date/time to -1
* added time (hour/minute) fields to date select dialogAlexander Sulfrian2009-05-201-62/+125
|
* add/remove supportAlexander Sulfrian2009-05-102-4/+28
| | | | | | | | 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
* gui redesign in glade, database layout 0.3Alexander Sulfrian2009-05-082-103/+532
| | | | | | complete redesign of the gui with glade-3 gui loading with gtk.glade.XML move to db layout 0.3 with completed column
* gui extended, database layout 0.2Alexander Sulfrian2009-04-231-47/+87
| | | | | sortable and reorderable listview in gui db-version 0.2 with description field (BLOB
* started gui creationAlexander Sulfrian2009-04-172-0/+138
added first window with menu, statusbar and aboutbox added license file with gpl3 and version remove some debuging output from storage.sqlite