summaryrefslogtreecommitdiffstats
path: root/officecfg
Commit message (Collapse)AuthorAgeFilesLines
* fdo#33088 better CSV import default separatorsEike Rathke2012-04-041-1/+1
|
* officecfg: use CustomTarget makefileMatúš Kukan2012-04-043-32/+24
|
* Internal fpicker cleanup and reworkCédric Bosdonnat2012-04-022-3/+11
| | | | | | | | Changes: * Use SvHeaderTabListBox for the places list to get a nicer list * Remove the "Default Directory" button: it's in the places * Remove the Up and New Folder icons: look ugly beside the edit field * Added proper icons for places
* fpicker: a list of bookmarks in the file pickerMartin Richard2012-04-022-0/+8
| | | | | | | | under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
* Bin annoying "CHECKING CONSISTENCY" messageTor Lillqvist2012-03-271-1/+0
|
* .dtd files don't need executable bitsMichael Stahl2012-03-233-0/+0
|
* Add FormatXErrorBar, DeleteXErrorBar menu entries in chart.Rafael Dominguez2012-03-231-0/+10
| | | | -Update ModelState to reflect the changes.
* Add chart insert X errorbar toolbar and popup menu entries.Rafael Dominguez2012-03-231-0/+10
| | | | - Dispatch the commands to the proper functions.
* Disable auto-numbering by default.Cameron Paul2012-03-091-1/+1
|
* Added option to hide external link buttons on Start CenterSzabolcs Dezsi2012-03-062-5/+5
| | | | | This option is useful for Intel AppUp builds. On the other hand, unused STARTCENTER_LAYOUT_STYLE option was removed.
* Clean upStephan Bergmann2012-03-022-19/+5
|
* add Amharic (am) UI translationAndras Timar2012-02-291-0/+23
|
* fdo#46571 add Gurmukhi MT font for pa-INAndras Timar2012-02-241-6/+6
|
* Unify indentationTor Lillqvist2012-02-231-5/+5
|
* Revert "WaE: add missing sal and cppunit dependencies causing tinderbox failure"Stephan Bergmann2012-02-211-1/+1
| | | | | | This reverts commit 8c67428341d42ada42f9186bbfe3d6f25a0edaef, which had been obsoleted by e69b8a758061c695b4daa9029f58a1cd7f715ef6 "disabled officecfg unittest due to dependencies problems."
* disabled officecfg unittest due to dependencies problemsNorbert Thiebaud2012-02-191-3/+7
|
* WaE: add missing sal and cppunit dependencies causing tinderbox failureMichael Meeks2012-02-181-1/+1
|
* Typo fix: com.sum -> com.sunTor Lillqvist2012-02-161-3/+3
|
* fdo#44516: Improved label/BC wizard - set paper sizeWinfried Donkers2012-02-132-14104/+13888
|
* Make simplified configuration API available down in comphelperStephan Bergmann2012-02-132-2/+3
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+4
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* remove MS Sans Serif, Charcoal, Chicago, Helv, WarpSansAndras Timar2012-02-021-9/+9
| | | | | | | | MS Sans Serif was the UI font of Win9x Helv was the UI font of Windows 1.x - 3.0 WarpSans was in OS/2 Charcoal was in Mac OS 8 and 9 Chicago was in Mac OS until 1997
* remove DefaultFonts nodes for languages with Latin or Cyrillic scriptAndras Timar2012-02-021-352/+0
| | | | | these entries are obsolete, because modern Unicode fonts that are defined in English section cover these languages, too
* add Segoe UI (Win7) to English default UI font listAndras Timar2012-02-021-1/+1
| | | | | and promote Tahoma (Win XP) also removed MS Sans Serif (Win 9x)
* remove empty DefaultFonts nodes (en fallback is used anyway)Andras Timar2012-02-021-24/+0
|
* remove Andale Sans UIAndras Timar2012-02-021-131/+131
| | | | | we don't ship it, OS vendors don't ship it, and has poor Unicode coverage
* added zh-MO (Chinese in Macau) default fonts, based on zh-HKAndras Timar2012-02-021-0/+29
|
* add/fix default fonts for languages that use Tibetan scriptAndras Timar2012-02-021-6/+26
| | | | | | bo is Tibetan, dz is Dzongkha Microsoft Himalaya comes with Vista and Windows 7 Kailasa comes with Mac OS X 10.5 and higher
* fdo#45446: officecfg: turn off SaveBackwardCompatibleODFMichael Stahl2012-02-021-1/+1
| | | | | | | | As detailed in the bug, this option is the reason why LO writes several elements and attributes that are not valid in ODF; the corresponding bugs in the import filters are all fixed in OOo 2.4 or earlier, so there is no reason to risk interoperability problems with other ODF impolementations for this any more.
* A few safe replacements of pathes->pathsJesús Corrius2012-02-011-2/+2
|
* Move unotools/configuration.hxx to comphelperStephan Bergmann2012-01-312-6/+6
| | | | ...so that other code in comphelper can use it.
* Option to set tab prefix for new worksheetsAlbert Thuswaldner2012-01-301-3/+10
|
* Fixed cppheader.xsl nillable treatment.Stephan Bergmann2012-01-3037-1349/+1746
| | | | | | | | | | | | | | | | | * cppheader.xsl had initially been written under the false assumption that a missing oor:nillable attribute defaults to "false" instead of "true". That has been fixed. * As a result, many places that use the new simplified officecfg/*.hxx headers broke as they did not expect value types to be wrapped boost::optional. To keep the code simple, I decided to change all occurrences in officecfg/registry/schema/ of properties that specify a default <value> and do not explicitly specify oor:nillable="true" to oor:nillable="false". Strictly speaking, this is an incompatible change, but in many cases it should be what was intended, anyway. * Some places that use the new simplified officecfg/*.hxx headers still had to be adapted to boost::optional wrapping. * This showed that unotools/configuration.hxx did not yet work for those wrapped properties and needed fixing, too.
* CppunitTests go in gb_Module_add_check_targetsTor Lillqvist2012-01-271-0/+3
|
* use the correct application icon of Writer/Web under WindowsAndras Timar2012-01-271-1/+1
|
* Add configuration wrappers for groups, too (to add listeners etc.).Stephan Bergmann2012-01-251-4/+20
|
* remove bn-IN node, we have bnAndras Timar2012-01-241-20/+0
|
* Fix build: dupplicate node/prop /VCL/DefaultFonts/bnFridrich Štrba2012-01-241-1/+1
|
* country code 'IN' is not in use for these locales fdo#44208, fdo#45107Andras Timar2012-01-241-11/+11
|
* add the "Send Feedback..." help menu itemIvan Timofeev2012-01-231-0/+5
|
* officecfg: namespace prefix make variable FILESMichael Stahl2012-01-213-4/+4
|
* fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar2012-01-181-11/+11
|
* Resolves: fdo#43984 Update VCL.xcu for Chinese (Traditional) languageCheng-Chia Tseng2012-01-161-18/+18
|
* don't create lock files for unit testsMarkus Mohrhard2012-01-151-0/+7
| | | | special thanks to Stephan for the configuration part
* some misc tidyup ( that was reverted )Noel Power2012-01-101-7/+7
| | | | some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here
* Revert "remove duplicated images for basic dialog form controls ( & misc ↵Noel Power2012-01-101-14/+14
| | | | | | tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.
* Use default UI_SANS (dropping Culmus fonts), but keep Tahoma first (for Windows)Lior Kaplan2011-12-271-9/+6
| | | | | | Don't override SANS_UNICODE Drop nachlieli and lucidagrande (no such fonts) Beautify remaining fonts' names
* fdo#32936: Remove Tahoma from the Hebrew font list (except the UI list)Lior Kaplan2011-12-251-6/+6
|
* sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva2011-12-221-0/+30
|