Make priority sorting work
[milk] / src / milk-main-window.c
2010-03-28 Travis ReitterMake priority sorting work
2010-03-28 Travis ReitterAdd a basic task cache
2009-12-04 Travis ReitterCut obsolete comment
2009-12-04 Travis ReitterSupport adding a new task from the entry box
2009-12-04 Travis ReitterSupport deleting tasks
2009-12-04 Travis ReitterSupport marking tasks as complete
2009-12-04 Travis ReitterFix a memory leak when the view selection changes.
2009-12-04 Travis ReitterCut unnecessary MilkTask class.
2009-12-04 Travis ReitterBase the task model around an auth object, so we can...
2009-12-04 Travis ReitterPrompt the user to log into Milk via the web page upon...
2009-12-04 Travis ReitterPerform basic authentication with the server upon start
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 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 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 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