Merge lp://staging/~niklas-komani/do/docky_changes into lp://staging/do
Proposed by
Niklas Schnelle
Status: | Rejected |
---|---|
Rejected by: | Chris Halse Rogers |
Proposed branch: | lp://staging/~niklas-komani/do/docky_changes |
Merge into: | lp://staging/do |
Diff against target: |
143 lines 2 files modified
Do.Interface.Wink/src/Do.Interface.Wink/WindowControl.cs (+31/-0) Do.Interface.Wink/src/Do.Interface.Wink/WindowUtils.cs (+39/-35) |
To merge this branch: | bzr merge lp://staging/~niklas-komani/do/docky_changes |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Robert Dyer (community) | Disapprove | ||
Review via email: mp+12489@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 1304. By Niklas Schnelle <niklas@niklas-iMac>
-
- Changed Window group minimizing/
restoring to be more sane, especially
if different windows of an application have a differing status
- Eliminated some LINQ queries on the way and added overloaded functions
for restoring/minimizing a single window
Sorry for creating yet another branch and starting/deleting a merge proposal, had it based on 0.8 instead of trunk, this is now changed.
Changes in this branch include:
- Elimination of several redundant LINQ queries in the GetClickAction Code
- Reworked GetClick Action to work on one window at a time to enable it to make better decisions
- Reworked PerformLogicalClick to have a more elegant struture with less Queries and to work at every window seperately to allow better decisions
- Added restore/minimize function overloads to WindowControl to make it possible to work on one window at a time