View previous topic :: View next topic |
Author |
Message |
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
|
Back to top |
|
|
kberg Agent
Joined: May 28, 2006 Posts: 18
|
Posted: Mon May 05, 2008 1:26 am Post subject: |
|
pluby wrote: |
tcsh shell:
1. cvs update neojava/vcl
2. source neojava/build/MacOSXX86EnvJava.Set
3. cd neojava/vcl ; build
4. copy neojava/vcl/unxmacx*.pro/lib/libvcl680mx*.dylib to /Applications/YourInstallationName.app/Contents/MacOS
|
this speeds up dev cycles considerably and the cocoa coordinate system has me still scratching my head when it comes to positioning an resizing windows.
Vertical swipe axis now works as intended,
horizontal axis is still inverted.
Btw it's already a joy to swipe thru the documents
Testet on HEAD and in 2.2.3-Patch-2-Test-12
Txs for all the hassle
Mike |
|
Back to top |
|
|
yoxi Cipher
Joined: Sep 07, 2004 Posts: 1799 Location: Dawlish, Devon
|
Posted: Mon May 05, 2008 3:20 am Post subject: |
|
I didn't know about zooming with cmd-scroll until I read a recent bug - that's really useful!
- padmavyuha |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Mon May 05, 2008 3:23 am Post subject: |
|
kberg wrote: |
this speeds up dev cycles considerably and the cocoa coordinate system has me still scratching my head when it comes to positioning an resizing windows. |
This is what I use most every day. Many of Sun Microsystems' OOo developers do the same thing. If I had to respin the OOo build or even just the installer, I'd never get anything done.
kberg wrote: |
Vertical swipe axis now works as intended,
horizontal axis is still inverted. |
OK. I committed another change to the same file that flips the deltaX. Can you try it out? Since I made a bunch of other bug changes today, you need to do one extra this time:
Code: | 1. cvs update neojava/vcl
2. source neojava/build/MacOSXX86EnvJava.Set
3. cd neojava/vcl ; build
4. copy neojava/vcl/unxmacx*.pro/lib/libvcl680mx*.dylib to /Applications/YourInstallationName.app/Contents/MacOS
5. copy neojava/vcl/unxmacx*.pro/class/vcl.jar to /Applications/YourInstallationName.app/Contents/MacOS/classes
|
Patrick |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
|
Back to top |
|
|
kberg Agent
Joined: May 28, 2006 Posts: 18
|
Posted: Mon May 05, 2008 5:05 am Post subject: |
|
Looks good!
pinch/magnifiy and swipe work as they should.
I tested this with 2.2.3-Patch-2-Test-13 - looks like my checkout on HEAD was a little bit to early, as the change was not yet in. Now everything is fine.
Txs again for implementing the feature so fast!
Mike |
|
Back to top |
|
|
Samwise Captain Naiobi
Joined: Apr 25, 2006 Posts: 2315 Location: Montpellier, France
|
Posted: Mon May 05, 2008 5:26 am Post subject: |
|
kberg wrote: | I tested this with 2.2.3-Patch-2-Test-13 - looks like my checkout on HEAD was a little bit to early, as the change was not yet in. Now everything is fine. |
IIRC, anoncvs syncs with the main CVS server every 3 hours or so. |
|
Back to top |
|
|
kberg Agent
Joined: May 28, 2006 Posts: 18
|
Posted: Mon May 05, 2008 6:00 am Post subject: |
|
Samwise wrote: | IIRC, anoncvs syncs with the main CVS server every 3 hours or so. |
Ahh yes... I remember having read that in a *very* early posting on this board
Mike |
|
Back to top |
|
|
|