summaryrefslogtreecommitdiff
path: root/officecfg/registry
AgeCommit message (Collapse)Author
2010-12-23Rename .uno:UndoAction/Redo to "Undo"/"Redo", fdo#32472.Jan Holesovsky
The undo/redo text before this change says "Can't Undo", or "Can't Redo", which is apparently to be more descriptive in the menu; but this also means that the information that the functionality is unavailable is actually doubled - it is disabled, and additionally named this way. I am changing this to a simple "Undo" and "Redo" to be consistent with the rest of the functionality, nowhere else disabling a functionality adds any 'disabled' wording to that.
2010-12-20Merge commit 'libreoffice-3.3.0.2'Jan Holesovsky
Conflicts: sfx2/source/appl/sfxhelp.cxx sfx2/source/appl/shutdowniconunx.cxx sfx2/source/menu/virtmenu.cxx sysui/desktop/share/create_tree.sh
2010-12-13make impress templates language neutral to save spaceMichael Meeks
2010-12-08make impress templates language neutral to save spaceMichael Meeks
2010-12-04merge transogl-transitions-officecfg.diffNorbert Thiebaud
2010-12-01fdo#32007# Only register EvolutionLocal when evolution support is enabledCaolán McNamara
(cherry picked from commit fdd1df3de3e902df73e389d045054d86807df84a)
2010-12-01fdo#32007# Only register EvolutionLocal when evolution support is enabledCaolán McNamara
2010-11-29Changed command name to avoid confusion.Kohei Yoshida
The command associated with Calc's delete key is now renamed to "Clear Contents" from the previous "Delete Contents", to resolve naming clash. Two UNO commands .uno:ClearContents and .uno:Delete both had the label "Delete Contents", which was confusing when modifying their key bindings from the UI. (fdo#31817)
2010-11-26Merge branch 'libreoffice-3-3'Rene Engelhard
2010-11-25Put show credits entry into all app ui configsThorsten Behrens
* fix cmd url typo in GenericCommands.xcu * build & deliver credits.odt * avoid duplicate slot id for ShowCredits menu item
2010-11-25Merge remote branch 'origin/libreoffice-3-3'Jan Holesovsky
2010-11-25Switch toolbar icon size to 'auto-detect'Thorsten Behrens
This semantically reverts commit b05860f43e4943bfdee59b0e44ad7bfa7f52c202, in favour of a dynamic solution in the native widgets code.
2010-11-15Fix typo in slide transition namesMattias Johnsson
This fixes i#102212. (cherry picked from commit c622a087157f43d3cb83eaae8a76ed59e081a699)
2010-11-15Fix typo in slide transition namesMattias Johnsson
This fixes i#102212.
2010-11-11Remove all traces of _HC (high contrast) from libs-coreSebastian Spaeth
This compiles successfully, but is otherwise only lightly tested.
2010-11-05Adds extra credits item to help menuThorsten Behrens
As agreed on yesterday, we want a dedicated credits document displayed from the help menu. This is the UI/code change for that, actual credits doc still missing.
2010-11-05Adds extra credits item to help menuThorsten Behrens
As agreed on yesterday, we want a dedicated credits document displayed from the help menu. This is the UI/code change for that, actual credits doc still missing. (cherry picked from commit 00d6d03478bc8ddb3ebd07ff47f54c9668c242d9)
2010-11-04#i113803# Add label specification for Tower manufacturerDwayne Bailey
(cherry picked from commit f38ee905dec951b6ec03706bafb80d7d0cd0f000)
2010-11-03Replace "DataForm..." to "Form..." in the menu item.Kohei Yoshida
2010-11-03Replace "DataForm..." to "Form..." in the menu item.Kohei Yoshida
2010-11-03#i113803# Add label specification for Tower manufacturerDwayne Bailey
2010-11-03Apply hebrew-culmus.diffTor Lillqvist
Prioritize Hebrew Culmus fonts, Debian bugs #280084, #296152, #300642.
2010-11-03Munge font preferencesTor Lillqvist
Do permanently what bin/font-munge does, so we don't need to call that any more each time when building.
2010-10-28add experimental config optionMichael Meeks
2010-10-26Default to bigger handles in Draw/Impress.Thorsten Behrens
Much easier to interact with shapes - screen dpi is only getting higher these days
2010-10-19Switch all urls from TDF to LibreOfficeThorsten Behrens
Additionally, fixes fdo#30667 with new about dialog text, and a link to http://libreoffice.org/credits.html
2010-10-18#i7065# add Title Page dialogCaolán McNamara
2010-10-15migrate OOo 3.x dataNoel Power
2010-10-14Use Ctrl-Shift-D to launch selection list in Calc.Kohei Yoshida
2010-10-13Merge branch 'master' into feature/calc-key-binding-compatKohei Yoshida
2010-10-13Merge commit 'origin/master'Noel Power
Conflicts: vbahelper/source/vbahelper/vbadialogbase.cxx
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
also removed some old headers ( which I need to add new ones for ) Conflicts: basic/source/classes/sbunoobj.cxx basic/source/classes/sbxmod.cxx xmloff/inc/xmlnmspe.hxx xmloff/inc/xmloff/xmltoken.hxx xmlscript/inc/xmlscript/xmldlg_imexp.hxx
2010-10-13Register evo address bookMichael Meeks
2010-10-13merge evo address book mapping inMichael Meeks
2010-10-11New options tab page for Calc's compatibility settings.Kohei Yoshida
2010-10-08Port of Lotus Word Pro filter, by Fong Lin and Noel PowerFong Lin
2010-10-07Webservice URLs now point to documentfoundationThorsten Behrens
Changed places referencing OOo webservices to refer to *.documentfoundation.org instead. Also, append coutry string to URL.
2010-10-06turn off NumberRecognition in writer, its surprising behaviourCaolán McNamara
2010-10-06default to just printing the formula itself in math, saves spaceCaolán McNamara
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05Ported calc-english-func-names-*.diff from ooo-build.Kohei Yoshida
Add option to switch to English function names instead of the localized ones. In some locales (especially in Hungary) the users are more accustomed to the English function names rather other than translated names (i#38765).
2010-10-05Ported always-save-option-*.diff from ooo-build.Kohei Yoshida
A new configuration option to toggle allowing of saves even when no "modification" has been made.
2010-10-05add some configure options to control external libtextcat and libtextcat dataCaolán McNamara
2010-10-04Ported calc-insert-current-time-*.diff from ooo-build.Kohei Yoshida
2010-10-01fdo#30533: Fixed various OOo URLsCédric Bosdonnat
Fixed the extension URL in the extension manager.
2010-09-29Ported autocorrect-accidental-caps-lock-officecfg.diff from ooo-build.Kohei Yoshida
2010-09-29Ported sc-default-delete-backspace-key.diff from ooo-build.Kohei Yoshida
2010-09-28Replace the "Help Support" menu item by the "License Information" oneFridrich Štrba
2010-09-24Remove migration setting, erroneously clobbering UseSystemFileDialogMichael Meeks
Notes: split repo tag: libs-core_OOO_BUILD_3_2_99_0_PRE
2010-09-16calc-enhanced-merge-cells-officecfg.diff: MergedKohei Yoshida
n#213205, i#67243, i#101042 Merging/unmerging of cells on multiple sheets & merge center icon.