View previous topic :: View next topic |
Author |
Message |
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Tue Feb 24, 2004 9:50 pm Post subject: NeoOffice/J 0.8.1 patch available for testing |
|
All,
Since there were a few bugs that I didn't have time to fix until after I released NeoOffice/J 0.8.1, I have posted "patch-1" that contains some needed bug fixes. Here is a list of the fixes that are in this patch:
1. Bug #69 - After opening a document by drag onto dock icon, mouse clicks are ignored.
2. Bug #77 - Double click doesn't select word.
3. Bug #79 - Hard to tell what patch is running.
If you are interested in testing the new patch, you can download the lastest patch binaries and install them in an existing NeoOffice/J 0.8.1 installation using the following steps.
- If you have not already installed NeoOffice/J 0.8.1, download and install it from:
http://www.planamesa.com/neojava/download.php
- Download the latest patch binaries from:
http://www.planamesa.com/neojava/downloads/patches/NeoOfficeJ-0.8.1-patch-1.tar.gz
- Open a new terminal and execute the following commands to unzip the file:
Code: | cd <NeoJ installation directory>/NeoOfficeJ.app
sudo tar zxvf <path to downloaded *.tar.gz file> |
The patch is 933408 bytes in size.
Please reopen any of the bugs in Bugzilla that do not seem to be fixed with this patch.
Patrick |
|
Back to top |
|
|
Woody1234 Guest
|
Posted: Wed Feb 25, 2004 1:15 am Post subject: 2 Bugs...... |
|
I was in the process of verifying one bug and I think I have found a second one....I am running 0.8.1 Patch 1 and noticed that the Apple for the shortcut does not display in the menus...I will send you an email with a pic..
While I was taking the image I min. the NeoOffice/J window with the menu open and it stayed on the screen while the rest of the app minimized....
The one thing that I have done it installed fonts in the ~/Library/Fonts directory that are from a StarOffice Windows install to get the missing fonts...(Dont know if this is a problem, but thought I better mention it) |
|
Back to top |
|
|
JKT The Anomaly (earlier version)
Joined: Sep 18, 2003 Posts: 434 Location: London, UK
|
Posted: Wed Feb 25, 2004 4:13 am Post subject: |
|
Hi Patrick, sorry for not being able to help with the testing of v0.8.x so far.
Just as a FYI, I'm actually having big problems downloading the full v0.8.1 from your planamesa site - it will only give me 9.8MB and then the download will abort. I'm currently successfully downloading it from one of the other links but the same thing was happening yesterday as well (and the alternate links were not reaching anything higher than a few bytes per second at that time). _________________ PBG4, 1.5GHz, SuperDrive, 1GB RAM, 128MB VRAM, 5400rpm 80GB HD, MacOS X 10.4.5
Please visit The Land Gallery at http://www.thelandgallery.com for nature-inspired British Fine Art |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Wed Feb 25, 2004 6:26 am Post subject: |
|
JKT wrote: | Just as a FYI, I'm actually having big problems downloading the full v0.8.1 from your planamesa site - it will only give me 9.8MB and then the download will abort. I'm currently successfully downloading it from one of the other links but the same thing was happening yesterday as well (and the alternate links were not reaching anything higher than a few bytes per second at that time). |
My site is very overloaded (64 gigabytes were downloaded yesterday) so it is not surprising that you are getting partial downloads. I instructions for using the "curl" command (which is a resumable download tool) to handle this situation. Check out the "curl" instructions at http://www.planamesa.com/neojava/download.php.
Patrick |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Wed Feb 25, 2004 6:38 am Post subject: Re: 2 Bugs...... |
|
Woody1234 wrote: | I was in the process of verifying one bug and I think I have found a second one....I am running 0.8.1 Patch 1 and noticed that the Apple for the shortcut does not display in the menus...I will send you an email with a pic..
While I was taking the image I min. the NeoOffice/J window with the menu open and it stayed on the screen while the rest of the app minimized....
|
That looks like a real bug. I'm probably supposed to explicitly close all child windows (menus, etc.) which, of course, I am not doing. Can you file a bug in Bugzilla at http://bugzilla.neooffice.org so that I won't forget this bug?
Woody1234 wrote: | The one thing that I have done it installed fonts in the ~/Library/Fonts directory that are from a StarOffice Windows install to get the missing fonts...(Dont know if this is a problem, but thought I better mention it) |
You have a font conflict. Java assigns the "SansSerif" font to the first font that it finds that is named "Geneva" so if you have put a font with the same name in your ~/Library/Fonts directory that does not have the Apple character (and many Windows fonts do not), then Java is going to use your (not nearly as good as Mac OS X's) Geneva font.
Patrick |
|
Back to top |
|
|
Wade1234 Guest
|
Posted: Wed Feb 25, 2004 2:07 pm Post subject: |
|
Fixed the Font problem as you explained...
Also filed a bug for the menu staying open when minimized.
Great job by the way on 0.8.1....you should have told me Flip had it on our servers over here last Friday...
Wade |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Thu Feb 26, 2004 1:46 pm Post subject: |
|
All,
I just posted "patch-2" for NeoOffice/J 0.8.1. This patch is "patch-1" plus a fix for the following bug:
Bug #81 - Menu not closing when window minimizing.
If you are interested in testing the new patch, you can download the lastest patch binaries and install them in an existing NeoOffice/J 0.8.1 installation using the following steps.
- If you have not already installed NeoOffice/J 0.8.1, download and install it from:
http://www.planamesa.com/neojava/download.php
- Download the latest patch binaries from:
http://www.planamesa.com/neojava/downloads/patches/NeoOfficeJ-0.8.1-patch-2.tar.gz
- Open a new terminal and execute the following commands to unzip the file:
Code: | cd <NeoJ installation directory>/NeoOfficeJ.app
sudo tar zxvf <path to downloaded *.tar.gz file> |
The patch is 933437 bytes in size.
Please reopen any of the bugs in Bugzilla that do not seem to be fixed with this patch.
Patrick |
|
Back to top |
|
|
Woody1234 Guest
|
Posted: Thu Feb 26, 2004 4:58 pm Post subject: |
|
Looks like #81 is fixed! Thanks Patrick.... |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Sat Feb 28, 2004 7:28 pm Post subject: |
|
All,
I just posted "patch-3" for NeoOffice/J 0.8.1. This patch is "patch-2" plus a fix for the following bug:
1. A single click on a scrollbar sometimes behaves as if two clicks were made - see http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=388 for a description this bug.
If you are interested in testing the new patch, you can download the lastest patch binaries and install them in an existing NeoOffice/J 0.8.1 installation using the following steps.
- If you have not already installed NeoOffice/J 0.8.1, download and install it from:
http://www.planamesa.com/neojava/download.php
- Download the latest patch binaries from:
http://www.planamesa.com/neojava/downloads/patches/NeoOfficeJ-0.8.1-patch-3.tar.gz
- Open a new terminal and execute the following commands to unzip the file:
Code: | cd <NeoJ installation directory>/NeoOfficeJ.app
sudo tar zxvf <path to downloaded *.tar.gz file> |
The patch is 933343 bytes in size.
Please reopen any of the bugs in Bugzilla that do not seem to be fixed with this patch.
Patrick |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Tue Mar 02, 2004 3:19 pm Post subject: |
|
All,
I just posted "patch-4" for NeoOffice/J 0.8.1. This patch is "patch-3" plus a fix for the following bug:
1. Dragging a NeoOffice/J file onto the "Print Center" application would cause NeoOffice/J to eventually crash. With this patch, the file will cause NeoOffice/J to print the file without causing NeoOffice/J to crash. Note that if you drag a file on the "Print Center" application when NeoOffice/J is not running will only cause NeoOffice/J to be launched but no printing will occur (this is a bug in Java 1.3.1).
If you are interested in testing the new patch, you can download the lastest patch binaries and install them in an existing NeoOffice/J 0.8.1 installation using the following steps.
- If you have not already installed NeoOffice/J 0.8.1, download and install it from:
http://www.planamesa.com/neojava/download.php
- Download the latest patch binaries from:
http://www.planamesa.com/neojava/downloads/patches/NeoOfficeJ-0.8.1-patch-4.tar.gz
- Open a new terminal and execute the following commands to unzip the file:
Code: | cd <NeoJ installation directory>/NeoOfficeJ.app
sudo tar zxvf <path to downloaded *.tar.gz file> |
The patch is 2634683 bytes in size.
Please reopen any of the bugs in Bugzilla that do not seem to be fixed with this patch.
Patrick |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Fri Mar 05, 2004 8:00 pm Post subject: |
|
All,
I just posted "patch-5" for NeoOffice/J 0.8.1. This patch is "patch-4" plus a fix for the following bug:
1. Pasting while the CopyPaste-X application is running causes the clipboard contents to be pasted twice - see http://trinity.neooffice.org/modules.php?name=Forums&file=viewtopic&t=395 for a description this bug.
If you are interested in testing the new patch, you can download the lastest patch binaries and install them in an existing NeoOffice/J 0.8.1 installation using the following steps.
- If you have not already installed NeoOffice/J 0.8.1, download and install it from:
http://www.planamesa.com/neojava/download.php
- Download the latest patch binaries from:
http://www.planamesa.com/neojava/downloads/patches/NeoOfficeJ-0.8.1-patch-5.tar.gz
- Open a new terminal and execute the following commands to unzip the file:
Code: | cd <NeoJ installation directory>/NeoOfficeJ.app
sudo tar zxvf <path to downloaded *.tar.gz file> |
The patch is 2634660 bytes in size.
Please reopen any of the bugs in Bugzilla that do not seem to be fixed with this patch.
Patrick |
|
Back to top |
|
|
pluby The Architect
Joined: Jun 16, 2003 Posts: 11949
|
Posted: Tue Mar 09, 2004 12:44 pm Post subject: |
|
I just posted "patch-6" for NeoOffice/J 0.8.1. This patch is "patch-5" plus fixes for the following bugs:
1. Copy and paste within NeoJ sometimes didn't paste what you copied.
2. Control-click's didn't work when selecting multiple tabs in a spreadsheet.
3. The "crosshair" cursor wasn't used when drawing shapes.
If you are interested in testing the new patch, you can download the lastest patch binaries and install them in an existing NeoOffice/J 0.8.1 installation using the following steps.
- If you have not already installed NeoOffice/J 0.8.1, download and install it from:
http://www.planamesa.com/neojava/download.php
- Download the latest patch binaries from:
http://www.planamesa.com/neojava/downloads/patches/NeoOfficeJ-0.8.1-patch-6.tar.gz
- Open a new terminal and execute the following commands to unzip the file:
Code: | cd <NeoJ installation directory>/NeoOfficeJ.app
sudo tar zxvf <path to downloaded *.tar.gz file> |
The patch is 2700640 bytes in size.
Please reopen any of the bugs in Bugzilla that do not seem to be fixed with this patch.
Patrick |
|
Back to top |
|
|
|