DEV300m80 Developer Snapshot - Release Notes
These notes contain changes between DEV300_m60 and DEV300m80.
Please have a look for older Release Notes if you need to know former changes (example:
DEV300_m60).
This snapshot build will install as OOo-Dev 3.3.
Sources can be received from HG (Mercurial) by tag DEV300_m80.
Important Notes
Issue 112082 - ods file created with oo 3.2 gets damaged if saved with DEV300m80
When you have an ODF document that contains form controls, it gets corrupted while saving. It cannot be opened again!
This applies to all OOo applications and all ODF documents. So, please be careful with your documents.
What's new?
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
Grid control:Futher data types as input possible | i109825 | The XGridDatamodel method addRow(string headerName,
sequnece |
mihaela.kedikova@sun.com | api | ||
Added settings for customizing grid control appearence | i109828 | Following settings are now possible: -horizontal alignment for columns - every column can have it's own horizontal alignment. The possibilities are LEFT (default), CENTER, RIGHT. -vertical alignment for all of the rows - the content of the cells can be vertically aligned in one of these possibilities:TOP(default), MIDDLE, BOTTOM. -rowbackground color - new property of the grid control. The default value is white. -evenrowbackgroundcolor - new property of the grid control. Gives the possibility to have alternating colors for rows. -header backgroundcolor - new property of grid control. The default value is grey. -line color - new property of grid control. If line color is set, the lines will be visible in that color. The default value is the color of row and they won't be visible, e.g. if rowbackgroundcolor is set to red, default line color will be also red. -text color - new property of grid control. The default value is black. For futher information or examples please visit: http://wiki.services.openoffice.org/wiki/API/UNO_AWT/Grid_Control | mihaela.kedikova@sun.com | api |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
PDF export now optionally embeds the 14 standard PDF fonts | i87968 | PDF Export Dialog | PDF export now optionally embeds the 14 standard PDF fonts. | Matthias Müller-Prove /MMP | speclink | gsl |
testtool: define global path variable for private test script location | i110851 | The former function of the variable was deprecated in http://www.openoffice.org/servlets/ReadMsg?list=allfeatures&msgNo=3581 Not back with new behaviour: global string variable: gPrivateEnvironmentLocation get's set if you have the following entry in your testtoolrc: [PrivateEnvironment] Type=PATH Current=. which enables you a path selection in the testtool settings; If it is set other than empty and '.' the global variable contains this path. The use is to have a global path available that can be used in testscripts, beside the basepath setting from the testtool. Default, after using the path dialog in testtool, is that there is no path character at the end. | Thorsten.Bosbach@Sun.COM | qa |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
Extending database drivers by extension | i107717 | ocke.janssen@sun.com | speclink | dba | ||
Renamed "Notes" to "Comments" in two Calc dialogs | i105808 | With issue 103139 (http://qa.openoffice.org/issues/show_bug.cgi?id=103139), "Notes" have been renamed to "Comments". In two Calc dialogs, this change has now been adapted ("Paste Special" and "Delete Contents"). Addionally, a few keyboard shortcuts have been changed due to the new strings. The following strings have been changed: Dialog "Paste Special": N~otes -> ~Comments O~bjects -> ~Objects S~ubtract -> ~Subtract Dialog "Delete Contents": Not~es -> ~Comments | daniel.rentz@sun.com | sc | ||
Adapt marked selection to used data columns for filter area | i109553 | For filters (AutoFilter, StandardFilter, AdvancedFilter) a selection is now shrunk to the actually used data columns. A selection of exactly one row (or a portion thereof) additionally is expanded over the used data area below the selection. | eike.rathke@sun.com | sc | ||
Changed UI string when deleting sheets | i92896 | The message box that appears when deleting one or more sheets has been changed from "Are you sure you want to permanently delete the current sheet(s)?" to "Are you sure you want to delete the selected sheet(s)?" | daniel.rentz@sun.com | sc |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
Default Canadian date and date-time formats are now YYYY-MM-DD | i106992 | Default Canadian date and date-time formats are now YYYY-MM-DD | erack@openoffice.org | L10N | ||
Locale data for Sorbian,Upper (Germany) [hsb-DE] | i107017 | Added Sorbian,Upper (Germany) [hsb-DE] locale data. | erack@openoffice.org | L10N | ||
Papiamentu (Netherlands Antilles) [pap-AN], Papiamento (Aruba) [pap-AW] | i107230 | Added Papiamentu (Netherlands Antilles) [pap-AN] and Papiamento (Aruba) [pap-AW] to language list. | erack@openoffice.org | L10N | ||
Sardinian languages | i107288 | Added the Sardinian languages Campidanese [sro-IT], Gallurese [sdn-IT], Logudorese [src-IT] and Sassarese [sdc-IT]. | erack@openoffice.org | L10N | ||
Maore (Mayotte) [swb-YT], Bushi (Mayotte) [buc-YT], Tahitian (French Polynesia) [ty-PF] | i108600 | Added Maore (Mayotte) [swb-YT], Bushi (Mayotte) [buc-YT], Tahitian (French Polynesia) [ty-PF] to language list. | erack@openoffice.org | L10N | ||
Locale data for Latgalian (Latvia) [ltg-LV] | i108675 | Added locale data for Latgalian (Latvia) [ltg-LV]. | erack@openoffice.org | L10N | ||
Simplified/Traditional Chinese conversion Unicode Standard 5.1.0 | i109095 | Simplified/Traditional Chinese conversion includes character mappings defined in Unicode Standard 5.1.0 | erack@openoffice.org | L10N | ||
Bafia (Cameroon) [ksf-CM] | i109687 | Added Bafia (Cameroon) [ksf-CM] to language list.The locale is selectable for character attribution and spell-checking. | erack@openoffice.org | L10N | ||
Locale data for Malagasy,Plateau (Madagascar) [plt-MG] | i95769 | Added locale data for Malagasy,Plateau (Madagascar) [plt-MG] | erack@openoffice.org | L10N |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
Hierarchical axis labels | i82971 | Hierarchical axis labels are now available for charts. | Ingrid Halama | speclink | chart | |
Direct singleton support in Basic | i107070 | OOo Basic now supports direct creation of Singleton
instances sing a corresponding get method. Instead of oContext = ....
oA =
oContext.getValueByName("/singletons/my.own.special.TestSingleton") now
the following code can be used: oA = my.own.special.TestSingleton.get() or oA = my.own.special.TestSingleton.get(oContext) This is available only for singletons defined in IDL. No specification as this is a non UI feature |
andreas.bregas@sun.com | framework |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
Chart Drawing Objects | i12587 | Chart Drawing Objects | Chart was enhanced and now supports drawing objects. The drawing toolbar allows to insert simple shapes such as lines, rectangles and text objects. Furthermore even complex shapes such as cubes, symbols, block arrows, flowcharts and stars can be inserted. The drawing objects can be edited by several dialogs which can be opened via context menu. Also the font and formatting of text objects can be changed. | Thomas Benisch | speclink | chart |
Chart Drawing Objects | i66277 | Chart Drawing Objects | Chart was enhanced and now supports drawing objects. The drawing toolbar allows to insert simple shapes such as lines, rectangles and text objects. Furthermore even complex shapes such as cubes, symbols, block arrows, flowcharts and stars can be inserted. The drawing objects can be edited by several dialogs which can be opened via context menu. Also the font and formatting of text objects can be changed. | Thomas Benisch | speclink | chart |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
Add a non-breaking space before some characters in french (Autocorrection) | i17169 | Adds a non-breaking space before the some characters in french text to respect french typographic rules. The characters that must be preceded by a non-breaking space are the following: ':', ';', '?' and '!'. This feature is added as another AutoCorrection option for Writer, Calc, Impress and Draw. | cedricbosdo@openoffice.org | ui |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
allow to overrule Base's heuristics for primary key support | i104329 | There's a new option "Supports primary keys" in the Advanced Settings of a database, which is to overrule Base's heuristics used to detect whether the database it connects to supports primary keys. This new option is available for database connections via ODBC, JDBC, and ADO. | frank.schoenheit@sun.com | dba | ||
SRB: AddField dialog now accessible via ALT+F8 | i104836 | In the Sun Report Designer the Add Field dialog can be accessed via the accelerator key ALT+F8. | ocke.janssen@sun.com | dba | ||
text(-like) input form controls also support the "Vertical Alignment" property | i106184 | Input form controls (text fields etc.) now also support the "Vertical Align" property known from non-input controls like fixed texts etc. | frank.schoenheit@sun.com | dba | ||
Base now supports database registrations configured as read-only | i84012 | Database registrations are normally maintained via Tools/Options/Databases. The registrations are stored in OpenOffice.org's configuration, which means it is also possible to deploy additional configuration fragments (e.g. via extensions) which contain additional registrations. If those configuration fragments are declared as read-only (by using the usual configuration mechanisms for this), then the UI now respects this, by disallowing modifications (editions, removal) of this registration entry. | frank.schoenheit@sun.com | dba | ||
testtool: Enable tabswitching on named dialog | i104281 | Old behaviour to switch tab pages on a dialog looks like: kontext active.setPage nameOfPage kontext "nameOfPage" This lead to problems in case another messagebox is also open - which is also of type 'active'. Now it is possible to name the dialog with: kontext "dialogName" dialogName.setPage nameOfPage kontext "nameOfPage" in addition to the old behaviour, where available. | tbo@openoffice.org | qa |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
Allow to show UI during Gnome session shutdown. | i105172 | The new implementation allows now to let office show a dialog on Gnome shutdown in case there is a modified document. | Mikhail.Voytenko@Sun.COM | framework | ||
editing custom properties of type 'Duration' | i97029 | Custom Document Properties | Current implementation supports only four text field info1 to 4. The new implementation allows to create user defined name value pairs of a certain data type. This is important for document management in companies. | Frank Loehmann (FL) | speclink | framework |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
form controls (some of them) use the same text rendering as the containing document | i105717 | Form controls in text documents now render their text the same way the document itself does, thus making the appearance of controls as part of a text flow much more consistent. | frank.schoenheit@sun.com | framework |
Feature title | TaskId | Spec. title | Description | Dev. owner | Spec. link | Component |
---|---|---|---|---|---|---|
Allow duplicate field names in PDF export | i103932 | PDF Export Dialog | t is now possible to allow the same name for multiple fields in PDF export. The default is to still make the field names unique when exporting to PDF. | speclink | gsl |
Integrated Child Workspaces (CWS)
Name |
Description |
Milestone (integrated) |
calc53 |
Calc bug fixes |
DEV300m80 |
dev300m80masterfix | DEV300m80 | |
fwk138 |
Framework cws for OOo3.3 changes. |
DEV300m80 |
fwk142 |
Accessibility issues for OOo 3.3 |
DEV300m80 |
gfxcmp02 | DEV300m80 | |
hb33tablebylayout | DEV300m80 | |
koheiautodecimal |
Add support for automatically adjusting decimal places per column width, |
DEV300m80 |
kso44 |
Misc. OOo 3.3 tasks. |
DEV300m80 |
native302_DEV300 | DEV300m80 | |
native304 |
OOo 3.3 installation tasks |
DEV300m80 |
native307_DEV300 | DEV300m80 | |
ooxml10 |
OOXML import improvements |
DEV300m80 |
perftest10 | DEV300m80 | |
sb120 |
Test Cleanup Part 2 (follow-up to CWS sb118) |
DEV300m80 |
sb122 |
misc OOo 3.3 fixes |
DEV300m80 |
sdk321_DEV300 |
Stopper issues 3.2.1 |
DEV300m80 |
xmlsec1_2_14 |
upgrade xmlsec1 to 1.2.14 |
DEV300m80 |
ab75 |
VBA patches |
DEV300m79 |
armeabi02 |
Fix arm eabi uno bridge |
DEV300m79 |
bserver52 | DEV300m79 | |
commonhelp |
Modify helpcontent2 to build platform independent |
DEV300m79 |
dev300m79masterfix | DEV300m79 | |
gridcontrol_03 |
Added new features to grid control such as tooltip, resize of columns, |
DEV300m79 |
hcshared25 |
Ongoing fixes to Help contents |
DEV300m79 |
mib12 | DEV300m79 | |
npower13_objectmodules |
misc. changes for basic |
DEV300m79 |
obo48 |
Fixes for 3.3 |
DEV300m79 |
sdfindall |
a) Modify draw/impress find dialog to remove "find all". |
DEV300m79 |
sw33bf03 |
fixes in Writer for OOo 3.3 |
DEV300m79 |
unxlnginewbaseline |
This CWS brings up necessary changes for switch linux x86 baseline to glibc 2.5. |
DEV300m79 |
ause119 | DEV300m78 | |
automationdev300m76cat0 |
fixes in testautomation for DEV300m76 |
DEV300m78 |
automationdev300m77cat0 | DEV300m78 | |
c07v027_DEV300 | DEV300m78 | |
calc321stopper2_DEV300 |
Calc 3.2.1 stopper fix |
DEV300m78 |
calcautocrash |
Quick fix for a crash in automatic tests |
DEV300m78 |
cbosdo05 |
Removes the hard space automatically inserted if the next character isn't a blank. |
DEV300m78 |
chart45 |
chart fixes (mostly regression bug fixes) |
DEV300m78 |
cloph14 |
remove obsolete X11 script/launchers and fondu (Mac OSX) |
DEV300m78 |
coc02_2_DEV300 | DEV300m78 | |
dba321b_DEV300 |
3.2.1 bug fixing |
DEV300m78 |
dev300m78masterfix | DEV300m78 | |
dict321_DEV300 |
Dictionary updates for OOo 3.2.1 |
DEV300m78 |
dr73 |
OOo 3.3 fixes |
DEV300m78 |
dtardon01 |
small fixes |
DEV300m78 |
extras330 |
Bugfixes/Patches regarding Extras |
DEV300m78 |
fwk140_DEV300 |
The framwork CWS for OOo3.2.1 showstoppers. |
DEV300m78 |
fwk141_DEV300 |
Showstopper for OOo 3.2.1 |
DEV300m78 |
gfb4win02 |
implement dynamic glyph fallback for Windows (#i101552#) |
DEV300m78 |
hr76 |
Transfer missing changesets from CWS native0 to DEV300. |
DEV300m78 |
impress188 |
graphics team issues for target OOo 3.x |
DEV300m78 |
linuxaxp01 |
Linux/Alpha port |
DEV300m78 |
mbn01_DEV300 | DEV300m78 | |
native299_DEV300 |
OOo 3.2.1 installation tasks (JRE 6 U 20) |
DEV300m78 |
native301_DEV300 |
OOo 3.2.1 Installation tasks |
DEV300m78 |
nativeb_DEV300 |
Follow-Up CWS of nativea |
DEV300m78 |
nativel_DEV300 | DEV300m78 | |
npower14miscfixes | DEV300m78 | |
nspluginglobal |
fix mozilla plugin (make work when installed globally) |
DEV300m78 |
obo47 |
Bugfix for wntmsci12 non product build |
DEV300m78 |
odfmetadata4 |
Implementation of ODF 1.2 metadata support, part 4: |
DEV300m78 |
odfp321b_DEV300 | DEV300m78 | |
ooo321gsl05_DEV300 |
Some 3.2.1 showstoppers |
DEV300m78 |
ooo321l10n4_DEV300 |
second l10n cws for OOo 3.2.1 |
DEV300m78 |
OOO321l10n_DEV300 |
localization cws for OOo 3.2.1 |
DEV300m78 |
sb121 |
misc OOo 3.3 fixes |
DEV300m78 |
sg01 | DEV300m78 | |
sw33a11y01 |
solutions for accessibility issues in Writer |
DEV300m78 |
tkr33 |
OOo 3.3 Bug fixes |
DEV300m78 |
vcl110 |
Issues for 3.3 |
DEV300m78 |
ause110 |
move external source tarballs out of the repository and download on demand |
DEV300m77 |
ause117 |
build fixes |
DEV300m77 |
automationdev300m75cat0 |
fixes in testautomation for cat0 |
DEV300m77 |
calc321stopper1_DEV300 |
kla: All req. automatic Test passed successful, manual Tests are fine, issue verified-> CWS approved by qa. |
DEV300m77 |
calcfilterrange |
Calc filter range detection when only one row (the headers) is selected. |
DEV300m77 |
cmcfixes73 |
various minor warnings/config fixes |
DEV300m77 |
dba321a_DEV300 | DEV300m77 | |
dba33e | DEV300m77 | |
dev300m77masterfix | DEV300m77 | |
dr74 |
Calc fixes for OOo 3.3 |
DEV300m77 |
dr75 |
Issue #i107439# XLS export of external references broken |
DEV300m77 |
dtardon02 |
removal of unused files |
DEV300m77 |
hr70 |
BUILD-Tooling: small change to deliver.pl |
DEV300m77 |
hunspell129 |
upgrade hunspell to 1.2.9 |
DEV300m77 |
impress187_DEV300 | DEV300m77 | |
impress189_DEV300 | DEV300m77 | |
installer10 |
Allow registration for Microsoft File Types in setup. |
DEV300m77 |
native288_DEV300 |
New names for OOo download installation packages. |
DEV300m77 |
native290 |
OOo 3.3 installation tasks |
DEV300m77 |
native292_DEV300 |
OOo 3.2.1 installation tasks |
DEV300m77 |
nativea2_DEV300 |
Rebranding |
DEV300m77 |
ppp02 |
Followup for CWS printerpullpages to fix issues that have come up with the new print implementation. |
DEV300m77 |
sb118 |
Test Cleanup |
DEV300m77 |
sw321bf01_DEV300 |
bug fixes for OOo 3.2.1 |
DEV300m77 |
thbfixes10 |
Various basegfx/canvas improvements |
DEV300m77 |
writerfilter07 |
new code generation in writerfilter, bugfixes in writerfilter |
DEV300m77 |
ause113 |
increasing values for windows api defines WINVER_WIN32, _WINNT , _WIN32_IE |
DEV300m76 |
ause115 |
build fixes |
DEV300m76 |
autorecovery |
re-factoring of the auto recovery implementation, so that it is able to cope with database documents, too. |
DEV300m76 |
aw079 |
Feature/BugFixing CWS |
DEV300m76 |
calc52 |
Calc bugfixing |
DEV300m76 |
chart43 |
regression bug fixes and enhancements for charts |
DEV300m76 |
chartlayout |
chart layout and auto positioning |
DEV300m76 |
datapilotperf |
DataPilot performance improvements |
DEV300m76 |
dev300m76masterfix | DEV300m76 | |
impresscomments1_DEV300 |
cws to fix some open issues in the new comments in impress feature |
DEV300m76 |
jsc330 |
used for OOo 3.3 fixes |
DEV300m76 |
kohei04 |
Misc bug fixes for Calc. |
DEV300m76 |
koheicsvimport |
Enhancements associated with csv and html imports, esp. w.r.t. automatic special number detection & persistent csv import options. |
DEV300m76 |
locales33 |
i18n locales and locale data for OOo3.3 |
DEV300m76 |
mhu22 |
Only flush rdb files when necessary. |
DEV300m76 |
mingwport29 |
MinGW port update fix |
DEV300m76 |
mtaccfixes |
Fixing accessibility issues in different areas... |
DEV300m76 |
native0_DEV300 |
re-branding CWS containing all major changes to product elements due to acquisition |
DEV300m76 |
native287_DEV300 |
OOo 3.2.1 installation tasks |
DEV300m76 |
odficons01_DEV300 |
New ODF-Icons integration in OOo build. |
DEV300m76 |
odfp321_DEV300 |
ODFP Rebranding |
DEV300m76 |
ooo321gsl01_DEV300 |
3.2.1 tasks |
DEV300m76 |
ooo321gsl03_DEV300 |
Fix a crash involving impress comments |
DEV300m76 |
ooo321gsl04_DEV300 |
Fix 3.2.1 issues |
DEV300m76 |
sw33bf02 |
fixes in Writer for OOo 3.3 |
DEV300m76 |
tbo08 |
? |
DEV300m76 |
vcl109 |
3.3 issues |
DEV300m76 |
ab76 |
3.3 issues, mostly Basic related |
DEV300m75 |
buildtool09 |
This CWS contains the interface implementation for manipulating of the source_config file as well as fix for i108940 |
DEV300m75 |
chartmultiline |
Hierarchical axis labels |
DEV300m75 |
cmcfixes72 |
Build fixes on various Fedora arches |
DEV300m75 |
coc02_1 | DEV300m75 | |
datapilotapi |
Extend API to cover all types of DataPilot tables |
DEV300m75 |
fchints01 |
Support fontconfig hinting/embedding/antialiasing settings on X11 ports |
DEV300m75 |
jl137 |
Issues concering certificate validation |
DEV300m75 |
kso43 |
Misc. OOo 3.3 tasks. |
DEV300m75 |
mingwport28 |
Mingw port update fix |
DEV300m75 |
aus112 |
fix problems in cygwin build |
DEV300m74 |
cbosdo02 |
Writer fields enhancements. |
DEV300m74 |
chartshapes |
support for shapes in chart |
DEV300m74 |
cmcfixes70 |
move jpeg CMYK extension from jpeg lib into jpeg filter |
DEV300m74 |
dev300m74masterfix | DEV300m74 | |
jl145 |
various bug fixes |
DEV300m74 |
native278 |
OOo 3.3 installation tasks. This cws replaces native276 because of technical problems. |
DEV300m74 |
obo44 | DEV300m74 | |
obo45 |
Fix for HH MacOSX environment |
DEV300m74 |
qadev40 | DEV300m74 | |
sb111 |
configmgr reimplementation (to improve performance etc.) |
DEV300m74 |
sb119 |
misc. OOo 3.3 issues |
DEV300m74 |
sdk330 | DEV300m74 |
bserver51 | DEV300m73 | |
hr68 |
CWS-Tooling: misc. fixes and enhancements |
DEV300m73 |
hr69 |
Fix broken license header in module testautomation. |
DEV300m73 |
ab71 |
Complex VBA patches |
DEV300m72 |
cbosdo01 |
Implements an autocorrection to add non breaking spaces |
DEV300m72 |
changefileheader2 |
Change the source file copyright notice to reflect the acquisition of Sun |
DEV300m72 |
cmcfixes71 |
fix some extra gcc && || and aliasing warnings |
DEV300m72 |
dv17 |
Bugfixes for 3.3 |
DEV300m72 |
kohei03 |
Misc bug fixes mainly for Calc. |
DEV300m72 |
mingwport27 |
mingw port update fix |
DEV300m72 |
mysqlconnector |
bring the content CWS mysqlnative (aka: the native MySQL driver, |
DEV300m72 |
native282_DEV300 |
Signing problem of OOo 3.2.0 |
DEV300m72 |
ooo321gsl02_DEV300 |
Fix 3.2 showstoppers |
DEV300m72 |
socs24 | DEV300m72 | |
svxsplit |
The CWS is not really translation relevant. But I assume that moving strings from one module to another will create translation needs as an artefakt. |
DEV300m72 |
tkr32 |
3.3 bug fixes |
DEV300m72 |
automation007 |
Automation related tasks for OOo 3.3 |
DEV300m71 |
bserver50 | DEV300m71 | |
buildtool08 |
This CWS contains fix for #i107041# as well as some small fixes (like new variable naming style) |
DEV300m71 |
calc32stopper9_DEV300 |
3.2 issue |
DEV300m71 |
chart32stopper_DEV300 |
3.2 stopper issues: chart and calc |
DEV300m71 |
cmcfixes69 |
misc low-hanging cppcheck fixes |
DEV300m71 |
dba32z_DEV300 | DEV300m71 | |
dba33d | DEV300m71 | |
dev300m71masterfix | DEV300m71 | |
eraser01 |
Deal with all the erasing functionnalities in drawing features of OpenOffice.org |
DEV300m71 |
fwk136_DEV300 |
Showstopper |
DEV300m71 |
impress181 |
Bugfix cws for impress/draw with OOo 3.2 target |
DEV300m71 |
koheidatapilot03 |
Misc new stuff for DataPilot. |
DEV300m71 |
kso42 |
Misc. OOo 3.3 tasks, |
DEV300m71 |
l10n32fixrc_DEV300 |
enable basque help |
DEV300m71 |
l10ntools |
some minor issues fixed in localize_sl and localize.pl , transex3 renamed to l10ntools , added missing buildtypes |
DEV300m71 |
native280_DEV300 |
Update to Java 6 Update 18 |
DEV300m71 |
rtspare02 | DEV300m71 | |
s390xport02 |
Fixes for the s390x uno bridge |
DEV300m71 |
swunolocking1 |
try to improve the robustness of the writer UNO API implementation in multi-threaded scenarios. |
DEV300m71 |
vcl108 |
3.3 issues |
DEV300m71 |
automationdev300m69cat0 |
Testscriptfixes for DEV300_m69 |
DEV300m70 |
calc32stopper8_DEV300 |
Calc stopper issue for 3.2 |
DEV300m70 |
dba32k_DEV300 |
3.2 show stopper fixing |
DEV300m70 |
dba33b |
ongoing DBA bug fixing for 3.3 |
DEV300m70 |
dict32b_DEV300 |
Dictionary fixes for OOo 3.2 |
DEV300m70 |
exchgcmtdoc2 |
Import exporting to .doc of "change comments" as normal comments attached to a change. |
DEV300m70 |
fwk120 |
OpenOffice.org 3.3 issues. |
DEV300m70 |
fwk134_DEV300 |
Showstopper issues for OOo 3.2 |
DEV300m70 |
fwk135_DEV300 |
CWS for Framework OOo3.2 showstopper fixes. |
DEV300m70 |
impress185_DEV300 |
showstopper fixes for the graphics applications |
DEV300m70 |
menuincustomtoolbar |
1) Provide ability to add menus to custom toolbars |
DEV300m70 |
printerpullpages |
Printing restructuring works |
DEV300m70 |
sw32bf10_DEV300 | DEV300m70 | |
tl76 |
Introduction of new OpenSymbol font for OOo 3.3. |
DEV300m70 |
aus111 |
make help file (.xhp) localization available outside of helpcontent2 module |
DEV300m69 |
aw078 |
Development CWS |
DEV300m69 |
calc32stopper7_DEV300 |
OOo3.2 Calc stopper fix. |
DEV300m69 |
cmcfixes68 |
Integrate edge-case powerpc UNO bridge ABI mis-implementation and handle soft-float situation. |
DEV300m69 |
d2v02 |
cleanup link mess with X11 library after DEV300m60 |
DEV300m69 |
fontooocleanup |
complete FontOOo removal as it's grossly obsolete. |
DEV300m69 |
fwk133_DEV300 |
Framework showstopper fixes for OOo3.2 |
DEV300m69 |
installer14_DEV300 |
Last minute fixes for Windows Installer (Windows Vista or later) |
DEV300m69 |
jl144 |
Building related fixes. |
DEV300m69 |
native273 |
Replacing MS merge modules for runtime libraries with redistributable executables. |
DEV300m69 |
native275 |
Update to OOo 3.3 |
DEV300m69 |
obo43 |
Bug fix for nss / unxmacxi |
DEV300m69 |
odficonsso1 | DEV300m69 | |
pythonssldedux |
enable ssl module in vanilla built-in python |
DEV300m69 |
sb116 |
various OOo 3.3 fixes |
DEV300m69 |
ause106 | DEV300m68 | |
automationdev300m61 |
Collection of several fixes for DEV300 testautomation; |
DEV300m68 |
bl01_DEV300 | DEV300m68 | |
calc32stopper6_DEV300 |
OOo Calc 3.2 fixes |
DEV300m68 |
cmcfixes67 |
Fix build and warnings that primarily affect building on Fedora |
DEV300m68 |
communitypatches320_DEV300 |
Code only related patches provided by the OOo community. |
DEV300m68 |
expat201_DEV300 |
Upgrade expat to 2.0.1 |
DEV300m68 |
fwk128_DEV300 |
CWS for Gnome session shutdown problem. |
DEV300m68 |
fwk129_DEV300 |
Framework showstopper fixes for OOo3.2 |
DEV300m68 |
fwk131_DEV300 | DEV300m68 | |
fwk132_DEV300 |
The problem with Unix SMB-clients that do not support mmap(). |
DEV300m68 |
jl143_DEV300 |
Showstopper CWS, NSS update |
DEV300m68 |
jl146_DEV300 |
Showstopper for 3.2 |
DEV300m68 |
killnonpro |
Some fixes in build environment and source code to get rid of PRODUCT variable in source code |
DEV300m68 |
localization37fix_DEV300 | DEV300m68 | |
mh32_last_DEV300 |
update year of copyright notice |
DEV300m68 |
mingwport26_DEV300 |
mingw port update fix |
DEV300m68 |
ooo32gsl08_DEV300 |
Fix 3.2 issues |
DEV300m68 |
ooo32gsl09_DEV300 |
3.2 showstoppers |
DEV300m68 |
ooo32gsl10_DEV300 |
KDE plugin detection |
DEV300m68 |
os137 |
Bugfixing OOo 3.3 |
DEV300m68 |
os139_DEV300 |
Showstopper fixes |
DEV300m68 |
qstartfix2_DEV300 |
Fix a unix specific systray nasty. |
DEV300m68 |
sw32bf09_DEV300 |
OOo 3.2 show stopper fixes |
DEV300m68 |
vcl107 |
3.3 issues |
DEV300m68 |
adc26 |
Fix broken @see tags regression. |
DEV300m67 |
automationOOO320m3_DEV300 | DEV300m67 | |
automationOOO320m4_DEV300 |
[Automation] |
DEV300m67 |
automationooo320m5cat0_DEV300 | DEV300m67 | |
automationooo320m6_DEV300 |
[Automation] |
DEV300m67 |
calc32stopper5_DEV300 |
Calc 3.2 stopper issues |
DEV300m67 |
cms32fix_DEV300 | DEV300m67 | |
dba32i_DEV300 |
ongoing DBA bug fixing towards OOo 3.2 |
DEV300m67 |
dba32j_DEV300 |
ongoing DBA bugfixing towards 3.2 |
DEV300m67 |
dba33a | DEV300m67 | |
dev300m67masterfix | DEV300m67 | |
dv16_DEV300 |
Last minute bugfixes for the extension manager |
DEV300m67 |
dv18_DEV300 |
Fix for hourly extension update check |
DEV300m67 |
fwk125_DEV300 |
Framework show stopper for OOo 3.2. |
DEV300m67 |
gridcontrol_02 |
accessibility for grid control |
DEV300m67 |
hb32showstoppers2_DEV300 |
showstoppers for OOo 3.2 |
DEV300m67 |
hb32showstoppers3_DEV300 | DEV300m67 | |
hcmac02 |
Some Mac OS X Help issues |
DEV300m67 |
hcshared24 |
Fixing issues of existing Help contents |
DEV300m67 |
icuooo32_DEV300 |
Upgrade ICU to 4.0.1 |
DEV300m67 |
impress182_DEV300 | DEV300m67 | |
impress183_DEV300 |
OOo 3.2 show stopper bug fixes |
DEV300m67 |
impressaccessibility5_DEV300 |
Presenter Console extension related fixes. |
DEV300m67 |
impressaccessibility6_DEV300 |
OOO 3.2 show stopper bug fixes. |
DEV300m67 |
impresspaintbrush01 |
Adding text support for the format paintbrush feature in impress and draw |
DEV300m67 |
jl141_DEV300 |
Bundling java 6u17 |
DEV300m67 |
jl142_DEV300 |
Showstopper |
DEV300m67 |
localization37_DEV300 |
L10N cws for OOo 3.2 |
DEV300m67 |
m_DEV300 |
fix for not setting the initials by default in user dialog. |
DEV300m67 |
npower12 |
sync api from ooo-build, add sources ( non enabled ) for vba for word |
DEV300m67 |
ooo32gsl03_DEV300 |
3.2 showstoppers |
DEV300m67 |
ooo32gsl04_DEV300 |
Fixes for OOo32 showstoppers |
DEV300m67 |
ooo32gsl06_DEV300 |
GSL issues worthy of OOo32 |
DEV300m67 |
ooo32gsl07_DEV300 |
GSL related issues for OOo320 |
DEV300m67 |
rtspare01 |
Minor build fixes around 'deliver' and 'checkdeliver'. |
DEV300m67 |
sconfigl10n |
Support for source_config file in localize tooling |
DEV300m67 |
sdk32fix_DEV300 |
Used for late SDK 3.2 fixes |
DEV300m67 |
slideshow1 |
Slide show related bug fixes and improvements. |
DEV300m67 |
sw32bf06_DEV300 | DEV300m67 | |
sw32bf07_DEV300 |
OOo 3.2 show stopper fixes in Writer |
DEV300m67 |
sw32bf08_DEV300 |
OOo 3.2 show stopper fixes in Writer |
DEV300m67 |
tkr27_DEV300 |
change static linkage to dynamic linkage of neon library |
DEV300m67 |
tkr28_DEV300 |
Windows 64 Bit OOo Shell Extension, Desktop Search, Internet Explorer ActiveX Control |
DEV300m67 |
tkr29_DEV300 |
3.2 Bug fixes |
DEV300m67 |
tkr30_DEV300 |
Update OpenSSL |
DEV300m67 |
tl75_DEV300 |
Fixes for OO 3.2 |
DEV300m67 |
validityref |
Cell reference input in the Validity dialog |
DEV300m67 |
buildtool07 |
This CWS contains some fixes for the build tool, such as: |
DEV300m66 |
c07v026_DEV300 | DEV300m66 | |
c30v001_DEV300 | DEV300m66 | |
calc32stopper4_DEV300 |
Calc 3.2 fixes |
DEV300m66 |
cmcfixes64 |
bridge and build fixes for 64bit and minority linux platforms |
DEV300m66 |
coc02 | DEV300m66 | |
controltextrendering |
allow controls contained in documents to render their text the |
DEV300m66 |
hr67 |
CWS-Tooling: adapt "cws fetch" to the new style "source_config" source tree layout. |
DEV300m66 |
impress180_DEV300 |
OOo3.2 showstopper workspace |
DEV300m66 |
jl133_DEV300 |
bundled extensions for OpenSolaris |
DEV300m66 |
jl139_DEV300 |
linux build breaker in security module |
DEV300m66 |
linuxhppa1 |
Port OOo to Linux HPPA (PA-RISC) |
DEV300m66 |
native271 |
Changes for admin.pl, no office code changed |
DEV300m66 |
ooo32gsl01_DEV300 |
Graphics related OOo 3.2 showstoppers |
DEV300m66 |
ooo32gsl02_DEV300 |
3.2 showstoppers |
DEV300m66 |
sw33bf01 |
Fixes in Writer for OOo 3.3 |
DEV300m66 |
writerfilter32bugfixes01_DEV300 |
Bug fixes to writerfilter and sw for docx files import |
DEV300m66 |
ause103 |
one more step to align SO and OOo build |
DEV300m65 |
ause109 |
buildfixes and cleanup |
DEV300m65 |
automationdev300m62cat0 |
Fixes for Testautomation based on DEV300m62 |
DEV300m65 |
changehc02 |
Change Highcontrast detection from reacting on background color to artificial "HC" mode. |
DEV300m65 |
cmcfixes65 |
Remove low-hanging extra warnings seen with -Wp,-D_FORTIFY_SOURCE=2 |
DEV300m65 |
cmcfixes66 |
Fix low hanging reports from cppcheck |
DEV300m65 |
dev300m65masterfix | DEV300m65 | |
impress178_DEV300 |
OOo 3..2 .showstopper cws |
DEV300m65 |
pdbrelocation01 |
source_config adaptions and fixed for pushchecksum and pdbrelocation |
DEV300m65 |
sb117 | DEV300m65 | |
smoketest24 |
adaptions for source_config |
DEV300m65 |
vcl106 |
3.3 issues |
DEV300m65 |
ause108 | DEV300m64 | |
dev300m64masterfix | DEV300m64 | |
fwk126_DEV300 |
Show stopper CWS for OOo 3.2. |
DEV300m64 |
gsminhibit |
Change
from org.gnome.Screensaver to org.gnome.SessionManager for optional
(defaults off) |
DEV300m64 |
installer11_DEV300 |
Installer bug fix |
DEV300m64 |
jskhgpilot6 |
[Automation] |
DEV300m64 |
obo41 | DEV300m64 | |
oooimprovement5_DEV300 |
showstoppers for 3.2 |
DEV300m64 |
bserver49 | DEV300m63 | |
buildverbosity |
quiten the build. |
DEV300m63 |
calc32stopper3 |
Still more Calc 3.2 fixes. |
DEV300m63 |
configurecheck |
Add a check, if configure is new and doesn't have conflict marks. Not Office relevant! |
DEV300m63 |
fwk123 |
Framework OOo3.2 show stopper fixes. |
DEV300m63 |
hr74 |
Improvements to CWS-Tooling (cws.pl) |
DEV300m63 |
ab76_a11y |
set release to 3.3 and clone for OOO320 |
DEV300m62 |
c29v001a | DEV300m62 | |
calc32stopper2 |
more Calc 3.2 fixes |
DEV300m62 |
dba32h |
. |
DEV300m62 |
dev300m62masterfix | DEV300m62 | |
fwk121 |
This is framework Beta-showstoppper cws. |
DEV300m62 |
fwk122 |
Beta Framework showstopper for OOo 3.2 |
DEV300m62 |
fwk124_DEV300 |
Beta show stopper for OpenOffice.org 3.2 |
DEV300m62 |
hr66 |
Adapt CWS-Toolng to mercurial hosted CWSs. |
DEV300m62 |
impress177 |
showstopper cws for OOo 3.2 release |
DEV300m62 |
jl135_nss |
Security fixes. Updating external libraries. |
DEV300m62 |
jskhgpilot5 |
[Automation] |
DEV300m62 |
mav55 |
Accessibility fix for Wiki Publisher. |
DEV300m62 |
mhremove01 |
remove superfluous code |
DEV300m62 |
mingwport25 |
Merger Problem fix |
DEV300m62 |
obo39 |
Fix for MacOSX 10.6 |
DEV300m62 |
rpm4lngx |
The CWS enables new baseline (libc2.32) for unxlngx6... |
DEV300m62 |
sw32bf05 |
fixes of show stoppers for OOo 3.2 in Writer |
DEV300m62 |
ause107 |
remove obsolete build prerequisites |
DEV300m61 |
automationdev300m58cat0 |
Fixes on testscripts necessary for the Master DEV300 and OOO320 |
DEV300m61 |
bserver48 | DEV300m61 | |
buildtool05 |
Some build tool fixes, as well as initial implementation for managing build process via generated html page |
DEV300m61 |
cmcfixes62 |
outstanding build and 64bit fixes |
DEV300m61 |
dev300m61masterfix | DEV300m61 | |
fwk117 |
OOo3.2 beta showstopper CWS for framework fixes. |
DEV300m61 |
fwk118 |
OOo 3.2 framework show stopper. |
DEV300m61 |
impressnotes03 |
Fixes a showstopper for the new comments in impress feature that was introduced while merging the feature cws into m60 |
DEV300m61 |
jskhgpilot4 |
[Automation] Playground for test script fixing |
DEV300m61 |
sw32bf04 |
Fixes in Writer for OOo 3.2 (showstoppers) |
DEV300m61 |