Wednesday, 02 Apr 2008
Wednesday, 02 Apr 2008
Here is my weekly update on what is hot in our development teams in calendar week (CW) 14.
IN FOCUS
“Led by Maarten Brouwers, the Website team has designed and implemented a clean new style that we believe will make it easier to find OpenOffice.org, download it, and learn about it and the project that has grown with it.”
Source: www.openoffice.org/news
WEEKLY SCHEDULE
CALC
http://sc.openoffice.org/
Started:
ODF version selection
Ongoing:
Finished:
-
CHART
http://graphics.openoffice.org/chart/chart.html
Started:
ODF: Omit export of OFD 1.2 chart features when 1.1 is set
Ongoing:
-
Finished:
ODF 1.2: Specify Property Defaults for Chart Properties
DATABASE
http://dba.openoffice.org/
Started:
-
Ongoing:
Fix multiple issues with controls in a Multi-Layout Writer
Finished:
IMPRESS, DRAW & GRAPHIC SYSTEM LAYER
http://graphics.openoffice.org/
http://gsl.openoffice.org/
Started:
Evaluating and selecting Extras/Templates
Ongoing:
Finished:
-
WRITER, MATH & FRAMEWORK
http://sw.openoffice.org/
http://framework.openoffice.org/
Started:
-
Ongoing:
XML: Support for RDFa and RDF XML meta data in ODF 1.2 documents
Writer: OOXML Import: Import of VML objects and OLE objects
Writer: Refactoring – separate core from layout
Writer: Changes for lists in ODF 1.2
Framework: Concurrent file access
Framework: supporting CH2000 developers to integrate UOF-Filters
Finished:
-
PROGRAMMABILITY
http://api.openoffice.org/
http://extensions.openoffice.org/
http://installation.openoffice.org/
http://ucb.openoffice.org/
http://udk.openoffice.org/
http://util.openoffice.org/
Started Tasks:
Mac OS X Crashreporter
Investigate into NSSLib for HTTPS certificate validation
Ongoing Tasks:
OOo 3.0 SDK: Mac Port
ODF 1.2 Compliant Document Signatures: Implementation
OOo Vista Readiness: OOo 3.0 Tasks
UNO API Tests as CWS “Ready for QA” criteria : Implementation
Finished:
-
ODF / XML
http://xml.openoffice.org/
Started:
-
Ongoing:
ODF TC: Default Properties Values
Finished:
-
ODF TOOLKIT
http://odftoolkit.openoffice.org/
Started:
-
Ongoing:
Restructuring of OOo packages: new package structure
ODF Toolkit, ODF DOM Implementation
Finished:
-
VISUAL DESIGN
http://ui.openoffice.org/VisualDesign/
Started:
-
Ongoing:
New MimeType icon: OOo 3.0 Application
Finished:
ALL TEAMS
Started:
-
Ongoing:
OOo 3.0 bugfixing
Patch evaluation and integration
Evaluation of requirements in Issuetracker
Finished:
-
tags:
1. Convert text to columns
With this feature CSV data inside cells can be transformed into columns directly. It uses the already existing Text import dialog and transforms CSV data inside cells into multiple columns. Example: A1 holds '1,2,3,4". After using this feature, 1, 2, 3 and 4 are split over cells.
Start this feature with the menu Data>Text to Columns.
2. Insertion Mode for Cells
Cells
in spreadsheet can be moved, copied, or linked Select one or more
columns or rows, or a range of cells, and hold down Alt while moving
the selection with the mouse. When the mouse button is released, other
cells/columns/rows are moved left or down, to insert the selection.
Before this feature, target cells always were overwritten.
3. Enhanced Data Input
Enter key returns to the column where the input started, one row below Entering data row wise is made easier. The Enter key works like a carriage return-line feed on a type writer and allows to return to the column where the input started, but just a row below the current row.
4. Enhanced Formula Input
Formula input: "+" and "-" can also be used to start Most professional spreadsheet users do use the number pad for inputting data to save time. So it makes sense to allow to enter a formula not just by entering a "=" or hitting the Function button in the Formula tool bar. Therefore "+" and "-" can also be used to start entering a formula. This improves the usability and the speed when creating formulas in a spreadsheet. Furthermore this can be used as a little calculator.
5. Individual zoom level per sheet
Each sheet in a spreadsheet document can now have its own zoom level.
6. Improved AutoFilter Behavior
Choices
are clearer grouped and based on result of filtering in other columns
The AutoFilter function allows to filter data in a spreadsheet by one
criteria per column. This feature allows to run a quick analysis of
data. Two things are new: there is a clearer grouping of static filter
choices. And if in one column a filter is set, the filters in the other
columns only show the options that are available in the visible rows.
7. Improved DataPilot
Manual Sorting It's now possible to rearrange items in a DataPilot field via Drag&Drop or Copy&Paste. The default sorting for new tables is "Ascending", it is changed to "Manual" when items are moved.
Double-click in Datapilot cell provides calculation data of that cell When a cell within the data field is double-clicked, it inserts a new sheet containing a subset of rows from the original data source that constitutes the result data displayed in that cell. For instance, when the data field function is selected to be SUM, then the number that is shown in the data field cell must be identical to the sum of all the data field values in the constituent rows displayed in the inserted sheet.
8. Improved Print Dialog
The Print dialog in Calc makes it easier to choose what part of the spreadsheet has to be printed. The option 'print only selected sheets' is now on that dialog.
Furthermore the 'Sort' option is defaulted to on. This makes it easier to print multiple copies of a document.
9. Improved Print Preview
PageUp and PageDown keys scroll continuously through the print preview. Ctrl + PgUp/PgDn scroll to top of next/previous page.
tags: calc openoffice.org spreadsheet usability user-experience