Fwd: Re: [Wsmanager-devel] Re: ForeignWindow moveToWorkspaceRepresentedBy
Status: Alpha
Brought to you by:
richwareham
From: Naveen Michaud-A. <inf...@ya...> - 2004-07-14 23:25:04
|
I've added code to DesktopManager to allow for dragging windows between desktops using the pager (Jason Sonnenschein kindly made a patch for me; see http://sourceforge.net/tracker/index.php?func=detail&aid=991008&group_id=86417&atid=579549). Currently it doesn't transition between desktops when you move a window out of the current desktop, but I've heard requests for both behaviors (so i should probably just make it a preference in the pager preferences panel; but I'm adverse to the linux desktop phenomena of every option becoming a preference). Do people have a preference (no pun intended ;) If you want to switch to the transitioning behavior, edit the file "Plugins/Pager/DesktopPagerCell.m". In the the function (BOOL)continueTracking:(NSPoint...), replace the following commented out line (it is toward the end of the function): if ([dragToWorkspace workspaceNumber] != [dragInWorkspace workspaceNumber]) { [draggingWindow show]; [draggingWindow focusOwner]; # [dragToWorkspace selectWithDefaultTransition]; dragInWorkspace = dragToWorkspace; } with the line [dragToWorkspace selectWithTransition: CGSNone option: None duration: 0]; --- Jason Sonnenschein <je...@ya...> wrote: > Date: Wed, 14 Jul 2004 09:55:07 -0700 (PDT) > From: Jason Sonnenschein <je...@ya...> > Subject: Re: [Wsmanager-devel] Re: ForeignWindow > moveToWorkspaceRepresentedBy > To: Naveen Michaud-Agrawal <inf...@ya...> > > OK Naveen, > > I made the patch and uploaded it to the patches > page... > > http://sourceforge.net/tracker/index.php?func=detail&aid=991008&group_id=86417&atid=579549 > > Thanks again, > > Jason > > --- Naveen Michaud-Agrawal <inf...@ya...> > wrote: > > Hi Jason, > > > > If you could make the patch that would be swell. I > > probably won't have time until the weekend, so > I'll > > send you the entire source tree. This is derived > from > > the release candidate 2 from > > > http://sourceforge.net/project/showfiles.php?group_id=86417. > > I'm not sure what patch level that one is at. > > > > Naveen > > > > --- Jason Sonnenschein <je...@ya...> wrote: > > > Sure Naveen, feel free to send the whole > archive. > > > If you'd like to make a > > > patch, > > > here's step-by-step directions. I don't know > tla > > > well enough to tell you how > > > to upload > > > into the tla archive. > > > > > > * move the DesktopManager--dev--0.5--patch-95 > > > directory to DesktopManager--new > > > * re-download the DesktopManager source with tla > > > * diff -cr DesktopManager--dev--0.5--patch-95 > > > DesktopManager--new > > > > pager_drag.patch > > > * go to > > > > > > http://sourceforge.net/tracker/?group_id=86417&atid=579549 > > > in a web > > > browser > > > * create a new patch report, then attach the > file > > > pager_drag.patch to the > > > report > > > * All done! > > > > > > Thanks for either (the patch or the full > source.) > > > If you send me the entire > > > source, I can do the above for you. > > > > > > Jason > > > > > > --- Naveen Michaud-Agrawal > <inf...@ya...> > > > wrote: > > > > Hi Jason, > > > > > > > > I just downloaded the latest bleeding edge > > > snapshop > > > > from the sourceforge page (unfortunately the > arch > > > > repository seems to be inaccessible) so I've > > > updated > > > > the latest DesktopManager code with the > ability to > > > > move windows between workspaces using the > pager. > > > > Unfortunately, I haven't played with arch in a > > > couple > > > > of months so it might take me a while to > figure > > > out > > > > how to make the patch again. If you want, I > can > > > just > > > > send you all the source tree for > DesktopManager. > > > > > > > > Naveen > > > > > > > > --- Jason Sonnenschein <je...@ya...> > wrote: > > > > > Hello all, > > > > > > > > > > I just joined the mail list and saw a > discussion > > > > > about the above patch. I'm > > > > > quite interested in the features described, > but > > > > > can't find a patch anywhere. > > > > > Would someone who has the patch please > upload it > > > to > > > > > the 'patches' section of > > > > > the wsmanager page? Is there a reason not > to > > > post > > > > > it, there? > > > > > > > > > > > > > > > > > > > > http://sourceforge.net/tracker/?group_id=86417&atid=579549 > > > > > > > > > > Thanks in advance, > > > > > > > > > > Jason > > > > > > > > > > > > > > > > > > > > __________________________________ > > > > > Do you Yahoo!? > > > > > Yahoo! Mail is new and improved - Check it > out! > > > > > http://promotions.yahoo.com/new_mail > > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > This SF.Net email sponsored by Black Hat > > > Briefings & > > > > > Training. > > > > > Attend Black Hat Briefings & Training, Las > Vegas > > > > > July 24-29 - > > > > > digital self defense, top technical experts, > no > > > > > vendor pitches, > > > > > unmatched networking opportunities. Visit > > > > > www.blackhat.com > > > > > > _______________________________________________ > > > > > Wsmanager-devel mailing list > > > > > Wsm...@li... > > > > > > > > > > > > > > > https://lists.sourceforge.net/lists/listinfo/wsmanager-devel > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________ > > > > Do you Yahoo!? > > > > Yahoo! Mail - 50x more storage than other > > > providers! > > > > http://promotions.yahoo.com/new_mail > > > > > > > > > > > > > > > > __________________________________ > > > Do you Yahoo!? > > > New and Improved Yahoo! Mail - Send 10MB > messages! > > > http://promotions.yahoo.com/new_mail > > > > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Mail - 50x more storage than other > providers! > > http://promotions.yahoo.com/new_mail > > > ATTACHMENT part 2 application/zip > name=DesktopManager.zip > > > > > __________________________________ > Do you Yahoo!? > New and Improved Yahoo! Mail - Send 10MB messages! > http://promotions.yahoo.com/new_mail > __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail |