Add initial version of MilkAuth, to manage the authentication with the server.
[milk] / src /
2009-12-04 Travis ReitterAdd initial version of MilkAuth, to manage the authenti...
2009-12-04 Travis ReitterActually include Makefile.local when running make
2009-12-04 Travis Reitterfix build breaks and mangled history (not worth correct...
2009-12-04 Travis ReitterTurn MilkTask into a proper GObject and use it directly...
2009-12-04 Travis ReitterFix some MilkListStore -> MilkTaskModel leftovers
2009-12-04 Travis ReitterClean up the menu setup code a little and show/hide...
2009-12-04 Travis ReitterAdd New Task button to menu
2009-12-04 Travis ReitterFix the includes for milk-main.c
2009-12-04 Travis Reitterrename MilkListStore to MilkTaskModel, since it's more...
2009-12-04 Travis ReitterMove the placeholder list store into MilkListStore
2009-12-04 Travis ReitterUse an app menu for the actions instead of a row of...
2009-12-04 Travis Reitterswitch to a touch selector list for the tasks
2009-12-04 Travis Reitteruse a tree view for tasks to the best of our ability
2009-12-04 Travis Reittercreate hard-coded list store for the tree model to...
2009-12-04 Travis ReitterComment out MILK_TYPE_TASK until we've defined it.
2009-12-04 Travis ReitterAdd priority column
2009-12-04 Travis ReitterFill in most of the bits of stubs for MilkListStore
2009-12-04 Travis Reitteradd widgets to the main window
2009-12-04 Travis ReitterTurn main-window into a GObject
2009-12-04 Travis ReitterBegin breaking out a new main-window file
2009-12-04 Travis Reitteradd GPL license comment to code
2009-12-04 Travis Reitterset up autotools