summaryrefslogtreecommitdiffstats
path: root/chart2/uiconfig/ui/tp_DataSource.ui
Commit message (Collapse)AuthorAgeFilesLines
* drop the spurious invisible_char[_set] propertiesCaolán McNamara2018-04-021-2/+0
| | | | | | | | Change-Id: I8264a4f6035fd19c7a892902c41127615eaf6dd3 Reviewed-on: https://gerrit.libreoffice.org/52265 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara2018-03-051-1/+1
| | | | | | | | | | which is already the min for the runtime Change-Id: Ifebe099f1f94a36f65a31989689400327a823dcd Reviewed-on: https://gerrit.libreoffice.org/50776 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* migrate to boost::gettextCaolán McNamara2017-07-211-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Move accessibility relations to .ui files, Part 8: tdf#87026Muhammet Kara2016-06-101-28/+18
| | | | | | | | | | By removing unnecessary variables/strings/function calls, and making proper changes in the related .ui files. Change-Id: I04244b360b4bb32ccbbe5bde4756a9166ae1fcaf Reviewed-on: https://gerrit.libreoffice.org/26018 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
* Resolves: fdo#84885 chart wizard dialog cut offCaolán McNamara2014-10-201-27/+35
| | | | Change-Id: Ie24687cd1c54b1fed04745c83f507c17a5574175
* 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>
* show the property mapping sequences by defaultMarkus Mohrhard2014-06-221-22/+2
| | | | Change-Id: I32417ed53e491a66f700e77ae0fff2154fa5441c
* improve dialogs for mapped propertiesMarkus Mohrhard2014-02-091-1/+27
| | | | Change-Id: I87e07a30743de0fc30d0caafd35192b18caf3dae
* standardize indent between tabpagesCaolán McNamara2014-01-171-2/+1
| | | | Change-Id: I1a8b5e7ad1688b968ad9a91f987e14c1d75b542b
* Convert chart data source tab page & dialog to .uiOlivier Hallot2014-01-171-0/+354
Conflicts: chart2/source/controller/dialogs/dlg_DataSource.cxx chart2/source/controller/inc/dlg_DataSource.hxx Change-Id: Ic3e3adc578156161f16254862e1ca33a8ad9e1f6 Reviewed-on: https://gerrit.libreoffice.org/7255 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>