Merge lp://staging/~bryce/gtg/scheduling into lp://staging/~gtg/gtg/old-trunk
Status: | Superseded |
---|---|
Proposed branch: | lp://staging/~bryce/gtg/scheduling |
Merge into: | lp://staging/~gtg/gtg/old-trunk |
Diff against target: |
295 lines (+148/-25) 4 files modified
GTG/core/task.py (+7/-2) GTG/taskbrowser/browser.py (+57/-13) GTG/taskbrowser/taskbrowser.glade (+58/-0) GTG/taskbrowser/tasktree.py (+26/-10) |
To merge this branch: | bzr merge lp://staging/~bryce/gtg/scheduling |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Lionel Dricot (community) | Needs Fixing | ||
Review via email: mp+17001@code.staging.launchpad.net |
This proposal has been superseded by a proposal from 2010-01-17.
Unmerged revisions
- 556. By Bryce Harrington
-
Merge in Keven Mehall's due_date context menu work
- 555. By Bryce Harrington
-
Revert commit 553 as it generates an iter TypeError exception
Not sure why, but the code seems to offer no benefit so drop it for now.
- 554. By Bryce Harrington
-
Refresh start_date in task editor when rescheduling tasks
- 553. By Bryce Harrington
-
Follow logic from done/dismissed task handler to scroll to the task
- 552. By Bryce Harrington
-
Glade property for 6-month reschedule
- 551. By Bryce Harrington
-
Add a 6-month rescheduling target.
Ubuntu's cycles are 6-months in length, which makes this a useful
rescheduling timeframe for tasks being bumped forward a full release. - 550. By Bryce Harrington
-
Make a 'month' be defined as an integer number of weeks.
This ensures that forward-scheduled tasks end up on the same day of the
week. So personal projects done on the weekend stay as weekend tasks,
and work-day tasks stay on the same work-day. - 549. By Bryce Harrington
-
Merge sched-fixes branch
- 548. By Bryce Harrington
-
Permit scheduling for a full week
- 547. By Bryce Harrington
-
Add accelerator keys for postponing tasks 1/2/3 days/weeks/months
I'm already finding these changes quite useful, I think they're ready for review and to into trunk.