summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/backgroundpage.ui
AgeCommit message (Collapse)AuthorFilesLines
2017-11-22tdf#113880 a11y: improve accessibility of table background tabYousuf Philips1-6/+6
Change-Id: I978340f88a8e007dbf080113a933063c5546fd51 Reviewed-on: https://gerrit.libreoffice.org/45011 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
2017-07-21migrate to boost::gettextCaolán McNamara1-19/+19
* 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
2016-05-06tdf#70998 Termchange: Graphic->ImageSamuel Mehrbrodt1-3/+3
Change-Id: I561a4d81a4fa8d5a6cc5f92b11ed480e833dadcc Reviewed-on: https://gerrit.libreoffice.org/24697 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2015-06-14Paragraph related part of Background Tab is unused nowZolnai Tamás1-15/+0
For paragraphs Area Tab is used for setting background. Change-Id: I83859a1b2125374b81c084cfa45487a42adcd5a6
2015-06-14tdf#89830: Ambiguous naming of character backgroundZolnai Tamás1-1/+1
Use 'Highlighting' also on Character Dialog. Change-Id: Ie81d25651e5998a35b4e2646089b8f2c590cfb98
2015-06-14Transparency part of Background Tab is unused nowZolnai Tamás1-72/+0
It was used for frames, but on Frame Dialog Background Tab was replaced with Area Tab. Change-Id: I69774c7321a210094f6e139a5b3d4d5819947ceb
2014-11-29non-translatable placeholderAndras Timar1-1/+1
Change-Id: Id210dad9b44f0164bfb247266a99c5886bfb7cbd
2014-11-03HIG fixes for the rest of cui (and a bit of sw)Adolfo Jayme Barrientos1-99/+28
* Standardize spacing and make some dialogs waste less space * Add missing colons to labels that precede controls (fdo#78826) * Disable manual resizing where it doesn’t make sense * Standardize Help button’s position (fdo#76486) Change-Id: Ib3f7f830e890e67f72aab970571793f495bab956 Reviewed-on: https://gerrit.libreoffice.org/12207 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-10-28cui: clean up gradient parts of the background tab pageMiklos Vajna1-77/+0
I forgot to clean this up when cherry-picking 6e61ecd09679a66060f932835622821d39e92f01 (Merge back branch alg_writerframes to trunk, 2014-03-19). Change-Id: I531dea63d3b62d16f11d414758012432bb4b2503
2014-06-23fdo#76203 - use consistent titlecase for UI title labelsJoren De Cuyper1-2/+2
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>
2013-07-16tweak background fill color preview to be half-full heightCaolán McNamara1-16/+44
Change-Id: I44a9fc676129dda206e525ee89809f84d77aff48
2013-05-25translatable="yes" for some elements in .ui filesAndras Timar1-1/+1
Change-Id: I915cd6e73f907850f17b102c7860a827b91eef37
2013-05-22wrong libraries name againCaolán McNamara1-1/+1
Change-Id: I5ee490c4d08e703b5ed825d2d4d0c981e21a1b9f
2013-05-20Resolves: #i122041# Unified and centralized control for Color ValueSetsArmin Le Grand1-1/+1
(cherry picked from commit 68e707bbc6fe23881b822e6efab8a2933343dc1a) Conflicts: cui/source/inc/backgrnd.hxx cui/source/inc/cuitabarea.hxx cui/source/tabpages/backgrnd.cxx cui/source/tabpages/tpcolor.cxx sd/source/ui/view/drviews6.cxx svx/Package_inc.mk svx/inc/svx/colrctrl.hxx svx/source/sidebar/tools/ColorControl.cxx svx/source/tbxctrls/colorwindow.hxx svx/source/tbxctrls/colrctrl.cxx svx/source/tbxctrls/tbcontrl.cxx Change-Id: Ie06fe355846b737ec8aae9aade4d408232c83193 Related: #i122041# Add a11y values for defining behaviour of ColorValueSets (cherry picked from commit 401e8f2db607081e62eaaa1f08a8cd8971a3f637) Conflicts: cui/source/tabpages/backgrnd.cxx officecfg/registry/schema/org/openoffice/Office/Common.xcs sc/source/ui/miscdlgs/tabbgcolordlg.cxx svtools/inc/svtools/accessibilityoptions.hxx svtools/source/inc/configitems/accessibilityoptions_const.hxx vcl/inc/vcl/bitmap.hxx vcl/source/gdi/bitmap4.cxx Change-Id: If9d0db5f22974cad1ac886eca3719ca92ca7f240
2013-04-30rework background page to balance the preview and controlsCaolán McNamara1-91/+122
a) expand to fit the available space b) make the controls and the preview the same size c) reorganize the three options of color, gradient and bitmap to all put the preview in the same place and adjust so the preview is the same size in each case, i.e. switching between views gives the impression of a single shared preview element d) put a border around the gradient list so its area is visually noticable to be the same size as its preview area Change-Id: I88735778bb482f9dd011f890d170be127877367a
2013-02-21change lib:widget delimiter from : to -Caolán McNamara1-6/+6
because glade catalogs don't allow : in widgetnames which blocks making a catalog for our custom widgets Change-Id: I3d590ce7451264b49fa5a82a752dac44e47bbd81
2013-02-20make top of format->background align with the other tabsCaolán McNamara1-2/+2
Change-Id: I11c6271ebee62938f89c03c82e02adc2e0d3a1f4
2013-02-14SvxBackgroundTabPage: use XFillStyle enumMiklos Vajna1-6/+24
Change-Id: I8fb8765ed6ee2f879a170f4f9c51ee05b695304a
2013-02-13consistent padding around various format->character pagesCaolán McNamara1-7/+5
Change-Id: I8c8ed2db29d1175ba2187509482cdaf858ed660c
2013-02-12SwFrmDlg: initial gradient background UIMiklos Vajna1-0/+74
Change-Id: I7d8612d6b2d3eb2262ed148153a0c249bcb36599
2013-02-05make translatable a few more ui stringsAndras Timar1-1/+1
Change-Id: If93d8cb9d9d5ee4f9bc253a3c9ea6a063629dcb4
2013-01-27move SetAccessibleRelationLabeledBy relations into .ui and out of codeCaolán McNamara1-0/+6
Change-Id: Iaf1a4a5ed813f48f9241f9e3ae7a732c22b7b9e5
2013-01-24set mnemonic widgets in background pageCaolán McNamara1-2/+0
Change-Id: I6af5f5580ad0f1acb202484bf56593c332997fe8
2013-01-24set mnemonic widgets for background pageCaolán McNamara1-0/+2
Change-Id: I977d8d7f1d14ea6616cf4dc3dc49d201804b7c39
2013-01-18split out background page and adapt code to .uiCaolán McNamara1-0/+622
I've being putting this one off for a while as its a complicated set of hidden pieces shows for different background types format->frame->background shows transparency option table->properties->background shows "for cell/table/row" options flipping as graphic/color should show different contents Change-Id: I4a63d3bbe8898ad2421d6ddef011da9ae67b5a4f