summaryrefslogtreecommitdiffstats
path: root/sw/uiconfig/swriter/ui/frmaddpage.ui
Commit message (Collapse)AuthorAgeFilesLines
* tdf#113959 Use svxlo-FrameDirectionListBox instead of ListBoxGabor Kelemen2017-12-121-33/+2
| | | | | | | | | | | | Final part. Here frmaddpage.ui is migrated, but to reuse the 2 other strings we need to shake up their original place in page.cxx Now all the stings are moved to svx and occur only once in the code base. Change-Id: I8b3942f96d43bf8d6f054c8410c3781bcefc3ccc Reviewed-on: https://gerrit.libreoffice.org/46189 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* tdf#113880 Fix a11y issues in tabs of the image properties dialogYousuf Philips2017-11-301-0/+1
| | | | | | | Change-Id: Ief5b95307cefe1091854ba872c37a702fe432b20 Reviewed-on: https://gerrit.libreoffice.org/45121 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* migrate to boost::gettextCaolán McNamara2017-07-211-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * all .ui files go from <interface> to <interface domain="MODULE"> e.g. vcl * all .src files go away and the english source strings folded into the .hrc as NC_("context", "source string") * ResMgr is dropped in favour of std::locale imbued by boost::locale::generator pointed at matching MODULE .mo files * UIConfig translations are folded into the module .mo, so e.g. UIConfig_cui goes from l10n target to normal one, so the res/lang.zips of UI files go away * translation via Translation::get(hrc-define-key, imbued-std::locale) * python can now be translated with its inbuilt gettext support (we keep the name strings.hrc there to keep finding the .hrc file uniform) so magic numbers can go away there * java and starbasic components can be translated via the pre-existing css.resource.StringResourceWithLocation mechanism * en-US res files go away, their strings are now the .hrc keys in the source code * remaining .res files are replaced by .mo files * in .res/.ui-lang-zip files, the old scheme missing translations of strings results in inserting the english original so something can be found, now the standard fallback of using the english original from the source key is used, so partial translations shrink dramatically in size * extract .hrc strings with hrcex which backs onto xgettext -C --add-comments --keyword=NC_:1c,2 --from-code=UTF-8 --no-wrap * extract .ui strings with uiex which backs onto xgettext --add-comments --no-wrap * qtz for gettext translations is generated at runtime as ascii-ified crc32 of content + "|" + msgid * [API CHANGE] remove deprecated binary .res resouce loader related uno apis com::sun::star::resource::OfficeResourceLoader com::sun::star::resource::XResourceBundleLoader com::sun::star::resource::XResourceBundle when translating strings via uno apis com.sun.star.resource.StringResourceWithLocation can continue to be used Change-Id: Ia2594a2672b7301d9c3421fdf31b6cfe7f3f8d0a
* tdf#107589 Make description editable from Options tab.Gulsah Kose2017-05-301-80/+80
| | | | | | | | | | | That commit makes possible to edit descriptions of images frames and objects from "Options" tab of Object/Properties dialogs Change-Id: I62d06b32da6919df62ff77b50c4c77d6a265bd64 Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/38176 Tested-by: Jenkins <ci@libreoffice.org>
* tdf#33278: Enable UI for vertical left-to-rightKhaled Hosny2016-10-291-0/+4
| | | | | | | | | | | | | | | | | | | | Used mainly for traditional Mongolian. This has been disable since 2010 (shortly after the code was merged): commit faf68cc7565cb2662d4ed5b5902ec52975d99865 Author: Mathias Bauer <mba@openoffice.org> Date: Fri Jun 25 11:10:43 2010 +0200 CWS mongolianlayout: disable new direction until problems are fixed No idea what the problems are, but lets enable it and see what happens (the actual layout code have been enabled all the time and one can always manually craft ODT files that use it anyway). Change-Id: Id38d1735013d451f9fe116876483df3484dec051 Reviewed-on: https://gerrit.libreoffice.org/30364 Reviewed-by: Khaled Hosny <khaledhosny@eglug.org> Tested-by: Khaled Hosny <khaledhosny@eglug.org>
* bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon2015-11-251-1/+1
| | | | | | | This commit renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I77e5134f42f25e3786afa36b7a505c7e3237a9e8
* Resolves: tdf#91878 vertical text entry missingCaolán McNamara2015-06-111-0/+4
| | | | Change-Id: I3be1a13a00e3219cb8912ef61a9627d37036d19a
* fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper2014-06-231-1/+1
| | | | | | | Change-Id: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9 Reviewed-on: https://gerrit.libreoffice.org/9858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* New feature: vertical alignment for text frames: UI partZolnai Tamás2014-03-051-66/+167
| | | | | | | | | | Add a new combobox to the Options tab page of Frame dialog, which works with RES_TEXT_VERT_ADJUST attribute. The combobox is placed to the right side of the dialog, to follow ux-advise suggestion. Change-Id: I47cec8e9dea748b8e9d23fc51cacbeec1c890a4e
* make strings localizable in *.ui (bin/ui-translatable.sh)Andras Timar2014-01-191-2/+2
| | | | Change-Id: I60b74cecc17352681fac7dfa0e41114515dbd6f5
* Remove a glitch left in sweb frame dialog widget UIOlivier Hallot2013-07-151-1/+1
| | | | | | | | | Under Writer Web, Pictures and OLE objects have no properties Change-Id: I18bf1820512a54181181d32b89356aebd0dfa4cb Reviewed-on: https://gerrit.libreoffice.org/4905 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
* add back text flow options and some other reorgsCaolán McNamara2013-07-121-21/+56
| | | | Change-Id: I7139779728907b20d577bf465090674238f80649
* modern .ui widgetlayout for frmpage/frmaddpageCsikós Tamás2013-07-121-0/+403
Change-Id: Idbc62b17551398b80711c5a4a4a6c8346580e73e Reviewed-on: https://gerrit.libreoffice.org/4843 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>