Merge lp://staging/~saviq/unity-2d/unmaximize-on-drag into lp://staging/unity-2d/3.0
Proposed by
Michał Sawicz
Status: | Rejected |
---|---|
Rejected by: | Michał Sawicz |
Proposed branch: | lp://staging/~saviq/unity-2d/unmaximize-on-drag |
Merge into: | lp://staging/unity-2d/3.0 |
Diff against target: |
241 lines (+117/-0) 6 files modified
panel/applets/appname/appnameapplet.cpp (+43/-0) panel/applets/appname/appnameapplet.h (+1/-0) panel/applets/appname/menubarwidget.cpp (+38/-0) panel/applets/appname/menubarwidget.h (+5/-0) panel/applets/appname/windowhelper.cpp (+28/-0) panel/applets/appname/windowhelper.h (+2/-0) |
To merge this branch: | bzr merge lp://staging/~saviq/unity-2d/unmaximize-on-drag |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Michał Sawicz | Disapprove | ||
Ugo Riboni (community) | Needs Fixing | ||
Aurélien Gâteau (community) | Needs Fixing | ||
Review via email: mp+61028@code.staging.launchpad.net |
To post a comment you must log in.
Unmerged revisions
- 564. By Michał Sawicz
-
Also drag windows that don't have a menuBar on the panel.
- 563. By Michał Sawicz
-
Signal the window manager that the window is to be moved when titlebar
is dragged. - 562. By Michał Sawicz
-
Unmaximize windows when their menubar is dragged down from the panel
- 561. By Michał Sawicz
-
Unmaximize windows when their menu bar is double clicked
Double clicking and dragging works as expected, with one exception that after dragging there seems to be a period of time during which, or a count of events, the panel doesn't receive Hover events.
I will yet try to hunt this down and will take any and all comments on why that might happen.
BTW: Hi! ;)