summaryrefslogtreecommitdiff
path: root/officecfg
AgeCommit message (Collapse)AuthorFilesLines
2012-04-04fdo#33088 better CSV import default separatorsEike Rathke1-1/+1
2012-04-04officecfg: use CustomTarget makefileMatúš Kukan3-32/+24
2012-04-02Internal fpicker cleanup and reworkCédric Bosdonnat2-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
2012-04-02fpicker: a list of bookmarks in the file pickerMartin Richard2-0/+8
under dual licences MPLv1+/LGPLv3+ Authors: Martin Richard <martius@martiusweb.net> Julien Levesy <jlevesy@gmail.com>
2012-03-27Bin annoying "CHECKING CONSISTENCY" messageTor Lillqvist1-1/+0
2012-03-23.dtd files don't need executable bitsMichael Stahl3-0/+0
2012-03-23Add FormatXErrorBar, DeleteXErrorBar menu entries in chart.Rafael Dominguez1-0/+10
-Update ModelState to reflect the changes.
2012-03-23Add chart insert X errorbar toolbar and popup menu entries.Rafael Dominguez1-0/+10
- Dispatch the commands to the proper functions.
2012-03-09Disable auto-numbering by default.Cameron Paul1-1/+1
2012-03-06Added option to hide external link buttons on Start CenterSzabolcs Dezsi2-5/+5
This option is useful for Intel AppUp builds. On the other hand, unused STARTCENTER_LAYOUT_STYLE option was removed.
2012-03-02Clean upStephan Bergmann2-19/+5
2012-02-29add Amharic (am) UI translationAndras Timar1-0/+23
2012-02-24fdo#46571 add Gurmukhi MT font for pa-INAndras Timar1-6/+6
2012-02-23Unify indentationTor Lillqvist1-5/+5
2012-02-21Revert "WaE: add missing sal and cppunit dependencies causing tinderbox failure"Stephan Bergmann1-1/+1
This reverts commit 8c67428341d42ada42f9186bbfe3d6f25a0edaef, which had been obsoleted by e69b8a758061c695b4daa9029f58a1cd7f715ef6 "disabled officecfg unittest due to dependencies problems."
2012-02-19disabled officecfg unittest due to dependencies problemsNorbert Thiebaud1-3/+7
2012-02-18WaE: add missing sal and cppunit dependencies causing tinderbox failureMichael Meeks1-1/+1
2012-02-16Typo fix: com.sum -> com.sunTor Lillqvist1-3/+3
2012-02-13fdo#44516: Improved label/BC wizard - set paper sizeWinfried Donkers2-14104/+13888
2012-02-13Make simplified configuration API available down in comphelperStephan Bergmann2-2/+3
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+4
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud1-35/+2
2012-02-02remove MS Sans Serif, Charcoal, Chicago, Helv, WarpSansAndras Timar1-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
2012-02-02remove DefaultFonts nodes for languages with Latin or Cyrillic scriptAndras Timar1-352/+0
these entries are obsolete, because modern Unicode fonts that are defined in English section cover these languages, too
2012-02-02add Segoe UI (Win7) to English default UI font listAndras Timar1-1/+1
and promote Tahoma (Win XP) also removed MS Sans Serif (Win 9x)
2012-02-02remove empty DefaultFonts nodes (en fallback is used anyway)Andras Timar1-24/+0
2012-02-02remove Andale Sans UIAndras Timar1-131/+131
we don't ship it, OS vendors don't ship it, and has poor Unicode coverage
2012-02-02added zh-MO (Chinese in Macau) default fonts, based on zh-HKAndras Timar1-0/+29
2012-02-02add/fix default fonts for languages that use Tibetan scriptAndras Timar1-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
2012-02-02fdo#45446: officecfg: turn off SaveBackwardCompatibleODFMichael Stahl1-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.
2012-02-01A few safe replacements of pathes->pathsJesús Corrius1-2/+2
2012-01-31Move unotools/configuration.hxx to comphelperStephan Bergmann2-6/+6
...so that other code in comphelper can use it.
2012-01-30Option to set tab prefix for new worksheetsAlbert Thuswaldner1-3/+10
2012-01-30Fixed cppheader.xsl nillable treatment.Stephan Bergmann37-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.
2012-01-27CppunitTests go in gb_Module_add_check_targetsTor Lillqvist1-0/+3
2012-01-27use the correct application icon of Writer/Web under WindowsAndras Timar1-1/+1
2012-01-25Add configuration wrappers for groups, too (to add listeners etc.).Stephan Bergmann1-4/+20
2012-01-24remove bn-IN node, we have bnAndras Timar1-20/+0
2012-01-24Fix build: dupplicate node/prop /VCL/DefaultFonts/bnFridrich Štrba1-1/+1
2012-01-24country code 'IN' is not in use for these locales fdo#44208, fdo#45107Andras Timar1-11/+11
2012-01-23add the "Send Feedback..." help menu itemIvan Timofeev1-0/+5
2012-01-21officecfg: namespace prefix make variable FILESMichael Stahl3-4/+4
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar1-11/+11
2012-01-16Resolves: fdo#43984 Update VCL.xcu for Chinese (Traditional) languageCheng-Chia Tseng1-18/+18
2012-01-15don't create lock files for unit testsMarkus Mohrhard1-0/+7
special thanks to Stephan for the configuration part
2012-01-10some misc tidyup ( that was reverted )Noel Power1-7/+7
some id and string renaming from b08e273015d72251b68bca86535cf5919dd9e40e was reverted, those parts of the changes are reapplied here
2012-01-10Revert "remove duplicated images for basic dialog form controls ( & misc ↵Noel Power1-14/+14
tidyup )" This reverts commit 83a28682f21f7b284aa57f9c336bae551621da03.
2011-12-27Use default UI_SANS (dropping Culmus fonts), but keep Tahoma first (for Windows)Lior Kaplan1-9/+6
Don't override SANS_UNICODE Drop nachlieli and lucidagrande (no such fonts) Beautify remaining fonts' names
2011-12-25fdo#32936: Remove Tahoma from the Hebrew font list (except the UI list)Lior Kaplan1-6/+6
2011-12-22sw: Improved document comparison based on RSIDs.Tzvetelina Tzeneva1-0/+30